/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black     #000
- white     #fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
    background: #430000 url(images/body-bg.png) repeat left top;
    line-height: 18px;
    overflow-y: scroll;
}

hr {
    border: none;
    height: 12px;
    background: transparent url(images/hr-bg.png) no-repeat center center;
}

h2 {
    margin: 0 0 15px 0;
    color: #80001F;
    border-bottom: solid #80001F 2px;
    padding-bottom: 4px;
    text-align: left;
    line-height: 1.125em;
}

a {
    cursor: pointer;
}

a:link, a:visited {
    color: #80001F;
    text-decoration: none;
    
}
    a:hover, a:active, a:focus {
        color: #80001F;
        text-decoration: underline;
    }


/*************************************/
.body {
    background: url(images/body-top-bg.png) repeat-x left top;
    min-height: 268px;
}
.wrapper {
    margin: 0 auto 0 auto;
    width: 892px;
    background: #FFFFFF url(images/wrapper-bg.png) repeat left top;
    padding: 0 14px 0 14px;
}

/**************************************/
/*              HEADER                */
/**************************************/


.header {
    height: 138px;
    overflow: hidden;
    background: url(images/header-bg.jpg) no-repeat left top;
}
    .header h1 {
       display: none;
    }
    
    .header a {
       display: block;
       width: 292px;
       height: 117px;
       margin: 0 0 0 1px;
    }

/**************************************/
/*             NAVIGATION             */
/**************************************/
.menu {
    background-color: #80001F;
    height: 30px;
    overflow: hidden;
    border-left: solid #FFFFFF 1px;
    border-right: solid #FFFFFF 1px;
}
    
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul li {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
    }
       
        .menu ul li a {
            display: block;
            overflow: hidden;
            width: 96px;
            height: 16px;
            margin: 7px 0 0 0;
            padding: 0 0 0 0;
            border-right: solid #FFFFFF 1px;
            text-transform: uppercase;
            text-decoration: none;
            color: #FFFFFF;
            font-size: 16px;
            text-align: center;
        }

            .menu ul li a:hover, .menu ul li.active a {
                font-weight: bold;
            }
        .menu ul li.last a {
            border-right: none;
        }

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.main-out {
    border-left: solid #FFFFFF 1px;
    border-right: solid #FFFFFF 1px;
    padding: 0 1px 0 1px;
    background: #FEFBE5 url(images/main-bg.jpg) no-repeat left top;
}
.main-in {
    background: url(images/center_bar_out-bg.png) repeat-y 178px 0px;
}
.main {
    background: url(images/center_bar-bg.png) no-repeat 178px 0px;
}
    
    .breadcrumbs {
        width: 650px;
        height: 10px;
        overflow: hidden;
        float: left;
        padding: 10px;
    }
    .search {
        width: 181px;
        height: 24px;
        overflow: hidden;
        float: right;
        margin: 0 10px 0 0;
        padding: 5px 0 0 0;
        background: #FFFFFF url(images/search-bg.png) no-repeat left top;
    }
        .search label {
            display: block;
            float: left;
            font-size: 11px;
            font-weight: normal;
            margin: 0 10px 0 10px;
        }
        .search #ajaxSearch_form{
            overflow: hidden;
        }
        .search #ajaxSearch_input {
            display: block;
            float: left;
            border: solid #B19B99 1px;
            margin: 0 0 0 0;
            padding: 2px 0 1px 0;
            width: 95px;
            font-size: 11px;
        }
        .search #ajaxSearch_submit {
            float: right;
            background: url(images/search-submit-bg.png) no-repeat center center;
            border: none;
            width: 12px;
            height: 17px;
            margin: 0 10px 0 0;
        }
        
        .ajaxSearch_paging{
            margin-bottom: 10px;
            display: block;
        }
/************************************************/
    .left_bar {
        width: 158px;
        float: left;
        padding: 10px;
    }
    
         .left_bar h2 {
            color: #80001F;
            font-size: 21px;
            border-bottom: none;
        }
        
        .left_bar ul {
            margin: 0;
            padding: 0;
        }
            .left_bar ul li {
                margin: 0;
                padding: 0;
                list-style: none;
            }
            
            .left_bar ul li a {
                color: #666666;
                font-size: 14px;
                text-decoration: none;
                display: block;
            }
            
            .left_bar ul li a:hover {
                font-weight: bold;
                background: url('images/odrazka-02.png') no-repeat right 3px;
            }
            
            .left_bar ul li.active a {
                color: #80001F;
                font-weight: bold;
                background: url('images/odrazka-01.png') no-repeat right 3px;
                padding-right: 14px;
            }

