

html, body {
    font-family:      Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:        10px;
    text-align:	      left;
    background-color: #FFFFFF;
    background-image: url("/templates/images/default/head/bg-header.png");
    background-repeat: repeat-x;
    color:            #4A526F;
    margin: 0;
    padding: 0;
}

a {
    font-size: 10px;
    color: #4F4A4A;
    text-decoration: none;
    font-weight : normal;
}

a:visited {
    font-size: 10px;
    color: #4F4A4A;
    font-weight : normal;
}

a:hover {
    font-size: 10px;
    color: #F37021;
    text-decoration: underline;
}

a.orange, a.orange:visited {
    font-size: 10px;
    color: #F37021;
}

a.orange:hover {
    font-size: 10px;
    color: #F37021;
    text-decoration: underline;
}

a.title { 
    font-size: 12px !important;
    font-weight : bold;
    text-decoration: none;
    color: #E16F00;
}

a.title:visited {
    font-size: 12px !important;
    font-weight : bold; 
    text-decoration: none;
    color: #E16F00;
}

a.title:hover{
    font-size: 12px;
    font-weight : bold;
    color: #F37021;
    text-decoration: underline;
}

img {
    border: 0px;
}

table td {
    font-size: 10px;
    text-align: left;
}

table td a, table td a:visited {
    font-size: 10px;
    text-decoration: none;
    font-weight : normal;
}

table td a:hover {
    color: #F37021;
    text-decoration:underline;
}

td {
    font-size: 10px;
    text-align: left;
}

