#product_order {
	width: 690px;
}
	
#product_order .thumbnail{
	float: left;
	width: 200px;
}

#product_order_information{
	float: left;
	width: 490px;
	line-height: 180%;
}
	
#product_order .enlarge {
	padding: 6px 0;
	font-weight: bold;
	}
	
#product_order .enlarge a {
	color: #585858;
	text-decoration: none;
	}
	
#product_order .enlarge a:hover {
	text-decoration: underline;
	}


#product_sidebar {
	float: left;
	width: 35%;
	}
	
#product_content {
	float: right;
	width: 65%;
	line-height: 180%;
	}
	
#product_sidebar .enlarge {
	padding: 6px 0;
	font-weight: bold;
	}
	
#product_sidebar .enlarge a {
	color: #585858;
	text-decoration: none;
	}
	
#product_sidebar .enlarge a:hover {
	text-decoration: underline;
	}

.product_pricing p {
	margin-top: 0;
	}
.product_pricing p.sale {
	color: red;
	}
	
.product_listing {
	padding: 12px;
	border-bottom:1px solid #000000;
}
	
.thumb_left{float: left; text-align: left; padding: 0 6px 6px 0}

.options_box{
	text-align:left;
	float:right;
	border:1px solid #000000;
	padding:10px;
	display:none;
}

.options_box .close_options_button{
	text-align:right;
}

ul#product_details_tabs {
	text-align: left;
	margin: 1em 0 0em 0;
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding: 3px 10px 6px 0px;
}

ul#product_details_tabs li {
	display: inline;
}

ul#product_details_tabs li a {
	padding: 6px 6px;
	border: 1px solid #666666;
	background-color: #cccccc;
	color: #666;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul#product_details_tabs a:hover {
	background: #fff;
}

ul#product_details_tabs a.current_tab {
	background: #000;
	color:#fff;
}

.product_details_tab_body{
	display:none;
	border:1px solid #000000;
	padding:10px;
}

.product_review{
	padding:3px;
	border-bottom:1px solid #000;
}

.product_review .review_comments,
.product_review .review_name,
.product_review .review_date{
	font-weight:bold;
}

#addtocart{text-align:left;}

#addtocart .product_option{padding-bottom:0px;display:block;}
#addtocart .product_option .option_name{font-weight:bold;padding-bottom:2px;}
#addtocart .product_option .option_box{padding-bottom:2px;}
#addtocart .product_pricing p{padding:0px;margin:5px;}

.additional_photo{float:left;width:33%;padding:0px;text-align:left;}
.additional_photo span{font-weight:bold;display:block;text-align:center;}

.option_photo{float:left;width:33%;padding:0px;text-align:left;}
.option_photo span{font-weight:bold;}
	
.featured_products{
	clear:both;
}
	
.featured_products h2{
	border:0;
}
	
.featured_4_cols{
	float:left;
	width:25%;
	text-align:center;
}
	
.featured_3_cols{
	float:left;
	width:33%;
	text-align:center;
}

.product_sold{
	font-weight:bold;
	color:#ff0000;
}

.imgzoom img {display:block}

strong.optiongroup_name{
	font-size:13px;
}

a.addtocart {
	background: url(/images/add_to_cart.jpg) 0px 0px no-repeat;
	border: 0;
	width: 131px;
	height: 29px;
	display: block;
	}
	
a:hover.addtocart {
	background: url(/images/add_to_cart.jpg) 0 -29px no-repeat;
	}

input.addtocart {
	background: url(/images/add_to_cart.jpg) top left no-repeat;
	background-position: 0 0;
	border: 0;
	width: 131px;
	height: 29px;
	display: block;
	cursor: pointer;
	}
	
input.addtocart:hover {
	background: url(/images/add_to_cart.jpg) top left no-repeat;
	background-position: 0 -29px;
	cursor: pointer;
	}
	
input.checkout {
	background: url(../images/checkout.jpg) top left no-repeat;
	background-position: 0 0;
	border: 0;
	width: 131px;
	height: 29px;
	display: block;
	cursor: pointer;
	}
	
input.checkout:hover {
	background: url(../images/checkout.jpg) top left no-repeat;
	background-position: 0 -29px;
	cursor: pointer;
	}

.product_pricing p {
	margin-top: 0;
	}
.product_pricing p.sale {
	color: red;
	}
	
.invoice_options{
	margin-left:15px;
}