/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body{
	text-align: left;
	font-family:Tahoma,Arial,sans-serif;
	min-width:923px;
	font-weight:normal;
	color:#000;
	font-size:12px;
	margin:15px 40px 20px 40px;
	max-width:1200px;
	background-color: #FFFFFF;
}

* html #minwidth {
	border-left:923px solid #fff;
	position:relative;
	float:left;
	z-index:1;
}
* html #container {
	margin-left:-923px;
	position:relative;
	float:left;
	z-index:2;
}

a{
	color:#0066cb;
	background-color:inherit;
}
a:hover{
	color:#009900;
	background-color:inherit;
}


h1{
	font-weight:normal;
	font-size:18px;
}

h2{

	font-weight:normal;
}

h3{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#000000;
	background-color:inherit;
}


h4{
	font-size:14px;
	font-weight:normal;
	margin:0px;
	color:#000000;
	background-color:inherit;
}

h5{
  font-size:13px;
  font-weight:bold;
  margin:0;
}


h6{

}

/* Topline divs */
div#topline{
	float:left; 
	width:100%;
}
div#languagebar{
	margin-left:220px;
}
div#langdiv{
	float:left;
	margin-left:-220px;
	padding-bottom:8px;
	padding-left:1px;
}
* html div#langdiv{
	margin:0px;
	position:relative;
	left:-220px;
	margin-right:-220px;
}
div#langdiv a{
	font-size:11px;
	color:#000;
	padding:2px 4px 8px 4px;
	margin-right:15px;
	background-color:inherit;
}
div#langdiv .active{
	background-image:url(/assets/images/bg_lang.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-decoration:none;
}
div#toprightdiv{
	float:left;
	width:100%;
}
div#toprightdiv form{
	float:right;
}
div#toprightdiv p{
	float:right;
	margin:0px 34px 0px 0px;
}
div#toprightdiv img{
	border:none;
	float:left;
	margin:7px 0px 0px 0px;
}
div#toprightdiv .searchfield{
	height:15px; 
	margin:0px 0px 2px 0px; 
	border:#7E9DB9 1px solid; 
	font-size:11px; 
	color:#000000; 
	padding:2px 3px 2px 3px;
	width:140px;
	background-color:inherit;
}
* html div#toprightdiv .searchfield{
	margin:0px 0px 1px 0px; 
}
:first-child+html div#toprightdiv .searchfield{
margin:0px 0px 1px 0px; 
}
div#toprightdiv .submitbut{
	background-image:url(/assets/images/search.jpg); 
	width:58px; 
	height:23px; 
	margin:0px 0px 0px 2px; 
	background-repeat:no-repeat; 
	border:0px;
}
div#toprightdiv .submitbutlv{
	background-image:url(/assets/images/search-lv.jpg); 
	width:58px; 
	height:23px; 
	margin:0px 0px 0px 2px; 
	background-repeat:no-repeat; 
	border:0px;
}



/* End of Topline divs */
/* Firstline divs */
div#firstline{
	float:left; 
	width:100%;
	margin-top:11px;
}
div#logodiv{
	float:left;
	margin-left:-220px;
}
* html div#logodiv{
	margin:0px;
	position:relative;
	left:-220px;
	margin-right:-220px;
}
div#logodiv div#logosl{
	font-size: 11px;
	position: absolute;
	top: 91px;
	color: #848B93;
}
* html div#logodiv div#logosl{
	top: 40px;
}
div#logodiv div#logosl2{
	color:#848B93;
	font-size:11px;
	letter-spacing:0.4px;
	position:absolute;
	text-align:center;
	top:91px;
	word-spacing:5px;
}
* html div#logodiv div#logosl2{
	top: 40px;
}

div#logodiv img{
	border:none;
}
div#logowidth{
	margin-left:220px;
}

div#mainmenudiv{
	float:left;
	width:100%;
	padding-top:10px;
}
div#mainmenudiv p{
	float:right;
}

div#mainmenudiv a{
	float:left;
	font-size:16px;
	color:#0066cc;
	background-color:inherit;
	text-decoration:underline;
	margin:0px 0px 0px 40px;
	font-weight:normal;
}
div#mainmenudiv span{
	float:left;
	font-size:16px;
	color:#0066cc;
	background-color:inherit;
	margin:0px 0px 0px 40px;
	font-weight:normal;
}

