html, body {
	height:100%;
	}
body {
	font-family: Arial;
	font-size: 12px;
	color: black;
	width:100%;
	}


/************************

	ÝËÅÌÅÍÒÛ 
	
************************/

ul {
	list-style-type: disc;
	padding: 0 0 10px 0;
	}

ol {
	padding: 0px 0 10px 30px;
	}

li {
	}


p {
	padding: 0 0 14px 0;
	}

hr {
	border: none;
	height: 1px;
	background: #7f8181;
	color: #7f8181;
	margin: 20px 0 20px 0;
	}
	
h1, h2, h3, h4, h5 {
	color: #7f8181;
	padding: 24px 0 10px 0;
	font-weight: normal;
	margin: 0;
	}
	h1 {
		font-size: 30px;
		}
		h1.title {
			color :white;
			background: #8db109 url(/design/img/h1_corner.jpg) left top no-repeat;
			padding: 10px;
			padding-left: 25px;
			margin-bottom: 20px;
			}
	h2 {
		font-size: 24px;
		}
	h3 {
		font-size: 18px;
		}
	h4 {
		font-size: 14px;
		padding: 14px 0 0px 0;
		}
	h5 {
		font-size: 12px;
		}

a {
	color: #1268b8;
	}
	a:hover {
		color: #6db3f6;
		}
	a:visited {
		color: #1268b8;
		}
	a:visited:hover {
		color: #6db3f6;
		}
		
	area {display:block;}
		
		
		
		
		
/************************ 
		
		ÊËÀÑÑÛ 
		
************************/

.invalidInput,.validInput{
	/*display:compact;
	padding:1px;*/
}
.invalidInput{
	border-left: 2px solid #F00;
	width: 100%;
	/*padding: 8px 8px 0px 8px; 
	border: 1px solid red;*/
	padding: 0px;
}

.validInput{
	/*border:1px solid green;*/
}


/* FAQ */
ul.list-faq {
	margin: 0px 0 0 0;
	}
	ul.list-faq li {
		margin: 0 0 20px 0;
		padding: 2px 0 2px 20px;
		list-style: none;
		background: url(/design/img/mm_li.gif) left center no-repeat;
		}

ol.list-faq {
	}
	ol.list-faq li {
		list-style: numeric;
		margin: 0 0 20px 0;
		padding: 0;
		background: none !important;
		}
		ol.list-faq li a {
			font-size: 14px;
			text-decoration: none;
			/*border-bottom: 1px dashed #1268b8;*/
			border-bottom: 1px dashed gray;
			}
		ol.list-faq li div {
			margin: 8px 0 22px 0 ;
			}


/* epilog */
span.vrezka {
	display: block;
	margin: 0 0 10px 0;
	color: #6a6a6a;
	font-style: italic;
	width: 50%;
	float: right;
	padding: 10px;
	font-size: 11px
	}

/* content */
#content {
	padding: 0 38px 0 24px; 
	text-align: left
	}
	
	#content ul {
		margin: 0 0 0px 4px;
		}
		#content ul li {
			padding: 2px 0 2px 20px;
			list-style: none;
			background: url(/design/img/mm_li.gif) left center no-repeat;
			}
	#content ol {
		list-style-type: decimal;
		}
		#content ol li {
			padding: 2px 0 2px 0px;
			}


/* buttoon */
div.btn {
	height: 25px;
	width: 116px;
	background: url(/design/img/btn_bg.jpg) no-repeat;
	text-align: left;
	}
	div.btn a {
		display: block;
		/*background: red;*/
		width: 90px;
		/*margin-right: 20px;*/
		padding-top: 4px;
		text-align: right;
		color: white;
		text-decoration: none;
		font-size: 14px;
		}

.altBlock {
	background: #8db109 ; 
	color: white;
	padding: 2px 7px 2px 7px;
	}
		
/* forms */


textarea {
	background: #d9dbd2;
	color: gray;
	border: none;
	padding-left: 10px;
	}
	
input.button {
	height: 25px;
	width: 116px;
	background: url(/design/img/btn_bg.jpg) no-repeat;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding-right: 10px;
	cursor: pointer;
	}

