@charset "utf-8";
/* CSS Document */

#content_box h2 {
	font-size: 1px;
	text-indent: -3000px;
	overflow: hidden;
}

#breadcrumb {
	display: block;
	position: absolute;
	height: 38px;
	color: #333;
	left: 16px;
	top: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#breadcrumb a, #breadcrumb a:visited {
	color: #333;
	text-decoration: none;
}

#breadcrumb a:hover { color: #333; }

#main_pane {
	position: absolute;
	width: 868px;
	height: 434px;
	/* background-color: #ede9dd; */
	left: 16px;
	top: 10px;
}

#details { position: absolute; left: 15px; top:  70px; width: 310px; height: 361px; color: #333; }

#details h4 { font-size: 11px; font-weight: bold; text-transform: uppercase; padding-bottom: 14px; color: #333; line-height: 15px; }

#details p { margin: 6px 0; }

div.desc p { font-size: 12px; line-height:  16px !important; }

div.specs p, 
div.dims p, 
div.mats p, 
div.price p { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #333; text-transform: uppercase; }


#thumb_box { padding-top: 12px; }

#mid_divider {
	position: absolute;
	background-image: url(../images/mid_div_line.jpg);
	width: 5px;
	height: 440px;
	left: 373px;
	top: 20px;
	z-index: 90;
}

ul#image_box {
	position: absolute;
	width: 417px;
	height: 367px;
	left: 425px;
	top: 15px;
	overflow: auto;
}

#image_box li {
	display: block;
	position: relative;
	/*
	width: 182px;
	height: 204px;
	float: left;
	*/
}

#image_box li img {
	padding: 3px 11px 8px;
}

.tiny_thumb {
	border: 1px solid #EDE9DD;
}

.active_thumb {
	border-color: #ccc;
	
}

#pdf_link {
	padding-top: 10px;
}

#pdf_link a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

#pdf_link a:hover {
	color: #666;
}

#lower_line {
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 6px;
	background-image:url(../images/cat_divLine.jpg);
	position: absolute;
	top: 395px;
	left: -16px;
	z-index: 7000;
	clear: left;
}


a#prev_btn, a#next_btn, a#pdf_btn {
	position: absolute;
	top: 414px;
	width: 85px;
	display: block;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a#prev_btn:hover, a#next_btn:hover, a#pdf_btn:hover {
	color: #666;
}

a#prev_btn {
	left: 18px;
}

a#pdf_btn {
	width: 150px;
	left: 380px;
}

a#next_btn {
	right: 18px;
	text-align: right;
}

span.img_over {
	position: absolute;
	z-index: 150;
	width: 110px;
	height: 148px;
	background-color: transparent;
	top: 0;
	left: 0;
}



