/* header */
#productspecsheet_header {
	background-position : top left;
	background-repeat : repeat;
	background-image : url(images/common/productspecsheet_header.png);
}


/* content */
#productspecsheet_content {
	background-position : top left;
	background-repeat : repeat;
	background-image : url(images/common/productspecsheet_content.png);
}

/* footer */
#productspecsheet_footer {
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url(images/common/productspecsheet_footer.png);
}

#productspecsheet_redline {
	position : relative;
	top : 0px;
	left : 39px;
	height : 2px;
	width : 720px;
	border-top : 2px solid #b61031;
}

#productspecsheet_title {
	height : 25px;
	width : 650px;
	padding-top : 2px;
	padding-left : 47px;
	font-size : 1.2em;
	font-weight : bold;
	color : #000000;
}

#productspecsheet_warranty {
	position : absolute;
	top : 56px;
	left : 682px;
	height : 75px;
	width : 75px;
	background-position : top left;
	background-repeat : no-repeat;
	z-index : 100;
}

#productspecsheet_information {
	position : relative;
	top : 18px;
	left : 47px;
	height : 226px;
	width : 710px;
	background : #d2e1f0;
}

#productspecsheet_image  {
	position : absolute;
	top : 7px;
	left : 7px;
	height : 210px;
	width : 210px;
	background : #ffffff;
	border : solid 1px #3399cc;
}

#productspecsheet_model {
	position : absolute;
	top : 7px;
	left : 237px;
	color : #c6790b;
	font-size : .95em;
	font-weight : bold;
}

#productspecsheet_description {
	position : absolute;
	top : 33px;
	left : 237px;
	width : 465px;
	height : 165px;
	color : #666666;
	font-size : .75em;
}

#productspecsheet_market {
	position : absolute;
	top : 205px;
	left : 500px;
	width : 200px;
	height : 20px;
	color : #ffffff;
	font-size : .85em;
	font-weight : bold;
	font-style : italic;
	text-align : right;
}

#productspecsheet_heading {
	position : relative;
	top : 0px;
	left : 47px;
	color : #666666;
	font-size : .95em;
	font-weight : bold;
	padding-bottom : 10px;
}

#productspecsheet_specheader {
	background : #d2e1f0;
	color : #666666;
	font-size : .75em;
	border-bottom : 1px solid #3399cc;
	padding-left : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
}

#productspecsheet_specdesc {
	padding-left : 5px;
	color : #c6790b;
	font-size : .75em;
	border-bottom : 1px solid #d2e1f0;
	padding-top : 5px;
	padding-bottom : 5px;
}

#productspecsheet_documentation_image {
	padding-top : 5px;
}

#productspecsheet_documentation_text {
	padding-top : 5px;
	padding-bottom : 5px;
	font-size : .65em;
	color : #999999;
	font-weight : bold;
}





