@import url(common.css);
BODY {text-align: center;}
/********************************************************/
#main {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#main IMG {
	border: 0;
	display: block;
}

#header {
	background-color: #FF6633;
	color: #fff;
	height: 95px;
	overflow: hidden; zoom: 1;
	padding: 0 50px;
}

#header A {color: #fff;}

.logo {
	float: left;
	padding-top: 26px;
}

.header_right {
	float: right;
	width: 588px;
	padding-top: 28px;
}

.phone {
	float: right;
	height: 20px;
}

.where_buy_outer IMG,
.phone IMG,
#footer IMG {
	display: inline !important;
}

.languages {
	clear: right;
}

.languages,
.menu {
	float: right;
	padding-top: 21px;
	text-transform: uppercase;
}

.menu_item {
	float: left;
	padding-left: 25px;
}

.menu_item_first {
	padding-left: 100px;
}

.menu_item A:hover,
.active_item A {
	text-decoration: underline;
}

#separator {
	background-color: #ccc;
	height: 5px;
}

#body {
	background-color: #fff;
	/*overflow: hidden; zoom: 1;*/
	height: 600px;
}

.body_inner {
	padding: 15px 25px 10px 25px;
}

#footer {
	text-align: center;
	padding: 7px 25px 0 25px;
}

/****** main page begin ****/
.main_img,
.additional_img,
.full_description {
	height: 350px;
}
.main_img {
	float: left;
	width: 350px;
	position: relative;
}

.main_img IMG {
	position: absolute;
}

.main_img_item {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: none;
}

.additional_img {
	float: left;
	width: 95px;
}

.small_img {
	padding: 0 0 10px 15px;
}

.small_img A {
	background-color: #ccc;
}

.full_description {
	float: right;
	position: relative;
	width: 270px;
}

.order_outer,
.order_inner,
.where_buy_outer,
.where_buy_inner {
	height: 30px;
}

.where_buy_outer,
.order_outer {
	background: #FF6633 url(../images/button_left_order.gif) no-repeat;
	width: 100px;
}

.where_buy_outer {
	margin-top: 15px;
	width: 85px;
}

.order_outer_error {
	background: #DE0036 url(../images/button_left.gif) no-repeat !important;
}

.where_buy_outer A,
.order_outer_error A,
.order_outer A {
	padding-left: 10px;
}

.order_inner,
.where_buy_inner {
	background: transparent url(../images/button_right_order.gif) no-repeat top right;/*background: transparent url(../images/button_right.gif) no-repeat top right;*/
	padding-right: 10px;
	padding-top: 2px;
}

.order_inner {
	background: transparent url(../images/button_right_order.gif) no-repeat top right;
}

.order_inner_error {
	background: transparent url(../images/button_right.gif) no-repeat top right !important;
}

.order_outer,
.order_inner A,
.where_buy_outer,
.where_buy_inner A {color: #fff;}

.other_products_caption {
	clear: both;
	height: 40px;
}

.other_products_caption_text {
	padding-top: 7px;
}

.other_products_outer {
	height: 193px;/*+3*/
	overflow: hidden;
	zoom: 1;
	position: relative;/*for overflow in IE*/
}

.left_arrow,
.right_arrow {
	float: left;
	width: 30px;
	/*visibility: hidden;*/
}

.left_arrow IMG,
.right_arrow IMG {
	margin-top: 65px;
}

.right_arrow IMG {
	margin-left: 10px;
}

#scroll_container {
	position: relative;
	float: left;
	width: 690px;
	overflow: hidden;
}

#scroll_content {
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	zoom: 1;
}

#scroll_content LI,
#scroll_content LI.first {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0;
	width: 180px;
}

#scroll_content LI.first {
	width: 150px;
}

.gallery_item {
	padding-left: 30px;
}

.item_description {
	padding: 2px 15px 0 15px;
}

.small_main_img_outer {
	height: 150px;
	width: 150px;
	background-color: #ccc;
}

.price {
	font-weight: bold;
	color: #FF6633;
}
/******* main page end *****/

/******* catalog begin *****/
.catalog_outer {
	/*margin-top: 5px;*/
	width: 750px;
	overflow: hidden;
}

.catalog_inner {
	width: 800px;
	overflow: hidden; zoom: 1;
}

.catalog_item {
	float: left;
	display: block;
	margin: 0;
	width: 200px;
	height: 194px;/*3+5*/
}

.catalog_item_inner {
	/*padding-top: 4px;*/
	width: 150px;
	background-color: #fff;
}

.additional_img_border,
.catalog_border {
	border: 2px solid #FF6633;
	position: absolute;
	cursor: pointer;
	cursor: hand;
	display: none;
}
.additional_img_border {
	border: 2px solid #ccc;
}

#active_gallery_image .additional_img_border,
#active_gallery_image .catalog_border,
.active_gallery_image .additional_img_border,
.active_gallery_image .catalog_border {
	display: block;
}

#active_gallery_image .item_description A,
.active_gallery_image .item_description A {
	color: #FF6633;
}
/******** catalog end ******/

/**** order form begin *****/
.order_left_block {
	float: left;
	width: 350px;
}

.left_title {
	padding-top: 12px;
}
.order_right_block {
	float: right;
	width: 370px;
}
.order_right_block IMG {
	display: inline !important;
}
.order_right_block_inner {
	padding-right: 30px;
}
.order_title {
	margin-top: 0 !important;
}
.input,
.input_small,
.textarea {
	border: 1px solid #ccc;
	color: #666;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	float: right;
	padding: 2px 0;
	margin: 0;
	/*padding: 0;*/
	width: 238px;
}
.radio {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-bottom: -3px;
}
.input_small {
	float: left;
	width: 30px;
}
.textarea {
	padding: 0;
}
.input_right {
	float: right;
	width: 240px;
}
.order_row {
	overflow: hidden; zoom: 1;
	margin-bottom: 10px;
}
.order_field_caption {
	float: left;
}
.option_text {
	padding-left: 10px;
}
.star,
.error {
	color: #DE0036;
}
.error {
	display: none;
}
#payment_info {
	display: none;
}
.order_price {
	padding-top: 5px;
	
}
.order_block {
	padding: 12px 0;
}
.mandatory_fields {
	padding-bottom: 12px;
}
.error_field {
	padding-left: 20px;
}
/**** order form end *****/
.order_thanks_line {
	padding-bottom: 12px;
}