/* $Id: skin1.css,v 1.84.2.20 2007/08/16 09:55:58 max Exp $ */

body{
	margin: 0;
	background: #FFF;
	background:url(images/page_bkgd_upper.gif) repeat-x;
}
body, p, div{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #313131;
}

p, div{
	text-align: left;
}

p{
	margin: 0 0 5px 0;
}

a{
	color: #0054A6;
}
a:hover{
	color: #598527;
}

h1{
	color: #598527;
	font-size: 15px;
}
h2{
	font-size: 13px;
	color: #598527;
	margin: 0;
}
h3{
	font-size: 12px;
	color: #598527;
	margin: 0;
}
input{
	padding: 2px;
}
img{
	border: 0;
}


td.border_left{
	width: 21px;
	height: 100%;
	vertical-align: top;
	background:url(images/page_bkgd_left.png) repeat-y;
}
td.border_right{
	width: 21px;
	height: 100%;
	vertical-align: top;
	background:url(images/page_bkgd_right.png) repeat-y;
}


/*--------------------- Layout - Left Column ----------------------*/
td.side_menu{
	width: 168px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
}
div.side_menu{
	text-align: left;
	border-top: 5px solid #808080;
	border-bottom: 5px solid #808080;
	margin-top: 8px;
}
div.side_box{
	text-align: left;
	border-bottom: 5px solid #808080;
	margin-top: 8px;
}

div.side_menu a, div.side_box a{
	font-size: 12px;
	display: block;
	padding: 2px;
	border-bottom: 1px solid #808080;
	text-decoration: none;
}

div.side_menu a.last{
	border-bottom: 0;
}
div.side_menu a:hover, div.side_box a:hover{
	color: #FFF;
	background-color: #598527;
}




div.login{
	text-align: left;
	border-bottom: 2px solid #808080;
	padding: 8px 3px 3px 3px;
}
div.login h3, div.side_box h3{
	text-transform: uppercase;
	margin-bottom: 4px;
}
div.login form{
	margin: 0;
	margin-bottom: 3px;
	clear: both;
}
div.login input.login_button{
	border: 0;
	text-decoration: underline;
	background: #FFF;
	font-weight: bold;
	font-size: 10px;
	float: right;
	padding: 5px;
	display: block;
	clear: both;
}
div.new_customer{
	text-align: left;
	border-bottom: 5px solid #808080;
	padding: 8px 3px 8px 3px;
	text-transform: uppercase;
}
div.new_customer h3{
	margin-bottom: 4px;
}


/*---------------------------- Layout - Content Column ----------------------*/
td.content{
	width: 613px;
	padding: 8px 0 0 15px;
	vertical-align: top;
	background: #FFF;
}

div.search_and_cart{
	float: right;
	width: 240px;
	margin: 5px 0 10px 0;
}
div.search_and_cart div.search_box{
	margin: 0 0 5px 0;
}
div.search_and_cart div.search_box input.keywords{
	width: 154px;
	border: 1px solid #808080;
	background-color: #FFF;
	display: inline;
	margin: 0;
}
div.search_and_cart div.search_box input.search_button{
	color: #FFF;
	border: 1px solid #808080;
	width: 80px;
	border-left: 1px solid #598527;
	font-size: 10px;
	padding: 3px 3px 2px 3px;
	background-color: #598527;
	margin: 0;
}
div.search_and_cart div.account_box{
	border: 1px solid #808080;
}
div.search_and_cart div.account_box p{
	padding: 8px;
}
div.search_and_cart div.account_box a{
	text-decoration: none;
}
div.search_and_cart div.account_box div.checkout_button{
	float: right;
	width: 80px;
	line-height: 30px;
	text-align: center;
	background-color: #598527;
	border: 0;
	margin: 0;
	border-top: 1px solid #808080;
}
div.search_and_cart div.account_box div.checkout_button a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
div.search_and_cart div.account_box div.cart_contents{
	width: 153px;
	line-height: 30px;
	padding-left: 5px;
	color: #FFF;
	background-color: #808080;
	border-top: 1px solid #808080;
}
div.search_and_cart div.account_box div.cart_contents a{
	color: #FFF;
	text-decoration: none;
}
div.search_and_cart div.account_box div.cart_contents a:hover{
	text-decoration: underline;
}

div.store_focus{
	width: 598px;
	clear: both;
	margin-bottom: 30px;
	border: 1px solid #808080;
}
div.store_focus div.header{
	width: 588px;
	padding: 5px;
	background-color: #808080;
}
div.store_focus div.header div.about{
	float: right;
	display: inline;
}
div.store_focus div.header a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	margin-right: 5px;
	text-transform: uppercase;
}