/**********************************************/
    .center_bar {
        float: left;
        width: 464px;
        padding: 12px 28px 28px 28px;
        min-height: 300px;
        text-align: justify;
        position: relative;
        overflow: hidden;
    }
    
        .center_bar_2_cols {
            width: 676px;
            padding: 12px 17px 28px 17px;
        }

    .center_bar hr {
        width: 464px;
    }

.center_bar ul {
    margin: 0 0 12px 0;
}

.center_bar li {
    margin: 0;
    padding: 0 0 0 12px;
    list-style: none;
    background: url('images/odrazka-03.gif') no-repeat left 6px;
}

.center_bar .subpagelist-item {
    background: none;
    padding: 0;
}

.center_bar .subpagelist-item h3 {
    color: #80001F;
    font-weight: normal;
    margin-bottom: 6px;
}

.center_bar .subpagelist-item p {
    margin: 0;
}

.center_bar a#backlink {
    position: absolute;
    top: 13px;
    right: 28px;
    font-weight: bold;
}

.vinecultures_list {
    margin: 0;
    padding: 0;
}
    .vinecultures_list li {
        margin: 0;
        padding: 0;
        list-style: none;
        background: none;
    }
        .vinecultures_list li a {
            display: block;
            padding: 0 6px 6px 6px;
            margin: 2px;
            width: 117px;
            height: 198px;
            float: left;
            border: solid #7E021E 1px;
            overflow: hidden;
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            line-height: 13px;
            text-decoration: none;      
        }
    
            .vinecultures_list li a:hover {
                background-color: #BF7F8F;
                color: #FFFFFF;
            }

            .vinecultures_list li a img {
                margin: 0;
                padding: 0;
                border: solid #7E021E 2px;
                width: 113px;
                height: 168px;
            }
/************************************************/
        .vineculture_detail {
        }
            .vineculture_detail .photo {
                display: block;
                margin: 2px 2px 24px 2px;
                width: 210px;
                height: 310px;
                float: left;
                border: solid #7E021E 1px;
                overflow: hidden;
                font-size: 11px;
                text-align: center;
                line-height: 13px;
                background: #ffffff;

            }
            .vineculture_detail .photo img {
                margin: 0 12px 24px 12px;
                padding: 0;
                border: solid #7E021E 2px;
                width: 181px;
                height: 258px;
            }
            
            .vineculture_detail .highlight {
                font-size: 16px;
                font-weight: bold;
                display: block;
                clear: both;
            }

.vineculture_detail .leftside {
    width: 212px;
    float: left;
}

.vineculture_detail .leftside h3 {
    margin: 0 10px 15px 0;
    color: #80001F;
    border-bottom: solid #80001F 2px;
    padding-bottom: 2px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.25em;
}

.vineculture_detail .leftside {
    width: 225px;
    float: left;
}


.vineculture_detail .rightside {
    width: 227px;
    float: right;
}

.vineculture_detail .rightside h3 {
    margin: 24px 0 15px 0;
    color: #80001F;
    border-bottom: solid #80001F 2px;
    padding-bottom: 2px;
}

.vineculture_detail .logotypbox {
    width: 222px;
    margin: 0 0 12px 0;
    text-align: center;
    overflow: hidden;
}

.vineculture_detail ul {
    margin: 0;
}

.vineculture_detail li {
    list-style: none;
    padding: 0 0 6px 0;
    margin: 0;
    background: none;
    text-align: left;
}

.vineculture_detail .box01 li {
    float: left;
    padding: 0 11px 12px 0;
}

.vineculture_detail .box01 img {
    width: 64px;
    height: 95px;
}

.vineculture_detail .box01 li a {
    color: #7a7b76;
    text-decoration: none;
}

.vineculture_detail .box01 li.active a,
.vineculture_detail .box01 li a:hover {
    color: #80001F;
}

.vineculture_detail .box01 li span {
    display: block;
    width: 64px;
    font-size: 11px;
    line-height: 1.125em;
    text-align: center;
}

.vineculture_detail .box02 li {
    padding: 0 37px 12px 0;
}

.vineculture_detail .box02 li.last {
    padding-right: 0px;
}