.reset {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
form#osagoForm select {
	width:  300px;
	font-size: 11px;
	}
	form#osagoForm input[type=text] {
		width:  300px;
		
		}
	form#osagoForm {
		font-size: 11px;
		}
		
		
	
	
	
/* tab */

table.tab {
	border-collapse: collapse;
	background: transparent;
	margin: 8px 0 18px 0;
	}
	table.tab tr th {
		color: white;
		background: url(/design/img/th_bg.jpg) repeat-x;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		padding: 7px;
		}
		table.tab tr th a {
			color: white; 
			text-decoration: none;
			}
	table.tab tr {
		vertical-align: middle;
		}
	table.tab td {
		background: #d7e0e9;
		text-align: center;
		padding: 7px;
		border: 2px solid white;
	}
	

/* menu */

ul.menu {
	margin: 42px 0px 12px 0px;
	list-style-type: none;
	width: 178px;
	}
	ul.menu li {
		list-style-type: none;
		padding: 5px 0 11px 0px;
		/*height: 32px;*/
		background: url(/design/img/mm_bg.jpg) top left no-repeat;
		margin-bottom: 4px;
		white-space: nowrap;
		font-family: "arial narrow", arial;
		text-align: center;
		}
		ul.menu li:hover, ul.menu li.active {
			background: url(/design/img/mm_act.jpg) top left no-repeat;
			}
		ul.menu li a, ul.menu li a:visited  {
			text-decoration: none;
			font-size: 16px;
			color: white;
			position: relative;
			z-index: 20;
			}
			ul.menu li a:hover, ul.menu li.active a{
				color: white;
				}
				ul.menu li.active ul li a {
					color: white;
					}
		/* sub */ 
		ul.menu li ul {
			list-style-type: none;
			margin-top: 16px;
			padding:0;
			}
			ul.menu li ul li {
				list-style-type: none;
				white-space: normal;
				padding: 6px 0 6px 12px;
				background: none;
				text-align: left;
				font-family: Arial;
				border-bottom: 1px solid #b7b7b7;
				background: url(/design/img/mm_li.gif) center left no-repeat !important;
				margin: 0;
				}
				ul.menu li ul li:hover, ul.menu li ul li.active {
					background: url(/design/img/mm_li.gif) center left no-repeat;
					color: #1268b8;
					}
					ul.menu li.active ul li.active a {
						color: #6b6b6b  !important;
						}
			ul.menu li ul li a:hover {
				color: #6b6b6b !important;
				}
			ul.menu li ul li a {
				color: #1268b8 !important;
				border-bottom: none;
				font-size: 16px;
				padding: 0;
				}	
	

/* Àíêåòà */

.ank {
	position: relative;
	margin-top: -20px;
	width:410px;
	}
	.ank_header {
		height: 44px;
		width:100%;
		}
		
		.ank_header a {position:relative !important; background-position:bottom !important; background-repeat:no-repeat !important; height:100%;}
		
		.ank_header div {
			position: relative;
			float: left;
			margin-right: -20px;
			height:100%;
			}
			.ank_header div.active {
				position: relative;
				z-index: 20;

				}
				
			.ank_header div.inaKasko a:hover {background:url(/design/img/ank_casco_act-trans.png) !important; z-index:999;}
			.ank_header div.inaDMS a:hover {background:url(/design/img/ank_dms_act-trans.png) !important; z-index:999;}
			.ank_header div.inaOsago a:hover {background:url(/design/img/ank_osago_act-trans.png) !important; z-index:999;}
	.ank_body {
		width: 410px;
		}		
	
.caskoOverForm {
	display:none;
}
	/*.anketa_tab td {
		vertical-align: top;
		text-align: left;
		padding: 5px;
		}*/
.showForm {
	background:url(images/form_main_button.jpg) left top no-repeat;
	width:211px;
	height:50px;
	border: 0px;
}
#caskoOverFormButton {
	left:280px;
	position:absolute;
	top:172px;
}

