
body { background:#eee; font-size:.9em; font-family: Arial, Helvetica, sans-serif; text-align:center; margin:10px;}

h4 {line-height:10px;}

#center { background:#fff;width:770px; margin:auto; text-align:left;}

a:link, a:visited, a:active  {text-decoration:none;}

/* Cart bar here */
.topnav {
	font-size:.8em;
	text-align:right;
	padding:3px 10px 3px 0px;
	background:#000 url(/images/menu_bg.gif) repeat-x;
	color:#fff;
}

.topnav a:link, .topnav a:visited, .topnav a:active {
	text-decoration:none;
	font-family:sans-serif;
	font-weight:bold;
	color:#fff;
	height:30px;
}

.topnav a:hover {
/*	text-decoration:underline; */
	color:#ffcc33;
}


#center { min-width:755px; border:medium double #aaa; margin:auto;} 


/* header */
.header { 
background:orange; 
padding:12px; 
margin:0px;
}

.header h1 { 
color:#fff; 
font-family: sans-serif; 
font-size:1.5em; 
line-height:.4em;
}

.header h2 { 
color:#fff; 
font-family: sans-serif; 
font-size:1em;
padding-left:6px;
line-height:.4em;
}


/* Buttons here */



.bttn, .bttn:link { 
	background:url(/images/bttn_f1.png) no-repeat;	
	display: block;
	width: 131px;
	height: 19px;
	margin-top: 2px;
	padding: 2px 0 0 0;
	text-align: center;
	font-family:sans-serif;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}

.bttn:hover { 
	background:url(/images/bttn_f2.png) no-repeat;	
	display: block;
	width: 131px;
	height: 19px;
	margin-top: 2px;
	padding: 2px 0 0 0;
	text-align: center;
	font-family:sans-serif;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	text-decoration: none;
	color:red;
}

.bttn:active, .bttn:visited { 
	background:url(/images/bttn_f1.png) no-repeat;	
	display: block;
	width: 131px;
	height: 19px;
	margin-top: 2px;
	padding: 2px 0 0 0;
	text-align: center;
	font-family:sans-serif;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}



/* Search */
.search {
	padding-bottom:15px;
	margin-bottom:15px;
	min-width:110px;
	background:#ffffff;
}

.search form {
	height:8px;
	
}



.newsletter { 
	 margin:5px;
	 padding:5px; 
	 font-size:11px;
}



/* Product Listing classes here */

.left_column {
	max-width:72%;
	float:left;
}

.right_column {
	text-align:right;
	min-width:135px;
	margin:6px;
}

.right_center {
	text-align:left;
}



.content { 
	background:#ffffff;
	width:72%;
	/* width:480px; */
	/*float:left; */
	padding:18px; 
	border:none;
	min-width:480px;
	font-size:.9em;
	margin:5px;
}

.content img {border:none;}

.products td { 
	/* border:1px solid #ccc; */
	padding:8px;
	margin:10px;
	text-align:center;
	font-size:.8em;
}
.prodinfo { 
	visibility:hidden;
	height:0px;
	overflow:hidden; 
	
	
	}

.pagenav {
	clear:both;
	text-align:center;
	font-family:sans-serif;
	font-size:1.5em;
	padding:10px;
}

.pagenav a:link {
	
	color:red;
}




/* Recent Searches */
.recent { 
	height:120px; height:150px; overflow: auto;border:1px solid #ccc; margin:5px;padding:5px;
}

.recent ul { 
	padding-left:0px;
	list-style:none;
}


.recent a:link, .recent a:visited, .recent a:active, .recent a:hover { font-size:.75em; font-family:sans-serif;}



/* Categories */
.categories { 
	 height:450px; 
	 overflow: auto;
	 border:1px solid #ccc; 
	 margin:5px;
	 padding:5px; 
	 min-width:110px;
}

.categories a:link, .categories a:visited, .categories a:active, .categories a:hover { font-size:.75em; font-family:sans-serif;}


/* footer */
.footer {
	
	clear:both; 
	text-align:center; 
	background:#ffffff;
	font-size:.9em;
	font-weight:bold;
	padding:1px 0px 1px 8px;
	}




/* Shopping cart stuff here */

.cartinfo{
	width:80px;
	text-align:right; 
	padding-top:10px; 
	padding-right:50px;
	float:right;
}

.cart { font-size:.7em; font-family:Tahoma; width:480px;}
.cart th { background:#000; color:#fff; padding:4px;}
.cart td { padding:4px;}
.cart img {border:none;}
.odd { background:#fff;}
.even {background:#eee;}


.wishlist { 
	border:medium double #eee; 
	margin:auto; 
	padding:8px; 
	max-width:600px;
}
.wishlist form { 
	text-align:left; 
	width:400px; 
}

.price {color:green; font-size:1.1em;}