div {
    font-size: 10px;
    text-align: left;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sections {
    list-style: square inside;
}

li {
    padding: 0px;
    margin: 0 0 0 0;
}

li.block {
    list-style-image: url(/media/icons/bullet.gif);
}

.button1 {
    width: auto;
    vertical-align: middle;
    font: 10px Verdana !important; 
    padding: 1px 2px !important;
    background: #D4D6DF !important;
    color: #4F4A4A;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #606886 !important;
}

a.seclist, a.seclist:visited {
    font-size : 10px;
    color: #4F4A4A;
    font-weight : bold;
}

a.seclist:hover {
    text-decoration:underline;
}

a.blocklink, a.blocklink:visited {
    font-size : 10px;
}

a.blocklink:hover {
    text-decoration: underline;
}


a.gray, a.gray:visited {
    font-size : 10px;
    color: gray;
}

a.gray:hover {
    text-decoration: underline;
}

div.tableheader {
    background-color: #606886;
    font-size: 12px;
    color: #FFFFFF;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 100%;
}

.offertype {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

table.showoffer {
    font-size: 10px;
    border-left:1px solid #D4D6DF;
    border-right:1px solid #D4D6DF;
    border-top:1px solid #D4D6DF;
    
}

table.showoffer td{
    text-align: left;
    padding-left: 6px;
    border-bottom:1px solid #D4D6DF;
}

table.showoffer td.details{
    border-right:1px solid #D4D6DF;
    padding-left: 6px;
}

table.showoffer td a, table.showoffer td a:visited{
    font-size: 10px;
    font-weight : bolder; 
    text-decoration: none;
}

table.showoffer td a:hover{
    text-decoration: underline;
}

table.showoffer h1 {
    font-size: 14px;
    font-weight : bold; 
    text-decoration: none;
}

table.showoffer h1 a.title{
    font-size: 14px;
    font-weight : bold; 
    text-decoration: underline;
}

table.showoffer h1 a.title:visited{
    font-size: 14px;
    font-weight : bold; 
    text-decoration: none;
}

table.showoffer h1 a.title:hover{
    color: #F37021;
    text-decoration: underline;
}

table.showoffer td.description {
    padding-left: 6px;
    border: 1px dotted #D4D6DF;
    background-color: #E5E9F0;
}

table.showoffer td.description h1{
    color: #E16F00;
    text-decoration: none;
}

table.catlist {
    font-size: 10px;
    border-left:1px solid #D4D6DF;
    border-right:1px solid #D4D6DF;
    border-top:1px solid #D4D6DF;
    width: auto;
}

table.catlist th{
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    font-weight : normal; 
    padding: 3px 3px 3px 3px;
    background-color: #606886;
    border-bottom:1px solid #D4D6DF;
}

table.catlist th.a, table.catlist th.a:visited{
    font-size: 12px;
    font-weight : bolder; 
    text-decoration: none;
}

table.catlist td{
    text-align: left;
    padding: 3px 3px 3px 3px;
    border-bottom:1px solid #D4D6DF;
}

table.catlist td a, table.catlist td a:visited{
    font-size: 10px;
    font-weight : bold; 
    text-decoration: none;
}
table.catlist td a:hover{
    color: #F37021;
    text-decoration: underline;
}

table.content {
    font-size: 10px;
    border:1px solid #D4D6DF;
    width: 100%;
}

table.content th{
    text-align: left;
    font-size: 12px;
    background-color: #606886;
    color: #FFFFFF;
    font-weight : normal; 
    padding: 3px 3px 3px 3px;
    border-bottom:1px solid #D4D6DF;
}

table.content th a, table.content th a:visited{
    font-size: 12px;
    font-weight : bolder; 
    text-decoration: none;
    color: #333333;
}

table.content th a:hover{
    color: #F37021;
    text-decoration: underline;
}

table.content td{
    padding-left: 3px;
    text-align: left;
}

table.content td a, table.content td a:visited{
    font-size: 10px;
    font-weight : bolder; 
    text-decoration: none;
}

table.content td a:hover{
    color: #F37021;
    text-decoration: underline;
}

table.vip {
    margin: 0px;
    padding: 0px;
    font-size : 12px;
    text-align: center;
    border:1px solid #D4D6DF;
    background-color: #E5E9F0;
    width: 340px;
    height: 85px;
}

table.vip td {
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    width: 100%;
    height: 100%;
}

table.vip td a, table.vip td a:visited {
    font-size: 12px;
    font-weight: bold;
    color: #E16F00;
}

table.vip td a:hover {
    color: #F37021;
    text-decoration: underline;
}


.offerrow {
    padding: 5px;
    border-left:1px solid #D4D6DF;
    border-top:1px solid #D4D6DF;
    border-right:1px solid #D4D6DF;
    border-bottom:1px solid #D4D6DF;
}

.offerrow:hover {
    background-color: #E5E9F0;
}

.offerrow .info{
    color: #808080;
}

.offerrow h3 {
    color: #808080;
    clear: left;
}

.offerrow .image{
    float: right;
    color: #808080;
    border: 1px solid #EFF2FF;
}

.info a, .info a:visited {
    text-decoration: underline;
    color: #808080;
}

table.offerslist {
    width: auto;
    font-size: 10px;
    border-left:1px solid #D4D6DF;
    border-top:1px solid #D4D6DF;
}

table.offerslist td.header{
    border-bottom:1px solid #D4D6DF;
    border-right:1px dotted #D4D6DF;
    text-align: center;
    vertical-align: top;
    width: 100px;
    padding: 2px;
}

table.offerslist td.header a {
    font-size: 10px;
    font-weight : bold; 
    text-decoration: none;
}

table.offerslist td.content{
    border-bottom:1px solid #D4D6DF;
    border-right:1px solid #D4D6DF;
    width: 100%;
    text-align: left;
    padding: 4px;
}

table.offerslist td.content a, a:visited{
    font-size: 10px;
    font-weight : bold; 
    text-decoration: none;
}

table.offerslist td.content a:hover{
    text-decoration: underline;
}

table.offerslist td.footer{
    background-color: #E5E9F0;
    text-align: left;
    width: auto;
}

table.offerslist td.footer a, a:visited{
    font-size: 10px;
    font-weight : bold; 
    text-decoration: none;
}

table.offerslist td.footer a:hover{
    text-decoration: underline;
}

table.offerslist td {

}

table.offerslist td.footer a, a:visited{
    font-size: 10px;
    font-weight : normal; 
    text-decoration: none;
}

table.offerslist td a.title {
    font-size: 12px;
    font-weight : bold; 
    text-decoration: none;
    color: #E16F00;
}

table.offerslist td a.title:visited{
    font-size: 12px;
    font-weight : bold; 
    text-decoration: none;
    color: #E16F00;
}

table.offerslist td a.title:hover{
    color: #E16F00;
    text-decoration: underline;
}

table.myofferslist {
    font-size: 10px;
}

table.myofferslist tr{
    height: 24px;
}

table.myofferslist td{
    height: 20px;
    background-color: #E5E9F0;
    padding-left: 4px;
    text-align: center;
    border-bottom:1px solid #D4D6DF;
}

table.myofferslist th{
    height: 28px;
    color: #4F4A4A;
    font-size: 12px;
    background-color: #D4D6DF; 
    border-bottom:1px solid #606886;
    text-align: center;
}

table.myofferslist td a{
    font-size: 10px;
    font-weight : bold; 
    text-decoration: none;
}

table.myofferslist td a:visited{
    font-size: 10px;
    font-weight : bold; 
    text-decoration: none;
}

table.myofferslist td a:hover{
    color: #F37021;
    text-decoration: underline;
}

.inputform {
    width: auto;
    border: solid 1px #D4D6DF;
    background-color: #ECEDF1;
}

.inputform a {
    text-decoration: none;
}

.inputform a:visited {
    text-decoration: none;
}

.inputform a:hover {
    text-decoration: underline;
}

.inputform th{	
    width: 100%;
    height: 24px;
    line-height: 24px;
    background-color: #6F7895;
    color: #FFFFFF;
    font-size: 12px;
    font-weight : normal; 
    padding-left: 6px;
}

.inputform .button {
    width: auto;
    border: 1px solid #D4D6DF;
    vertical-align: middle;
    font: 10px Verdana !important;
    padding: 1px 2px !important;
    background: #D4D6DF !important;
    border-width: 1px !important;
    border-color: #E5E9F0 !important;
}

.inputform input, .inputform file  {
    background-color: #FBFBF9;
    border: 1px solid #D4D6DF;
    padding-top: 2px;
    padding-left: 2px;
    height: 18px;
    font-size: 10px;
    color: #3C3032;
    vertical-align: top;
}

.inputform textarea  {
    background-color: #FBFBF9;
    border: 1px solid #D4D6DF;
}

.inputform select {
    background-color: #FBFBF9;
    border: 1px solid #D4D6DF;
    padding-top: 2px;
    padding-left: 2px;
    height: 18px;
    font-size: 10px;
    color: #3C3032;
    vertical-align: top;
}

.inputbox {
    background-color: #FBFBF9;
    border: 1px solid #D4D6DF;
    padding-top: 2px;
    padding-left: 2px;
    height: 18px;
    width: 109px;
    font-size: 10px;
    color: #4A526F;
    vertical-align: top;
}

#search {
    margin: 0px;
    padding: 0px;
    width: 109px;
    height: 18px;
    float: left;
    vertical-align: top;
}

#search2 {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.date {
    font-size: 10px;
    color: #cccccc;
    padding-left: 4px;
}

