* {
    font-family: 'Roboto',sans-serif;;
    font-size: 14px;
    margin: 0;
    outline: medium none;
    padding: 0;
}

body{
    margin: 0 auto;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
}

.close_tpl{
    display: none;
}

.spec_header{
    width: 950px;
    overflow: hidden;
    padding: 20px 0 30px 0px;
}

    .spec_logo, .spec_header_info{
        float: left;
    }
    
    .spec_logo{
        padding-right: 20px;
    }
    
    .spec_header_info{
        width: 630px;
    }

    .spec_header h1, .spec_header .client_title{
        font-size: 25px;
        margin-bottom: 5px;
        color: #333;
    }
    
    .spec_header .client_site{
        margin-bottom: 10px;
    }
    
    .spec_header .client_site a{
        color: #2272bb;
        font-size: 14px;
        font-weight: bold;
    }
    
        .spec_header .client_site a:hover{
            text-decoration: none;
        } 
        
    .spec_header .client_description{
        font-size: 20px;
        color: #bf3e38;
    }
    
.middle_container{
    width: 100%;
    /*display:table-cell;
	vertical-align:middle;*/
	position:relative;
}
    .without_logo .middle_container{
        
    }
    
.middle_container > div{
    display: inline;
    /*vertical-align: middle;*/
}

.left_tpl{
    width: 560px;
    padding-right: 10px;
    float: left;
    margin-bottom: 30px;
} 

.box_header{
    background-color: #f5f5f5;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight:500;
    padding-left: 20px;
}

.info_box{
	border-bottom: 1px solid #cccccc;
    width: 550px;
    overflow: hidden;
    padding: 0 0 10px 10px;
}

    .info_box.without_border{
        border-bottom: none;
        margin-bottom: 10px;
    }
    
    .info_box.group_title{
        padding: 0 0 10px 10px;
    }
    
    .info_box.group_border{
        border-bottom: 5px solid #f3efd4;
    }

.info_box.spec_groups a{
    text-decoration: none;
}
.info_box.spec_groups >p{
    padding-left: 10px;
}

    .info_box.spec_groups a:hover{
        text-decoration: underline;
    }
    
.info_box .info_title {
	width: 130px;
    font-weight: bold;
    color: #666666;
    padding: 10px 0 0 10px;
}

    .info_box.group_title .info_title{
        width: 140px;
        color: #333333;
        padding: 10px 0 0 0;
    }

.info_box .info_description{
	width: 400px;
    padding: 10px 0 0 10px;
}

.info_box > div{
    float: left;
}

.info_box .info_text {
	/*display: table-cell;
	vertical-align: middle;
	height: 68px;*/
}

    .info_box.spec_groups p{
        margin: 10px 0 10px;
    }

    .info_box.spec_groups p span{
        color: #666666;
    }
    

    .info_box.spec_groups p:hover a{
        color: #B00800;
        text-decoration: underline;
    }

    .info_box.spec_groups p:hover span{
        color: #B00800;
    }

    .info_box.spec_groups a:hover{
        text-decoration: none;
    }

    .info_box.spec_groups p span{
        color: #8f8f8d;
    }
    
.download_price{
    height: 32px;
    margin: 20px 0 0 20px;
}

    .download_price img{
        float: left;
        margin-right: 10px;
        cursor: pointer;
        border: 0;
    }

    .download_price a{
        line-height: 32px;
        color: #2272bb;
    }
    
        .download_price a:hover{
            text-decoration: none;
        }
    
  /*
  
    ПРАВЫЙ БЛОК
  
  */
  
.right_tpl{
    width: 380px;
    margin-left: 10px;
    float: right;
}

.big_img_container{
    position: relative;
    width: 380px;
    height: 295px;
    border: 1px solid #D6D2BA;
}

.small_img_container{
    border: 1px solid lightgrey;
    text-align: center;
}

.big_img{
    width: 380px;
    height: 295px;
}

    .big_img img{
        border: medium none;
    }

    .control{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 380px;
        height: 30px;
        opacity: 1;
        z-index: 10;
        display: none;
        background-color: lightgrey;
        background-position: 175px 0;
        background-repeat: no-repeat;
    }
    .big_img_container:hover .control {
        display: block;
    }
    
    .control.play {
        background-image: url("/new_style/img/spec_ad/playback_play_30.png");
    }
    .control.pause {
        background-image: url("/new_style/img/spec_ad/playback_pause_30.png");
    }

.img_title{
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.gallery{
    margin-bottom: 20px;
    width: 388px;
    min-height: 88px;
    overflow: hidden;
}

#extraGallery {
    margin-top: -20px;
    display: none;
}
    .gallery div {
        border: 1px solid #D3D3D3;
        cursor: pointer;
        float: left;
        height: 66px;
        margin: 0 7px 6px 0;
        width: 88px;
    }

    .gallery div.selected {
        border: 1px solid #333333;
    }
    
    .gallery div img{
        text-align: center;
    }

.info_contacts_header{
    height: 30px;
    line-height: 30px;
    //padding-left: 10px;
    font-weight: bold;
    //background: url("/new_style/img/spec_ad/info_contacts_bg.png") repeat-x;
}
    
