@charset "utf-8";
@import url("mainMenu.css");
@import url("displayPod.css");
/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(/images/bg_repeat.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	behavior: url("/whateverHover.htc");
}
div#Page {
	width:835px;
	min-height:800px;
	background-image:url(/images/bg_content.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding:0 7px 0 7px;
}
div#PageHeader {
	text-align:left;
	height:97px;
}
img#headerLogo {
	margin:15px 0 0 25px;
	float:left;
}
div#headerIcons {
	float:right;
	margin:35px 20px 0 0;
}
div#headerIcons a {
	margin:0px;
	text-decoration:none;
	color:#666666;
}
div#headerIcons a img {
	
}
h3,h4,h5 {
	margin:0;
	padding:0;
}
a {
	padding:0;
	margin:0;
	text-decoration:none;
	color:#726752;
}
a img {
	border:none;
	margin:0;
	padding:0;
}
h1.PageTitle {
	font-family:"Comic Sans MS", Verdana, Arial;
	margin:0 0 0 100px;
	padding:0;
}
h2.SubTitle {
	padding:0;
	margin:0 0 0 100px;
	font-family:"Comic Sans MS", Verdana, Arial;
	color:#317d33;
}

div#PageContent {
	width:791px;
	_width:821px;
	padding:0 15px 15px;
}
div#PageFooter {
	margin: 10px 34px 0 20px;
	border-top:1px solid #e4d8ca;
	padding-top:7px;	
	font-size:.8em;
	color:#c4b189;
	height:50px;
}
div#PageFooter div#footerLinks {
	float:right;	
}
div#PageFooter div#footerLinks a {
	color:#a39475;
	display:inline;
}
div#PageFooter div#copyright {
	float:left;
}

div#Category {
	float:left; 
	width:125px;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
td.ProductListing {
	width:200px;
	height:200px;
	border: 1px solid black;
}
tr.ProductListing {
	height:200px;
}
div#leftColumn {
	float:left;
	margin:40px 0 0 70px;
	width:231px;
}
div#rightColumn {
	float:right;
	margin-right:70px;
	margin-top:10px;
}
div#rightColumn table tr td {
	color:#666666;
	font-size:.7em;
}

table.list {
	border-spacing:0px;
	font-size:12px;
	border: 1px solid #e4d8ca;
}
table.list thead {
	background-color:#fef4e8;
}
table.list thead th {

}
table.list tbody {

}
table.list tbody tr {

}
table.list tbody tr.alt {
	background-color:#00CCFF;
}
table.list tbody tr td {

}

form.simpleForm {

}
form.simpleForm label {
	float:left;
	width:100px;
	margin-top:5px;
}
form.simpleForm input[type=text],input[type=password] {
	float:left;
	width:150px;
	margin-top:5px;
}
form.simpleForm select {
	float:left;
	width:150px;
	margin-top:5px;
}
form.simpleForm br {
	clear:both;
}


div.contentPadding {
	padding:15px;
}

span.loginError {
	color:red;
}
span.error {
	color:red;
	padding-top:0px;
	display:block;
	float:left;
}
img.listingImage {
 max-height:150px;
 max-width:150px;
 border:none;
}
a.listingLink {
font-weight:bold;
 font-size:12px;
 color:#990000;
 padding:0 5px;
}
a.listingLink img {
	border:none;
}
* html img.listingImage { 
   width: expression( document.body.clientWidth > 149 ? "150px" : "auto" ); /* sets max-width for IE */
   height: expression( document.body.clientHeight > 149 ? "150px" : "auto" ); /* sets max-height for IE */
}

/*Start Store Toolbar Styles*/

div#StoreToolbar {
	width:806px;
	background-color:#fff4fc; 
	color:#5f4d4d;
	border-bottom:1px solid black; 
	_margin-top:-2px;
	font-size:12px;
	padding:4px 8px;
	_width:822px;
}
div#StoreToolbar div#UserDiv {
	float:left;
}
div#StoreToolbar div#UserDiv span#Message {
	margin:0 3px;
}
div#StoreToolbar div#UserDiv a {
	margin:0 3px;
}
div#StoreToolbar div#CartDiv {
	float:right;
}
div#StoreToolbar div#CartDiv span#ItemCount {
	margin:0 3px;
}
div#StoreToolbar div#CartDiv span#DollarAmount {
	margin:0 3px;
}
div#StoreToolbar div#CartDiv span#ViewCart {
	margin:0 3px;
}
div#StoreToolbar br {
	clear:both;
}
/*End Store Toolbar Styles*/