div#mainmenudiv .leftlink{
	margin-left:0px;
}
div#mainmenudiv a:hover{
	color:#009900;
	background-color:inherit;
}
/* End of Firstline divs */


/* Start of Secondline and secondlinemain divs */
div#secondlinemain{
	width:100%; 
	float:left; 
	background-image:url(/assets/images/bg_mainr.jpg); 
	background-repeat:repeat-x;
	padding-top:10px;
}
div#secondlinemain .imgright{
	float:right;
	margin-top:-10px;
	border:none;
}
div#secondline{
	float:left; 
	width:58%;
	min-width:499px;
	background-image:url(/assets/images/bmw.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
div#secondlineleft{
	float:left;
	margin-left:-376px;
}
* html div#secondlineleft{
	margin:0px;
	position:relative;
	left:-376px;
	margin-right:-376px;
}
div#secondlineleft img {
	position:relative;
	top:160px;
	left:390px;
}

div#leftpartwidth{
	margin-left:376px;
}

div#secondlinecenter{
	float:right;
	width:100%;
	background-image:url(/assets/images/bg_main.jpg);
	background-repeat:repeat-x; 
}
div#secondlinecenter img{
	float:right;
}

/* END of Secondline and secondlinemain divs */

/* Start of Thirdline divs */
div#thirdline{
	float:left; 
	width:100%;
	background-image:url(/assets/images/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:47px;
	margin-top:-7px;
}

div#thirdline .leftim{
	margin-left:-13px;
	float:left;
}
* html div#thirdline .leftim{
	margin-left:0px;
	float:left;
	position:relative;
	left:-13px;
}
div#thirdline .rightim{
	float:right; 
	margin-right:-12px; 
}
* html div#thirdline .rightim{
	float:right;
	margin-right:0px; 
	position:relative;
	top:0px; left:12px;
}

div#thirdline ul{
	list-style:none; 
	float:left;
	margin-left:-5px;
}
* html div#thirdline ul{
	margin-left:-23px;
}
div#thirdline li{
	height:30px; 
	float:left;
	padding:17px 15px 0px 15px;
}
div#thirdline .firstmenu{
	padding-left:10px;
	margin-left:5px;
}
div#thirdline li a{
	font-size:15px;
	color:#fff;
	background-color:inherit;
	font-weight:normal;
}
.activemenu{
	text-decoration:none; 
}
div#thirdline li:hover{
	background-image:url(/assets/images/bg_menu_hover.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

div#thirdline li.at{
	font-size:15px;
	color:#fff;
	background-color:inherit;
	font-weight:normal;
}
div#thirdline li.at:hover{
	background-image:none;
}

/* End of Thirdline divs */









/* Start of Fourthline divs */

div#fourthline{
	float:left; 
	width:100%;
}
div#calc{
	margin-left:245px;
}

div#calcin{
	float:left;
	margin-left:-245px;	
	padding-top:29px;
	padding-left:10px;
	font-size:11px;
	color:#858c93;
	background-color:inherit;
	width:230px;
	padding-bottom:25px;
}
* html div#calcin{
	margin:0px;
	position:relative;
	left:-245px;
	margin-right:-245px;
}

div#calcin h3{
	color:#000;
	background-color:inherit;
}
form#calculation{
	margin-top:12px;
	float:left;
	min-height:250px;
}
* html form#calculation{
	height:250px;
}
form#calculation select.inactive{
	color:#CDCDCD;
}

div#calcin form#calculation label.mprice {
	font-size:14px;
	color:#000;
	background-color:inherit;
	float:left;
}
div#calcin form#calculation span.mark {
	margin: 0px 0px 0px 2px; 
	font-size: 10px; 
	float: left;
}
div#calcin form#calculation p.mark {
	font-size: 10px; 
	color: #858C93;
	width:100%;
	/*width:auto;*/
}
span.note{
	float:left;
	margin:8px 0px 0px 5px;
}
span.nonactive{
	background-color:#FEFFCA;
	border:1px solid #DADBA1;
	color:#000000;
	float:left;
	font-size:16px;
	margin:2px 0px 0px;
	padding:2px 5px;
	width:89px;
}

