body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	color: #3b464b;
}
p, div, td, ul, li{
	font-size: 8pt;
}
p{
	margin-top: 5px;
	margin-bottom: 5px;
}

a{
	color: #3b464b;
}

h1, h2, h3{
	font-family: Tahoma;
	font-weight: normal;
}

h1{
	font-size: 14pt;
	margin-bottom: 10px;
}

h2{
	font-size: 13pt;
	margin-bottom: 10px;
}

h3, p.h3{
	font-size: 11pt;
	margin-bottom: 10px;
}
img.png{
	behavior:	url("/resources/scripts/pngbehavior.htc");
}

table.page-container{
	width: 100%;
	max-width: 1100px;
	min-width: 760px;
	width: expression(fitWidth());
}

div.menuitem_text{
	position: relative;
	height: 16px;
	width: 170px;
}

div.menuitem_text_top, div.menuitem_text_shadow{
	text-align: center;
	width: 170px;
	position: absolute;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}
div.menuitem_text_top{
	color: #000000;
	z-index: 100;
}
div.menuitem_text_shadow{
	top: 1px;
	left: 1px;
	color: #ffe89b;
	z-index: 99;
}
div.menuitem_text_top a{
	color: #000000;
	text-decoration: none;
}

div.modelmenu_text{
	position: relative;
	height: 16px;
	width: 90px;
}
div.modelmenu_text_top, div.modelmenu_text_shadow{
	text-align: center;
	width: 90px;
	position: absolute;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}
div.modelmenu_text_top{
	color: #000000;
	z-index: 100;
}
div.modelmenu_text_shadow{
	top: 2px;
	left: 2px;
	color: #cccccc;
	z-index: 99;
}
div.modelmenu_text_top a{
	color: #3b464b;
	text-decoration: none;
}


.ThemeIESubMenu{
	width: 240px;
	color: black;
	position:	absolute;
	visibility:	hidden;
	z-index:	100;
	border:		0;
	padding:	0;
}

td.header-cell{
	background-color: #f8db77;
	text-align: center;
	font-weight: bold;
	border: solid #000 1px;
}
/*3b464b*/
td.cell{
	text-align: center;
	border: solid #000 1px;
}

td.row-header-cell{
	background-color: #e6ebee;
	text-align: left;
	border: solid #000 1px;
}

td.header-cell  div, td.row-header-cell  div, td.cell  div{
	margin: 3px 5px 3px 5px;
}

/*REQUEST STYLES*/
.red_field{
	width: 40%;
	font-weight: bold;
	text-align: right;
	border: none;
	color: #ff0000;
}
.grey_field{
	font-weight: bold;
	text-align: right;
	border: none;
	color: #656565;
}
.right_field{
	width: 50%;
	padding: 0;
	margin: 5px;
	color: #656565;
	border: none;
}
.request_field{
	border: solid #999999 1px;
	width: 85%;
	margin: 5px;
	text-align: left;
	color: #656565;
}
.left_field{
	margin: 5px 10px 5px 5px;
	border: none;
}
.table_request{
	position: relative;
	border-collapse: collapse;
	width: 100%;
	border: none;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	background-color: #e6ebee;
}
.table_request td{
	padding: 0;
}

.red_field1{
	font-weight: bold;
	text-align: right;
	border: none;
	color: #ff0000;
}

.right_field1{
	padding: 0;
	margin: 5px;
	color: #656565;
	border: none;
}

/*.request_field1{
	border: solid #999999 1px;
	margin: 5px;
	text-align: left;
	color: #656565;
	height: 19px;
	width: 130px;
}*/
/*END*/

/*CORNERS*/

.lt_corner{
	border: none;
	text-align: left;
	vertical-align: top;
}

.rt_corner{
	border: none;
	text-align: right;
	vertical-align: top;
}

.lb_corner{
	border: none;
	text-align: left;
	vertical-align: bottom;
}

.rb_corner{
	border: none;
	text-align: right;
	vertical-align: bottom;
}

/*/CORNERS*/

/*CREDIT STYLES*/

.table_credit{
	position: relative;
	border-collapse: collapse;
	width: 100%;
	border: none;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	background-color: #e6ebee;
}

.table_credit td{
	padding: 0px;
}

.calc_textfield{
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-align: right;
	border: none;
	color: #ff0000;
}

.calc_inputfield{
	padding: 5px;
	margin: 0px;
	color: #656565;
	border: none;
}

.calc_requestfield{
	border: solid #999999 1px;
	margin: 5px;
	text-align: left;
	color: #656565;
	height: 19px;
	width: 130px;
}

