/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/background.gif) repeat-x top center;
	font-size: 13px;
	color: #8C8C8C;
	font-family: "Arial", "Geneva", "Helvetica", sans-serif;
}

br.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, select, option {
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FDFFC9;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}
h1 a{
	color: inherit;
	text-decoration: none;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h2 a{
	color: inherit;
	text-decoration: none;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #2f407d;
}

a:hover {
	text-decoration: none;
	color: #a2a53b;
	color: #FDFFC9;
}

em{ font-style:italic; }
i{ font-style:italic; }
b{ font-weight: bold; }
strong{ font-weight: bold; }

#wrapper {
}
/* Header */

#header {
	width: 760px;
	height: 208px;
	margin: 0 auto;
	background: url(../images/header.gif) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	color: #2F407D;
}

#header h1 a {
	color: #2F407D;
	text-decoration: none;
}

#header h1 {
	padding: 20px 0 0 70px;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
	font-size: 10px;
	word-spacing: 0px;
}
#header a {
	color: #E6B715;
}

/* Banner */

#banner{
	float: right;
	width: 468px;
	height: 60px;
	/*background: #767C91;*/
	margin-top: 15px;
	margin-right: -5px;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 570px;
	margin: 0;
}
.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #919bc1;
}

.byline {
	text-transform: lowercase;
	margin: 0;
	color: #646464;
}

/*
.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	height: 48px;
	background: url(../images/img06.gif) no-repeat left top;
}
*/

.box_content .more {
	padding-left: 20px;
}

.box_content .comments {
	padding-left: 20px;
}

.box_content a {
	color: #2f407d;
}

.box_content {
	color: #000;
}

.box_top{
}
.top_right{
	float: right;
	background: url(../images/box_corners.gif) no-repeat;
	background-position: -12px 0px;
	height: 10px;
	width: 12px;
}
.top_left{
	float: left;
	background: url(../images/box_corners.gif) no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 12px;
}
.top_center{
	height: 10px;
	width: auto;
	background: #8D97BC;
	margin: 0 12px;
}

.box_bottom{
}
.bottom_right{
	float: right;
	background: url(../images/box_corners.gif) no-repeat;
	background-position: -12px -10px;
	height: 10px;
	width: 12px;
}
.bottom_left{
	float: left;
	background: url(../images/box_corners.gif) no-repeat;
	background-position: 0px -10px;
	height: 10px;
	width: 12px;
}
.bottom_center{
	height: 10px;
	width: auto;
	background: #8D97BC;
	margin: 0 12px;
}

.box_content{
	background: #8D97BC;
	padding: 0 12px;
	height: auto;
}

#content.admin .box_content p{
	color: #000;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar ul.micronav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 40px;
	height: 40px;
	background: url(../images/img04.gif) no-repeat left 60%;
	color: #BDBF96;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 20px 0 0 0;
	/*background: url(../images/img05.gif) no-repeat left top;*/
	text-align: center;
	font-size: smaller;
	color: #2f407d;
}

#footer a {
	color: #2f407d;
}

#footer p.right{
	margin: 0 10px 0 0;
	float: right;
}


form {

}
form label{
	text-transform: lowercase;	
	display: inline-block;
	width: 100px;
	text-align: right;
	margin: 0 5px 5px 0;
	vertical-align: top;
}
form input[type=text]{
	width: 250px;
	margin: 0 5px 5px 0;
}
form input[type=password]{
	width: 250px;
	margin: 0 5px 5px 0;
}
form input[type=submit]{
	margin: 0 5px 5px 0;
}	
form input[type=reset]{
	margin: 0 5px 5px 0;
}
form input[type=button]{
	margin: 0 5px 5px 0;
}
form textarea{
	width: 250px;
	height: 150px;
}
form select{
	width: 250px;
}

form#add_entry .add_button{
	border: 1px solid #FDFFC9;
	background: #000;
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #FDFFC9;
}

#archive_more{

}
.archive_hidden{
	display: none;
}