div#leftformcol{
	width:120px;
	float:left;
}
div#leftformcol input{
	float:left;
	width:83px;  
	border:#7F9DB9 1px solid; 
	font-size:16px;
	padding:2px 5px 2px 5px; 
	margin-top:2px;
}
div#leftformcol input.nonactive{
	color:#000000;
	background-color:#FEFFCA;
	border:#DADBA1 1px solid;
}

div#leftformcol p{
	margin-bottom:10px;
	float:left;
}


div#rightformcol{
	float:left;
	width:90px;
	margin-left:15px;
}
div#rightformcol select{
	float:left;
	width:50px;  
	border:#7F9DB9 1px solid; 
	font-size:16px;
	margin-top:3px;
}
div#rightformcol p{
	margin-bottom:10px;
	float:left;
}

div#bottomform{
	clear:both;
	width:220px;
	float:left;
	margin-top:5px;
}
div#bottomform h4{
	color:#000000;
	background-color:inherit;
}
div#bottomform input{
	float:left;
	width:83px;  
	border:#7F9DB9 1px solid; 
	font-size:16px;
	padding:2px 5px 2px 5px; 
	margin-top:2px;
}
div#bottomform .nonactive{
	background-color:#FEFFCA;
	color:#000000;
	border:#DADBA1 1px solid;
}
div#bottomform p{
	float:left;
	font-size:11px;
	background-color:inherit;
	color:#000000;
	margin-top:8px;
	width:100%;
}
div#bottomform a{
	color:#0066cc;
	background-color:inherit;
}
div#bottomform a:hover{
	color:#009900;
	background-color:inherit;
}
/* Right part of fourthlline */

div#fourthlineright{
	float:right;
	width:100%;
	padding-top:29px;
}
div#fourthlineright h1{
	margin:10px 0px 11px 0px
}
div.topicslinesdiv{
	float:left;
	width:100%;
	margin:15px 0px 10px 0px;
}
div.topiclast{
	margin:15px 0px 0px 0px;
	padding:0px 0px 30px 0px;
}
div.bodyleftdiv{
	float:left; 
	width:40%;
}

/* 2 column divs */
div.firstbdiv{
	float:left; 
	width:100%;
}
div.icondiv{
	float:left;
	margin-left:-65px;
}

* html div.icondiv{
	margin:0px;
	position:relative;
	left:-65px;
	margin-right:-65px;
}

div.iconwidth{
	margin-left:65px;
}

div.textdiv{
	float:left;
	width:100%;
	font-size:12px;
}
div.textdiv a{
	font-size:16px;
	color:#009900;
	background-color:inherit;
	float:left;
	margin-bottom:5px;

}
div.textdiv a:hover{
	color:#FF0000;
	background-color:inherit;
}
div.textdiv p{
	float:left;
	width:100%;
}
/* End of 2 columnd divs */

div.bodyrightdiv{
	float:left;
	width:40%; 
	padding-left:20px;
}
/* End of Fourthline divs */


/* Start of Fithline divs */
div#fithlinediv {
	float:left; 
	width:100%; 
	color:#000000;
	background-color:#EFF3F6; 
	padding:12px 40px 12px 40px;
	border-top:#D6DFE6 1px solid;
	border-bottom:#D6DFE6 1px solid;
	margin-left:-40px;
 
}

