call_us.icon{
    display: inline-block;
    vertical-align: middle;
}

i.icon.plus{
    width: 28px;
    height: 28px;
    background: url('/img/design/widget_price_plus.png') no-repeat;
    margin-right: 10px;
}


#tree_text > .top h1{
    max-width: none;
    float: none;
}

#alert_tooltip,
#wait_tooltip{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background-color: #eaf9ff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    width: 256px;
    height: 53px;
    margin-left: -123px;
    margin-top: -73px;

    border: 1px solid #aed3e3;

}

#alert_tooltip .wrap,
#wait_tooltip .wrap{
    padding: 10px;
}


/* Required for Down Triangle */
#alert_tooltip:before, #alert_tooltip:after ,
#wait_tooltip:before, #wait_tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
}

/* Stroke */
#alert_tooltip:before ,
#wait_tooltip:before {
    bottom: -10px;
    left: 50%;

    /* If 1px darken stroke slightly */
    border-top-color: #aed3e3;
    border-width: 10px;
    margin-left: -5px;
}

/* Fill */
#alert_tooltip:after ,
#wait_tooltip:after {
    bottom: -9px;
    left: 50%;
    border-top-color: #eaf9ff;
    border-width: 9px;
    margin-left: -4px;
}


/* dashed_underline */