a.hqlink,  a.hqlink:visited {
    font-size	: 10px;
    font-weight : normal;
    text-decoration: none;
}

a.hqlink:hover {
    color	: #F37021;
    text-decoration: underline;
    border-bottom: 0px;
}

a.big,  a.big:visited {
    color: #F37021;
    font-size	: 14px;
    font-weight : bold;
    text-decoration: none;
}

a.big:hover {
    color	: #F37021;
    text-decoration: underline;
}


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

table.lastlist {
    border-left: 1px solid #D4D6DF;
    border-right: 1px solid #D4D6DF;
    font-size: 11px;
    width: 100%;
}

table.lastlist tr{
    height: 24px;
}

table.lastlist tr.row1{
    height: 24px;
    background-color: #E5E9F0;
}

table.lastlist td{
    vertical-align: middle;
    text-align: left;
    padding:2px;
    padding-left: 6px;
    border-bottom: 1px solid #D4D6DF;
}

table.lastlist td a, table.lastlist a:visited{
    font-size: 10px;
    text-decoration: none;
}

table.lastlist td a:hover{
    text-decoration: underline;
    color: #F37021;
}

table.lastlist td a.title, table.lastlist td a.title:visited{
    font-size: 10px;
    font-weight: normal; 
    text-decoration: none;
    color: #E16F00;
}