.vineculture_detail .box02 img {
    width: 89px;
    height: 129px;
}

.vineculture_detail .box02 li a {
    color: #7a7b76;
    text-decoration: none;
}

.vineculture_detail .box02 li span {
    width: 89px;
}


/************************************************/
    .right_bar {
        /*width: 170px;*/
        width: 169px;
        float: left;
        padding: 10px;
        overflow: hidden;
    }
     .right_bar h2 {
        color: #80001F;
        border-bottom: solid #80001F 1px;
        font-size: 21px;
    }
    .right_bar a {
        color: #80001F;
        text-transform: none;
        font-weight: normal;
    }
    .right_bar h3,
    .right_bar h3 a {
        color: #666666;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        margin: 0 0 0 0;
    }
    .right_bar div {
        margin: 0 0 20px 0;
    }
    .right_bar p {
        font-size: 12px;
        line-height: 14px;
    }

    .advRight .banner {
        margin: 0 0 12px 0;
    }
    .advRight img {
        max-width: 170px;
    }

/**************************************/
/*               FOOTER               */
/**************************************/

.footer {
    /*height: 30px;*/
    /*background: url('images/footer-bg.png') No-repeat right top;*/
    border-top: solid #80001F 1px;
    margin: 0 22px 0 206px;
    padding: 3px 0 0 0;
    overflow: hidden;
    text-align: right;
    color: #80001F;
    font-size: 11px;
}

.footer .bannerLine {
    width: 660px;
    margin: 12px 0 18px 0px;
}

.footer .banner {
    float: left;
    height: 143px;
}

.footer .banner a {
    display: block;
    width: 143px;
    height: 143px;
    padding: 0;
    margin: 0 18px 0 0;
    text-align: center;
    background: #000000;
}

.footer .banner img {
    max-width: 143px;
    max-height: 143px;
}

.footer .bannerLine .last a {
    margin-right: 0;
}


/**************************************/
/*               GALLERY              */
/**************************************/

.thumbscontainer {
    width: 486px;
    overflow: hidden;
}

.thumbscontainer li {
    margin: 0;
    padding: 0 22px 0 0;
    background: none;
    border: 0;
    list-style: none;
    float: left;
}

.thumbscontainer .thumbs {
    clear: both;
    margin: 0 0 20px 0;
    overflow: hidden;
}

/**************************************/
/*                TABLE               */
/**************************************/

table, td, th {
    border: 1px solid #80001F;
}

td, th {
    padding: 6px 6px;
}

.center_bar table {
    width: 464px;
}

.center_bar table th {
    width: 150px;
}


