@import "content_with_left_panel.css";

#mainarea {
	padding-bottom:10px;
}

.product_line {
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow:auto;
}

.product_line {
	background-image:url(/product_line_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#262626; 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.product_line h2 {
	margin-top:0px !important;
}

.product_image {
	float:left;
	width:180px;
	margin-top:5px;
	padding-left:5px;
	text-align:center;
}

.product_description {
	float:left;
	width:490px;
/*	background-color:#F00; */
	padding-left:10px;
}

ul.thumbs {
	list-style:none;
	height:242px;
	padding:0px;
	margin:0px;
}
ul.thumbs li {
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
ul.thumbs img {
	float:left;
	width:106px;
	height:106px;
	cursor:pointer;
	border:1px solid #999;
	box-shadow: 0 0 3px #888888;
	margin-right:13px;
	margin-bottom:13px;
}

#thumbs_blue {
	display:none;
}

#main_images {
	float:left;
	width:300px;
	height:360px;
	border:1px solid #999;
	box-shadow: 0 0 3px #888888;
	margin-left:5px;
	margin-right:10px;
	padding:5px;
	padding-bottom:10px;
	background-color:#000;
}

#main_images img {
	display:none;
	position:absolute;
}

#main_image {
	display:block !important;
}

.stock {
	font-size:10px;
	color:#888;
	float:left;
	padding-top:4px;
	width:67px;
}

.super_videos {
	margin-left:5px;
	margin-right:5px;
}
.super_videos img {
	width:200px;
	height:113px;
	cursor:pointer;
}
.super_videos ul {
	margin:0;
	list-style:none;
	height:126px;
}
.super_videos li {
	float:left;
}
.super_videos .text {
	width:123px;
	padding-left:10px;
}
.video_container {
	display:none;
	background-image:url(/shared/busy_dark.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:680px;
	height:384px;
	background-color:#222;
}
.ie_7 .thumb_space {
	height:10px;
}
.ie_7 select {
	border:none;
	padding:none;
}
.ie_7 .belt_link {
	margin-left:-687px;
}

