body {
	background-image:url('/images-site/bg.gif');
	/*background-image:url('/images-site/bg-christmas.gif');*/
	font-family:verdana,serif;
	font-size:12px;
}

td {
	font-family:verdana,serif;
	font-size:12px;
}

.navlinks {
	font-size:12px;
	font-family:arial,serif;
	list-style-type: none;
	margin-top:auto;
	margin-bottom:auto;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-left:5px;
}

.navlinks li {
	
	padding-bottom:8px;
	font-weight:bold;
}

.navlinks a:link {
	color:#CCCCCC;
	text-decoration:none;
}
.navlinks a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
.navlinks a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.navlinks a:active {
	color:#CCCCCC;
	text-decoration:none;
}

ul.infolinks {
	 list-style-type: none;
	 margin-top:auto;
	 margin-bottom:auto;
	 color:#000;
	 margin:0px;
	 padding:0px;
	 padding-top:5px;
}
.infolinks li {
	font-size:12px;
	font-family:arial,serif;
	padding-bottom:5px;
	font-weight:bold;
}

.infolinks a:link {
	color:#000;
	text-decoration:none;
}
.infolinks a:visited {
	color:#000;
	text-decoration:none;
}
.infolinks a:hover {
	color:#000;
	text-decoration:underline;
}
.infolinks a:active {
	color:#000;
	text-decoration:none;
}



a:link { color:#333; text-decoration:none;}
a:visited { color:#666; text-decoration:none;}
a:hover { color:#000; text-decoration:underline;}
a:active { color:#000; text-decoration:underline;}

.subtext { font-size:80%; }

h1 {
	font-size:17px;
	color:#CC6600;
}
h2 {
	font-size:14px;
	color:#CC6600;
}

.subheading {
	background:#FF9900;
	border-bottom:2px solid #CC6600;
	border-left:2px solid #CC6600;
	padding:1px;
	font-weight:bold;
}

.box
{ 
	border:1px solid #CC6600; 
	padding: 3px;
	border-collapse:collapse; 
} 

.box_header
{
	border:1px solid #CC6600; 
	padding: 1px 3px 1px 3px;
	border-collapse:collapse; 
	background: #FF9900; 
	font-weight: bold;
	color: #000;
}

.price {
	color:#CC6600;
	font-size:14px;
	font-weight:bold;
}

table.category_subcategories {
	width:100%;
	border:0;
	margin-top:10px;
	margin-bottom:30px;
}
	.category_subcategories td {
		padding:3px;
		border:0;
		text-align:center;
	}
	.category_subcategories table.category_subcategories_outline {
		border:1px solid #CCC;
		width:162px;
		height:162px;
	}
	.category_subcategories .category_subcategories_bottom_row {
		padding:0px;
		padding-bottom:15px;
		font-weight:bold;
	}
/* brand page - products */
table.category_products {
	width:100%;
	/* this is the main grid around each product */
	border-top:1px solid #999;
	border-left:1px solid #999;
	
	margin-top:10px;
	margin-bottom:10px;
}
	.category_products td {
		/* this is the main grid around each product */
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		position:relative;
	}
	.category_products table.category_products_inner_table {
		width:100%;
		border:0;
		margin-top:15px;
	}
	.category_products table.category_products_inner_table td {
		border:0;
		padding: 2px;
	}
	.category_products table.category_products_inner_table td.category_products_inner_table_top {
		text-align:center;
	}
	.category_products table.category_products_inner_table td.category_products_inner_table_bottom {
		text-align:left;
	}
	.category_products table.category_products_inner_table table.category_products_inner_table_top_outline {
		width:162px;
		height:162px;
		text-align:center;
	}
	.category_products .category_products_detailed_product_grid_rating_container { height: 15px; }
	.category_products .category_products_detailed_product_grid_price_container { height:30px; }
	.category_products .category_products_detailed_product_grid_title_container { height:80px; }
	.category_products a.category_products_detailed_product_grid_title { 
		font-size:100%;
		line-height:16px;
	}

.product_listing_out_of_stock { font-size:10px;color:#F63;font-weight:normal;font-style:italic; }
.product_listing_hot { font-size:10px;color:red;font-weight:bold; }
.product_listing_on_sale { font-size:10px;color:#00cc33;font-weight:bold; }
.product_listing_clearance { font-size:10px;color:#FF9900;font-weight:bold; }
.product_listing_new { font-size:10px;color:#6600CC;font-weight:bold;vertical-align:super; }
.product_listing_price { color:#990000;font-weight:bold;}
.product_listing_savings { color:green;font-size:80%;}

.navigation_container {
	height:25px;
}

.navigation_container #navigation_sort_container {
	width:60%;
}

.navigation_container #navigation_pages_container {
	width:40%;
}

.page_number_navigation {
	/*margin: 10px 0 15px 0;*/
	font-size:90%;
	padding-top:5px;
}

.page_number_navigation span {
	padding:1px;
}

.page_number_navigation span.selected_page {
	font-weight:bold;
}

.category_sort_form {
	/*margin: 0 0 10px 0;*/
	margin:0;
	padding:0;
	font-size:90%;
}
.category_sort_form select {
	font-size:11px;
}
.category_sort_form input {
	font-size:11px;
	margin:0;
	padding:0;
	margin-left:5px;
}

.category_description {
	font-size:90%;
}

.breadcrumbs { font-size:9px; }

.section_container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.section_heading {
	border:1px solid #CC6600; 
	padding: 1px 3px 1px 3px;
	background-color: #FF9900; 
	font-weight: bold;
	color: #000;
}

.section_body {
	border:1px solid #CC6600; 
	border-top:0;
	padding: 3px;
}

#recently_viewed_products {
	
}
	#recently_viewed_products .section_body {
		padding:0px;
	}
	#recently_viewed_products table.category_products {
		border:0px;
		margin:0px;
	}
		#recently_viewed_products table.category_products td {
			border-bottom:0px;
		}
		#recently_viewed_products table.category_products td.category_products_grid_cell_right {
			border-right:0px;
		}
		
#recently_viewed_categories { }

	#recently_viewed_categories table.category_subcategories {
		margin:0px;
	}
	
	#recently_viewed_categories table.category_subcategories .category_subcategories_bottom_row {
		padding-bottom:5px;
	}