.info_rightfield{
	border: solid #ffffff 1px;
	border-right: none;
	text-align: center;
	color: #3b464b;
}

.info_field{
	border: solid #ffffff 1px;
	border-left: none;
	text-align: center;
	color: #3b464b;
}

.orange_field{
	text-align: center;
	background-color: #f8db77;
	color: #3b464b;
	font-weight: bold;
}

.orange_graf{
	border: solid #ffffff 1px;
	border-right: none;
	text-align: center;
	background-color: #f8db77;
	color: #3b464b;
	font-weight: bold;
}

.text{
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

.text_bold{
	margin: 3px 5px 3px 5px;
	padding: 0px;
	font-weight: bold;
}

.gm_left{
	border: solid #ffffff 1px;
	border-left: none;
	text-align: left;
	color: #3b464b;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
}


/*END CREDIT STYLES*/
.highslide-image{
	border: solid #656565 1px;
}

#main_galery{
	width: 98%;
	margin: 10px auto;
}

.galery{
	border: none;
	margin: 10px;
	float: left;
	padding: 0px;
}

.galery img{
	border: solid #656565 1px;
	padding: 0px;
	margin: 0px;
}
 
.galery a{
	cursor: url(/resources/images/cursors/zoomin.cur);
	border: none;
}

/*FOR CORNERS*/
.bl {background: url(/resources/images/common/cor_tl.gif) 0 100% no-repeat}
.br {background: url(/resources/images/common/cor_tr.gif) 100% 100% no-repeat}
.tl {background: url(/resources/images/common/cor_br.gif) 0 0 no-repeat}
.tr {background: url(/resources/images/common/cor_bl.gif) 100% 0 no-repeat; padding:10px}



/*.roundcont {
	width: 250px;
	height: 100%;
	background-color: #fffff;
	margin-bottom: 10px;
	border: 1px solid #3b464b;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/resources/images/common/cor_rt.png) no-repeat top right; 
}

.roundbottom {
	background: url(/resources/images/common/cor_rb.png) no-repeat top right; 
}*/

div.Article {
  width:35%;
  border: 1px solid #3b464b;
  background: url(/resources/images/common/cor_lt.png) top left no-repeat;
}
div.Article h2 {
  /*border: 1px solid blue;*/
  background: 
	url(/resources/images/common/cor_rt.png) top right no-repeat;
	font-size:1.3em;
  padding:15px;
  margin:0;

}
div.ArticleBody {
  /*border: 1px solid black;*/
  background: 
	url(images/custom_corners_rightborder.gif) top right repeat-y;
	margin:0;
  margin-top:-2em;
  padding:15px;
}
div.ArticleFooter {
  /*border: 1px solid blue;*/
  background: 
	url(/resources/images/common/cor_lb.png) bottom left no-repeat;
} 
div.ArticleFooter p {
  /*border: 1px solid magenta;*/
  background: 
	url(/resources/images/common/cor_rb.png) bottom right no-repeat;
	display:block;
  padding:15px;
  margin:-2em 0 0 0;

}
/*/FOR CORNERS*/

/*REPAIR*/
.works_check{
	width: 10%;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
}

.works{
	width: 40%;
	text-align: left;
	vertical-align: middle;
}
/*/REPAIR*/





div.button{
	float: left;
	
	width: 129px;
	height: 35px;
	overflow: hidden;
	
	background-image: url('/resources/images/buttons/button_back.gif');
	background-repeat: no-repeat;
	
	text-align: center;
	
	font-weight: bold;
	font-size: 10px;
	line-height: 30px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
}

div#BUTTON_ORDER{
	background-image: url('/resources/images/buttons/button_back_red.gif');
	color: #3b464b;
}
div.button_inactive#BUTTON_ORDER{
	background-image: url('/resources/images/buttons/button_back_red.gif');
	color: #af8112;
}

div.buttons_panel{

	margin: 10px 0px 0px 0px;
}

div.button_inactive{
	background-position: 0px 0px;
	color: #808f95;
}

div.button_active{
	background-position: 0px -35px;
	cursor: pointer;
}

div.button_over{
	background-position: 0px -70px;
	cursor: pointer;
	color: #ffffff;
}

div.button_click{
	background-position: 0px -105px;
	cursor: pointer;
	color: #ffffff;
	line-height: 32px;
}




table#calc_container{
	/* width: 100%; */
	margin-bottom: 20px;
}