table.lastlist td a.title:hover{
    font-weight: normal; 
    color: #F37021;
    text-decoration: underline;
}

table.list {
    border-left: 1px solid #D4D6DF;
    border-right: 1px solid #D4D6DF;
    border-bottom: 1px solid #D4D6DF;
}

table.list tr{
}

table.list tr.row1{
    background-color: #E5E9F0;
}


table.list td{
    vertical-align: middle;
    text-align: left;
    padding-left: 6px;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-right: 2px;
}

table.list a, table.list a:visited{
}

table.viplist {
    border-left: 1px solid #D4D6DF;
    border-bottom: 1px solid #D4D6DF;
    border-right:1px solid #D4D6DF;
    font-size: 11px;
    width: 100%;
}

table.viplist td{
    padding: 4px;
}

table.viplist td a{
    font-weight : bold;
    font-size: 10px;
    text-decoration: none;
}

table.viplist td a:visited{
    font-weight : bold;
    font-size: 10px;
    text-decoration: none;
}

table.viplist td a:hover{
    font-size: 10px;
    font-weight : bold;
    color: #F37021;
    text-decoration: underline;
}

table.viplist td a.title, table.viplist td a.title:visited{
    font-size: 12px;
    font-weight : bold; 
    text-decoration: none;
    color: #E16F00;
}

table.viplist td a.title:hover{
    font-weight : bold; 
    color: #F37021;
    text-decoration: underline;
}

table.viplist tr{
    height: 48px;
}

.spacer {
    height: 4px;
    font-size: 1px;
    line-height: 4px;
}

.__b2_nav_on {
    float: left;
    height: 23px;
    line-height: 23px;
    width: auto;
    color: #000000;
    text-decoration:none; 
    white-space: nowrap;
    font-size: 10px; 
    text-align: center;
    background-color:#FFFFFF;
    border-top: 1px solid #D6D3D2;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
    margin: 0px;
}

.__b2_nav_off {
    float: left;
    height: 23px;
    line-height: 23px;
    width: auto;
    color: #000000;
    text-decoration:none; 
    white-space: nowrap;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #D6D3D2;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
    background-image: url("/templates/images/default/buttons/bgtab.png"); 
    background-position: top left;
    background-repeat: repeat-x;
}

.b2_nav_on {
    float: left;
    height: 23px;
    line-height: 23px;
    width: auto;
    color: #000000;
    text-decoration:none; 
    white-space: nowrap;
    font-size: 10px; 
    text-align: center;
    background-color:#EDEEF2;
    border: 1px solid #D6D3D2;
    border-bottom: red;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: middle;
    margin: 0px;
}

.b2_nav_off {
    float: left;
    height: 23px;
    line-height: 23px;
    width: auto;
    color: #000000;
    text-decoration:none; 
    white-space: nowrap;
    font-size: 10px;
    text-align: center;
    border: 1px solid #D6D3D2;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px;
    background-color: #94A7C7;
}