#site_search_box{
	display: block;
	position: absolute;
	margin: -28px 0 0 490px;
	width: auto;
	text-align: center;
}
#site_search_box.blog{
	width: auto;
	margin: -28px 0 0 460px;
}

form #site_search_box{
	
}

form #site_search_box input[type=text]{
	display: inline-block;
	width: 200px;
	margin: 0 10px 0 0;
	border: 1px solid #000;
	float: left;
}
form #site_search_box input[type=submit]{
	display: inline-block;
	text-transform: lowercase;
	float: right;
	/*margin-top: -1.5em;*/
}
form #site_search_box label{
	width: auto;
}

.float_right{
	float: right;
}
.float_left{
	float: left;
}



#pmenu {
	padding:0; 
	margin:10px 0 10px 0px; 
	list-style-type: none; 
	width:151px; 
	position:relative; 
	z-index:500;
}
#pmenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
	width:101px;
}
#pmenu li {
	position:relative;
}
#pmenu a, #pmenu a:visited {
	display:block;
	width:150px; 
	/*font-size:13px; */
	color:#2F407D; 
	height:23px; 
	line-height:22px; 
	text-decoration:none; 
	text-indent:5px; 
	background: #000; 
	border:1px solid #000; 
	border-width:0 1px 1px 0;
	overflow: hidden;
}
#pmenu li:hover > a {
	background:#000; 
	color:#FDFFC9;
	border:1px solid #2F407D; 
	border-width:0 1px 1px 0;
}

#pmenu li:hover > a:hover {
	background: #767C91;
}

#pmenu li ul {
	display: none;
} 
#pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:151px;
}



.pmenu {
	padding:0; 
	margin:10px 0 10px 0px; 
	list-style-type: none; 
	width:151px; 
	position:relative; 
	z-index:500;
}
.pmenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
	width:101px;
}
.pmenu li {
	position:relative;
}
.pmenu a, .pmenu a:visited {
	display:block;
	width:150px; 
	/*font-size:13px; */
	color:#2F407D; 
	height:23px; 
	line-height:22px; 
	text-decoration:none; 
	text-indent:5px; 
	background: #000; 
	border:1px solid #000; 
	border-width:0 1px 1px 0;
}
.pmenu li:hover > a {
	background:#000; 
	color:#FDFFC9;
	border:1px solid #2F407D; 
	border-width:0 1px 1px 0;
}

.pmenu li:hover > a:hover {
	background: #767C91;
}

.pmenu li ul {
	display: none;
} 
.pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:151px;
}



h3.category, h3.category a{
	margin: 4px 8px 4px 0;
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	color: #FDFFC9;
}

h3.subcategory, h3.subcategory a{
	margin: 4px 8px 4px 6px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	font-weight: normal;
	color: #FDFFC9;
}

a.category {
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 12px;
	margin-bottom: 4px;
	line-height: 1.3em;
}

a.subcategory {
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 24px;
	margin-bottom: 4px;
	line-height: 1.3em;
}

a.subsubcategory {
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 36px;
	margin-bottom: 4px;
	line-height: 1.3em;
}

#affiliate_tracking{
	position: absolute;
	float: left;
}

#breadcrumb{
	display: block;
	margin: 0 0 10px 0;
	color: #BDBF96;
}

#breadcrumb a{
	color: #8B95BC;
	font-size: 15px;
	text-transform: lowercase;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #BDBF96;
	text-decoration: underline;
}



.catalog_item{

}

.catalog_item .catalog_item_image{
	float: left;
	margin-right: 1em;
}

.catalog_item .catalog_item_name{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
}

.catalog_item .catalog_item_review{
	margin-bottom: 4px;
	color: #2F407D;
}
.catalog_item .catalog_item_review a{
	color: #2F407D;
	text-decoration: none;
}
.catalog_item .catalog_item_review a:hover{
	text-decoration: underline;
}

.catalog_item .catalog_item_description{
	font-size: 12px;
	line-height: 15px;
	margin-left: 137px;
}