.dashed_underline {
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#f2f2f2), color-stop(0.6, #f2f2f2), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #f2f2f2, #f2f2f2 60%, transparent 60%);
    background: -moz-linear-gradient(left, #f2f2f2, #f2f2f2 60%, transparent 60%);
    background: -ms-linear-gradient(left, #f2f2f2, #f2f2f2 60%, transparent 60%);
    background: -o-linear-gradient(left, #f2f2f2, #f2f2f2 60%, transparent 60%);
    background: linear-gradient(left, #f2f2f2, #f2f2f2 60%, transparent 60%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 5px 1px;
    text-decoration: none;
}
.dashed_underline_black {
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#000000), color-stop(0.6, #000000), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #000000, #000000 60%, transparent 60%);
    background: -moz-linear-gradient(left, #000000, #000000 60%, transparent 60%);
    background: -ms-linear-gradient(left, #000000, #000000 60%, transparent 60%);
    background: -o-linear-gradient(left, #000000, #000000 60%, transparent 60%);
    background: linear-gradient(left, #000000, #000000 60%, transparent 60%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 5px 1px;
    text-decoration: none;
}
.dashed_underline_blue {
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#1a9bc0), color-stop(0.6, #1a9bc0), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background: -moz-linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background: -ms-linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background: -o-linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background: linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 5px 1px;
    text-decoration: none;
}

.dashed_underline_red {
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#e31217), color-stop(0.6, #e31217), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #e31217, #e31217 60%, transparent 60%);
    background: -moz-linear-gradient(left, #e31217, #e31217 60%, transparent 60%);
    background: -ms-linear-gradient(left, #e31217, #e31217 60%, transparent 60%);
    background: -o-linear-gradient(left, #e31217, #e31217 60%, transparent 60%);
    background: linear-gradient(left, #e31217, #e31217 60%, transparent 60%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 5px 1px;
    text-decoration: none;
}

.dashed_underline_blue:hover,.dashed_underline_black:hover,.dashed_underline:hover, .dashed_underline_red:hover {
	background: none;
}


/* OE dashed_underline */

.blue-button {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 15px;

    display: inline-block;
    position: relative;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    background: #188fb1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1a9abf), to(#167f9d));
    background: -webkit-linear-gradient(#1a9abf, #167f9d);
    background: -moz-linear-gradient(#1a9abf, #167f9d);
    background: -ms-linear-gradient(#1a9abf, #167f9d);
    background: -o-linear-gradient(#1a9abf, #167f9d);
    background: linear-gradient(#1a9abf, #167f9d);
    -pie-background: linear-gradient(#1a9abf, #167f9d);

    cursor: pointer;
    padding: 7px 15px;

    behavior: url("/inc/PIE.htc");
}
.blue-button.homepagebanner {
    font-size: 42px;
    padding: 14px 14px;
    text-align: center;
	/*splay: none;*/
}
.blue-button  input{
    border: none;
    background: none;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.blue-button .top-border {
    position: absolute;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-top: 1px solid #64b9d0;
    top: 1px;
    left: 0;
    height: 20px;
    width: 100%;
    behavior: url("/inc/PIE.htc");
}

.blue-button.inactive {
	background: #a8a8a8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a8a8a8), to(#c8caca));
	background: -webkit-linear-gradient(#a8a8a8, #c8caca);
	background: -moz-linear-gradient(#a8a8a8, #c8caca);
	background: -ms-linear-gradient(#a8a8a8, #c8caca);
	background: -o-linear-gradient(#a8a8a8, #c8caca);
	background: linear-gradient(#a8a8a8, #c8caca);
	-pie-background: linear-gradient(#a8a8a8, #c8caca);
}
.blue-button.inactive .top-border {
	border-top: 1px solid #dddede;
}

.blue-button:hover {
    background: #2ea4c6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#34b0d4), to(#2491b1));
    background: -webkit-linear-gradient(#34b0d4, #2491b1);
    background: -moz-linear-gradient(#34b0d4, #2491b1);
    background: -ms-linear-gradient(#34b0d4, #2491b1);
    background: -o-linear-gradient(#34b0d4, #2491b1);
    background: linear-gradient(#34b0d4, #2491b1);
    -pie-background: linear-gradient(#34b0d4, #2491b1);
}

.blue-button:hover .top-border{
    border-top: 1px solid #83cfe4;
}

.blue-button.inactive:hover {
	background: #a8a8a8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a8a8a8), to(#c8caca));
	background: -webkit-linear-gradient(#a8a8a8, #c8caca);
	background: -moz-linear-gradient(#a8a8a8, #c8caca);
	background: -ms-linear-gradient(#a8a8a8, #c8caca);
	background: -o-linear-gradient(#a8a8a8, #c8caca);
	background: linear-gradient(#a8a8a8, #c8caca);
	-pie-background: linear-gradient(#a8a8a8, #c8caca);
}
.blue-button.inactive:hover .top-border{
	border-top: 1px solid #dddede;
}

.b_submit {
    cursor: pointer;
}
.b_submit div.top-border {
    height: 20px;
}

.rounded_input {
    position: relative;
    background: #FFFFFF;
    border-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    padding-left: 10px;
	width: 207px;
	height: 24px;

    behavior: url("/inc/PIE.htc");
}

.rounded_input:focus{
    -webkit-box-shadow1: 1px 1px 5px #a9d6eb, 1px 1px 5px #a9d6eb inset;
    -moz-box-shadow1: 1px 1px 5px #a9d6eb, 1px 1px 5px #a9d6eb inset;
    box-shadow: 1px 1px 5px #a9d6eb, 1px 1px 5px #a9d6eb inset;
    border-color: #a9d6eb;
}

#gocatalog {
    position: fixed;
    right: 50%;
    margin-right: -117px!important;
    color: #ffffff;
    text-decoration: none;
    background-color: #6393a9;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 16px;
    z-index: 200;
    font-family: Arial;
    font-size: 14px;
}
#header #specials-offers {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: 308px;
    margin-top: 33px;
    width: 144px;
    height: 32px;
    color: #f2f2f2;
    font-size: 13px;
    font-family: Arial;
    text-align: center;
    padding: 3px 24px;
    text-decoration: none;
    z-index: 900;
}


#header #create-object{
    position: absolute;
    left: 50%;
    margin-left: 308px;
    margin-top: 33px;
    z-index: 900;
}


#header #specials-offers div.top-border {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#header #call_us {
    line-height: 16px;
    margin-left: 338px;
    margin-top: 81px;
    text-align: right;
	display: none;
}
#header #partners {
    margin-top: 137px;
    margin-left: 268px;
}
#header .logo {
	display: block;
	width: 480px;
	height: 60px;
	background: url(/img/design/main_logo_new_2.png) left top no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -501px;
	overflow: hidden;
	text-indent: -2000px;
}
@media (max-width: 999px){#header .logo{
	margin-left: -469px;
}}
#header .auth {
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: 200px;
    width: 300px;
    text-align: right;
    z-index: 900;

}
#header .auth span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    background: url(/img/design/user.png);
    margin-right: 9px;

}
#header .auth a {
    color: #f2f2f2;
    font-size: 14px;
    text-decoration: none;
    font-family: Arial;
}




#header #current_city {
    position: absolute;
    left: 50%;
    margin-left: -502px;
    margin-top: 80px;
    color: #fff;
	z-index: 30;
}
@media (max-width: 999px){#header #current_city{
	margin-left: -469px;
}}
#header #current_city li.city {
    margin-right: 24px;
}
#header #current_city li {
    list-style-type: none;
    float: left;
    margin-right: 42px;
}
#header #current_city li .row2 {
    font-size: 18px;
    margin-top: -4px;
}
#header #current_city li .white_caret {
	display: inline-block;
	width: 7px;
	height: 4px;
	background: url(/img/design/caret_bottom_white.png);
	margin-left: 5px;
	vertical-align: middle;
}
a.map_link {
    height: 104px;
}
a.map_link span.caption {
    background: #6393A9 url('/img/design/map_left_link.png') no-repeat;
    background-position: left center;
    display: block;
    width: 18px;
    height: 100%;
    margin: 0 auto;
}

.fixed_links {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 1000;
}
.fixed_links a {
    position: absolute;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fixed_links .news_link {
    right: -31px;
    margin-top: 64px;
    display: block;
    width: 31px;
    height: 82px;
    background-color: #1a9bc0;
}
.fixed_links .news_link span.caption {
    background: #1a9bc0 url('/img/design/news_left_link.gif') no-repeat;
    background-position: left center;
    display: block;
    width: 15px;
    height: 100%;
    margin: 0 auto;
}
.fixed_links .news_link span.caption:hover {
    background-position: -15px center;
}
.fixed_links .action_link {
    right: -31px;
    margin-top: 156px;
    display: block;
    width: 31px;
    height: 66px;
    background-color: #c7323c;
}
.fixed_links .action_link span.caption {
    background: #c7323c url('/img/design/actions_left_link.gif') no-repeat;
    background-position: left center;
    display: block;
    width: 15px;
    height: 100%;
    margin: 0 auto;
}
.fixed_links .action_link span.caption:hover {
    background-position: -15px center;
}
#auth_bpopup {
    width: 279px;
    left: 50%;
    top: 200px;
    margin-left: -131px;
    font-size: 14px;
}
#auth_bpopup .header {
    overflow: hidden;
    margin-bottom: 10px;
}
#auth_bpopup .wrapper {
    overflow: hidden;

}
#auth_bpopup h1 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: inline;
    line-height: 22px;
}
#auth_bpopup .header a {
    margin-top: -22px;
}
#auth_bpopup .b_submit {
    font-size: 15px;
    padding: 8px 29px;
    float: left;
}
#auth_bpopup .row {
    margin: 0 0 8px 0;
}
#auth_bpopup input {
    height: 24px;
    width: 228px;
    margin-top: 5px;
}
#auth_bpopup span {
    font-size: 14px;
}
#auth_bpopup .submit_block {
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}
#auth_bpopup .reminder_pass {
    color: #FFFFFF;
    float: left;
    margin-top: 9px;
    margin-left: 14px;
}
#auth_bpopup .register {
    float: left;
    margin-top: 14px;
    clear: both;
    margin-left: 49px;

    background: -webkit-gradient(linear, 0 0, 100% 0, from(#1a9bc0), color-stop(0.6, #1a9bc0), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background: -moz-linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background: -ms-linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background: -o-linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background: linear-gradient(left, #1a9bc0, #1a9bc0 60%, transparent 60%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 5px 1px;
    text-decoration: none;
}


#auth_form .alert{
    display: none;
}




#cabinet_bpopup{
    position: absolute;
    left: 50%;
    top: 33px;
    margin-left: 378px;
}

#cabinet_bpopup ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#cabinet_bpopup ul li{
    padding: 3px 0;
}

#cabinet_bpopup a{
    color: #ffffff;
}


#registrations_bpopup {
    left: 50%;
    top: 200px;
    margin-left: -131px;
    font-size: 14px;
}
#registrations_bpopup .header {
    overflow: hidden;
    margin-bottom: 10px;
}
#registrations_bpopup .wrapper {
    overflow: hidden;
    padding: 0;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 14px;
    padding-bottom: 8px;
}
#registrations_bpopup h1 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: inline;
    line-height: 22px;
}
#registrations_bpopup .header a {
    float: right;
    width: 15px;
    height: 15px;
    background: url(/img/design/close.png);

}
#registrations_bpopup .b_submit {
    height: 22px;
    font-size: 15px;
    padding: 8px 29px;
    display: inline-block;
}
#registrations_bpopup .row {
    margin: 0 0 8px 0;
}
#registrations_bpopup input.text {
    height: 24px;
    width: 228px;
    margin-top: 5px;
}
#registrations_bpopup span {
    font-size: 14px;
    display: block;
}
#registrations_bpopup .submit_block {
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

