﻿body {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-family: Helvetica, Arial, Sans-Serif;
}
img {
	border: 0px;
}
a {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #333333;
}
h1 {
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
}
.fCover {
	padding: 10px 0px;
}
.bigButton {
	font-weight: bold;
	font-size: 1.2em;
}
.error {
	color: Red;
}
.validator {
	color: Red;
	font-style: italic;
}
.lightLink {
	color: #ffffff;
}
.lightLink:visited {
	color: #ffffff;
}
ul {
	list-style-type: square;
	margin: 2px;
	padding-left: 8px;
}
#mainContainer {
	border: solid 1px #efefef;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
ul a {
	text-decoration: none;
	color: #333333;
}
ul a:hover {
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
#header a {
	color: #000000;
	text-decoration: none;
	font-family: Cabin;
	font-size: 1.1em;
	display: block;
}
#header a:hover {
	text-decoration: underline;
}
#ctl00_dvCategories{
	overflow:hidden;
	}
.categories a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
}
.categories a:hover {
	text-decoration: underline;
}
#ctl00_dlCategories .subcategory a{
    font-size: 12px;
    padding-left: 20px;
	}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.selectedCategory {
	border: 1px solid silver;
	font-weight: bold;
	padding: 3px;
	background-image: url(/images/right_arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.adminImage {
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #efefef;
}
.searchBoxWM {
	/*
    border:1px solid #606060;
    background-color:#030303;
    height: 20px;    
    font-family: 'Oswald', serif;
    */    
	color: #999999;
}
.saved {
	font-size: .8em;
	font-style: italic;
}
.orderPadLabel {
	clear: both;
	width: 90px;
	float: left;
	padding: 10px 0 0 0;
}
.orderPadInfo {
	float: left;
	padding: 5px 0 0 0;
}
.productGrid {
	border: 1px solid #ccc;
	width: 190px;
	padding: 10px;
	margin: 0 5px 0 0;
	text-align: center;
}
.titlePrice {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0 0 0;
}
.product-title h1, .product-title h2 {
	margin: 0;
	padding: 0;
}
#ctl00_ContentPlaceHolder1_dvHeaderDesc {
	text-align: center;
}
