/****************** --- item display page --- **************************/

.stars_rating{
	margin-bottom:3px;
}

/*---- column with product image & thumbnails ----*/
.product_image{
	padding:0 10px;
}
.item_pic{
	margin-bottom:10px;
}
.thick_thumbs{
	background:#ffffff;
	margin:0 3px 3px 0;
	border:1px solid #cccccc;
	padding:1px;
	cursor:pointer;
}

/*---- column w/ product data - prices etc. -----*/
.product_data{		
    width: 380px;
}
.pricesbox{
	width: 100%;
}
.price_retail{
	border-bottom:1px solid #eeeeee;
	padding:3px 5px;
	color:#000000;
}
.our_price{
	border-bottom:1px solid #eeeeee;
	padding:3px 5px;
	color:#000000;
	font-weight:bold;
}

.our_price_sale {
	border-bottom:1px solid #eeeeee;
	padding:3px 5px;
	color:#000000;
	font-weight:normal;
	text-decoration: line-through;
}

.sale_price_label {
	color: #028431;
}

.price_yousave{
	border-bottom:1px solid #eeeeee;
	padding:3px 5px;
	color:#CC0000;
}
.item_qty{
	border-top:1px solid #b4e6ff;
	border-bottom:1px solid #b4e6ff;
	padding:3px 5px;
	background:#effaff;
}
.item_info{
	border-bottom:1px solid #eaeaea;
	padding:3px 5px;
}
.short_description{
	margin:10px;
}

/*---- product variants ----*/

.product_variants{font-weight:bold;}
.product_variants ul{
	margin:0px;
	padding:0px;
	font-weight:normal;
	list-style-type:none;
}
/*-- send email form when the product is available again --*/
.inventory_control{
	border:1px solid #dddddd;
	background:#fafafa;
	padding:5px;
	text-align:left;
	margin-bottom:5px;
}
/*--- shipping quote box ---*/
.shipping_quote{
	border:1px solid #dddddd;
	background:#fafafa;
	padding:5px;
	text-align:left;
}

/* --- tell a friend etc. links---*/
.extras_box{
	text-align:center;
	padding:5px 0;
}
.bookmark_menu{
	border-top:1px solid #cccccc;
	margin-top:5px;
	padding-top:5px;
	text-align:center;
}

/*-- flex fields info ---*/

.flexfields{
	border-bottom:1px solid #cccccc;
}
.ff_content{
	border-bottom:1px solid #eeeeee;
	padding:3px 5px;
}


/*---- upsells -> othr visitors also viewed-----*/
.item_right{top:-40px;}

.upsell_title{
	background:url(images/top.jpg) center center no-repeat #e2f2fd;
	border-bottom:1px solid #d9e9ff;
	border-top:1px solid #ffffff;
	padding:5px 10px;
	font-weight:bold;
	font-size:8.5pt;
	color:#000000;
	margin:1px 0;
}
.upsell_box{
	background:url(images/side_bg.gif) top left repeat-x #f3f3f3;
	border-bottom:1px solid #e6f1ff;
	padding:7px;
	line-height:12pt;
	margin-top:1px;
}
.upsell_image{
	border-bottom:1px solid #eeeeee;
	background:#ffffff;
	margin-bottom:5px;
	text-align:center;
}
.upsell_prod_name{
	margin:5px 0;
}
.upsell_descr{
	margin-bottom:5px;
	line-height:11pt;
}
.upsell_retail{
	margin-bottom:5px;
}
.upsell_price{
	margin-bottom:5px;
	color:#000000;
	font-weight:bold;
}
.upsell_yousave{
	margin-bottom:5px;
	color:#787878;
}
.upsell_links{}

.upsell_actions{
	margin:10px 0;
	padding:1px;
	text-align:center;
}
/*------ bundles in tab ------*/

.bundle {
	x-background:url(images/reverse_tbl_bg.gif) top left repeat-x #ffffff;
	background:white url(images/reverse_tbl_bg.gif) repeat-x;
	padding:7px;
	border:1px solid #cccccc;
	margin-bottom:10px;
	width:565px;
}

.bundle_title{
	font-size:11pt;
	font-weight:bold;
	line-height:15pt;
}
.bundle_saving{
	font-weight:bold;
	color:#cc0000;
	font-size:9pt;
	margin-bottom:10px;
}
.bundle_items{
	margin:2px 0;
}
.tabbertab-in table.bundle_prices_box{
	width:250px;
}
.bundle_prices_box{
	float:right;
	font-family:tahoma;
	margin-left:5px;
	background:url(images/gray_tbl_bg.gif) bottom left repeat-x #ffffff;
	border-right:1px solid #EFEFEF;	
	border-bottom:1px solid #cccccc;	
	border-left:1px solid #cccccc;	
}
.clip{
	position:relative;
	top:-10px;
	right:0px;
}
*html .clip{
	position:static;
	top:24px;
	right:0px;
}
.bundle_prices_box td{
	padding:2px 5px;
}
.bundle_separate_price{
	text-align:right;
}
.bundle_total_savings{
	text-align:right;
	color:#cc0000;
}
.bundle_total{
	border-top:1px solid #dddddd;
	text-align:right;
	font-weight:bold;
	font-size:9pt;
}
/*-------- recommended accessories in tab -------*/

.recommended{
	border-bottom:2px solid #dddddd;
	background:url(images/bottop.gif) bottom left repeat-x;
	padding:5px;
	margin-bottom:10px;
}
.recommended_img{
	float:left;
}
.recommended_info{
	/* prices, title, etc are in the recommended_info div */
	margin-left: 85px;
}
.recommended_descr{
	margin-bottom:5px;
	line-height:11pt;
}
.recommended_retail{
	margin-bottom:3px;
}
.recommended_price{
	margin-bottom:3px;
	color:#000000;
	font-weight:bold;
}
.recommended_yousave{
	margin-bottom:3px;
	color:#787878;
}
.recommended_actions{
    margin: 10px 0 10px 0;
    padding: 0;
}


/*-------- reviews in tab ----------*/
.review_box{
	background:url(images/bottop.gif) bottom left repeat-x;
	border-bottom:3px solid #dddddd;
	margin-bottom:5px;
	padding:7px;
}
.review_navigation{
	background:#F5F5F5;
	text-align:center;
	margin:10px 0;
}
.review_rating{

}
.review_title{
	font-weight:bold;
	font-size:9pt;
	padding:0 5px;
}
.review_author{
	padding:0 5px;
}
.review_text{
	margin:10px 0;
	padding:0 5px;
}
.review_feedback{
	border-top:1px solid #cccccc;
	padding:0 5px;
}


/*----- last (recent) viewed ----------*/

.recent_viewed_box{
	border-bottom:2px solid #dddddd;
	background:url(images/bottop.gif) bottom left repeat-x #ffffff;
	padding:5px;
	width:290px;
}
.recent_viewed_img{
	float:left;
	margin-bottom:5px;
}
.thumb_recentviewed_indent{
	/* the below elements are in the indent */
	margin-left:85px;
	padding-bottom:5px;
}
.recent_viewed_price{
	color:#000000;
	margin-top:5px;
	font-weight:bold;
}
.recent_viewed_descr{
	margin-bottom:5px;
	line-height:12pt;
}
.recent_vieded_links{}

.recent_viewed_buy{
	margin:7px 0;
}

/*----- videos ----------*/

#video-canvas-wrap li {
list-style: none;
width: 175px;
height: 150px;
float: left;
text-align: center;
}