.b2_nav_off a:link {color:#FFFFFF;font-size: 10px; font-weight: normal; text-decoration:none;}
.b2_nav_off a:visited {color:#FFFFFF;font-size: 10px; font-weight: normal; text-decoration:none;}
.b2_nav_off a:hover {color:#FFFFFF;font-size: 10px; font-weight: normal; text-decoration:underline;}

.title_bg {
    height: 23px;
    overflow: hidden;
    font-size: 12px; 
    background-image: url(/templates/images/default/ttl_bg.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.title_bg div {
    height: 23px;
    background-image: url(/templates/images/default/ttl_bg1.gif);
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 12px; 
    padding-left: 15px;
    margin: 0px;
}

.title_bg div h3 {
    float: left;
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
    margin: 0;
}

.title_bg div h3 a.link, .title_bg div h3 a.link:visited{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.title_bg div h3 a.link:hover{
    font-size: 12px;
    color: #F37021;
}


.title_bg_lblue {
    height: 23px;
    overflow: hidden;
    font-size: 12px; 
    background-image: url(/templates/images/default/ttl_bg_blue.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.title_bg_lblue div {
    height: 23px;
    background-image: url(/templates/images/default/ttl_bg1.gif);
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 12px; 
    padding-left: 15px;
    margin: 0px;
}

.title_bg_lblue div h3 {
    float: left;
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
    margin: 0;
}

.title_bg_green {
    height: 23px;
    overflow: hidden;
    font-size: 12px; 
    background-image: url(/templates/images/default/ttl_bg_green.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.title_bg_green div {
    height: 23px;
    background-image: url(/templates/images/default/ttl_bg1.gif);
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 12px; 
    padding-left: 15px;
    margin: 0px;
}

.title_bg_green div h3 {
    float: left;
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
    margin: 0;

}


.title_bg_brown {
    height: 23px;
    overflow: hidden;
    font-size: 12px; 
    background-image: url(/templates/images/default/ttl_bg_lainqno.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.title_bg_brown div {
    height: 23px;
    background-image: url(/templates/images/default/ttl_bg1.gif);
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 12px; 
    padding-left: 15px;
    margin: 0px;
}

.title_bg_brown div h3 {
    float: left;
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
    margin: 0;
}


.title_bg_electric {
    height: 23px;
    overflow: hidden;
    font-size: 12px; 
    background-image: url(/templates/images/default/ttl_bg_electricgreen.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.title_bg_electric div {
    height: 23px;
    background-image: url(/templates/images/default/ttl_bg1.gif);
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 12px; 
    padding-left: 15px;
    margin: 0px;
}

.title_bg_electric div h3 {
    float: left;
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0;
    margin: 0;
}


#container {
    
}

#header {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    width: 960px;
}

#head_leftbg {
    float: left;
    width: 252px;
    height: 159px;
    margin: 0 auto;
    padding: 0px;
    background-image: url(/templates/images/default/head/head_01_bg.png);
}

#head_leftbg a span {
    display: none;
}
 
#logo {
    float: right;
    display: block;
    width: 220px;
    height: 62px;
}

#imani {
    float: right;
    display: block;
    width: 173px;
    height: 63px;
}


#head_leftru {
    float: left;
    width: 252px;
    height: 159px;
    margin: 0 auto;
    padding: 0px;
    background-image: url(/templates/images/default/head/head_01_ru.jpg);
}

#head_center {
    float: left;
    width: 535px;
    height: 159px;
    margin: 0 auto;
    padding: 0px;
}

#head_center_top {
    width: 535px;
    height: 117px;
    margin: 0 auto;
    padding: 0px;
    background-image: url(/templates/images/default/head/head_02.png);
}

#head_center_top_links {
    width: 535px;
    height: 45px;
    margin: 0 auto;
    padding: 0px;
    color: #ABABAB;
}

#head_center_top_links a, #head_center_top_links a:visited{
    font-size: 12px;
    font-weight: bold;
    color: #58607F;
}

#head_center_top_links a:hover{
    text-decoration: underline;
}

#head_center_top_nav {
    width: 535px;
    height: 72px;
    margin: 0 auto;
    padding: 0px;
}

#navigation {
    width: 533px;
    height: 36px;
    margin: 0 auto;
    padding: 0px;
    
}

#navigation ul li {
    float: left;
    margin-left: 1px;
}

#navigation ul li a {
    display: block;
    width: 94px;
    height: 36px;
    background-position: top center !important;
}

#navigation ul li a:visited {
    display: block;
    width: 94px;
    height: 36px;
}

#navigation ul li a:hover {
    background-position: bottom center !important;
}

#navigation ul li a.active {
    background-position: bottom center !important;
}

#navigation ul li a span {
    display: none;
}

a.nav_sublink, a.nav_sublink:visited{
    display:blocks;
    float: left;
    height: 14px;
    link-height: 14px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 2px;
    text-decoration: none;
}

a.nav_sublink:hover{
    color: #FFC36B;
    text-decoration: none;
}