* html div#fithlinediv{
	position:relative;
	left:-40px;
	padding-left:40px;
	padding-right:40px;
	margin-right:-80px;
	margin-left:0px;
}
div#consultdiv{
	float:left;
	margin-left:-245px;
	color:#858c93;
	background-color:inherit;
	font-size:11px;
	width:195px;
}
* html div#consultdiv{
	margin:0px;
	position:relative;
	left:-245px;
	margin-right:-245px;
}
div#consultdiv h3{
	color:#000;
	background-color:inherit;
}
div#consultdiv p{
	margin-top:8px;
	float:left;
	cursor:pointer;
	width:100%;
}
div#consultdiv span.note{
	margin:8px 0px 0px 0px;
}
div#consultdiv a{
	color:#0066cc;
	background-color:inherit;
	/*float:left;*/
}
div#consultdiv a:hover{
	color:#009900;
	background-color:inherit;
}
div#consultdiv input{
	padding:3px 14px 3px 14px;
	font-size:14px;
	margin:0px;
}
:first-child+html div#consultdiv input{
	padding:3px 2px 2px 2px;
}
* html div#consultdiv input{
	padding:3px 2px 2px 2px;
}
div#consultdiv .namesurname{
	width:180px;  
	border:#7F9DB9 1px solid; 
	font-size:16px;
	padding:2px 5px 2px 5px; 
	margin-top:2px;
	float:left;
}
div#consultdiv .line{
	margin-top:12px; 
	float:left;
}
div#consultdiv .leftl{
	float:left; 
	width:129px;
}
div#consultdiv .leftl img{
	float:left;
	margin:4px 0px 0px 3px;
	padding:0px;
}
div#consultdiv .leftr{
	float:left; 
	width:64px;
}
div#consultdiv .phcode{
	width:42px;  
	border:#7F9DB9 1px solid; 
	font-size:16px;
	padding:2px 5px 2px 5px; 
	margin-top:2px;
	float:left;
}
div#consultdiv .phnum{
	width:121px;  
	border:#7F9DB9 1px solid; 
	font-size:16px;
	padding:2px 5px 2px 5px; 
	margin-top:2px;
	float:left;
	margin-left:5px;
}
div#consultdiv .dateinput{
	width:102px; 
	margin-right:5px;
	border:#7F9DB9 1px solid; 
	padding:2px 5px 2px 5px; 
	font-size:16px;
	margin-top:2px;
	float:left;
}
div#consultdiv .timeinput{
	border:#7F9DB9 1px solid; 
	width:51px; 
	font-size:16px;
	padding:2px 5px 2px 5px; 
	margin-top:2px;
	float:left;
}

div#consultdiv img{
	margin-left:4px;
}

div#consultdivwidth{
	margin-left:245px;
	padding-left:10px;
}

/* News block */
div#newsblockdiv{
	float:left;
	font-size:11px;
	width:100%;
}
div.newsleftdiv{
	float:left; 
	width:40%;
}
div.newsfirstbdiv{
	float:left; 
	width:100%;
	padding-bottom:15px;
}
div.newsfirstbdiv img{
	border:#BEBEBE 1px solid;
}
div.newsimagediv{
	float:left;
	margin-left:-79px;
	color:#858C93;
	background-color:inherit;
}
* html div.newsimagediv{
	margin:0px;
	position:relative;
	left:-79px;
	margin-right:-79px;
}

div.newsimagewidth{
	margin-left:79px;
}
div.newstextdiv{
	float:left;
	width:100%;
	margin-top:-2px;
}
div.newstextdiv p{
	float:left;
	margin-top:5px;
	width:100%;
	margin-bottom:8px;
}
div.newstextdiv a{
	color:#0066cb;
	background-color:inherit;
	float:left;
}

div.newstextdiv a:hover{
	color:#009900;
	background-color:inherit;
}
div.newstextdiv .archive{
	color:#000;
	background-color:inherit;
	padding-top:10px;
	font-weight:bold;
}
div#newsblockdiv .newsdate{
	color:#858C93; 
	background-color:inherit;
}

div.oldnewsfirstbdiv{
	float:left; 
	width:100%;
	padding-bottom:5px;
}

div#newsdiv ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
div#newsdiv a{
font-size:14px;
}
div#newsdiv p{
padding-top:3px;
}
/* End of Fithline divs */


/* Sixthline divs */
div#sixthline{
	float:left; 
	width:100%;
	margin-top:25px;
	font-size:11px;
	margin-bottom:20px;
}
div.leftcol{
	float:left; 
	width:100%;
	padding-bottom:5px;
}
div.leftcolwidth{
	margin-left:255px;
}
div.bottomleftdiv{
	float:left;
	margin-left:-255px;
	color:#858C93;
	background-color:inherit;
}
* html div.bottomleftdiv{
	margin:0px;
	position:relative;
	left:-255px;
	margin-right:-255px;
}
div.rightcol{
	float:left;
	width:100%;
}
div.rightcol a{
	color:#000;
	background-color:inherit;
	margin-right:20px;
}
div.rightcol a:hover{
	color:#009900;
	background-color:inherit;
}



