
body{
    font-family: Verdana;
    background: url(../img/body-bg.png);
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.left_side_menu{
    float: left;
}
li{
    line-height: 130%;
}
label{
    float: left;
    margin: 0;
}
label span{
    color: #fd0000;
}
label span.help{
    color: #7c8a94;
    font-size: 11px;
    position: relative;
    top: -5px;
}
.header-wrapper{
    height: 200px;
    background: url(../img/header-bg.png);
    box-shadow: 0 0 26px rgba(0,0,0,0.5);
}
.header-inner{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
	
}
.nav-menu-inner{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 0 0;
}
.content-inner{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.footer-inner{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.lang_select{
    text-align: right;
    padding: 25px 0 15px 0;
}
.lang_select a{
    color: #2b2b2b;
}
.lang_select a img{
    position: relative;
    padding: 0 7px 0 15px;
    top: -1px;
}
.auth_block{
    text-align: right;
    padding: 0 0 20px 0;
}
.auth_block a{
    color: #949494;
    /*text-transform: uppercase;*/
    font-size: 12px;
}
.header-logo{
    float: left;
    height: 65px;
    width: 258px;
    background: url(../img/logo.png);
}
.header-adv{
    float: right;
    height: 90px;
    width: 728px;
}

}
.nav-menu-inner a{
    color: #6b6c6d;
}
.nav-menu-inner a:hover{
    color: #00618f;
    text-decoration: none;
}
.content-body{
    float: left;
    width: 720px;
    padding: 10px 10px 10px 5px;
}
.sidebar{
    float: right;
    width: 255px;
    padding: 10px 0 10px 10px;
}
.home-promo{
    height: 182px;
    width: 720px;
    background: url(../img/slider.jpg);
    margin: 10px 0;
}
.lang-ee .home-promo{
    background: url(../img/ee/slider.jpg);
}
.home-mainbox, .big-box{
    height: 707px;
    width: 717px;
    margin: 0 auto;
    background: #F7F9FA; /* Для старых браузров */
    background: -moz-linear-gradient(top, #ffffff, #E3E9EB); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#ffffff), color-stop(100%,#E3E9EB));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #ffffff, #E3E9EB);
    background: -o-linear-gradient(top, #ffffff, #E3E9EB); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff, #E3E9EB); /* IE10 */
    background: linear-gradient(top, #ffffff, #E3E9EB); /* CSS3 */ 
}
.home-mainbox-foot, .big-box-foot{
    height: 24px;
    width: 717px;
    margin: 0 auto;
    background: url(../img/mainbox-foot.png);
}
.mainbox-step{
    height: 197px;
    background: url(../img/choise.jpg) no-repeat center;
}
.lang-ee .mainbox-step{
    background: url(../img/ee/choise.jpg) no-repeat center;
}
.mainbox-search{
    height: 44px;
    background: url(../img/search-bg.jpg) no-repeat center;
}
.mainbox-search input[type=text]{
    display: inline-block;
    border: 1px solid #E1A400;
    width: 540px;
    margin: 0 0 10px 25px;
}
.search-button{
    height: 30px;
    width: 113px;
    background: url(../img/search-btn.jpg) no-repeat center;
    display: inline-block;
    position: relative;
    top: 6px;
    cursor: pointer;
}
.lang-ee .search-button{
    background: url(../img/ee/search-btn.jpg) no-repeat center;
}
.catalog-box{
    height: 123px;
    width: 206px;
    border: 1px solid #4587A7;
    border-radius: 3px;
    background: #ffffff;
    float: left;
    margin: 15px;
}
.catalog-box-img{
    height: 94px;
}
.catalog-box-1 .catalog-box-img{background: url(../img/cat12.jpg) no-repeat center bottom;}
.catalog-box-2 .catalog-box-img{background: url(../img/cat13.jpg) no-repeat center bottom;}
.catalog-box-3 .catalog-box-img{background: url(../img/cat14.jpg) no-repeat center bottom;}
.catalog-box-4 .catalog-box-img{background: url(../img/cat15.jpg) no-repeat center bottom;}
.catalog-box-5 .catalog-box-img{background: url(../img/cat16.jpg) no-repeat center bottom;}
.catalog-box-6 .catalog-box-img{background: url(../img/cat17.jpg) no-repeat center bottom;}
.catalog-box-7 .catalog-box-img{background: url(../img/cat18.jpg) no-repeat center bottom;}
.catalog-box-8 .catalog-box-img{background: url(../img/cat19.jpg) no-repeat center bottom;}
.catalog-box-9 .catalog-box-img{background: url(../img/cat20.jpg) no-repeat center bottom;}

.catalog-box-text{
    height: 28px;
    background: #FAFAFA;
    color: #06618d;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
}
.catalog-box-hover{
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.5;
    display: none;
}
.catalog-box:hover .catalog-box-hover{
    display: block;
}

.home-last-requests{
    
    /*height: 707px;*/
    padding: 20px;
    width: 677px;
    margin: 0 auto;
    background: #F7F9FA; /* Для старых браузров */
    background: -moz-linear-gradient(top, #ffffff, #E3E9EB); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#ffffff), color-stop(100%,#E3E9EB));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #ffffff, #E3E9EB);
    background: -o-linear-gradient(top, #ffffff, #E3E9EB); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff, #E3E9EB); /* IE10 */
    background: linear-gradient(top, #ffffff, #E3E9EB); /* CSS3 */ 
}
.home-last-requests h2{
    color: #4a4a4a;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}
.home-last-requests ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.home-last-requests ul li{
    margin: 15px 0;
}
.home-last-requests ul li a{
    color: #015a85;
    font-size: 10px;
}
.home-last-requests ul li p{
    font-size: 10px;
    font-weight: bold;
}
.add_company img,.add_special img,.add_request img{
    margin: 10px 0 15px 0;
}
.add_request img{
    margin-bottom: 34px;
}
.sidebar-box{
    padding: 7px;
    width: 250px;
    margin: 0 auto;
    background: #F7F9FA; /* Для старых браузров */
    background: -moz-linear-gradient(top, #ffffff, #E3E9EB); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#ffffff), color-stop(100%,#E3E9EB));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #ffffff, #E3E9EB);
    background: -o-linear-gradient(top, #ffffff, #E3E9EB); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff, #E3E9EB); /* IE10 */
    background: linear-gradient(top, #ffffff, #E3E9EB); /* CSS3 */ 
}
.sidebar-box h3{
    color: #06618d;
    font-size: 11px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 20px;
}
.sidebar-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 9px;
}
.sidebar-box ul li{
    background: url(../img/list.png) no-repeat 0px -2px;
    padding: 0 0 10px 14px;
}
.sidebox-foot{
    background: url(../img/sidebox-foot.png) no-repeat;
    height: 29px;
}
.sidebar .ad_place{
    padding: 5px 0;
}
.sidebar .ad_place4{
    padding-top: 4px;
}

.footer-hline{
    border-bottom: 1px solid #D6D4D4;
}
.footer-copyright{
    float: left;
}
.footer-copyright h4{
    font-size: 21px;
    color: #353535;
    font-weight: normal;
    margin: 30px 0 5px 0;
}
.footer-copyright p{
    font-size: 9px;
    color: #979595;
}
.footer-copyright p span{
    font-size: 15px;
    position: relative;
    top: 1px;
}

.footer-social{
    color: #4a4a4a;
    font-size: 9px;
    text-align: center;
    padding: 50px 0 10px 0;
}
.footer-social img{
    position: relative;
    top: -9px;
    margin: 5px;
}

.big-box.sendform-head{
    height: 257px;
    margin: 10px auto 0;
}
.select-box{
    width: 350px;
    
    height: 22px;
    overflow: hidden;
    background: url(../img/select.png) no-repeat right #fff;
    border: 1px solid #2BA2CD;
    border-right: none;
    border-radius: 2px;
    /*display: inline-block;*/
    margin-bottom: 20px;
}
.select-box select {
    background: transparent;
    width: 350px;
    padding: 0px;
    /*font-size: 16px;*/
    color: #7c8a94;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 24px;
    -webkit-appearance: none;
    overflow: hidden;
    width: 125%;
}
.select-box select[disabled]{
    opacity: 0.3;
}
.requestform{
    padding-top: 30px;
}
.requestform label.head{
    width:100%;
    margin-bottom: 5px;
    position: inherit;
}
.requestform label{
    width: 260px;
    padding-left: 60px;
    position: relative;
    top: 2px;
    color: #7c8a94;
    font-size: 14px;
}
.requestform label.twoline{
    font-size: 13px;
    line-height: 13px;
}
.company_count{
    width: 317px;
    height: 23px;
    background: url(../img/company_count.png);
    color: #C74500;
    padding: 7px;
    text-shadow: 1px 1px 5px #fdfdfd;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 12px;
}
.requestform label[for=comment]{
    margin-bottom: 10px;
}
.requestform textarea#comment{
    width: 600px;
    height: 160px;
    border: 1px solid #2BA2CD;
    border-radius: 2px;
    margin-left: 60px;
    margin-bottom: 20px;
}
.requestform .error, .requestform .error.captcha_container .captcha_field{
    border: 1px solid #FF0000 !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(255, 0, 0, 0.6) !important;
}
.requestform .error.captcha_container{
    border: none !important;
    box-shadow: none !important;
}
.requestform input[type=text],.requestform input[type=password]{
    width: 341px;
    height: 15px;
    border: 1px solid #2BA2CD;
    border-radius: 2px;
    margin-bottom: 20px;
}
.requestform input[type=file]{
    width: 341px;
    margin-bottom: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.requestform input[type=checkbox]{
    float: left;
    margin: 5px 0 0 60px;
}
.requestform .error-message{
    display: none;
}
.big-box.flex {
    height: auto;
    padding: 15px;
    width: 687px;
    margin-top: 10px;
}
.big-box.sendform {
    padding-left: 0;
    width: 702px;
}
.nopadding{
    padding: 0 !important;
}
.clear{
    clear: both;
}
label.checkbox{
    padding: 0 5px;
    width: 460px;
}

.requestform input[type=submit]{
    background: url(../img/submit-btn.png) no-repeat;
    width: 156px;
    height: 31px;
    border: 0;
    margin: 40px auto 0px;
    display: block;
    color: #025983;
    text-shadow: 1px 1px 5px #fdfdfd;
    text-align: center;
}
.ui-datepicker-trigger{
    position: relative;
    top: -10px;
    left: 3px;
}
.company-register-form input[type=submit]{
    margin-bottom: 40px;
}
.big-box h2{
    font-size: 16px;
    text-align: center;
    display: block;
}
.big-box h3{
    font-size: 16px;
    line-height: 15px;
}

.box-inner{
    margin: 15px;
}
.box-social{
    text-align: center;
}

.search h2{
    color: #4a4a4a;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}
.search ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.search ul li{
    margin: 15px 0;
}
.search ul li a{
    color: #015a85;
    font-size: 10px;
}
.search ul li p{
    font-size: 10px;
    font-weight: bold;
}
#search-form{
    position: relative;
}
.livebox{
    position: absolute;
    width: 550px;
    top: 34px;
    left: 0px;
    z-index: 999;
    display: none;
}
.livebox li{
    border: solid 1px #E1A400;
    border-bottom: none;
    background: #fff;
    padding: 4px;
    list-style: none;
}
.livebox li:last-child{
    border-bottom: solid 1px #E1A400;
    border-radius: 0 0 3px 3px;
}
.category_add{
    position: relative;
}
.category_add #search{
    width: 654px;
    margin: 0 0 15px 0;
    border: 1px solid #2BA2CD;
    border-radius: 2px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.category_add .livebox{
    width: 656px;
    top: 23px;
    left: -25px;
}
.category_add .livebox li{
    border: 1px solid #2BA2CD;
    border-bottom: none;
}
.category_add .livebox li:last-child{
    border-bottom: 1px solid #2BA2CD;
    border-radius: 0 0 2px 2px;
}

.big-box.flex.profile-activities{
    margin-top: 0 !important;
    border: 1px #BEC0B9 solid;
    border-top: 0;
    width: 690px;
}
.big-box.flex.profile-activities .ui-widget-content{
    background: none;
    border: 0;
}
#update_activities_form{
    position: relative;
    margin-bottom: 50px;
}
#update_activities_form .save-btn-container{
    text-align: center;
    position: absolute;
    bottom: -50px;
    width: 100%;
}

#update_activities_form.loading{
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100px;
}
.big-box.flex.profile-activities .save-btn{
    background: url(../img/save-btn.png) no-repeat center;
    height: 36px;
    width: 161px;
    margin: 0 auto;
    text-shadow: 1px 1px 5px #fdfdfd;
    text-align: center;
    padding-top: 0px;
    border: 0;
    font-size: 12px;
    color: #036b92;
    cursor: pointer;
}
.usertab{
    height: 35px;
    width: 722px;
}
.usertab.activities{
    background: url(../img/tab2.png) no-repeat center;
}
.usertab.profile{
    background: url(../img/tab1.png) no-repeat center;
}
.usertab.requests{
    background: url(../img/tab3.png) no-repeat center;
}
.usertab a{
    display: block;
    float: left;
    width: 240px;
    height: 25px;
    text-shadow: 1px 1px 5px #fdfdfd;
    text-align: center;
    padding-top: 3px;
    font-size: 12px;
}
.usertab a.usertab-profile{
    color: #00728e;
}
.usertab a.usertab-activities{
    color: #3d6800;
}
.usertab a.usertab-requests{
    color: #fa6e07;
}
.big-box.flex.profile-activities.profile{
    padding-left: 0;
    width: 705px;
}

table{
    color: #5D5D5D;
    border-bottom: 1px solid #7C7979;
    font-size: 12px;
}
thead td{
    border: 1px solid #7C7979;
    background: #EFEFEF;
    
}
tbody .trow{
    background: #ffffff;
}
tbody .trow_alt{
    background: #D3F3FB;
}
td{
    text-align: center;
    padding: 5px;
}
tbody td{
    border-right: 1px solid #7C7979;
}
tbody td:first-child{
    border-left: 1px solid #7C7979;
}
.request-table, .responce-table{
    width: 690px;
}

.company-admin label, .user-admin label{
    float: none;
}

.ajax-loader{
    background: url(../img/ajax-loader.gif) center no-repeat;
}
.ajax-loader.company-admin{
    position: absolute;
    top: 50px;
    width: 300px;
    height: 100px;
    display: none;
}
.loginform form {
    width: 400px;
    margin: 0 auto;
}
.loginform .requestform label{
    width: 150px;
}
.loginform .requestform input[type=text], .loginform .requestform input[type=password]{
    width: 141px;
}

.captcha_field{
    width: 100px !important;
}
.category-sendform label.category-label{width: 170px;}
.category-sendform .select-box{
    width: 440px;
}