#anketa {
	}
	#anketa input, #anketa select, #anketa textarea {
		color: #8e8e8e;
		font-size: 10px;
		}
	#anketa input {
		width: 100%;
		height: 13px;
		}
	
	#anketa select {
		width: 100%;
		}
	#anketa textarea {
		width: 100%;
		}
	#anketa .button {
		width: auto;
		height: auto;
		border: none;
		}
	#anketa .reset {
		margin: 0;
		padding: 0;
		height: auto;
		width: auto;
		border: none;
		}

		
/* footer */
#footer {
	width: 100%;
	border-top: 1px solid #63bef1;
	}
	#footer td {
		padding: 20px 10px  30px 10px;
		text-align: left;
		font-size: 11px;
		color: gray;
		}
		
		#menu_bottom {
			width: 100%;
			height: 24px;
			}
			#menu_bottom td {
				/*border: 1px solid red;*/
				text-align: center;
				background: url(/design/img/foot_bg.gif) repeat-x;
				padding: 0;
				margin: 0;
				}
				#menu_bottom td a {
					color: white;
					}
				#menu_bottom td:hover, #menu_bottom td.active {
					background: url(/design/img/foot_act.gif) repeat-x;
					}
			
/* vote */
div.vote {
	width: 100%;
	margin: 0px 0 20px 0;
	border-left: 2px solid gray;
	}
	div.vote span {
		padding: 7px 0 0 10px;
		}
	div.vote div {
		height: 20px;
		background: url(/design/img/vote_bg.jpg) right top no-repeat;
		line-heght: 25px;
		color: white;
		font-size: 9px;
		padding: 6px 0 0 10px;
		margin: 0px 0 4px 0;
		}

/* ßíäåêñ Äèðåêò */

div.ad {
	margin-bottom: 20px;
	font-size: 11px;
	color: #787878;
	}
	div.ad-link a{
		color: #78cae3;
		}
	span.url {
		display: block;
		font-size: 11px;
		color: #f5b178;
		}
		span.url a{ 
			color: #f5b178;
			}


.shortWidth  input {
	width: 100px !important;
	}
	 .shortWidth td select {
		width: 40px !important;
	}
		
/* Ëîãîòèï AstraMediaGroup */	
				
div#astramg {
	position: relative; 
	display: inline; 
	left: -18px
	}
	div#astramg div {
		position: relative; 
		display: inline; 
		top: -4px; 
		left: 12px;
		white-space: nowrap;
		}

.reset {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	}
	
#news_block {
	width:180px;
	text-align:left;
	padding:10px 0 0 0;
}
.bg_news_zaga {
	background:url(/design/img/bg_news_zaga.jpg) left top no-repeat;
	text-align:center;
	width:146px;
	height:33px;
	margin:0 auto;
	padding:5px 0 0 0;
}
.bg_news_zaga a {
	text-decoration:none;
	font:20px arial;
	color:#fff;	
}
.news_body_bg {
	background:url(/design/img/news_block_top.jpg) left top no-repeat;
	padding:20px 0 0 0;
	
}
.news_body_top {
	background:url(/design/img/news_block_bg.jpg) left top repeat-x #2e5cae;
	
}
.news_body_bot {
	background:url(/design/img/news_block_bot.jpg) left bottom no-repeat;
	padding:23px 5px 20px 15px;
}
.one_news {
	margin:0 0 22px 0;
}
.news_data {
	margin:0 0 2px 0;
}
.news_data a {
	font:13px tahoma;
	color:#d9ff49;
}
.news_data a:hover {text-decoration:none;}
.news_zaga {
		
}
.news_zaga a {
	color:#fff;
	font:13px tahoma;
	text-decoration:none;
}
.news_zaga a:hover {text-decoration:underline;}