/* **************************************************************** */


.catalog_item .catalog_item_price{
	width: 140px;
	text-align: center;
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 13px;
	color: #2F407D;
	overflow: hidden;
}
.catalog_item .catalog_item_price a{
	text-decoration: none;
}
.catalog_item .catalog_item_price a:hover{
	text-decoration: underline;
}
.catalog_item .catalog_item_price .store_link{
	display: inline-block;
	font-weight: bold;
}
.catalog_item .catalog_item_price .store_link img{
	margin-top: 4px;
}
.catalog_item .catalog_item_price .offers_link{
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
}
.catalog_item .catalog_item_price .offers_link a{
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin-top: 4px;
}
.catalog_item .catalog_item_price .offers_link a:hover{
	text-decoration: underline;
}


.catalog_item .box_content .more {
	padding-left: 20px;
}

.catalog_item .box_content .comments {
	padding-left: 20px;
}
.catalog_item .box_content {
	font-size: 15px;
	color: #2F407D;
}
.catalog_item .box_content a {
	font-size: 12px;
	color: #2f407d;
}
	

.catalog_item .box_top{
}
.catalog_item .top_right{
	float: right;
	background: url(../images/box_corners_white.gif) no-repeat;
	background-position: -12px 0px;
	height: 10px;
	width: 12px;
}
.catalog_item .top_left{
	float: left;
	background: url(../images/box_corners_white.gif) no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 12px;
}
.catalog_item .top_center{
	height: 10px;
	width: auto;
	background: #fff;
	margin: 0 12px;
}

.catalog_item .box_bottom{
}
.catalog_item .bottom_right{
	float: right;
	background: url(../images/box_corners_white.gif) no-repeat;
	background-position: -12px -10px;
	height: 10px;
	width: 12px;
}
.catalog_item .bottom_left{
	float: left;
	background: url(../images/box_corners_white.gif) no-repeat;
	background-position: 0px -10px;
	height: 10px;
	width: 12px;
}
.catalog_item .bottom_center{
	height: 10px;
	width: auto;
	background: #fff;
	margin: 0 12px;
}

.catalog_item .box_content{
	background: #fff;
	padding: 0 12px;
	height: auto;
}


.offer{
	margin: 0px;
}


.offer .box_top{
}
.offer .top_right{
	float: right;
	background: url(../images/box_corners_white.gif) no-repeat;
	background-position: -12px 0px;
	height: 10px;
	width: 12px;
}
.offer .top_left{
	float: left;
	background: url(../images/box_corners_white.gif) no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 12px;
}
.offer .top_center{
	height: 10px;
	width: auto;
	background: #fff;
	margin: 0 12px;
}

.offer .box_bottom{
}
.offer .bottom_right{
	float: right;
	background: url(../images/box_corners_white.gif) no-repeat;
	background-position: -12px -10px;
	height: 10px;
	width: 12px;
}
.offer .bottom_left{
	float: left;
	background: url(../images/box_corners_white.gif) no-repeat;
	background-position: 0px -10px;
	height: 10px;
	width: 12px;
}
.offer .bottom_center{
	height: 10px;
	width: auto;
	background: #fff;
	margin: 0 12px;
}

.offer .box_content{
	background: #fff;
	padding: 0 12px;
	height: auto;
}


.offer_store_name{
	margin: 0;
	width: auto;
	display: block;
}
.offer_image{
	width: 125px;
	overflow: hidden;
	text-align: center;
}
.offer_image h4{
	font-size: 11px;
	text-transform: none;
	color: #2F407D;
}
.offer_image_column{
	float: left;
	width: 125px;
	overflow: hidden;
	text-align: center;
}
.offer_image_column h4{
}
.offer_image_column h4 a{
	text-transform: none;
	text-decoration: none;
}
.offer_image_column h4 a:hover{
	text-decoration: underline;
}

