@CHARSET "UTF-8";

div.product_detail_view {
	overflow: visible;
	margin-top: 10px;
	margin-bottom: 10px;	
}

div.product_detail_view div.left_col {
	float: left;
	overflow: hidden;
	padding-right: 10px;	
}

div.product_detail_view div.pic {
	float: left;
	border: 1px solid black;
	width: 320px;
	height: 240px;
	text-align: center;
	position: relative;
	/*cursor: url(/i/zoom.png) 22 13, auto;*/
}

div.product_detail_view div.pic table {
	height: 100%;
	width: 100%;
}

.product_gallery {
	width: 100%;
	height: 100%;
}

.product_gallery img {
	display: none;
}

.product_gallery .control_buttons {
	width: 82px;
	height: 30px;
	position: absolute;
	bottom: 4px;
	left: 8px;
	opacity: 0.9;
	background: url("/i/product-gallery-control-bg.png") no-repeat;
	text-align: center;
}

.product_gallery a.go_left {
	cursor: pointer;
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.product_gallery a.go_right {
	cursor: pointer;
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.product_gallery .indicator {
	color: #5FCED3;
	font: 11px Verdana;
	line-height: 30px;
}

div.product_detail_view div.info {
	margin-left: 10px;
	float: left;
	
	color: #A4998E;
	font: bold 11px Verdana;
	line-height: 25px;
	margin-top: -5px;
}

div.product_detail_view div.info .name {
	color: #0000FF;
}

div.product_detail_view div.info .link {
	color: #36B9C6;
}

div.product_detail_view div.specs {
	clear: left;
	float: left;
	margin-top: 30px;
}

div.product_detail_view div.specs div.specs_heading {
	border-bottom: 2px solid #9B8F84;
	font: bold 13px Verdana;
	color: #333333;
	padding-bottom: 3px;
}

div.product_detail_view div.specs table.specs_list {
	margin: 10px 0px;
	border-top: hidden;
	border-bottom: hidden;
	border-collapse: collapse;
}

div.product_detail_view div.specs table.specs_list td.left {
	border: 1px solid #CDC7C1;
	border-left: hidden;
	padding: 5px 15px;
}

div.product_detail_view div.specs table.specs_list td.right {
	border: 1px solid #CDC7C1;
	border-right: hidden;
	padding: 5px 15px;
}

div.product_detail_view div.docs {
	clear: left;
	float: left;
	padding-top: 10px;
}

div.product_detail_view div.docs div.docs_heading {
	border-bottom: 2px solid #9B8F84;
	font: bold 13px Verdana;
	color: #333333;
	padding-bottom: 3px;	
}
	
div.product_detail_view div.docs table {
	margin: 10px 0px;
	border: 0px;
	border-collapse: collapse;
}

div.product_detail_view div.docs td {
	border: 1px 0px 1px 0px solid #CDC7C1;
	padding-left: 20px;
	height: 30px;
}

div.product_detail_view div.docs td.pdf {
	background: url("/i/icons/pdf.png") no-repeat left center;
}

div.product_detail_view div.docs td.link {
	/* blabla */
	height: 0px;
	padding: 0px;
	padding-top: 5px;
}

div.product_detail_view div.right_col {
	float: left;
	overflow: visible;
	padding-left: 10px;	
}


div.product_detail_view table.prices {
	border: 1px solid #9B8F84;
	border-collapse: collapse;
	background-color: #EBE9E7;
}

div.product_detail_view table.prices td {
	font: 11px Verdana;
	padding: 5px;
	height: 20px;
	border: 1px solid #9B8F84;
	background-color: white;
}

div.product_detail_view table.prices tr.heading td {
	border-bottom: 1px solid #CDCDC5;
	background: url("/i/title-bgr.png") repeat-x;
	color: white;
	font-weight: bold;
}

div.product_detail_view table.prices tr.heading_separator td {
	border-bottom: 1px solid #94867B;
	height: 0px;
	padding: 0px;
}

div.product_detail_view table.prices td.light_right_border {
	border-right: 1px solid #D6E4E3;
}

div.product_detail_view table.prices td.price {
	background-color: #FEEFD8;
}

div.product_detail_view table.prices td.order {
	background-color: #D8D8D2;
	padding: 0px;
	height: auto;
}

div.product_detail_view table.prices td.order div.order {
	border-top: 1px solid white;
	padding: 5px;
}

.tooltip{
		margin:8px;
		padding:8px;
		border:1px solid grey;
		background-color:white;
		position: absolute;
		z-index: 2;
}