@charset "utf-8";
/* CSS Document */

/*for product box*/
.products_box{
    float:left;
    width: 720px;
    height:auto;
}
/*titles_products_box*/
.titles_products_box{
    width: 720px;
    height:30px;
    border-bottom:2px solid #bf1d0b;
    position:relative;
}
.title_products_box{
    background: url("../images/menu_block_title.png") no-repeat;
    width:170px;
    height:35px;
    position:absolute;
    left: -6px;
    bottom:-6px;
    color:#FFF;
    text-indent: 15px;
    line-height: 32px;
}
.title_products_box h2{
    font-size: 16px;
    margin: 0px;
    font-weight: normal;
}
/*
.title_products_box .left_title{
        background: url("../images/left-product_block_title.png");
        width: 8px;
        height:33px;
        float: left;
        margin-left: -5px;
}
.title_products_box .mid_title{
        background: url("../images/mid_product_block_title.png") repeat-x;
        height:33px;
        float: left;
        padding:5px 0 0 5px;
}
.title_products_box .right_title{
        background: url("../images/right-product_block_title.png");
        height:33px;
        float: left;
        width:17px;
}
*/
.categories{
    float:right;
    width:auto;
    height:25px;
    padding-top:5px;
}
.category{
    height:28px;
    width:auto;
    float:left;
    margin-left:10px;
    margin-top: -4px;
    cursor: pointer;
}
.category .tab-left{
    width: 10px;
    height: 28px;
    float:left;
    background: url(../images/tab_left.png) no-repeat;
}
.category.displayed .tab-left,
.category:hover .tab-left{
    background: url(../images/tab_hover_left.png) no-repeat;
}
.category .tab-mid{
    padding: 0px 5px;
    height: 28px;
    line-height: 27px;
    float:left;
    background: url(../images/tab_mid.png) repeat-x;
}
.category .tab-mid h2{
    font-size: 13px;
    margin: 0px;
    font-weight: normal;
}
.category.displayed .tab-mid,
.category:hover .tab-mid{
    background: url(../images/tab_hover_mid.png) repeat-x;
}
.category .tab-right{
    width: 10px;
    height: 28px;
    float:left;
    background: url(../images/tab_right.png) no-repeat;
}
.category.displayed .tab-right,
.category:hover .tab-right{
    background: url(../images/tab_hover_right.png) no-repeat;
}
.category a{
    color:#000;
    text-decoration:none;
}/*end titles_products_box*/
.products_box_container{
    display: none;
}
.products_box_container.displayed{
    display: block;
}
#popupContact {
    font-size: 12px;
    height: 470px;
    margin: 0 auto;
    padding: 3px;
    position: absolute;
    top: 70px;
    width: 650px;
    z-index: 2000;
}
#backgroundPopup {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #CECECE;
    height: 100%;
    left: 0;
    min-height: 3000px;
    min-width: 1000px;
    opacity: 0.5;
    filter: alpha(opacity = 50);


    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#popupContactClose{
    width: 100px;
    height: 20px;
    position: absolute;
    z-index: 1000;
    left: 750px;

}
#popupContactClose a{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