/****************************/
.form_top {
	background:url(images/top_form_main.jpg) left top no-repeat #3059a8;
}
.form_main {	
	background:url(images/bg_form_main.jpg) left 17px repeat-x;
	width:508px;
	margin:0 0 0 -30px;
	*margin:0 0 0 -20px;
	position:relative;
}
.form_bot {
	padding:17px 0 22px 0;
	border-bottom:1px solid #fff;
	background-color: 335ba4;
	background-image: url(images/bot_form_main.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.form_first_block {
	padding:0 0 20px 0;	
	height: 198px;
}
.ff_left {
	width:230px;
	float:left;
	padding:0;
}
.f_name {
	font: bold italic 18px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 11px 0;
}
.mod {
	color:#fff;
	font:bold italic 14px Arial, Helvetica, sans-serif;
	margin:0 0 1px 0;
}
.sel_ff {
	width:220px;
	margin:0 0 10px 0;
}
.sel_ff_inp {
	width:215px;
	margin:0 0 10px 0;
}
.sel_ff_right {
	width:220px;
	margin:0 0 42px 0;
}
table#making {
	width:100%;
	margin:0 0 10px 0;
	display: none;
}
#hide2{
	display: none;
}
table#making tr td {
	white-space:nowrap;
	margin:0;
	padding:0;
}
.ff_year_name {
	font: bold italic 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
.new_tc input{
	margin:0;
	padding:0;
}
.new_tc_name {
	font: bold italic 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
.ff_credit {
	font: bold italic 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
.ff_credit_cont {
	float:left;
	margin:0 10px 0 0;
	display:inline;	
	padding:0;
}
.ff_credit_cont input {
	margin:0;
	padding:0;
}
div.ff_credit_name {
	*padding:3px 0 0 0;
}
.ff_right {
	float:right;
}
.skidki_block {
	position:relative;
	padding:0 0 0 0;
	width:235px;
}
.skidki_num {
	font:30px Arial, Helvetica, sans-serif;
	color:#fff;
	position: absolute;
	top: 9px;
	left: 11px;
}
.skidki_name {
	width:135px;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#2a52a1;
	position: absolute;
	left: 90px;
}
#list_skidki {
	//background:url(images/bg_skidki.jpg) left top repeat-y;
	margin:0 0 11px 0;
	position: absolute;
	top: 70px;
	left: 0px;
	width:236px;
}
#list_skidki ul {
	background:url(images/bg_skidki_bot.png) left bottom no-repeat;
	padding:5px 0 13px 0;
	margin:0;
	position:relative;
}
#list_skidki ul li {
	list-style:none;
	font:12px Tahoma, Geneva, sans-serif;
	color:#373737;
	//background:url(images/bg_skidki_li.jpg) left 10px no-repeat;
	margin:0 0 0 17px;
	padding:0 0 0 15px;
	line-height: 25px;

}
#list_skidki ul li span {
	color:#1a7ffd;
}
.ff_bank {
	margin:0;
	padding:0;
	width:202px;
	position: absolute;
	top: 160px;
	left: 20px;
}
.form_sec_block {
	padding:0 0 15px 0;
	overflow: hidden;
}
.form_sec_block_line {
	background:url(images/line_sec_block.jpg) left 9px repeat-x;
	height:20px;
	margin:0 0 17px 0;
}
.form_sec_block_name {
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#afff3c;
	margin:0 0 0 18px;
	display:inline;
	background: #335ba4;
}
.signal_block {
	padding:0 0 0 30px;	
	overflow: hidden;
}
.one_signal {
	margin:0 0 12px 0;
}
.sig_radio {
	width:20px;
	float:left;
}
.sig_radio input {
	margin:0;
	padding:0;
}
.sig_name {
	margin:0 0 0 22px;
	*padding:3px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
.form_three_block {
	padding:0 0 15px 0;	
}
.form_three_block_line {
	background:url(images/line_three_block.jpg) left 9px repeat-x;
	height:20px;
	margin:0 0 17px 0;
}
.form_three_block_name {
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#afff3c;
	margin:0 0 0 18px;
	display:inline;
	background: #335ba4;
}
table#drivers {
	width:100%;
}
table#drivers tr td {
	padding:0;
	margin:0;
}
table#drivers tr td.name {
	text-align:right;
	padding:1px 5px 0 0;
	font:italic 12px Arial, Helvetica, sans-serif;
	color:#fff;
}
table#drivers tr td input {
	width:60px;
}
#three_add {
	background:url(images/three_add.jpg) left top no-repeat;
	width:75px;
	height:25px;
	cursor:pointer;
}
.form_four_block_line {
	background:url(images/line_three_block.jpg) left 9px repeat-x;
	height:20px;
	margin:0 0 17px 0;
}
.form_four_block_name {
	float:left;
	font:14px Arial, Helvetica, sans-serif;
	color:#afff3c;
	margin:0 0 0 18px;
	display:inline;
	background: #335ba4;
}
.form_main_button {
	background:url(images/form_main_button.jpg) left top no-repeat;
	width:211px;
	height:50px;
	border:none;
}
.mod_right {
	color:#fff;
	font:bold italic 14px Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;		
}

