
/* ###################################### */
/* ############## DETAILS ############### */
/* ###################################### */


#details_div {
	margin-right: 17px;
	width: 653px;
	min-height: 1350px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/details-bground.jpg);
	border: none;
	-moz-box-sizing: border-box;
}

.information_block_div {width: 653px;}
.text_block_div {
	float: left;
	width: 623px;
	margin-left: 21px;
}

.top_separator_div {
	/*padding-bottom: 21px;*/
	line-height: 21px;
	font-size: 21px;
	height: 21px;
	width: 653px;
	float:left;
	display: block;
}

.overwiew_separator_div {
	padding-bottom: 14px;
	width: 653px;
	float:left;
	display: block;
}


.bottom_separator_div {
	padding-bottom: 55px;
	width: 653px;
	float:left;
	display: block;
}

.award_separator_div {

	padding-bottom: 30px;
	width: 653px;
	float:left;
	display: block;
}


.image_block_div {

	/*margin-left: 70px;*/
	width: 227px;
	height: 273px;
	float: left;

}

#video_block_div {

	margin-left: 20px;
	width: 480px;
	height: 270px;
	border: none;
	float: left;
}

.det_link_div {

	width: 217px;
	margin-left: 20px;
	margin-bottom: 45px;
	float: left;
}

#ddlist_div {

	background-image: url(../img/ddl-bground-orange.png);
	background-repeat: no-repeat;
	/*margin-left: 0px;*/
	padding-left: 6px;

	float: right;
	width: 150px;
	height: 54px;

}


#ddl_details {

	margin-left: 4px;
	margin-top: 7px;
	width: 133px;

	border-size: 1px;
	border-color: #777777;
	border-style: solid;

	text-decoration: none;

	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.list_area {

	margin-left: 20px;
	margin-top: 14px;

	color: #eb7100;
	width: 180px;
	float:left;

}

/*
.list_area li {

	color: #eb7100;
	font-size: 12px;
	font-weight: normal;
	list-style-image: url(../img/ul-square.png);

}
*/


textarea {

	width: 260px;
	height: 70px;
	resize:none;
	border: 1px normal #a5acb2;
	text-decoration: none;
	font-weight: normal;
	font-size: 8px;
	font-family: courier;
	color: #000000;

}

.specifications_tbl {

	border: none;
	width: 553px;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial;

}


.help_tbl {

	color: #eb7100;
	font-size: 12px;
	font-weight: normal;
	border: none;

	text-align: left;
}



/* ##### text decoration ##### */

* {

	font-family: Arial, Helvetica, sans-serif;
	-moz-outline-style: none;
	outline: none;
}

a.help {

	color: #eb7100;
	text-decoration: none;
}


.font_title {

	font-size: 14px;
	font-weight: bold;
	color: #eb7100;

}

.font_large_orange {

	font-size: 27px;
	font-weight: strong;
	color: #eb7100;
}


.font_average_grey {

	font-size: 15px;
	font-weight: bold;
	color: #777777;

}


.font_normal_grey {

	font-size: 12px;
	color: #666666;
}

.font_middle_grey {

	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.font_small_grey {

	font-size: 8px;
	color: #777777;
}

.font_ddl_grey {

	font-size: 11px;
	color: #777777;
}

.breake {
	display: block;
	margin-bottom: 7px; /*11*/
}


/* ########## link buttons ########## */


a.nav_details {

/*	background-color: #FFFFFF; */
	border: none;
	text-decoration: none;

	width: 606px;
	height: 44px;

	font-size: 16px;
	font-weight: bold;
	padding-left: 29px;

	margin-left: 20px;
	float: left;


}



a.product_images_btn {
	background-image: url(../img/nav/product_images_btn_closed.png);
	background-repeat: no-repeat;
	line-height: 42px;
	color: #777777;

}


a.product_images_btn.active {
	background-image: url(../img/nav/product_images_btn_opened.png);
	color: #eb7100;
}



/* ##### link buttons ##### */



a.det_link_normal_btn {

	background-image: url(../img/nav/det_link_normal_btn.png);
	background-repeat: no-repeat;
	width: 216px;
	height: 30px;
	border: none;

	text-decoration: none;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;

	color: #eb7100;
	padding-left: 6px;
	line-height: 28px;

	cursor: pointer;
}


a.det_nav {


	width: 138px;
	height: 30px;
	border: none;
	text-decoration: none;

	display: block;
	float: felt;

	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

	padding-left: 8px;
	line-height: 28px;

}


a.det_link_small_btn {

	background-image: url(../img/nav/det_link_small_btn_inactive.png);
	background-repeat: no-repeat;
	cursor: pointer;


}

a.det_link_small_btn:active {

	background-image: url(../img/nav/det_link_small_btn_active.png);
	background-repeat: no-repeat;
	color: #eb7100;
	cursor: pointer;
}

a.popup {

	target-name: new;
	target-new: window;
}