/* Cols2 */

div.leftcol2{
	float:left; 
	width:100%;
	padding-bottom:5px;
}
div.leftcolwidth2{
	margin-left:450px;
}
div.bottomleftdiv2{
	float:left;
	margin-left:-450px;
	color:#858C93;
	background-color:inherit;
}
* html div.bottomleftdiv2{
	margin:0px;
	position:relative;
	left:-450px;
	margin-right:-450px;
}
div.rightcol2{
	float:left;
	width:100%;
}
div.rightcol2 a{
	color:#000;
	background-color:inherit;
	margin-right:20px;
}
div.rightcol2 a:hover{
	color:#009900;
	background-color:inherit;
}


/* Copyright div */
div.bdcolors{
float:right;
font-family:Verdana,Tahoma,Helvetica,sans-serif;
width:270px;
}
div.bdcolors img{
	float:left;
	margin:3px 5px 0px 0px;
	border:0px;
}
div.bdcolors a{
	display:block;
}
div.bdcolors .firstlink{
	text-decoration:none;
}
/* End of copyright div */




/* Innter page divs */

div#secondlinemainin{
	width:100%; 
	float:left; 
	background-image:url(/assets/images/bg_main_in.jpg); 
	background-repeat:repeat-x;
	margin-top:10px;
}
div.bannerindiv{
	float:left;
	margin-left:-477px;
	color:#858C93;
	background-color:inherit;
}
* html div.bannerindiv{
	margin:0px;
	position:relative;
	left:-477px;
	margin-right:-477px;
}

div.bannerinwidth{
	margin-left:477px;
}
div.rightindiv{
	float:left;
	width:100%;
}
div.rightindiv img{
	float:right;
}

/*  Inner body divs */
div#innerbody{
	margin-bottom:40px;
}
div#innerbody h1{
	margin-bottom:20px;
}
div#innerbody p{
	margin:0px 0px 22px 0px;
}
div#innerbody .important{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	border-left:#D0EDBD 1px solid;
	margin-left:30px;
}
div#innerbody div.textdiv p {
	margin:0px;
}
div.pathmenu{
	display:block;
	color:#ccc;
	background-color:inherit;
	margin-bottom:4px; 
	font-size:11px; 
}

/* End of inner body divs */

/* Start of fithlinediv inner */

div#fithlinedivin {
	color:#000000;
	background-color:#EFF3F6;
	float:left; 
	width:100%;
	padding:20px 40px 20px 40px;
	border-top:#D6DFE6 1px solid;
	border-bottom:#D6DFE6 1px solid;
	margin-left:-40px;
}
* html div#fithlinedivin{
	position:relative;
	left:-40px;
	padding-left:40px;
	padding-right:40px;
	margin-right:-80px;
	margin-left:0px;
}
div#fithlinedivleftin{
	float:left;
	width:66%;
}
div#fithlinedivrightin{
	float:left;
	width:34%;
}
div#fithlinedivleftin .fifthleftcolumn{
	float:left;
	width:49%;
}
div#fithlinedivleftin .fifthrightcolumn{
	float:left;
	width:50%;
}

div.imagedivin{
	float:left;
	margin-left:-80px;
	margin-top:3px;
}
* html div.imagedivin{
	margin:0px;
	position:relative;
	left:-80px;
	margin-right:-80px;
}

div.imagedivinwidth{
	margin-left:80px;
}

div.textdivin{
	float:left;
	width:100%;
	font-size:12px;
}
div.textdivin a{
	font-size:14px;
}
div.textdivin p{
	margin-top:6px;
	font-size:11px;
	padding-right:15px;
}
#MainSearch
{
 display:inline;
}
div#request {
	margin:0px 0px 12px 10px;
}
div#request p {
	margin:0px 0px 5px 0px
}

form#contactform {
	width:500px;
}
form#contactform fieldset{
	background-image:url(/assets/images/bg_form_fieldset.jpg);
	background-repeat:repeat-x;
	border:none;
	border-top:1px solid #D6DFE6;
	position:relative;
	padding:35px 0px 0px;
}
form#contactform fieldset.alt {
	background-image:url(/assets/images/bg_form_fieldset_alt.jpg);
	background-repeat:repeat-x;
}
form#contactform fieldset.last {
	border-bottom:1px solid #D6DFE6;
}
form#contactform fieldset ul {
	margin:5px 0px 10px 16px;
}

