@import "content_with_left_panel.css";

#mainarea {
	padding-bottom:10px;
}

.product_line {
	background-color:#262626;
	padding:5px;
	margin-bottom:10px;
	overflow:auto;
}

.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;
	overflow:auto;
	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 #CCC;
	margin-right:13px;
	margin-bottom:13px;
}

#thumbs_blue {
	display:none;
}

#main_images {
	float:left;
	width:300px;
	height:360px;
	border:1px solid #CCC;
	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;
}