div.store_focus div.main_image_thumbnails{
	background-color: #808080;
	padding: 5px;
}
div.store_focus div.main_image_thumbnails img{
	margin-right: 8px;
	border: 1px solid #FFF;
}

/*-------------------------------------- Featured Items ------------------------------*/
div.feature_products{
	float: right;
	clear: both;
	width: 200px;
}
div.feature_products h1{
	display: block;
	padding: 4px 0 3px 0;
	border-top: 3px solid #808080;
	border-bottom: 1px solid #808080;
	margin: 0 0 5px 0;
}
div.feature_products ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.feature_products ul li{
	margin-bottom: 10px;
	padding-left: 4px;
}
div.feature_products ul li a{
	text-transform: uppercase;
	text-decoration: none;
}
div.feature_products ul li form{
	margin: 0;
	display: inline;
}
div.feature_products ul li h1{
	display: inline;
	color: #0054A6;
	font-size: 12px;
	margin: 0;
	border: 0;
	padding: 0;
}
div.feature_products ul li p{
	margin-bottom: 5px;
}
div.feature2{
	float: right;
	width: 186px;
	margin-right: 13px;
	border: 1px solid #808080;
}
div.feature1{
	width: 186px;
	border: 1px solid #808080;
}
div.feature3{
	width: 385px;
	margin: 10px 10px 0 0;
	clear: left;
	border: 1px solid #808080;
}

div.upcoming_events{
	width: 598px;
	border-top: 3px solid #808080;
	padding: 5px 2px 2px 2px;
	margin-top: 20px;
	clear: both;
}
div.upcoming_events a{
	display: inline;
	margin-right: 10px;
}
div.upcoming_events h3{
	text-transform: uppercase;
}


div.footer{
	width: 760px;
	padding: 10px;
	text-align: right;
	border-top: 5px solid #808080;
	margin-top: 20px;
}
div.footer a{
	display: inline;
	margin-left: 15px;
	text-decoration: none;
}
div.footer a:hover{
	text-decoration: underline;
}


div.page_title{
	clear: both;
	padding: 5px 5px 5px 0;
	margin: 10px 0 20px 0;
	border-top: 5px solid #808080;
	border-bottom: 3px solid #808080;
}
div.page_title h1{
	font-size: 14px;
	color: #598527;
	text-transform: uppercase;
}

div.dialog_header{
	width: 593px;
	height: 23px;
	background:url(images/dialog_header_bkgd.gif) repeat-x;
	padding: 5px 5px 0 5px;
	margin: 0 auto;
	border: 1px solid #7F7F7F;
	border-bottom: 0;
}
div.dialog_header h2{
	color: #FFF;
	margin: 0;
	display: inline;
}
div.dialog_content{
	width: 593px;
	/*height: 124px;
	background:url(images/dialog_bkgd.gif) no-repeat;*/
	padding: 5px;
	border: 1px solid #7F7F7F;
}


div.category_description{
	margin-bottom: 20px;
}
div.category_description img{
	margin: 0 10px 10px 0;
}
table.subcategory_icons a{
	text-decoration: none;
}

	

div.product_listing{
	clear: both;
}
div.product_listing h2{
	font-size: 13px;
	color: #598527;
}
/*div.product_listing img{
	float: left;
	margin: 0 10px 10px 0;
}*/
div.product_listing div.product_links{
	margin-top: 6px;
	text-transform: uppercase;
}
div.product_listing div.product_info{
	width: 450px;
	float: right;
	margin-left: 8px;	
}	
div.spacer{
	clear: both;
	height: 15px;
}

div.product_description{
	float: right;
	width: 410px;
}
div.product_picture{
	text-align: center;
	margin: 5px 10px 10px 0;
	width: 180px;
}
div.product_picture p.quick_price{
	text-align: left;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	text-transform: uppercase;
	margin-top: 20px;
}
div.product_description div.product_details{
	width: 410px;
	margin-top: 4px;
	padding-top: 15px;
	border-top: 2px solid #598527;
	line-height: 18px;
}
div.product_description div.product_options{
	width: 410px;
	margin-top: 4px;
	padding-top: 15px;
	border-top: 2px solid #598527;
	line-height: 18px;
}
p.savings, span.price{
	color: #598527;
}
b.price{
	font-size: 13px;
}


td.current_page{
	background:#598527;
	font-weight: bold;
	color: #FFF;
}