.filial_tpl{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAE6D1;
    width: 100%;
}

    .all_info, .preview_info{
        width: 100%;
    }

    .client_info_left{
        width: 120px;
        margin: 0 20px 10px 0;
        text-align: right;
        float: left;
    }
    
    .client_info_right{
        width: 225px;
        text-align: left;
        float: left;

    }
    .client_info_right .pv1_address{
        display: block;
        float: left;
    }
    .address_number{
        position: absolute;
        left: 5px;
        top: 0;
        width: 31px;
        height: 31px;
        padding-top: 7px;
        text-align: center;
        background: url("/new_style/img/spec_ad/address-round.png") no-repeat;
        font-size: 13px;
        cursor: pointer;
    }
    
    .filial_tpl .all_info > div, .filial_tpl .preview_info > div{
        padding: 5px 0;
        overflow: hidden;
    }
    
    .filial_tpl.closed_filial .all_info{
        display: none;
    }
    
    .phone_tpl{
        width: 125px;
        float: left;
        font-weight: bold;
    }
    
    .worktime_info{
        width: 225px;
    }
    
    .worktime_info > div{
        width: 225px;
        overflow: hidden;
    }
    
    .worktime_pause{
        margin-bottom: 10px;
    }
    
    .worktime_name, .worktime_value{
        float: left;
    }
    
    .worktime_name{
        width: 65px;
    }
    
    .worktime_value{
        width: 160px;
    }
    
    .show_filial{
        margin-top: 5px;
        color: #2272bb;
        border-bottom: 1px solid #2272bb;
        cursor: pointer;
        width: 65px;
    }
    
        .show_filial span{
        color: #2272bb;
        }
        
        .show_filial:hover{
            border-bottom-color: transparent;
        }
        
    .opened_filial .show_filial{
        display: none;
    }
    
    .show_gallerya{
        margin-left: 150px;
        margin-top: -20px;
        margin-bottom: 20px;
        color: #2272bb;
        cursor: pointer;
        width: 180px;
    }
    .show_gallerya span{
        text-decoration: underline;
    }
    
    .show_gallerya span:hover{
        text-decoration: none;
    }
    
.CustomPointDot {
    position:absolute;
    left:1px;
    top:3px;

    text-align:center;
    line-height:21px;

    width:25px;
    height:18px;

    color:#444444;
}

.CustomPointName{
    font-size:12px;

    position:relative; 
    top: -39px; 
    left: 10px;
}

.all_map_points{
    width: 100%;
    text-align: right;
    display: none;
}

    .all_map_points a{
        color: #2272BB;
        border-bottom: 1px dotted #2272BB;
        text-decoration: none;
    }
    
    .all_map_points a:hover{
        text-decoration: none;
        border-bottom: none;
    }
    
.map_window_tpl{
    width: 960px;
    height: 750px;
}

.map_container_tpl {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 730px;
    margin-top: 0;
    padding: 5px 10px 15px;
    position: absolute;
    width: 940px;
    z-index: 1000;
}

.map_overlay_big {
    background-color: #333333;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
}
/*
.map_container {
    height: 730px;
    margin-top: 0;
    position: fixed;
    width: 940px;
    padding: 5px 10px 15px;
    z-index: 1000;
    background: #ffffff;
}
*/
.close_map{
    height: 25px;
    width: 100%;
    text-align: right;
    line-height: 25px;
    margin-bottom: 10px;
}

    .close_map a{
        color: #333333;
        border-bottom: 2px dotted #333333;
        text-decoration: none;
        font-weight: bold;
    }

    .close_map a:hover{
        border-bottom: none;
        text-decoration: none;
    }
    
#bigMap{
    width: 940px;
    height: 685px;
}

/* КОВКА */

.box_header.forging{
    overflow: hidden;
}

    .box_header.forging > div{
        float: left;
    }

    .box_header.forging .forging_title{
        width: 400px;
    }

    .box_header.forging .forging_price{
        width: 150px;
    }

.spec_gallery{
    overflow: hidden;
    width: 588px;
    margin: 10px 0 10px;
}

    .spec_gallery a{
        float: left;
        width: 120px;
        height: 120px;
        display: block;
        margin: 0 27px 0 0;
    }

    .spec_gallery img{
        display: none;
    }

.forging_description{
    margin: 0 0 20px 10px;
}

.comment_spec{
    width: 120px; 
    background-color: #B00800;
    display: none;
}

.comment_spec_act{
    width: 120px; 
    position: absolute;
    border: 1px solid black;
    background-color: white;
}

.txt_spec{
    float: left; 
    width: 120px; 
    margin: 0 27px 0 0;
}

.action_tpl {
   //background: url("/spec_pages/img/action-right-shadow.png") repeat-y scroll right top transparent;
    clear: both;
    padding-right: 6px;
    width: 554px;
    margin-bottom: 20px;
}

.action_content {
    background: url("/spec_pages/img/action-logo.png") no-repeat scroll 0 0 transparent;
    border: 2px solid #F8D799;
    border-radius: 4px;
    min-height: 60px;
    padding: 20px 20px 20px 96px;    
    color: #BF3E38;
    font-weight: bold;
}

.action_bottom {
    background: url("/spec_pages/img/action-bottom-shadow.png") repeat-x scroll center top transparent;
    height: 8px;
    margin-bottom: 20px;
    width: 558px;
}

.format_txt {
    white-space: pre-wrap;
    padding-left: 10px;
}