body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial cyr, Arial, sans-serif;
	background-color: #405D95;
}

p, td, div, ul, li{
	font-size: 8pt;
	color: #515151;
}
a{
	color: #515151;
}

p{
	margin: 4px 0px 4px 0px;
}
h1{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
h2{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

h3, p.h3{
	font-size: 11pt;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}


img.png{
	behavior:	url("/scripts/pngbehavior.htc");
}

input{
	font-size: 8pt;
}
input.button{
	border: solid #515151 1px;
	padding: 3px 10px 3px 10px;
}
.textfield{
	width: 100%;
	border: none;
	padding: 3px 10px 3px 10px;
}

/* SECTION: Main menu styles */

.ThemeIEMenu,.ThemeIESubMenuTable
{
	font-family: Arial cyr, Arial, Verdana, sans-serif;
	font-size: 10pt;

	padding: 0;
	border:	0;
	white-space: nowrap;
}

.ThemeIEMenu{
}

.ThemeIESubMenu{
	color: black;
	position:	absolute;
	visibility:	hidden;
	z-index:	100;
	border:		0;
	padding:	0;
	background-color: #173066;
	
}

.ThemeIESubMenuTable
{
	width: 138px;
	border-collapse: collapse;
	
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	padding-left:	0px;
	padding-right:	0px;
	white-space:	nowrap;
	color: white;
	cursor: default;
}
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive{
	padding: 3px;
}
.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color:		white;
	 
}
.ThemeIEMenuItemHover{
}

.ThemeIEMenuSplit
{
	height: 1px;
	margin:	0px;
	overflow:	hidden;
}

.ThemeIEMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;
}

.ThemeIEMenuItem img.seq1
{
	display:	inline;
}

.ThemeIEMenuItemHover seq2,
.ThemeIEMenuItemActive seq2
{
	display:	inline;
}

.ThemeIEMenuItem .seq2,
.ThemeIEMenuItemHover .seq1,
.ThemeIEMenuItemActive .seq1
{
	display:	none;
}
.ThemeIEMenuItemLeft{
	width: 5px;
}
.ThemeIEMenuItemRight{
	width: 15px;
}
.ThemeIEMenuItemText{
	color: #ffffff;
}

/*HEADER styles*/

#header_text{
	margin-left: 30px;
	background-color: #e9e9e9;
	color: 515151;
	font-size: 14pt;
}

/*end*/

/*REQUEST STYLES*/

.left_field{
	width: 50%;
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: right;
	border: solid #515151 1px;
}

.left_field_text{
	margin: 5px 10px 5px 10px;
	text-align: right;
	color: #ff0000;
}

.right_field{
	width: 50%;
	border: solid #515151 1px;
}

/*/REQUEST STYLES*/

.left_field1{
	width: 30%;
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: right;
	border: solid #515151 1px;
}


.right_field1{
	width: 20%;
	border: solid #515151 1px;
}

.info_field{
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: left;
	border: solid #515151 1px;
}

.info_right_field{
	width: 50%;
	border: solid #515151 1px;
	text-align: center;
}

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

.field{
	background-color: #e9e9e9;
	font-weight: bold;
	text-align: center;
	border: solid #515151 1px;
}

/*REPAIR*/
.works_check{
	width: 10%;
	text-align: center;
	vertical-align: middle;
	background-color: #F9F9F9;
	border: solid #515151 1px;
	padding: 3px;
}

.works{
	width: 40%;
	text-align: left;
	vertical-align: middle;
	border: solid #515151 1px;
	padding: 3px;
}
/*/REPAIR*/






div.button{
	float: left;
	
	width: 129px;
	height: 35px;
	overflow: hidden;
	
	background-image: url('/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('/images/buttons/button_back_red.gif');
	color: #ffffff;
}

div.buttons_panel{
	clear: both;
	margin: 10px 10px 10px 270px;
}

div.button_inactive{
	background-position: 0px 0px;
}

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

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

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







table#calc_container{
	/*width: 100%;*/
}

td.step_title{
	width: 250px;
}

td.step_content{
	width: 450px;
}

div.digit_block{
	width: 33px;
	height: 33px;
	overflow: hidden;
	background-image: url("/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{
	margin-left: 0px;
	font-size: 14pt;
}
div.choosed_step_content_small{
	margin-left: 0px;
	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("/images/common/car_back.gif");
}
div.choose_model_block_selected{
	background-image: url("/images/common/car_back_selected.gif");
}

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





div.float_field{

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

	float: left;
	margin: 0px 10px 10px 0px;
	white-space: nowrap;
}


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#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	background-color:#ffffff;
	border: 5px solid #7086b0; 
	width:50%;
	padding: 0px;
	color:#737C8C;
	font-size:11px;
	line-height:1.2;
}






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: #5c9cad;
}

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

div.ServiceAction-ParagraphWide{
	clear: both;
}

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

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

span.ServiceAction-ArrowButton{
	background-color: #405d95;
	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;	
}