.offer_store_notes{
	width: 400px;
	display: block;
	padding: 5px 0 5px 0;
}
.offer_stock_status{
	display: block;
	padding: 0 0 0 0;
}
.offer_store_image{
	float: left;
	padding: 15px 0;
	display: block;
}
.offer_store_image h4{
	font-size: 11px;
	text-transform: none;
	color: #2F407D;
}
.offer_authorized_reseller{
	float: right;
	display: block;
}
.offer_trusted_reseller{
	display: block;
	float: right;
}
.offer_price_rating{
	float: right;	
	width: 410px;
}

.offer_store_rating{
	margin: 0 0 0 125px;	
}
.offer_store_rating a{
	text-decoration: none;
}
.offer_store_rating a:hover{
	text-decoration: underline;
}

.offer_price{
	text-align: right;
}

.offer_price .offer_price_base{
	display: inline-block;
	margin: 12px 12px 0 0;
	vertical-align: top;
}
.offer_price .offer_price_shipping{
	display: inline-block;
	margin: 12px 12px 0 0;
	vertical-align: top;
}
.offer_price .offer_price_total{
	width: auto;
	display: inline-block;
}

.offer_price .offer_price_total a{
	font-weight: bold;
	text-decoration: none;
}
.offer_price .offer_price_total a:hover{
	text-decoration: underline;
}

.offer_price .offer_price_total a.reset_zip{
	display: inline-block;
	margin-top: 3px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.offer_price .offer_price_total a.reset_zip:hover{
	text-decoration: underline;
}

.offer_price .offer_price_total label{

	font-weight: bold;
}
.offer_smart_buy{
	display: block;
	margin: 5px 0;
}
.offer_used_item{
	display: block;
	margin: 5px 0;
}

.form_zipcode{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.form_zipcode div{
	margin: 0;
	padding: 0;
}
.form_zipcode input[type=text]{
	font-size: 9px; 
	width: 5.2em;
}
.form_zipcode input[type=submit]{
	font-size: 9px; 
	padding: 0;
}

.catalog_item_price a.price{
	font-size: 15px;
}

#categories_holder{

}
#categories_holder.hidden{
	display: none;
}
a#show_categories{
	display: inline-block;
	margin: 5px 5px 15px 5px;
	text-decoration: none;
	text-transform: lowercase;
}
a#show_categories:hover{
	text-decoration: underline;
}
a#hide_categories{
	display: none;
	margin: 5px 5px 15px 5px;
	text-decoration: none;
	text-transform: lowercase;
}
a#hide_categories:hover{
	text-decoration: underline;
}
.blank_image{
	display: block;
	width: 100px;
	height: 100px;
	
}

.pagination{
	float: right;
	margin: 0 0 12px 0;
	color: #2F407D;
}
.pagination a{
	color: #8B95BC;
	text-decoration: none;
}
.pagination a strong{
	color: #BDBF96;
}
.pagination a:hover{
	text-decoration: underline;
}

#top_products{
}
#top_products h1{
	margin: 0;
	padding: 0;
}
#top_products h2{
	font-size: 2em;
	margin: 0;
	padding: 0;
}
#top_products h2 a{
	display: inline-block;
	font-size: 12px;
}
#top_products h3{
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 0 15px;
}
#top_products h3 a{
	display: inline-block;
	font-size: 9px;
}
#top_products a{
	display: block;
	text-decoration: none;
	margin: 0 0 0 30px;
}
#top_products a:hover{
	text-decoration: underline;
}
a.av_showall{
	display: inline-block;
	margin: 0 0 0 24px;
}
a.av_showall:hover{
	text-decoration: underline;
	color: #BDBF96;
}

a.buynow{
	display: block;
 	text-align: center;	
	color: #8b3737;
}


.box_content a.compare_link{
	font-size: 15px;
	font-weight: bold;
}

noscript {
}


#javascript_warning{
	display: inline-block;
	background: #E8E8E8;
	color: #8b3737;
	border: 5px solid #8b3737;
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	font-size: 20px;

}

#javascript_warning .small{
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 13px;
}



 	