.pl20 {padding-left:20px !important;}
.pl40 {padding-left:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}

.w230 {width:230px;}
.w250 {width:250px;}

.clear{clear:both;}
.ok {float:left;width:100%;}


/*-------------------------------Ôîðìà îáðàòíîé ñâçÿè ñëåâà-----------------------------*/
.clear{
	clear: both;
}
#form{
	width: 185px;
	margin: 20px 0 0;
	background: url(/design/img/formRep.jpg) repeat-y left top;
}
#formT{
	background: url(/design/img/formTop.jpg) no-repeat left top;
}
#formB{
	background: url(/design/img/formBot.jpg) no-repeat left bottom;
	padding: 9px 0 17px;
}
#formB form{
	padding: 0;
	margin: 0;
}
#formTitle{
	text-align: center;
	font: 14px Tahoma, Geneva, sans-serif;
	color: #6d8c01;
	margin: 0 0 8px;
}
#form .separator{
	height: 1px;
	background: url(/design/img/separator.jpg) repeat-x left top;
	margin: 0 11px 0 5px;
	overflow: hidden;
}
#form .inp{
	background: url(/design/img/inpRep.jpg) repeat-x left top;
	margin: 10px 0 0 9px;
}
#form input{
	color: #757474;
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 1px 7px 5px 7px;
}
#form textarea{
	color: #757474;
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 5px 7px;
}
#form .inpL{
	background: url(/design/img/inpL.jpg) no-repeat left top;
}
#form input.inpR{
	background: url(/design/img/inpR.jpg) no-repeat right top;
	border: none;
}
#form .inputBig{
	width: 157px;
}
#form .inputBig input{
	width: 147px;
}
#form .inputMiddle{
	width: 86px;
	float: left;
	display: inline;
	margin: 10px 0 0;
}
#form .inputMiddle input{
	width: 76px;
}
#form .inputSmall{
	width: 37px;
	display: inline;
	float: left;
	margin: 10px 0 0;
}
#form .inputSmall input{
	width: 27px;
	text-align: center;
}
#formCont{
	margin: 0 0 0 9px;
}
#form .prefix{
	color: #757474;
	font: 11px Tahoma, Geneva, sans-serif;
	float: left;
	display: inline;
	margin: 16px 1px 0 5px;
}
#form .formTextarea{
	background:url("/design/img/textareaRep.jpg") repeat-y scroll left top transparent;
	height:130px;
	margin:9px 0 11px 9px;
	width:157px;
}
#form .formTextareaT{
	background: url(/design/img/textareaT.jpg) no-repeat left top;
}
#form textarea{
	background: url(/design/img/textareaB.jpg) no-repeat left bottom;
	border: none;
	width: 147px;
	height: 119px;
}
#formSubmit{
	background:url("/design/img/submit.jpg") no-repeat scroll left top transparent;
	height:32px;
	border: none;
	display: block;
	margin: 14px auto 0;
	width:124px;
}
#formResult{
	color:green;
	font:19px Georgia,"Times New Roman",Times,serif;
	margin:12px 0 0 -25px;
	text-align:left;
}


.faq div{
	margin-bottom: 5px;
	text-align: left;
}

.hh3{
	text-align: left;
}

.faq_q{
	margin-top: 10px;
}
