body{
	padding: 0px;
	margin: 0px;
	background-color: #B2B8C0;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #737C8C;
}

div#amtc_option_0 div{
	margin: 0px;
}
div#amtc_option_1 div{
	margin: 0px;
}
div#amtc_option_2 div{
	margin: 0px;
}

p, td, div{
	font-size: 8pt;
	color: #737C8C;
	margin: 3px 0px 3px 0px;
}

span, a{
	font-size: 8pt;
	color: #737C8C;
    
}
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-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
img.png{
	behavior:	url("/resources/scripts/png/pngbehavior.htc");
}


input{
	font-size: 8pt;
	color: #737C8C
}
input.button{
	border: solid #888888 1px;
	padding: 3px 10px 3px 10px;
	color: #737C8C;
	background-color: #f9f9f9;
}
.textfield{
	color: #737C8C;
	width: 100%;
	border: none;
	height: 19px;
	/*padding: 3px 10px 3px 10px;*/
}

div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	background-color:#ffffff;
	border: 5px solid #8C96AA; 
	width:50%;
	padding: 0px;
	color:#737C8C;
	font-size:11px;
	line-height:1.2;
}

.Links {text-style:none; color: #ff0000;}
.Links:hover {text-style:none; color: #ff0000;}


/*REQUEST STYLES*/

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

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

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

.table{
	width: 100%;
	height: 85px;
	border-collapse: collapse;
}

.table td{
	padding: 0px;
}

.separator{
	background-color: #8C96AA;
	height: 2px;
	margin: 0px;
	/*margin-top: 1px;*/
}

/*/REQUEST STYLES*/

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

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

.info_field{
	width: 50%;
	background-color: #F9F9F9;
	font-weight: bold;
	text-align: left;
	border: solid #efefef 1px;
}

.info_right_field{
	width: 50%;
	background-color: #ffffff;
	text-align: center;
	border: solid #efefef 1px;
}

.graf_field{
	background-color: #ffffff;
	text-align: center;
	border: solid #efefef 1px;
}

.graf_field1{
	background-color: #F9F9F9;
	font-weight: bold;
	text-align: center;
	border: solid #efefef 1px;
}

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

table#calc_container{
	width: 100%;
}

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{
	margin-left: 10px;
	font-size: 14pt;
}
div.choosed_step_content_small{
	margin-left: 10px;
	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 0px 10px 10px;
}

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

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

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

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

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;
}

td.step_title{
	width: 300px;
}

td.step_content{
	width: *;
}


div.float_field{

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

	float: left;
	margin: 0px 10px 10px 10px;
	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;
}

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

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







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-bottom: 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: #737c8c;
}

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







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

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

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

/*by Global*/
.red { 
     color: red; 
     font-size: 113%;
     
    }
.u-line { text-decoration: underline; }
.blink { text-decoration: blink; }