#btn_homebg {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-nachalo.gif");
}

#btn_homeru {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-nachalo_ru.gif");
}

#btn_offersbg {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-obiavi.gif");
}

#btn_offersru {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-obiavi_ru.gif");
}

#btn_faqbg {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-faq.gif");
}

#btn_faqru {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-faq_ru.gif");
}

#btn_firmsbg {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-firms.gif");
}

#btn_firmsru {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-firms_ru.gif");
}

#btn_contactsbg {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-contact.gif");
}

#btn_contactsru {
    width: 94px;
    height: 36px;
    background: url("/templates/images/default/buttons/b-contact_ru.gif");
}

#head_center_bottom {
    width: 535px;
    height: 42px;
    margin: 0 auto;
    line-height: 42px;
    text-align: left;
    background-image: url(/templates/images/default/head/head_05.png);
}

#head_right {
    float: left; 
    width: 173px;
    height: 159px;
    margin: 0 auto;
    padding: 0px;
}

#head_right_top {
    width: 173px;
    height: 63px;
    margin: 0 auto;
    padding: 0px;
    background-image: url(/templates/images/default/head/head_03_1.png);
}

#head_right_middle {
    width: 173px;
    height: 54px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    background-image: url(/templates/images/default/head/head_04.png);
}

#head_right_middle a, #head_right_middle a:visited {
    color: #FFFFFF;
}

#head_right_middle a:hover, #head_right_middle a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

#head_right_bottom {
    width: 173px;
    height: 42px;
    margin: 0 auto;
    padding: 0px;
    line-height: 42px;
    text-align: left;
    background-image: url(/templates/images/default/head/head_06.png);
}

#footer {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    background-image: url(/templates/images/default/f-bg.jpg);
}

#footer a { color: #EEEEEE; text-decoration: none; } 

#footer a:hover { color: #202640; text-decoration: underline; }

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

#content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#content-left-sep {
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 42px;
    height: 600px;
}

/*IE 6 hack*/
* html #content-left-sep {
    width: 42px;
}

#content-left-column {
    position: relative;
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 200px;
}

#content-sep-column {
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 10px;
}

#content-center-column {
    margin: 0 auto;
    padding: 0px;
    float: right;
    width: 707px;
}

#sectionmenu {
    width: 198px;
    background: #ECEDF1; 
    border: 1px solid #D4D6DF; 
    border-top: 0px; 
    text-align: left;
}

#sectionmenu a,  #sectionmenu a:visited {
    display: block;
    color: #606886;
    margin-bottom: 2px;
    padding: 2px 2px 2px 10px;
    font-size : 12px;
    text-decoration: none;
}

#sectionmenu a:hover {
    font-size : 12px;
    color: #EEEEEE;
    margin-bottom: 2px;
    padding: 2px 2px 2px 10px;
    background-color: #94A7C7;
    text-decoration: none;
}

#sectionmenu .selected {
    font-weight: bold;
    color: #E16F00 !important;
}

#sectionmenu a.catlink, #sectionmenu a.catlink:visited {
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 2px 2px 30px;
    font-size : 12px;
    text-decoration: none;
}

#sectionmenu a.catlink:hover {
    font-size : 12px;
    color: #EEEEEE;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 2px 2px 30px;
    background-color: #94A7C7;
    text-decoration: none;
}


#mainmenu {
    width: 198px; 
    background: #ECEDF1; 
    border: 1px solid #D4D6DF; 
    border-top:0px; 
    text-align: left;
}



.menuitemholder {
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #D4D6DF; 
}

a.menuitem, a.menuitem:visited {
    color: #606886;
    text-decoration: none;
}

a.menuitem:hover {
    text-decoration: underline;
}

#nav_sections {
}

#home_search_offers {
     border: 1px solid #D6D3D2; 
     border-top: 1px solid #EDEEF2; 
     background-color: #EDEEF2; 
     padding: 6px;
     text-align: left;
     width: 692px;
}

/*IE 6 hack*/
* html #home_search_offers {
    height: 20px;
}

