@import url("/includes/css/reset.css");

body
{
    font-family: Arial;
    font-size: 62.5%;
    color: #000;
    height: 100%;
}

form, html
{
    height: 100%;
}

a
{
    color: #da9606 !important;
    text-decoration: none;
    cursor: pointer;
}

    a:hover
    {
        text-decoration: none;
    }
        
h1
{
    font-size: 3.2em;
    float: left;
    line-height: 40px;
    letter-spacing: -0.03em;
}

h2
{
    width: 100%;
    font-size: 1.8em;
    font-weight: bold;
    font-style: italic;
    line-height: 22px;
    float: left;
}

h3
{
    width: 100%;
    font-size: 1.8em;
    color: #da9606 !important;
    float: left;
    line-height: 22px;
    letter-spacing: -0.03em;
}

    h3 em { color: #da9606 !important; }

h4
{
    width: 100%;
    font-size: 1.6em;
    float: left;
    line-height: 20px;
    letter-spacing: -0.03em;
}

h5
{

}

h6
{

}

p
{
    width: 100%;
    font-size: 1.2em;
    line-height: 18px;
    float: left;
}
    
    p.xx-lrg
    {
        font-size: 1.8em;
        font-weight: bold;
        line-height: 22px;
    }
        
    p.x-lrg
    {
        font-size: 1.6em;
        font-weight: bold;
        line-height: 20px;
    }
        
    p.lrg
    {
        font-size: 1.4em;
        font-weight: bold;
        line-height: 18px;
    }
    
    p.sml
    {
        font-size: 1.1em;
        line-height: 15px;
    }
        
blockquote
{
    
}

em
{
    font-family: Times New Roman;
    font-size: 1.1em;
    letter-spacing: normal;
}

ul.bullet-list
{
    width: 95%;
    float: left;
    padding: 5px 0 0 9px;
}

    ul.bullet-list li
    {
        font-size: 1.2em;
        line-height: 18px;
        background: url('/images/bullet.gif') no-repeat left top;
        padding: 0 0 0 9px;
    }

.right { float: right !important; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.no-padding { padding: 0 !important; }
.padding-top-20 { padding-top: 20px !important; }
.padding-top-15 { padding-top: 15px !important; }
.padding-top-10 { padding-top: 10px !important; }

.padding-left-20 { padding-left: 20px !important; }

.margin-top-20 { margin-top: 20px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-10 { margin-top: 10px !important; }

.white { color: #fff !important }
.black { color: #000 !important }

div.clear
{
    font-size: 1px;
    height: 1px;
}

.loading
{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
}

.IE6 h1,
.IE6 img,
.IE6 div
{
    behavior: url('/htc/iepngfix.htc');
}

.reqd
{
    color: #c00000;
}

.validation
{
    font-size: 1.2em;
    color: #c00000;
    padding: 0 0 5px 0;
}

.status
{
    font-size: 1.2em;
    color: #c00000;
    float: left;
    padding: 10px 0 0 0;
}

.no-bg
{
    background: none;
}

/* Forms */
fieldset
{
    width: 100%;
    float: left;
    border: none;
    padding: 20px 0 0 0;
}

    fieldset p
    {
        color: #fff;
    }

    fieldset dl
    {
        width: 310px;
        float: left;
        padding: 10px 0 0 0;
    }
    
        fieldset dl dd
        {
            width: 95%;
            font-family: Times New Roman;
            font-size: 1.6em;
            font-weight: bold;
            font-style: italic;
            color: #fff;
            line-height: 26px;
            float: left;
            padding: 0 0 0 5px;
        }
        
            fieldset dl dd .reqd
            {
                padding: 0 0 0 2px;
            }
            
        fieldset dl dt
        {
            width: 100%;
            float: left;
        }

            fieldset dl dt input
            {
                width: 95%;
                height: 18px;
                font-family: Arial;
                font-size: 1.2em;
                color: #fff;
                float: left;
                padding: 5px 3px 3px 3px;
                margin: 0 0 5px 0;
                border: none;
                background-color: #1a1a1a;
            }
            
            fieldset dl dt .textarea
            {
                width: 95%;
                height: 218px;
                font-family: Arial;
                font-size: 1.2em;
                color: #fff;
                float: left;
                padding: 5px 3px 3px 3px;
                margin: 0 0 5px 0;
                border: none;
                background-color: #1a1a1a;
            }

            fieldset dl dt a
            {
                font-size: 2em;
                font-weight: bold;
                line-height: 20px;
                letter-spacing: -0.03em;
                color: #fff !important;
                float: right;
                padding: 6px 20px 0 0;
                margin: 10px 10px 0 0;
                background: url('/images/link_arrow_white.gif') no-repeat right top;
            }

/* Content containers */
.content-2-2
{
    width: 750px;
    float: left;
}

    .content-2-2 .content-ctr-dark,
    .content-2-2 .content-ctr-light
    {
        width: 710px;
    }
    
.content-1-2
{
    width: 350px;
    float: left;
}

    .content-1-2 .content-ctr-dark,
    .content-1-2 .content-ctr-light
    {
        width: 310px;
    }

.content-ctr-dark
{
    color: #000;
    float: left;
    padding: 14px 20px;
}

.content-ctr-light
{
    color: #fff;
    float: left;
    padding: 14px 20px;
}

.dark-bg { background: url('/images/bg_dark.png') repeat left top; }
.light-bg { background: url('/images/bg_light.png') repeat left top; }

a.logo
{
    width: 201px;
    height: 41px;
    float: left;
}

.link-arrow-ctr
{
    width: 100%;
    float: left;
}

    .link-arrow-ctr a
    {
        font-size: 2em;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: -0.03em;
        float: left;
        padding: 5px 20px 5px 0;
    }

.content-ctr-light .link-arrow-ctr a
{
    color: #fff !important;
    background: url('/images/link_arrow_white.gif') no-repeat right top;
}

.content-ctr-dark .link-arrow-ctr a
{
    color: #000 !important;
    background: url('/images/link_arrow_black.gif') no-repeat right top;
}

    .link-arrow-ctr a:hover
    {
        color: #da9606 !important;
        background: url('/images/link_arrow_on.gif') no-repeat right top;
    }
    
    .link-arrow-ctr a:hover em
    {
        color: #da9606;
    }

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    h1, h2, h3, h4, em, a.link-arrow { font-weight: 500; }
}

/* Paging */
.paging
{
    float: left;
}

    .paging a
    {
        font-size: 2em;
        color: #4a4a4a !important;
        float: left;
        margin: 13px 0 0 0;
    }
    
        .paging a:hover,
        .paging a.active
        {
            color: #da9606 !important;
            text-decoration: underline;
        }
        
    .paging .seperator
    {
        font-family: Times New Roman;
        font-size: 2.2em;
        font-weight: bold;
        float: left;
        margin: 8px 5px 0 5px;
    }

span.heading
{
    font-size: 3.2em;
    font-weight: bold;
    color: #4a4a4a;
    float: left;
    line-height: 40px;
    letter-spacing: -0.03em;
    padding: 0 20px 0 0;
}

/* Layout */
#page-container
{
    width: 980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -125px !important;
    margin/**/:/**/ 0 auto;
} 

    #content-container
    {
        width: 750px;
        float: left;
    }
    
    #footer-pad
    {
        width: 100%;
        height: 175px;
        float: left;
    }

#footer-container
{
    width: 100%;
    height: 95px;
    float: left;
    padding: 20px 0 0 0;
    background-color: #202020;
    /*background: url('/images/bg_footer.gif') repeat-x left top;*/
}

/* Navigation */
#navigation
{
    width: 196px;
    float: left;
    padding: 25px 17px 0 17px;
}

    #navigation ul
    {
        width: 100%;
        float: left;
        padding: 45px 0 0 0;
    }
    
        #navigation ul li
        {
            width: 100%;
            float: left;
        }

            #navigation ul li a
            {
                font-size: 1.4em;
                color: #737474 !important;
                font-weight: bold;
                letter-spacing: -0.03em;
                line-height: 17px;
                float: left;
                padding: 4px 7px 3px 5px;
            }
            
                #navigation ul li a:hover
                {
                    color: #da9606 !important;
                }
            
                #navigation ul li a em
                {
                    font-size: 1.2em;
                    color: #da9606 !important;
                }
        
        #navigation ul ul
        {
            width: 90%;
            float: left;
            padding: 0 0 0 15px;
        }
        
            #navigation ul ul li
            {
                width: 100%;
                color: #000;
                float: left;
            }
            
                #navigation ul ul li a
                {
                    font-family: Arial;
                    font-size: 1.2em;
                    font-weight: bold;
                    color: #737474 !important;
                    letter-spacing: normal;
                    line-height: 16px;
                    float: left;    
                    background: none;
                }
                
                    #navigation ul ul li a em
                    {
                        font-family: Arial;
                        font-size: 1em;
                        font-style: normal;
                        color: #da9606 !important;
                    }

    #navigation a.dark
    {
        color: #4a4a4a !important;
    }
    
    #navigation a.black
    {
        color: #000 !important;
    }
         
/* Search */
.search-container
{
    width: 181px;
    float: left;
    padding: 12px 0 0 5px;
}

    .search-container .text-input
    {
        width: 124px;
        font-size: 1.4em;
        color: #fff;
        float: left;
        padding: 8px 7px 7px 7px;
        margin: 0 10px 0 0;
        background-color: #1a1b1d;
        border: none;
    }
            
/* Footer */
#footer
{
    width: 980px;
    margin: 0 auto;
    position: relative;
}

    #footer img
    {
        margin: 10px 0 0 0;
    }

    #footer div.page-links
    {
        width: 335px;
        font-size: 1.1em;
        color: #fff;
        position: absolute;
        left: 287px;
        top: 0;
    }
        
        #footer div.page-links div.link-arrow-ctr a
        {
            background: url('/images/link_arrow_on.gif') no-repeat right top;            
        }

        #footer div.page-links ul
        {
            width: 100%;
            float: left;
            padding: 0 0 3px 0;
        }
        
            #footer div.page-links li
            {
                line-height: 14px;
                float: left;
            }
            
                #footer div.page-links li span
                {
                    float: left;
                    padding: 0 4px;
                }
            
                #footer div.page-links li a
                {
                    color: #fff !important;
                }

    #footer div.social-links
    {
        width: 340px;
        float: left;
        position: absolute;
        left: 640px;
        top: 12px;
    }
    
        #footer div.social-links a
        {
            float: left;
            margin-right: 20px;
        }

/* Article Listing */
.article-container
{
    width: 100%;
    float: left;
}

    .article-listing-container
    {
        width: 100%;
        float: left;
    }

        .article-listing-container h1
        {
            color: #4a4a4a;
            padding: 0 20px;
        }

        .article-listing
        {
            width: 350px;
            float: left;
        }
        
        .article-listing-container .article-item
        {
            padding: 20px 20px 0 20px;
        }

    .article-item-container
    {
        width: 710px;
        float: left;
        padding: 0 20px;
    }
        
        .article-item-container .article-item
        {
            padding: 20px 0 0 0;
        }
    
        .article-item-img
        {
            width: 330px;
            float: left;
        }
    
        .article-item-content
        {
            width: 370px;
            float: left;
            padding: 0 0 0 10px;
        }
        
            .article-item-content h1
            {
                font-size: 1.8em;
                line-height: 20px;
                color: #da9606;
            }
    
.article-item-header
{
    width: 100%;
    float: left;
}

    .article-item-header a
    {
        font-size: 2em;
        float: left;
        margin: 13px 0 0 0;
    }
    
        .article-item-header a:hover
        {
            text-decoration: underline;
        }
        
.article-item
{
    float: left;
}

    .article-item h1,
    .article-item p
    {
        width: 365px;
    }
    
    .article-item h2,
    .article-item p
    {
        width: 310px;
    }
    
    .article-item h1,
    .article-item h2
    {
        font-style: normal;
        color: #da9606;
        float: left;
        padding: 10px 0 5px 0;
    }
    
    .article-item p
    {
        color: #4a4a4a;
    }
    
    .article-item p.summary
    {
        font-size: 1.4em;
        line-height: 18px;
        padding: 0 0 20px 0;
    }
    
        .article-item p.summary em
        {
            color: #4a4a4a;
        }

.article-item-container .paging
{
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}

    .article-item-container .paging a
    {
        width: 105px;
        font-size: 1.1em;
        color: #da9606 !important;
        line-height: 14px;
        float: left;
        padding: 40px 0 0 0;
        background: url('/images/paging_prev.gif') no-repeat left top;
    }
    
        .article-item-container .paging a.right
        {
            text-align: right;
            background: url('/images/paging_next.gif') no-repeat right top;
        }

/* blog */
.blog-container
{
    width: 100%;
    float: left;
}

    .blog-listing-container
    {
        width: 100%;
        float: left;
    }

        .blog-listing-container h1
        {
            color: #4a4a4a;
            padding: 0 20px;
        }

        .blog-listing
        {
            width: 350px;
            float: left;
        }
        
        .blog-listing-container .blog-item
        {
            padding: 20px 20px 0 20px;
        }

    .blog-item-container
    {
        width: 710px;
        float: left;
        padding: 0 20px;
    }
        
        .blog-item-container .blog-item
        {
            padding: 20px 0 0 0;
        }
    
        .blog-item-img
        {
            width: 330px;
            float: left;
        }
    
        .blog-item-content
        {
            width: 370px;
            float: left;
            padding: 0 0 0 10px;
        }
        
            .blog-item-content h1
            {
                font-size: 1.8em;
                line-height: 20px;
                color: #da9606;
            }
    
.blog-item-header
{
    width: 100%;
    float: left;
}

    .blog-item-header a
    {
        font-size: 2em;
        float: left;
        margin: 13px 0 0 0; 
    }
    
        .blog-item-header a:hover
        {
            text-decoration: underline;
        }
        
.blog-item
{
    float: left;
}

    .blog-item h1,
    .blog-item p
    {
        width: 365px;
    }
    
    .blog-item h2,
    .blog-item p
    {
        width: 310px;
    }
    
    .blog-item h1,
    .blog-item h2
    {
        font-style: normal;
        color: #da9606;
        float: left;
        padding: 10px 0 5px 0;
    }
    
    .blog-item p
    {
        color: #4a4a4a;
    }
    
    .blog-item p.summary
    {
        font-size: 1.4em;
        line-height: 18px;
        padding: 0 0 20px 0;
    }
    
        .blog-item p.summary em
        {
            color: #4a4a4a;
        }

.blog-item-container .paging
{
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}

    .blog-item-container .paging a
    {
        width: 105px;
        font-size: 1.1em;
        color: #da9606 !important;
        line-height: 14px;
        float: left;
        padding: 40px 0 0 0;
        background: url('/images/paging_prev.gif') no-repeat left top;
    }
    
        .blog-item-container .paging a.right
        {
            text-align: right;
            background: url('/images/paging_next.gif') no-repeat right top;
        }

.blog-item-comment
{
    width: 100%;
    color: #4a4a4a;
    float: left;
    padding: 20px 0 0 0;
}

    .blog-item-comment h4
    {
        color: #da9606;
    }

.blog-item-comment-form
{
    width: 306px;
    float: left;
    padding: 20px 0 0 3px;
}

    .blog-item-comment-form fieldset
    {
        padding: 0
    }
    
    .blog-item-comment-form .status
    {
        font-size: 1.2em;
        color: #4a4a4a;
    }

    .blog-item-comment-form dd
    {
        color: #4a4a4a;
    }
    
    .blog-item-comment-form dt input,
    .blog-item-comment-form dt .textarea
    {
        color: #4a4a4a;
        background-color: #ccc;
    }
    
    .blog-item-comment-form dt a
    {
        color: #4a4a4a !important;
        background: url('/images/link_arrow_black.gif') no-repeat right top;
    }

/* Our People */
.people-container
{
    width: 100%;
    float: left;
}

    .people-container h1
    {
        width: 600px;
        font-size: 2.4em;
        color: #4a4a4a;
        padding: 0 0 0 20px;
    }

    .people-listing
    {
        width: 350px;
        float: left;
    }
    
    .people-listing-container .people-item
    {
        padding: 20px 20px 0 20px;
    }
    
.people-item
{
    float: left;
}

    .people-item h2,
    .people-item p
    {
        width: 310px;
    }
    
    .people-item h2
    {
        font-style: normal;
        color: #da9606;
        float: left;
        padding: 10px 0 5px 0;
    }
    
    .people-item p
    {
        color: #4a4a4a;
    }
    
    .people-item p.summary
    {
        font-size: 1.4em;
        line-height: 18px;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        background: url('/images/plus.gif') no-repeat right bottom;
    }
   
        .people-item p.summary em
        {
            color: #4a4a4a;
        }

    .people-item p.content
    {
        font-size: 1.1em;
        line-height: 14px;
        padding: 0 0 10px 0;
        background: url('/images/minus.gif') no-repeat right bottom;
    }

/* Search Results */
.search-results-container
{
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}

    .search-results-container h1
    {
        color: #4a4a4a;
        padding: 0 20px;
    }
    
        .search-results-container h1 em
        {
            color: #da9606;
        }
    
        .search-result-container
        {
            width: 710px;
            float: left;
            padding: 0 20px;
        }
        
            .search-result
            {
                float: left;
                padding: 10px 5px;
                border-bottom: solid 1px #6f6f6f;
            }
        
                .search-result p
                {
                    width: auto;
                }

    .search-results-container .paging
    {
        width: 100%;
        float: left;
    }

        .search-results-container .paging .heading
        {
            font-size: 1.6em;
            padding: 5px 15px 0 0;
        }

        .search-results-container .paging div
        {
            float: left;
        }
        
    .search-results-container .no-results
    {
        width: 95%;
        padding: 20px 0 0 20px;
    }
        
/* Google Map */
.google-map
{
    width: 100%;
    float: left;
}

/* Where to Buy */
.where-buy-ctr
{
    width: 730px;
    color: #fff;
    float: left;
    padding: 0 0 0 20px;
}

    .where-buy-ctr .search-container
    {
        width: 710px;
        float: left;
        margin: 20px 0;
    }
    
        .where-buy-ctr .search-container .search-box
        {
            width: 50%;
            float: left;
        }
        
        .where-buy-ctr .search-container .search-filter
        {
            width: 50%;
            font-family: Times New Roman;
            font-size: 1.8em;
            font-weight: bold;
            font-style: italic;
            line-height: 22px;
            float: right;
            text-align: center;
            padding: 10px 0 0 0;
        }
        
            .where-buy-ctr .search-container .search-filter input
            {
                margin: 0 5px 0 0;
            }
            
            .where-buy-ctr .search-container .search-filter label
            {
                margin: 0 15px 0 0;
            }
            
    .where-buy-ctr .item-ctr
    {
        width: 100%;
        float: left;
        padding: 30px 0 80px 0;
    }

        .where-buy-ctr .item-ctr dl
        {
            width: 320px;
            float: left;
            padding: 9px 15px 4px 15px;
            margin: 28px 0 0 0;
            position: relative;
            background: url('/images/transp_bg.png') repeat top left;
        }

            .where-buy-ctr .item-ctr dd
            {
                width: 60px;
                font-size: 1.1em;
                color: #da9606;
                font-style: italic;
                line-height: 22px;
                float: left;
            }
            
            .where-buy-ctr .item-ctr dt
            {
                font-size: 1.3em;
                line-height: 22px;
                margin: 0 0 0 65px;
            }
            
            .where-buy-ctr .item-ctr dl .marker-img
            {
                position: absolute;
                top: -10px;
                left: -10px;
            }

            .where-buy-ctr .google-map
            {
                width: 730px;
                height: 350px;
                float: left;
            }

/* Google Map Info */
.google-map-info h2
{
    font-size: 1.4em;
    color: #000;
    font-style: normal;
    line-height: normal;
}

.google-map-info p
{
    color: #000;
    line-height: normal;
}

.google-map-info a
{
    margin: 0;
}

/* Horizontal Accordion */
.accordion-container
{
    display: inline-block;
}

    .accordion-container div
    {
        float: left;
    }

        .IE6 .accordion-container div
        {
            behavior: url('/htc/iepngfix.htc');
        }

    .accordion-container .bottle-link
    {
        width: 200px;
        height: 600px;
        float: left;
    }

    .accordion-container ul
    {
        height: 636px;
	    list-style: none;
        display: block;
        float: left;
        overflow: hidden;
    }

        .accordion-container ul li
        {
            height: 636px;
            float: left;
            display: inline;
            overflow: hidden;
            position: relative;
            margin-left: -10px;
        }
        
.home-accordion-content
{
    width: 250px;
    float: left;
}

    .home-accordion-content .content-ctr-light
    {
	    width: 230px;
        padding: 0 20px 0 0;
    }

    .home-accordion-content h2
    {
        width: 230px;
        font-size: 2.5em;
        font-style: normal;
        line-height: 30px;
    }
    
    .home-accordion-content .link-arrow-ctr,
    .home-accordion-content .buy-now
    {
        width: 230px;
    }
    
        .home-accordion-content .buy-now a
        {
            width: 80px;
            height: 24px;
            float: left;
            text-indent: -5000px;
            background: url('/images/buynow_blk.gif') no-repeat left top;
            margin: 5px 0 0 0;
        }
        
/* Entry page */
.entry #content-container
{
    width: 540px;
    float: left;
    padding: 0 0 0 7px;
}

    .entry h1
    {
        width: 201px;
        height: 41px;
        float: left;
        text-indent: -5000px;
        margin: 25px 0 0 17px;
        background: url('/penderyn/media/images/logos/logo_white.png') no-repeat left top;
    }

    .entry-content
    {
        width: 100%;
        float: left;
    }

        .entry .header
        {
            width: 518px;
            float: left;
            padding: 5px 0 0 20px;
            background: url('/penderyn/media/images/entry/content_bg.gif') no-repeat left top;
        }

            .entry .header h2
            {
                width: 408px;
                font-size: 2em;
                font-style: normal;
                color: #fff;
                line-height: 24px;
                letter-spacing: -0.03em;
                text-align: right;
                float: left;
                padding: 0;
            }

            .entry .header a
            {
                width: 90px;
                height: 15px;
                font-size: 1.1em;
                color: #696b6f !important;
                font-weight: bold;
                float: right;
                text-align: center;
                padding: 90px 0 0 0;
            }

        .entry .content
        {
            width: 410px;
            float: left;
            padding: 0 20px;
        }

            .entry .content p
            {
                font-size: 1.4em;
                color: #da9606;
                font-weight: bold;
                text-align: right;
            }
            
            .entry .content .checkbox
            {
                float: right;
                margin: 5px 0 0 0;
            }
            
                .entry .content .checkbox input
                {
                    float: right;
                }
            
                .entry .content .checkbox label
                {
                    font-size: 1.1em;
                    color: #696b6f;
                    font-weight: bold;
                    float: right;
                    line-height: 20px;
                }
                
            .entry .content .validation
            {
                width: 100%;
                float: left;
                text-align: right;
            }
            
        .entry .footer
        {
            width: 380px;
            float: left;
            text-align: right;
            padding: 45px 0 0 45px;
        }

            .entry .footer p
            {
                font-size: 1.1em;
                color: #646569;
                line-height: 14px;
                float: left;
                padding: 4px 0 10px 0;
            }
            
            .entry .footer a
            {
                color: #646569 !important;
            }
    
/* Sitemap */
.sitemap-container
{
    width: 730px;
    float: left;
    padding: 20px 0 0 20px;
}

    .sitemap-container ul
    {
        width: 300px;
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .sitemap-container ul ul
        {
            width: 280px;
        }

            .sitemap-container ul ul ul
            {
                width: 260px;
            }

        .sitemap-container ul li
        {
            font-weight: bold;
            padding: 3px 0 2px 10px;
        }

            .sitemap-container ul li a
            {
                font-size: 1.1em;
                text-decoration: none;
            }

            .sitemap-container ul li li
            {
                font-weight: normal;
                padding-left: 20px;
            }

/* Video */
.video-container
{
    width: 100%;
    float: left;
}

.video-container #flashMovie
{
    color:#FFFFFF;
}

/* The Cocktails */
.cocktail-listing-container
{
}

#cocktail-filters
{
    float:left;
    margin-bottom:21px;
    padding-left:18px;
}

.cocktail-filter
{
 margin-right:8px!important;
 width:155px!important;
 float:left;
}
	#cocktail-filters h2
	{
	  width:auto;
	  float:left;
	  margin-right:15px;
	}
	#cocktail-filters select
	{
	  float:left;
	  margin-right:10px;
          margin-top:3px;
	}
#cocktail-filters .show-all
	{
	  padding:4px 0 5px 27px;
          float:left;
          font-size:1.2em;
          
          color:#000000!important;
          background:transparent url(/images/close.gif) no-repeat left top;
	}
.cocktail-item
{
    width:180px;
    height:204px;
    padding:0px 0px 11px 0px;
    background-color:#ffffff;
    float:left;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    border-left:1px solid #f0f0f0;
}
.cocktail-no-resluts
{
    width:180px;
    height:220px;
    padding:0px 0px 11px 0px;
    background-color:#ffffff;
    float:left;
    border:1px solid #f0f0f0;
    position:relative;
}
.cocktail-item-row
{
  border-top:none;
}

.cocktail-item-last
{
   
    border-right:1px solid #f0f0f0;
}

    .cocktail-item img,.cocktail-no-resluts img
    {
        width:180px;
    }

    .cocktail-item h2
    {
        
        margin-left:13px;
        font-size:1.6em;
    }

        .cocktail-item h2 a
        {
            color:#b2b2b2!important;
        }
        
        .cocktail-item h2 a:hover
        {
            color:#DA9606 !important
        }
        
.cocktail-recipe-holder
{
    width:679px;
    padding:12px 33px 27px 11px;
    float:left;
    background-color:#ffffff;	
    border:1px solid #f0f0f0;    
}
    .cocktail-recipe-close
    {
        width:100%;
        float:left;
        clear:both;
        margin-bottom:15px;
    }
        .cocktail-recipe-holder a.cocktail-recipe-close-link
        {
            padding:4px 0 5px 27px;
            float:left;
            font-size:1.2em;
            color:#000000!important;
            background:transparent url(/images/close.gif) no-repeat left top;
         }
    
        .cocktail-recipe-holder a:hover.cocktail-recipe-close-link
        {
        }
    
    .cocktail-recipe-image
    {
        width:316px;
        float:left;        
    }
         .cocktail-recipe-image img
         {
             width:300px;
             clear:both;
             margin:0 auto; 
             display:block;           
         }
         
.cocktail-recipe-text
{
    width:310px;
    float:left;
    margin-left:30px;
}
  
    .cocktail-recipe-text h1,.cocktail-recipe-text h2,.cocktail-recipe-text h3
    {
         color:#8bbb50!important;         
    }
    
    .cocktail-recipe-text h1,.cocktail-recipe-text p
    {
        margin-bottom:24px; 
    }
    
    .cocktail-recipe-text ul.bullet-list li
    {
         background-image:none!important;
         padding:4px 0px!important;
         font-size:1.6em!important;  
         color:#8bbb50!important;
	 
    }
    
    .cocktail-recipe-text ul.bullet-list
    {       
        padding:0px 0 0 0px !important;
        margin-bottom:24px;        
    }
     .cocktail-recipe-text ul.bullet-list li span
     {
      
     }
     .cocktail-recipe-text ul.bullet-list li .buy-now a
        {
            width: 68px;
            display:inline-block;
            height: 19px;
            text-indent: -5000px!important;
            background: url('/images/buynow_wht.gif') no-repeat left top;
            margin: 0 0 0 5px;
        }
    
    .cocktail-recipe-text .link-arrow-ctr a
    {
        color:#000000!important;
        background:transparent url(/images/link_arrow_black.gif) no-repeat scroll right top;  
    }
    
    .cocktail-recipe-text .link-arrow-ctr a:hover   
    {   
        background:transparent url(/images/link_arrow_on.gif) no-repeat scroll right top;
        color:#DA9606 !important
    }	  
        .cocktail-recipe-text .link-arrow-ctr .right
        {
            position:relative;
            left:18px;
        }
.cocktail-related-holder
{
    float:left;
    clear:both;
    width:100%;
}    