div.digit_block{
	width: 33px;
	height: 33px;
	overflow: hidden;
	background-image: url("/resources/images/common/digit_back.gif");
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 32px;
}

div.digit_block_inactive{
	background-position: 0px 33px;
	color: #dbe3ed;
}

div.step_title{
	margin-left: 10px;
	font-size: 14pt;
}
div.choosed_step_content{
	font-size: 14pt;
}
div.choosed_step_content_small{
	font-size: 10pt;
}


div.step_title_inactive{
	color: #ced6df;
}

div.choose_model_block{
	width: 137px;
	height: 87;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin: 0px 10px 10px 0px;
}

div.choose_model_block_over{
	background-image: url("/resources/images/common/car_back.gif");
}
div.choose_model_block_selected{
	background-image: url("/resources/images/common/car_back_selected.gif");
}

div.choose_model_block div{
	padding-top: 10px;
}





td.step_title{
	width: 250px;
}

td.step_content{
}


div.float_field{

	font-size: 10px;
	line-height: 10px;
	font-weight: bold;

	float: left;
	margin: 0px 10px 10px 0px;
	white-space: nowrap;
	background-color: #f1f4f8;
	padding: 3px 10px 3px 10px;
}


input.inputfield{
	border: none;
	border-bottom: solid #ced6df 1px;
	margin-left: 10px;
	width: 50px;
	
}
select.selectfield{
	border: solid #ced6df 1px;
	margin-left: 10px;
	font-size: 10px;
	color: #737C8C;
}

div.choosed_step_content_results{
	margin-top: 15px;
	font-size: 10pt;
	border: solid #737c8c 3px;
	padding: 10px;
}

div#mess{
	background-color: #e5e5e5;
	border: solid #888888 1px;
	visibility: hidden;
	position: absolute;
	color: #888888;
	padding: 5px;
	max-width: 250px;
}



div.RightMenu{
	margin: 20px 0px 0px 0px;
	width: 230px;
	
	 border-top: solid #ffffff 1px;
}

*.RightMenu-Title{
	font-size: 14pt;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

div.RightMenu-Item, div.RightMenu-Item-Selected{
	font-size: 10pt;
	padding: 7px 0px 7px 0px;
	margin: 1px 0px 0px 0px;
	border-top: solid #f4f4f4 1px;
}

div.RightMenu-Item a, div.RightMenu-SubItem a{
	color: #2883ff;	
}
div.RightMenu-Item-Selected a, div.RightMenu-SubItem-Selected a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div.RightMenu-Item-Selected{
	background-color: #f7a900;
	padding: 7px 15px 7px 15px;
	border: none;
}

div.RightMenu-SubItem, div.RightMenu-SubItem-Selected{
	font-size: 8pt;
	padding: 5px 0px 5px 15px;
	margin: 1px 0px 0px 0px;
	border-top: solid #f4f4f4 1px;
}
div.RightMenu-SubItem-Selected{
	background-color: #f7a900;
	padding: 7px 15px 7px 15px;
	border: none;
}




div.ServiceAction-Separator{
	clear: both;
	/*background-image: url('/resources/images/common/dotted.gif');
	background-repeat: repeat-x;*/
	background-color: #f4f4f4;
	height: 1px;
	overflow: hidden;
}

div.ServiceAction{
	clear: both;
	border-top: solid #f4f4f4 1px;
	padding-bottom: 10px;
}



div.ServiceAction-Title, div.ServiceAction-ParagraphFirst{
	margin: 10px 0px 5px 0px;
}

*.ServiceAction-Title{
	font-size: 10pt;
	font-weight: bold;
	color: #f7a900;
}

div.ServiceAction-Paragraph, div.ServiceAction-ParagraphFirst{
	margin-bottom: 5px;	
}

div.ServiceAction-ParagraphWide{
	clear: both;
}

div.ServiceAction-Icon{
	 margin: 0px -25px -10px 0px;
	 z-index: -1;
	 float: left;
	 position: relative;
	 left: -30px;
}

div.ServiceAction-Comment{
	margin-top: 20px;
	color: #999999;	
	border-top: solid #f4f4f4 1px;
	padding-top: 10px;
}

span.ServiceAction-ArrowButton{
	background-color: #f7a900;
	margin-left: 10px;
	padding: 3px 10px 4px 15px;
	font-size: 10px;
	font-weight: normal;	
}

span.ServiceAction-ArrowButton a{
	color: #ffffff;	
}

div.clearblock{
	clear: both;
	height: 1px;
	overflow: hidden;	
}