#home_search_firms {
     border: 1px solid #D6D3D2; 
     border-top: 1px solid #EDEEF2; 
     background-color: #EDEEF2; 
     padding: 6px;
     text-align: left;
     width: 692px;
}

/*IE 6 hack*/
* html #home_search_firms {
    height: 20px;
}


#home_down_box1 {
    width: 360px; 
    float: left;
    padding: 0px;
}

.home-block-offers {
    width: 100%; 
    border: 1px solid #D4D6DF; 
    background-color: #FFFFFF;
}

.home-block-offers .box_pic{
    float: left;
    padding: 4px; 
    width: 105px;
} 

.home-block-offers .box_nav{
    float: left;
    padding: 4px;
}

.home-block-offers .box_title{
    height: 20px; 
    color: #6699cc; 
    font-size: 12px; 
    font-weight: bold; 
    border-bottom: 1px solid #D4D6DF;
}

.home-block-offers .box_links{
    padding-left: 10px;
}

.home-block-vip {
    width: 338px;
    border-bottom: 1px solid #D4D6DF;
}

.home-block-vip .box_pic{
    float: left;
    width: 66px;
    padding: 2px;
}

.home-block-vip .box_content{
    float: left;
    width: 260px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

#home_down_box2 {
    width: 336px;
    float: left;
    margin-left: 4px;
    padding: 0px;
}

#home_pres {
     border: 1px solid #D6D3D2; 
     background-color: #F2EDEE; 
     height: 190px; 
     padding: 6px;
     text-align: left;
}

#showoffer {
    float: left; 
    width: 503px;
}

#offer{
    border: 1px solid #D4D6DF;
    padding: 5px;
}

#offer h1{
    font-size: 18px;
}

#showofferright {
    float: right;
    width: 200px;
    margin-left: 4px;
}

.offsel {
    font-size: 12px;
    border: 1px solid #D4D6DF;
    background-color: #FBFBF9;
}

.summary {
    font-size: 10px;
    color: gray;
}

.pathway {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    margin-bottom: 4px;
    border: 1px solid #D4D6DF;
    background-color: #E4EBE0;
    text-align: left;
    font-size: 10px;
    font-weight : bold;
}

.pathway h1 {
    display: inline;
    font-size: 10px;
    font-weight : bold;
}

.pathway a, .pathway a:visited {
    color: #E16F00;
    font-size	: 10px;
    font-weight : bold;
    line-height	: 18px;
}

.pathway a:hover {
    color	: #F37021;
    text-decoration: underline;
}

.textbox {
    border: 1px solid #D4D6DF;
    background-color: #E1E5EC;
    padding: 4px;
    color: #4A526F;
    width: auto;
}

div.messagebox {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 1px solid #D4D6DF;
    background-color: #EBE1E0;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size : 11px;
}

div.messagebox h1 {
    margin: 0px;
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #606886;
    text-align: center;
    font-size: 12px;
}

div.messagebox span {
    width: 50px;
    height: 50px;
    float: left;
}

div.messagebox p {
    float: left;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
}

div.messagebox p a:hover {
    color: #ff9900;   
}

div.errorbox {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 1px solid #D4D6DF;
    background-color: #EBE1E0;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size : 11px;
}

div.errorbox h1 {
    margin: 0px;
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #606886;
    text-align: center;
    font-size: 12px;
}

div.errorbox span {
    width: 50px;
    height: 50px;
    float: left;
}

div.errorbox p {
    float: left;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
}

div.errorbox p a:hover {
    color: #ff9900;   
}

.pager {
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    padding-left: 6px;
    border: 1px solid #D4D6DF;
    background-color: #E4EBE0;
    text-decoration: none;
}

.pager a, .pager a:visited, .pager a:hover {
    font-size: 12px;
    text-decoration:underline;  
}

div.autocomplete {
    position:absolute;
    width:300px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}

div.autocomplete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

div.autocomplete ul li.selected { 
    background-color: #EDEEF2;
}

div.autocomplete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    height:14px;
    cursor:pointer;
}

.informal {
    color: gray;
    width: 100%;
    text-align: right;
}