.product_grid_within_container .section_body {
	padding:0px;
}

.product_grid_within_container table.category_products {
	border:0px;
	margin:0px;
}

	.product_grid_within_container table.category_products td {
		border-bottom:0px;
		position:relative;
	}
	
	.product_grid_within_container table.category_products td.category_products_grid_cell_right {
		border-right:0px;
	}

.category_grid_within_container table.category_subcategories {
		margin:0px;
	}
	
	.category_grid_within_container table.category_subcategories .category_subcategories_bottom_row {
		padding-bottom:5px;
	}

/* PRODUCT PAGE STYLES */

div.clear {
	clear:both;
}

#add_to_cart_form {
	margin:0px;
	padding:0px;
}

#product_page_top_container {
	margin-top:5px;
}

#image_block_container {
	float:left;
	width:205px;
	text-align:center;
}

	#image_block_container #marketing_image {
		margin-top:3px;
		margin-bottom:3px;
	}
	
	#image_block_container #image_caption {
		font-size:90%;
		font-style:italic;
	}
	
	#image_block_container #view_larger_image {
		font-size:90%;
		margin-top:2px;
	}
	
	#image_block_container #main_image_container {
		width:204px;
		height:204px;
	}
	
	#image_block_container #main_image_container td {
		text-align:center;
	}
	
	#image_block_container #other_images_container table.product_thumbnail_images {
		margin-top:5px;	
		margin-bottom:7px;
	}
	
	#image_block_container #other_images_container table.product_thumbnail_images td {
		margin:0px;
		padding:0px;
		text-align:center;
	}
	
	#image_block_container #other_images_container table.product_thumbnail_images_outline {
		width:95px;
		height:95px;
		border:1px solid #CCCCCC;
	}
	

#add_to_cart_block_container {
	float:right;
	margin-left:3px;
}

	#add_to_cart_block_container #add_to_cart_top_border {
		width:162px;
		height:9px;
	}
	
	#add_to_cart_block_container #add_to_cart_bottom_border {
		width:162px;
		height:9px;
	}

	#add_to_cart_block_container #add_to_cart_block {
		background-color:#a1c7d4;
		width:160px;
		height:110px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border-left:1px solid #66a3c3;
		border-right:1px solid #66a3c3;
	}
	
	#add_to_cart_block_container #add_to_cart_quantity {
		margin-top:0px;
	}

	#add_to_cart_block_container #add_to_cart_button {
		margin-top:5px;
	}
	
	#add_to_cart_block_container #add_to_cart_safe_shopping {
		width:137px;
		text-align:left;
		margin-top:2px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#add_to_cart_block_container #add_to_cart_safe_shopping #add_to_cart_padlock {
		float:left;
		margin-right:2px;
	}
	
	#add_to_cart_block_container #add_to_cart_safe_shopping #add_to_cart_safe_shopping_text {
		padding-top:3px;
	}
	#add_to_cart_block_container #add_to_cart_credit_cards {
		width:100%;
		text-align:center;
		clear:both;
		margin-top:7px;
	}

#main_info_block_container {
	float:left;
	width:593px;
	padding-left:5px;
}
	
#brand_image {
	margin-top:5px;	
	clear:right;
	float:right;
	min-width:160px;
	text-align:center;
}

h1#product_title {
	margin:0px;
	font-size:14px !important;
}
#other_brand_products {
	font-size:80%;
}
#product_rating_summary {
	font-size:80%;
	margin-top:5px;
}

.main_info_divider {
	border-top:1px dashed #999999;
	color:#FFFFFF;
	height:1px;
	margin:10px 5px 5px 0;
}

