
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0; padding:0;
}

a:link, a:visited, a:active { color:#6D1416; text-decoration:none; font-weight:bold}
a:hover { color:#DA3B3F; font-weight:bold}


:focus {
outline: 0;
}

p { margin:20px 0; padding:0}

#container {
	width:980px;
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-position: center;
	overflow: visible;
	padding:0 10px;
}

#admin {
	border:#990000 solid 2px;
	background:#FFFFCC;
	padding:10px;
	
}



#header {
	background:url(../images/banner.jpg) top left no-repeat;
	width:100%;
	height:180px;
}

#search_button {
	float:right;
	margin-top:132px;
	width:300px;
	height:40px;
	text-align:right;
}

.search_button {
	background:url(../images/search_normal.jpg);
	width:57px;
	height:29px;
	float:right;
	border:0px;
	cursor:pointer;
}

#nav_top {
	width:100%;
	height:37px;
	background-color: #FFFFFF;
	margin-bottom:15px;
	text-align:left;
}

#topic {
	background:url(../images/releases_head.jpg) top left no-repeat #FFEDEE;
	width:226px;
	padding:44px 5px 5px 5px;
	vertical-align:top;
	text-align:left;
}

#topic a:link, #topic a:visited, #topic a:active { font-size:11px; font-weight:normal; color:#333333}

#topic a:hover {color:#DA3B3F}


#main {
	background:url(../images/main_area.jpg) top left repeat-x;
	text-align:left; 
	vertical-align:top;
	padding:15px;
}

#bottom_shade {
	background:url(../images/main_area.jpg) top left repeat-x #999999;
	height:100px;
	width:100%;
	
}

#footer {
	background:#EEEEEE; /*#F8F8F8*/
	width:100%;
	height:26px;
	margin:15px 0;
	clear:both;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6D1416; font-weight:bold;
	font-size:10px;
}


#cart_div {					/* bottom cart image*/
	float:right;
	width:140px;
	height:26px;
	border:none;
}
.cart_but {
	background:url(../images/shop.jpg) top left no-repeat;
	width:140px;
	height:26px;
	cursor:pointer;
	border:none;
	margin:0;
	padding:0;
}
.cart_but_over {
	background:url(../images/shop.jpg) bottom left no-repeat;
	width:140px;
	height:26px;
	cursor:pointer;
	border:none;
	margin:0;
	padding:0;
}


/* --------------  Headings ------------------- */

h1 {
	font-size:16px;
	font-weight:bold;
	color:#6D1416;
	margin:0 0 20px; padding:0;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin:10px 0; padding:0;
}


/* --------------  Products Table ------------------- */
#products { width:100%}
#products #head_title{ font-weight:bold; padding:2px 2px 2px 5px; background:#6D1416; color:#FFFFFF;}
#products #head_type{ width:50px; font-weight:bold; text-align:center; padding:2px 2px 2px 5px; background:#6D1416; color:#FFFFFF}
#products #head_price{width:80px; font-weight:bold; padding:2px 2px 2px 5px; background:#6D1416; color:#FFFFFF}
#products #head_order{width:80px; font-weight:bold; padding:2px 2px 2px 5px; color:#666666; background:#6D1416}

#products #title{text-align:left; padding:2px 10px; border-bottom:#999999 dashed 1px;}
#products #type{text-align:left; padding:2px 10px; border-bottom:#999999 dashed 1px;}
#products #price{text-align:left; padding:2px 10px; border-bottom:#999999 dashed 1px;}
#products #order{text-align:center; padding:2px; border-bottom:#999999 dashed 1px;}


/* --------------  Row Highlight effect ------------------- */
.row_over {
	background:#EBEBEB;
	cursor:pointer;
}

.row_over a:link, .row_over a:visited, .row_over a:active {
	font-weight:bold;
	color:#DA3B3F;
}

.row_out a:link {
	color:#6D1416;
}


#product_price { font-size:30px; font-family: Georgia, "Times New Roman", Times, serif; color:#666666}
#product_title { font-size:16px; font-weight:bold; color:#6D1416}

#product_pic { float:right; margin:0 0 5px 5px;}
#product_pic img { border:#CCCCCC solid 1px; padding:2px;}

.list_count { margin-bottom:10px; font-size:14px; text-align:right; font-size:12px}



/*----------- Nav Bottom ----------- */
.page_nav_bottom {text-align:center; padding:15px 5px 5px; margin-top:15px;}
.page_nav_bottom span { 				/* not linked buttons */
background:#CCCCCC;
color:#666666;
border: solid 1px #666666;
text-decoration:none;
padding:5px}

.page_nav_bottom a:link, .page_nav_bottom a:visited, .page_nav_bottom a:hover, .page_nav_bottom a:active {		/*  linked buttons */
background:#6D1416;
color:#FFFFFF;
border: solid 1px #333333;
text-decoration:none;
padding:5px
}
/*-----------------------------------*/