form#contactform fieldset legend {
	position:relative;
	float:left;
	margin:0px;
}
form#contactform fieldset legend span{
	float:left;
	font-size:14px;
	margin:-25px 0px 0px 0px;
	position:absolute;
	top:0px;
	width:370px;
	color:#000000;
}
form#contactform > fieldset legend span{
	margin:-25px 0px 0px 8px;
}
:first-child+html form#contactform fieldset legend span{
	margin:-25px 0px 0px 0px;
}

form#contactform label {
	width: 144px;
	float:left;
	display:block;
	margin-right:8px;
}
form#contactform ul {
	margin:0px 0px 0px 16px;
}
form#contactform ul li {
	list-style:none;
	list-style-image:none;
	margin:0px 0px 6px 0px;
	clear:both;
}
* html form#contactform li {
	margin:0px 0px 2px 0px;
}
form#contactform li input, form#contactform li textarea {
	width:250px;
}
form#contactform li select{
	width:254px;
}
/*Ð²Ð°Ð»Ñ&#65533;Ñ&#65533;Ð°*/
form#contactform li select.select_curr{
	width:50px;
}

form#contactform li input.submit {
	width:150px;
	margin:10px 0px 0px 151px;
}
form#contactform .error{
	color:#D62B00;
}
#img_captcha
{
height:22px;
cursor:pointer;
}


/**/
div.specnote {
  padding: 10px 10px 15px 10px;
  border-top:1px solid #D6DFE6;
  border-bottom:1px solid #D6DFE6;
  width:480px;
}
div.help {
	background-image:url(/assets/images/help.jpg);
	float:left;
	height:14px;
	margin:4px 0px 0px 4px;
	width:14px;
	cursor:pointer;
}
div.help span {
	background-color:#E7EDF1;
	border:1px solid #7E9DB9;
	display:none;
	font-size:10px;
	margin:-20px 0px 0px 30px;
	min-height:42px;
	height:auto !important;
	height:40px;
	padding:4px 0px 4px 8px;
	position:absolute;
	/*min-width:70px;*/
	max-width:292px;
	width:292px;
	z-index:100;
}
div.help:hover span {
	display:inline;
}
div.help span img {
	position: absolute;
	top: 15px;
	left: -10px;
}
form#contactform2 {
	width:500px;
}
form#contactform2 fieldset{
/*	background-image:url(/assets/images/bg_form_fieldset.jpg);
	background-repeat:repeat-x;*/
	border:none;
	/*border-top:1px solid #D6DFE6;*/
	position:relative;
	padding:35px 0px 0px 0px;
}

form#contactform2 fieldset.tworow{
	border:none;
	position:relative;
	padding:48px 0px 0px 0px;
}

form#contactform2 fieldset.threerow{
	border:none;
	position:relative;
	padding:72px 0px 0px 0px;
}

form#contactform2 fieldset.alt {
/*	background-image:url(/assets/images/bg_form_fieldset_alt.jpg);
	background-repeat:repeat-x;*/
}
form#contactform2 fieldset.last {
	/*border-bottom:1px solid #D6DFE6;*/
}
form#contactform2 fieldset ul {
	background:#EFF3F6;
	float:left;
	margin:0px 0px 0px 0px;
	padding:12px 0px 8px 8px;
	width:492px;
}

form#contactform2 fieldset legend {
	position:relative;
	float:left;
	margin:0px;
}
form#contactform2 fieldset legend span{
	float:left;
	font-size:14px;
	margin:-25px 0px 0px;
	position:absolute;
	top:0px;
	width:500px;
	color:#009900;
/*	font-weight: bold;*/
}
form#contactform2 > fieldset legend span{
	margin:-25px 0px 0px 0px;
}

:first-child+html form#contactform2 fieldset legend span{
	margin:-25px 0px 0px -6px;
}

form#contactform2 fieldset.tworow legend span{
	float:left;
	font-size:14px;
	margin:-40px 0px 0px;
	position:absolute;
	top:0px;
	width:500px;
	color:#009900;
}
form#contactform2 fieldset.threerow legend span{
	float:left;
	font-size:14px;
	margin:-55px 0px 0px;
	position:absolute;
	top:0px;
	width:500px;
	color:#009900;
}