#price_container {
	margin-top:0px;
	margin-bottom:20px;
}

	#price_container .price_label {
		text-align:right;
		color:#666666;
		font-size:90%;
	}
	
	#price_container .list_price {
		text-decoration:line-through;
	}
	
	#price_container .price {
		color:#990000;	
		font-size:120%;
		font-weight:bold;
	}
	
	#price_container .price a.convert_currency {
		font-size:11px;
		font-weight:normal;
	}
	
	#price_container .you_save {
		color:#990000;	
	}
	
	#price_container .shipping #click_to_calculate {
		font-size:90%;
	}

#availability_container {
	margin-top:20px;
}
	#availability_container #in_stock {
		color:#009900;
		font-size:130%;
		font-weight:bold;
	}
	#availability_container #out_of_stock {
		color:#990000;
		font-size:130%;
		font-weight:bold;
	}
	#availability_container #availability_details {
		font-size:90%;	
	}
	
#options_container {
	margin-top:15px;
}
	#options_container .option_choice_container {
		margin-bottom:10px;
	}
	#options_container .option_choice_container .option_question {
		margin-bottom:2px;
	}

#product_page_bottom_container {
	clear:both;
	margin-top:20px;
}

	#product_page_bottom_container #share_with_friends {
		margin:0 0 0 0;
		padding:3px 0 0 0;
		width:100%;
		text-align:center;
		border-top:1px dashed #999;
		border-bottom:1px dashed #999;
	}
	
		#product_page_bottom_container #share_with_friends img {
			padding-right:10px;
		}
		
#we_ship_worldwide {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#product_description {
	margin-top:30px;
}

	#product_description #special_vendor_message {
		margin:20px;
		padding:10px;
		font-style:italic;
		background-color:#FF9;
		border:1px dashed #F90;
	}

	#product_description table#product_attributes  {
		float:right;
		margin: 5px;
		width:250px;
		font-size:10px;
		border-collapse:collapse; 
		border:1px solid #CCC;
	}
	
	#product_description table#product_attributes td  {
		border:1px solid #CCC;
		padding:2px;
	}
	
	#product_description table#product_attributes td.attribute_name  {
		font-weight:bold;
		text-align:right;
	}

#product_special_offers .section_body {
	padding:0;
}

.coupon_code {
	font-weight:bold;
	font-size:115%;
	font-style:italic;
}

.special_offer_container {
	clear:both;
	padding:5px 0;
	border-bottom:1px solid #CCC;
}

.special_offer_container_last {
	border:0px;
}

	.special_offer_container .special_offer_coupon {
		float:left;
		width:70px;
		height:32px;
		padding-left:10px;
		padding-top:3px;
	}
	
	.special_offer_container .special_offer_description {
		height:27px;
		padding-left:85px;
		padding-top:8px;
	}
		
#brand_info #brand_writeup_image {
	float:right;
	margin:5px;
}
	
#average_customer_review {
	font-size:10px;
	font-weight:bold;
	margin:0 0 5px 0;
}

#customer_review_request {
	font-weight:bold;
	margin-bottom:15px;
}
	
#all_product_reviews_container {
	width:100%;
	border-top:1px solid #CCC;
	padding-top:3px;
}

	#all_product_reviews_container .individual_product_review_container {
		margin-bottom:5px;
		padding:5px 0 10px 0;
		border-bottom:1px solid #CCC;
	}
	
	#all_product_reviews_container .individual_product_review_container .individual_product_review_stars {
		float:left;
		width:85px;
		padding-left:5px;
	}
	
	#all_product_reviews_container .individual_product_review_container .individual_product_review_content {
		padding-left:90px;
	}
	
	#all_product_reviews_container .individual_product_review_container .individual_product_review_name {
		margin-bottom:5px;
	}

#view_all_product_reviews {
	text-align:center;
	font-weight:bold;
	margin: 5px 0;
}

#why_buy_from_us li {
	margin-bottom:5px;
}

#why_buy_from_us #customer_company_comments {
	width:250px;
	float:right;
	font-size:10px;
	margin: 5px 5px 15px 15px;
	padding:3px;
	background-color:#FF9;
	border:1px dashed #F90;
}

#why_buy_from_us #customer_company_comments #customer_company_comments_heading {
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

#why_buy_from_us #customer_company_comments #customer_company_comments_comment {
	text-align:left;
	font-style:italic;
	margin-bottom:5px;
}

#why_buy_from_us #customer_company_comments #customer_company_comments_name {
	text-align:right;
}

#why_buy_from_us #customer_company_comments #customer_company_comments_read_more {
	text-align:center;
	margin-top:10px;
}

/* END PRODUCT PAGE STYLES */

.christmas_delivery {
	margin-top:15px;
	padding:7px;
	background-color:#F1ED79 ;
	color:#900;
	border:1px dotted #7A370A;
	text-align:center;
	font-weight:bold;
}
	.christmas_delivery a:link {
		color:#060 !important;
	}

.video_available_overlay {
	position:absolute;
	z-index:10;
	bottom:0px;
	right:6px;
	width:32px;
	height:32px;
	background-image:url(/images/video_available.png);
}