#registrations_form{
    width: 250px;
}

#registrations_form div.alert{
    display: none;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 2px;
}

#registrations_form div.errors,
#registrations_form div.error{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;

}

#registrations_form div.success{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}







#recovery_bpopup {
    left: 50%;
    top: 200px;
    margin-left: -131px;
    font-size: 14px;
}
#recovery_bpopup .header {
    overflow: hidden;
    margin-bottom: 10px;
}
#recovery_bpopup .wrapper {
    overflow: hidden;
    padding: 0;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 14px;
    padding-bottom: 8px;
}
#recovery_bpopup h1 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: inline;
    line-height: 22px;
}
#recovery_bpopup .header a {
    float: right;
    width: 15px;
    height: 15px;
    background: url(/img/design/close.png);

}
#recovery_bpopup .b_submit {
    height: 22px;
    font-size: 15px;
    padding: 8px 29px;
    display: inline-block;
}
#recovery_bpopup .row {
    margin: 0 0 8px 0;
}
#recovery_bpopup input.text {
    height: 24px;
    width: 228px;
    margin-top: 5px;
}

#recovery_bpopup input.captcha {
    height: 24px;
    width: 85px;
    margin-top: 5px;
}

#recovery_bpopup img.captcha {
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
}
#recovery_bpopup span {
    font-size: 14px;
    display: block;
}
#recovery_bpopup .submit_block {
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

#recovery_form{
    width: 250px;
}

#recovery_form div.alert{
    display: none;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 2px;
}

#recovery_form div.errors,
#recovery_form div.error{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;

}

#recovery_form div.success{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}




#sub_menu{
    display: none;
}