form#contactform2 > fieldset.tworow legend span{
	margin:-40px 0px 0px 0px;
}

form#contactform2 > fieldset.threerow legend span{
	margin:-55px 0px 0px 0px;
}

:first-child+html form#contactform2 fieldset.tworow legend span{
	margin:-40px 0px 0px -6px;
}

:first-child+html form#contactform2 fieldset.threerow legend span{
	margin:-55px 0px 0px -6px;
}

form#contactform2 label {
	width: 160px;
	float:left;
	margin-top:4px;
 /* font-weight: bold;*/
}
form#contactform2 ul {
	margin:0px 0px 0px 0px;
}
form#contactform2 ul li {
	list-style:none;
	list-style-image:none;
	margin:0px 0px 6px 0px;
	clear:both;
	float:left;
	width:100%;
}
* html form#contactform2 li {
	margin:0px 0px 6px 0px;
}
form#contactform2 li input, form#contactform2 li textarea {
	width:240px;
	float:left;
}
form#contactform2 li input.small
{
 width: 55px;
}
form#contactform2 li input.larger
{
 width: 171px;
 margin-left: 10px;
}
form#contactform2 span.texter
{
margin:1px -15px 0px 3px;
float:left;
}

form#contactform2 li select{
	width:244px;
	float:left;
}
/*Ð²Ð°Ð»Ñ&#65533;Ñ&#65533;Ð°*/
form#contactform2 li select.select_curr{
	float:left;
	height:20px;
	margin:0px 0px 0px 4px;
	width:50px;
}
form#contactform2 li > select.select_curr{
	height:18px;
}
:first-child+html form#contactform2 li select.select_curr{
	height:20px;
}
* html form#contactform2 li select.select_curr{
	height:10px;
}

form#contactform2 li input.submit {
	background-color:#FFFFFF;
	border:1px solid #7F9DB9;
	margin:20px 0px;
	width:125px;
}
form#contactform2 label.error, form#contactform2 span.error{
	color:#D62B00;
}
form#contactform2 textarea.error {
	border:1px solid #D62B00;
}

:first-child+html form#contactform2 textarea.error {
	padding:1px;
	border:1px solid #D62B00;
}

form#contactform2 input.error{
	padding:1px;
	border:1px solid #D62B00;
}

/**/
/* End of fithlinediv inner */


/* End of Innter page divs */


form#SearchForm {
	margin:0px 0px 10px 0px;
}

div#search-page ol {
	margin:0px 0px 0px 30px;
}
div#innerbody div.important {
	margin:0px 0px 15px 30px;
}

div#innerbody div.important p {
	margin:0px 0px 10px 0px;
}
div#innerbody div.important p a {
	font-weight:normal;
}

span.contactleft {
	float:left;
	width:80px;
}

div#innerbody h3 {
	margin:0px 0px 10px 0px;
}


/* Divs for Special Offers */
div.iconwidthsp{
	margin-left:70px;
}
div.icondivsp{
	float:left;
	margin-left:-70px;
}

* html div.icondivsp{
	margin:0px;
	position:relative;
	left:-70px;
	margin-right:-70px;
}
div.icondivsp img{
border:#BEBEBE 1px solid;
margin-top:3px;
}

/*tooltip Ð¿Ð¾Ð´Ñ&#65533;ÐºÐ°Ð·ÐºÐ°*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #D6DFE6;
	background-color: #eff3f6;
	padding: 5px;
	/*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; 	font-size:12px; font-weight:normal;}

span.fcom {
	margin: 3px 0px 0px 6px;
	float: left;
}

form#contactform2 li input.back {
	float:left;
	margin-left:40px;
}
form#contactform2 li input.next {
	float:right;
	margin-right:40px;
}
.darkest
{
  background-color:#F0F0F0;
  border:#7F9DB9 1px solid;
  padding:1px;
}
/*added*/
div#consultdiv .first{
  margin-top:11px;
  float:left;
}

div#consultdiv .archive{
  color:#000;
  margin-top:15px;
  font-weight:bold;
}
