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

a{
	color: #5798c5;
}
a.newstitle{
	color: #758595;
	text-decoration: none;
}
a.newstitle:hover{
	text-decoration: underline;
	color: #5798c5;
}

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

h1, p.h1{
	font-size: 18pt;
	margin-bottom: 10px;
	color: #f39e44;
	font-size: 15pt;
}

h2, p.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{
	border-collapse: collapse;
}

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

td.mainmenu_left{
	background-image: url('/resources/images/common/menu_back.gif');
	background-repeat: no-repeat;
	width: 6px;
}

td.mainmenu_right{
	background-image: url('/resources/images/common/menu_back.gif');
	background-repeat: no-repeat;
	background-position: 0px -68px;
	width: 6px;
}

td.mainmenu{
	background-image: url('/resources/images/common/menu_back.gif');
	background-position: 0px -34px;
}

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

div.model_menu{
	width: 250px;
	height: 300px;
	background-color: #f0f0f0;
	position: relative;
}



/* TABLES STYLES */

td.cell{
	padding: 5px 5px 5px 5px;
}

tr.even{
	background-color: #f1f3f4;
}

td.header{
	background-color: #91a5b5;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

td.cell{
}

td.simple{
	text-align: center;
}

td.accent{
	text-align: center;
	font-weight: bold;
	color: #f39e44;
}

td.row-header{
	font-weight: bold;
	text-align: left;
}

td.section-header{
	font-weight: bold;
	text-align: left;
	background-color: #91a5b5;
	color: #ffffff;
	border-color: #91a5b5;
}

td.footer{
	font-weight: bold;
	text-align: center;
	background-color: #91a5b5;
	color: #ffffff;
}

td.border-bottom{
	border-bottom: solid #91a5b5 3px;
}



div.boxpic{
	position: relative;
	background-repeat: no-repeat;
	width: 100px;
	height: 74px;
}

div.boxpic img.corner{
	position: absolute;
}

div.boxpic img.tl{ left: 0px; top: 0px; }
div.boxpic img.tr{ right: 0px; top: 0px; }
div.boxpic img.bl{ left: 0px; bottom: 0px; }
div.boxpic img.br{ right: 0px; bottom: 0px; }


div.formfield{
	width: 100%;
	
	background-color: #f1f3f4;
	background-image: url("/resources/images/common/corder_tl.gif");
	background-repeat: no-repeat;
	background-position: top left;
	
	margin: 3px 0px 3px 0px;
}

div.formfield div{
	width: 100%;
	background-image: url("/resources/images/common/corder_tr.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

div.formfield div div{
	width: 100%;
	background-image: url("/resources/images/common/corder_br.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	
}
div.formfield div div div{
	width: 100%;
	background:none;
	background-image: url("/resources/images/common/corder_bl.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
}

div.formfield div div div table{
	margin: 10px 0px 10px 20px;
	width: 90%;
}

td.field-marker-cell{
	width: 30px;
	text-align: center;
	vertical-align: middle;
}
td.field-title-cell{
	width: 250px;
	text-align: right;
}

td.marked-field p{
	font-weight: bold;
	color: #f39e44;
}

td.field-title-cell p{
	margin-right: 15px;
}

td.field-input{
	width: *;
}
.textfield{
	width: 100%;
	border: solid #758595 1px;
	color: #758595;
	font-size: 10pt;
}
.textarea{
	width: 100%;
	height: 100px;
	border: solid #758595 1px;
	color: #758595;
	font-size: 10pt;
}
.selectfield{
	width: 100%;
	border: solid #758595 1px;
	color: #758595;
	font-size: 10pt;
}




div.button{
	float: left;
	height: 28px;
	
	font-weight: bold;
	font-size: 10px;
	line-height: 30px;
	color: #ffffff;
	
	overflow: hidden;
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: repeat-x;
}

div.button div div{
	
	font-weight: bold;
	font-size: 10px;
	line-height: 30px;
	color: #ffffff;
	
	padding-left: 15px;
	padding-right: 15px;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
}

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

div.button_inactive div{
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: no-repeat;
	background-position: 0px -90px;
}

div.button_inactive div div{
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: no-repeat;
	background-position: right -120px;
}

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

div.button_active div{
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.button_active div div{
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: no-repeat;
	background-position: right -30px;
}

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

div.button_over div{
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: no-repeat;
	background-position: 0px -180px;
}

div.button_over div div{
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: no-repeat;
	background-position: right -210px;
}

div.button_click{
	background-position: 0px -240px;
	cursor: pointer;
	color: #59606c;
	margin-top: 1px;
	margin-bottom: -1px;
	
}

div.button_click div{
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: no-repeat;
	background-position: 0px -180px;
}

div.button_click div div{
	background-image: url('/resources/images/common/back_button.gif');
	background-repeat: no-repeat;
	background-position: right -210px;
}

/*REPAIR*/
.works_check{
	width: 4%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.works{
	width: 46%;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	/*border: 1px solid #91a5b5;
	background-color: #ffffff;*/
}
/*/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: #ffffff;
}
div.button_inactive#BUTTON_ORDER{
	background-image: url('/resources/images/buttons/button_back_red.gif');
	color: #ffffff;
}

div.buttons_panel{

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

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

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

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

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




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: #e4e4e4;
	padding: 3px 10px 3px 10px;
}


input.inputfield{
	border: none;
	border-bottom: solid #ced6df 1px;
	margin-left: 10px;
	width: 50px;
	
}
select.calcselectfield{
	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;
}