/**************************************/
/*               USEFULL              */
/**************************************/
.highlight { color: #80001F; background: none; }
.left { float: left; }
.right { float: right; }
.cleaner {clear: both;}
.line01 {height: 1px; border-bottom: 1px solid #80001F; margin: 6px 0 12px 0;}
.line02 {width: auto; height: 8px; margin: 6px 0 12px 0; background: url('images/line-02.png') no-repeat center top;}
.strong {font-weight: bold;}


/**************************************/
/*               ESHOP                 */
/**************************************/
.filter-form .form-item{
    float: left;
}


.filter-form select{
    width: 93px;
    float: left;
    display: block;
    padding: 2px;
    margin: 0 10px 0 0;
}
    .filter-form select, .filter-form select option, .filter-form input{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin-top: 11px;
    }
.filter-form .price-sum{
    width: 127px;
    font-size: 11px;
    height: 40px;
    background: url(images/filter-price-sum-bg.png) no-repeat left top;
    padding:4px 0 0 45px;
}
    .filter-form .price-sum a{
        text-decoration: underline;
    }
        .filter-form .price-sum a:hover{
            text-decoration: none;
        }

.filter-form .active-filter{
    border: solid #80001F 1px;
}

.filter-form input.text{
    width: 93px;
    height: 15px;
}

.filter-form a.submit{
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px 0 10px;
    margin: 11px 0 0 10px;
    border: none;
    background-color: #80001F;
    color: #FFFFFF !important;
}
.form-item-check{
    
}


.basket-button{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    background-color: #80001F;
    color: #FFFFFF !important;
}

    .vineculture_detail .basket-button{
        width: 93px;
        margin-left: 48px;
    }

.paginator{
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 10;
}
.paginator a, .paginator span{
    display: block;
    float: left;
    margin: 0 3px 0 0;
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    
}
    .paginator a:hover, .paginator a.active{
        background-color: #80001F;
        color: #FFFFFF !important;
    }

.product-list table, .basket-list table{
    width: 100% !important;
}
    
    .product-list td, .product-list th, .basket-list td, .basket-list th{
        font-size: 11px;
        vertical-align: middle;
        border: none;
        border-bottom: 1px solid #80001F;
        text-align: left;
        
    }
    .product-list th, .basket-list th{
        /*text-align: center;*/
        width: auto !important;
        background-color: #80001F;
        color: #FFFFFF;
        vertical-align: bottom;
    }
        .product-list th.short, .basket-list th.short{
            width: 44px !important;
        }
        .product-list th.manage, .basket-list th.manage{
            width: 60px !important;
        }
    
    .product-list input.amount{
        width: 15px;
        float: left;
    }
    .product-list .buy, .basket-list .delete{
        display: block;
        float: left;
        width: 24px;
        height: 21px;
        margin: 0 0 0 5px;
        padding: 0;
        background: url(images/buy-bg.png) no-repeat center center;
    }
        .product-list .buy span, .basket-list .delete span{
            display: none;
        }
.basket-info{
    display: none;

    position: absolute;
    z-index: 100;
    color: #FFFFFF;
    width: 634px;
    text-align: center;
}
    .basket-info .in{
        width: 300px;
        margin: 0 auto 0 auto;
        background-color: #80001F;
        padding: 10px;
    }
.price-sum{
    margin: 0 0 5px 0;
}
.order-form fieldset{
    width: 280px;
    float: left;
    margin: 0 10px 20px 0;
    border: solid #80001F 1px;
    color: #80001F;
    font-weight: normal;
}
.order-form input, .order-form textarea{
    width: 190px;
}
    .order-form textarea{
        height: 100px;
    }
.order-form legend{
    font-size: 12px;
    font-weight: normal;
}
.order-form label{
    width: 74px;
    display: block;
    float: left;
    margin: 2px 0 0 0;
    font-weight: normal;
}

.order-form .delivery{
    float: left;
    width: 20px;
}
.order-form .delivery-label{
    width: 300px;
    margin: 0 0 20px 5px;
}
.basket-list .delete{
    background: url(images/delete.png) no-repeat center center;
}


.hidden{
    display: none;
}





/*contact form*/
.contact-form span{
    display: block;
    clear: both;
}
.contact-form input, .contact-form textarea{
    width: 321px;
    margin: 0 0 10px 0;
}
    .contact-form textarea{
        height: 100px;
    }
.contact-form label{
    display: block;
    width: 130px;
    text-align: left;
    float: left;
    line-height: 22px;
}

.contact-form .submit{
    width: 100px;
    margin: 0 0 0 129px;
}


/*teaser*/
.teaser{
    background: url(images/hp-teaser.png) no-repeat left top;
    width: 466px;
    height: 159px;
    overflow: hidden;
    margin: 0 0 40px 0;
}
    .teaser .catalog{
        background: url(images/teaser-catalog-left-bg.png) no-repeat left center;
        height: 20px;
        display: block;
        font-size: 12px;
        color: #80001F;
        margin:11px 0 0 20px;
        overflow:hidden;
        padding-left:22px;   
    }
        .teaser .catalog a{
            text-decoration: underline;
        }
            .teaser .catalog a:hover{
                text-decoration: none;
            }
        

    .teaser .teaser-item{
        float: left;
        margin: 22px 0 0 22px;
        width: 201px;
        height: 100px;
        overflow: hidden;
        text-align: left;
    }
        .teaser .teaser-item img{
            float: left;
            border: solid #80001f 1px;
            margin: 0 10px 0 0;
        }
        .teaser .teaser-item .title, .teaser .teaser-item .price span{
            font-weight: bold;
            color: #80001f;
        }
        .teaser .teaser-item .title{
            height:18px;
            overflow:hidden;
        }
        
        .teaser .teaser-item a{
            text-decoration: underline;
        }
            .teaser .teaser-item a:hover{
                text-decoration: none;
            }
        .teaser .teaser-item .show{
            margin: 10px 0 0 0;
        }

/*google map*/
#map h2{
    font-size: 16px;
    border: none;
}

/*maxigallery*/
ul.thumbs li {
    margin: 0 7px 9px !important;
    padding: 0 !important;
}
