body {
	margin: 0px;
	background: #ddd;
	font: 12px tahoma,arial,helvetica, sans-serif;
}
h4 {
	font-size: 16px;
}

h3 {
	font-size: 18px;
} 

h5 {

}

a:link {
	color: #036;
}
a:visited {
	color: #036;
	/*color: #800080;*/
}

a:hover {
	color: #900;
}

small {
	font-size: 10px;
}

.body {
	margin: 0px auto;
	border: 1px solid #ccc;
	width: 800px;
	background: #fff;

}
.navHeader {
	background: url(images/headerBG.gif) no-repeat;
	margin-bottom: 5px;
}
.headerButtons {
	margin:0px auto
}
.headerButtons td {
	background: url(images/hdrButtonSep.gif) no-repeat right;
}

a.navButton {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	
	padding: 1px 11px;
	text-align: center;
	
	

} 
a.navButton:visited {
	color: #000;
}

.header {
	color: #fff;
	background: #000;
	padding: 4px 5px;
	margin: 0px 0px 5px 0px;
}
.red {
	color: #900;
}
/*=========== content styles =================*/
.tContent {
	margin: auto;
	background: #fff;
	margin-bottom: 5px;
}

.content {
	padding: 0px 0px 0px 5px;
	line-height: 1.5em;
	margin: 0px auto;
	height: 500px;
	overflow:visible;
}
td>.content {
	height: auto;
    min-height: 500px;	
}

.stdPad {
	padding: 5px;
}
.cHead {
	color: #894E1B;
}
.cSHead {
	color: #660000;
}
.normal {
	font-weight: normal;
	color: #000;
}
.error {
	color: #900;
	border: 1px solid #c00;
	text-align: center;
	margin-bottom: 5px;
	background: #ffffcc;
	padding: 5px;
}

.subPrice {
	font-size: .8em;
	color: #000;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 7px;
}
/*============== side navigation styles ================*/
.productSideNav {
	border: 1px solid #ccc;
	background: #ddd;
	padding: 3px;

}
a.topCatLink {
	color: #000;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	border-bottom: 1px solid #bbb;
	background: #ccc;
	margin-top: 1px;
	
}
a.topCatLink:visited {
	color: #000;
}
.subMenuNav a {
	display: block;
	padding: 2px 4px 3px 12px;
	border-top: 1px solid #ccc;
	text-decoration: none;
	background: #fff url(images/smSubLinkBG.gif) no-repeat;
	
}
.productDisplay {
	border: 1px solid #ccc;
}
/*=============== footer styles ==================*/

.footer {
	border-top: 5px solid #900;
	margin: 0px 7px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	line-height: 1.5em;
	clear: both;
}
.footer .bLinks {
	padding: 3px 3px 5px 3px;
	background: #eeeeee;
	border: 1px solid #ccc;
	margin: 8px 0px 5px 0px;
	line-height: 1em;
}

/*============== store styles ===============*/

.storeNav {
	
	margin-bottom: 1px;
	background: #B62222;
	color: #ffffcc;
	font-size: 11px;
}

.storeNav a.button {
	display: block;
	border-bottom: 1px solid #a11;
	padding: 3px 3px 5px 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.storeNav a.button:hover {
	background: #900;
}
.productTitle {
	font-size: 14px;
	font-weight: bold;
}
.loggedIn {
	padding: 3px 3px 5px 5px;
	color: #fff;
	border-bottom: 1px solid #a11;


}
.loggedIn a {
	color: #fff;
	font-weight: bold;
	padding: 2px 0px;
	line-height: 16px;
	text-decoration: none;
}
.loggedIn a:hover {
	background: #900;
	color: #fff;

}
.loggedIn a:visited, .storeNav a.button {
	color: #fff;
}

.breadCrumbTable {
	width: 100%;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin-bottom: 5px;
}
.breadCrumbTable td {
	padding: 3px 5px 5px 0px;
}

a.buyNow, a.bDetails, a.buyNow:visited, a.bDetails:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a.buyNow:hover, a.bDetails:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

.loginForm {
	border: 1px solid #ccc;
	margin-bottom: 2px;
}
.loginForm th {
	background: #ccc;
	text-align: left;
	padding: 0px 4px;
}
.invoice {
	border: 1px solid #ccc;
	
}
td.invoiceItem {
	border-bottom: 1px dashed #eee;
}
.formf {
	margin: 0px;
	padding: 0px;
}
/*============ index page styles ===============*/
.specialsTableIndex {
	margin-top: 5px;
	
}

td.spacer {
	border: none;
	padding: 0px;
}
.visRoll img {
	filter:alpha(style=0,opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.visRoll:hover img {
	filter:alpha(style=0,opacity=90);
	opacity: .9;
	-moz-opacity: .9;
}

/*=============== ema styles ==================*/

.listTableItemTD {
	padding-left: 20px;
}

.signupForm {
	background-color: #0165B3;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	width: 365px;
}
