﻿/*
 Theme Name:   Yogi-Ecommerce-2
 Description:  A business, blog and multiprightHeaderDivurpose theme.
 Theme URI:    http://www.darkside-design.com/website/website1/
 Author:       Yogi
 Author URI:   http://www.myotcworld.com/website-package.aspx
 License: GNU  General Public License
 License URI:  http://themeforest.net/wiki/support/legal-terms/licensing-terms/
 Tags: pink, translation-ready, editor-style, featured-images, custom-header, custom-menu, right-sidebar, two-columns, theme-options
 Template:     yogi-ecommerce-2
 Version:      1.0
*/
/*------------------------- Layout styles ------------------------*/
body {
    margin: 0;
    overflow-x: hidden;
}

.bodyClass {
    width: 100%;
}

p a {
    text-decoration: underline;
    color: #8B8B8B;
}

/*-------------------------	Header --------------------------*/
.header {
    width: auto;
    margin: 2px auto;
    /*background: url("Images/nav_shadow.png")no-repeat scroll center top, none repeat scroll 0 0 #F9F9F9;*/
}

    .header div {
        width: 960px;
        margin: -2px auto;
        overflow: hidden;
    }

        .header div a#logo {
            display: block;
            float: left;
        }

            .header div a#logo img {
                border: 0;
                width: 100%;
            }

        .header div div.navigation {
            float: right;
            overflow: hidden;
            height: 30px;
            width: auto;
            margin: 0;
        }

            .header div div.navigation ul.first {
                background: url(Images/bg-top-navigation-left.png) no-repeat;
                height: 30px;
                padding: 0 0 0 21px;
            }

                .header div div.navigation ul.first li {
                    background: url(Images/bg-top-navigation.png);
                }

            .header div div.navigation ul li.first a {
                border: 0;
            }

            .header div div.navigation ul {
                list-style: none;
                padding: 0;
                margin: 0;
                float: left;
            }

                .header div div.navigation ul li {
                    float: left;
                    background: url(Images/bg-top-navigation2.png);
                    height: 30px;
                }

                    .header div div.navigation ul li a:hover, .header div div.navigation ul.first li.selected a, .body .content div.blog div.paging ul li a:hover, .header div div.navigation ul li.selected a {
                        color: #ef0288;
                    }

                    .header div div.navigation ul li a {
                        text-decoration: none;
                        color: #721c49;
                        font-family: arial;
                        font-size: 14px;
                        text-shadow: 0 1px 0 #fff;
                        border-width: 1px;
                        border-style: none none none solid;
                        border-color: #fff;
                        height: 30px;
                        display: inline-block;
                        line-height: 30px;
                        padding: 0 10px;
                    }

        .header div form.search {
            position: absolute;
            right: 0;
            bottom: 10px;
            width: 365px;
        }

            .header div form.search input {
                background: url(Images/interface.gif) no-repeat 0 -90px;
                width: 365px;
                height: auto;
                border: 0;
                float: left;
                padding: 11px 0 11px 40px;
                color: #a1a1a1;
                font-size: 15px;
            }

                .header div form.search input#submit {
                    background: url(Images/interface.gif) no-repeat 0 -150px;
                    width: auto;
                    height: 24px;
                    position: relative;
                    margin: 7px 0 0 -360px;
                    font-size: 14px;
                    padding: 0 0 0 30px;
                }

.bar {
    background-color: #222222;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 41px;
    text-align: center;
}

.barInner {
    padding: 11px 5px 9px 18px;
}

    .barInner a {
        color: #999999;
        font-size: 15px;
        font-weight: bold;
        padding: 11px 5px 9px;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 #000000;
        transition: all 0.3s ease-out 0s;
        text-decoration: none;
    }

        .barInner a:hover {
            color: #FFFFFF;
        }

#leftHeaderDiv {
    width: 30%;
    float: left;
}

#headerSidebar {
    width: 38%;
    float: right;
    padding-right: 17px;
    height: 168px;
}

    #headerSidebar ul {
        margin: 0;
        padding: 0;
    }

        #headerSidebar ul img {
            height: 162px;
            width: auto;
        }

#rightHeaderDiv {
    float: right;
    width: 20%;
    margin-top: 35px;
}

    #rightHeaderDiv a:hover {
        background-color: #111111;
        transition: all 0.3s ease-out 0s;
    }

    #rightHeaderDiv a {
        background-color: #E08CE3;
        border-radius: 50px;
        display: inline-block;
        height: 30px;
        margin-left: 5px;
        transition: all 0.3s ease-out 0s;
        width: 30px;
    }

    #rightHeaderDiv img {
        height: 30px;
        width: 30px;
    }

#rightHeaderHeadingDiv {
    color: #F6008A;
    font-size: 25px;
    font-weight: bold;
    margin-left: 75px;
    margin-top: 30px;
    position: absolute;
    text-align: center;
    width: 80%;
}


.header div#navigation {
    height: 40px;
    background: url(Images/bg-navigation.gif) repeat-x;
    width: auto;
}

    .header div#navigation ul {
        list-style: none;
        margin: 0 auto;
        padding: 0 20px;
        width: 920px;
        overflow: hidden;
    }

        .header div#navigation ul li {
            float: left;
            width: 14%;
            text-align: center;
            clear: none;
        }

            .header div#navigation ul li.current_page_item a {
                font-weight: bold;
            }

            .header div#navigation ul li.selected a {
                font-weight: bold;
                color: #fff;
                text-shadow: none;
            }

            .header div#navigation ul li.selected {
                background: url(Images/bg-menu-selected.gif) no-repeat center top;
                width: 18%;
            }

            .header div#navigation ul li a {
                font-family: arial;
                color: #fcddf9;
                text-shadow: 0 -1px 0 #920052;
                font-size: 14px;
                text-decoration: none;
                line-height: 40px;
                font-weight: normal;
            }

                .header div#navigation ul li a:hover {
                    color: #fff;
                    font-weight: bold;
                    text-shadow: none;
                }
            /*hover menu*/
            .header div#navigation ul li ul {
                position: absolute;
                display: none;
                padding-left: 0px;
                margin-top: -2px;
                z-index: 1;
                background-color: #F6008A;
                width: 170px;
                border: solid 1px #FFFFFF;
            }

                .header div#navigation ul li ul li {
                    list-style: none;
                    float: none;
                    width: 100%;
                    text-align: left;
                    padding-left: 20px;
                }

                    .header div#navigation ul li ul li a {
                        color: #FFFFFF;
                        font-size: 15px;
                    }

#navigation ul li:hover ul.sub-menu {
    display: block;
}

.children li {
    float: none;
}
/*End*/
/*-------------------------	Body --------------------------*/
.calloutcontainer {
    background: none repeat scroll 0 0 #333333;
    border-bottom: 8px solid #CCCCCC;
    border-top: 8px solid #CCCCCC;
    height: 140px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    border-bottom: medium none;
    border-top: medium none;
    color: #FFFFFF;
    font-size: 30px;
    margin: 0;
    text-shadow: none;
    text-transform: none;
    color: #E08CE3;
}

#cntctfrm_contact_form div {
    padding-top: 15px;
}

.body {
    height: auto;
    position: relative;
}

.bodyInner {
    width: 960px;
    margin: 10px auto;
}

    .bodyInner p, .bodyInner label {
        color: #999999;
    }

.body .featured {
    overflow: hidden;
    padding-bottom: 10px;
}

    .body .featured a {
        margin: 0 10px 0 0;
    }

        .body .featured a img {
            border: 0;
        }

    .body .featured div.category {
        float: left;
        width: 26%;
        margin: 0 5px 0 0;
        background-color: #FFFFFF;
        border: dashed 1px #DFDFDF;
    }

    .body .featured div.gallery {
        float: right;
        width: 73%;
    }

        .body .featured div.gallery a {
            margin: 0;
        }

        .body .featured div.gallery ul.first {
            margin: 10px 0 0;
            float: left !important;
        }

        .body .featured div.gallery ul {
            padding: 0;
            margin: 10px 0 0 10px;
            float: left;
            list-style: none;
        }

            .body .featured div.gallery ul li a img:hover {
                filter: alpha(opacity=80);
                opacity: 0.8;
            }

.body div.article {
    width: auto;
    padding: 15px;
    font-family: arial;
    background: url(Images/bg-footer.png);
    overflow: hidden;
    clear: both;
}

    .body div.article div.first {
        width: 65%;
        margin: 0 20px 0 0;
        background: none;
        padding: 0;
        float: left;
    }

        .body div.article div.first p a {
            text-decoration: underline;
            color: #f6008a;
            background: none;
            padding: 0;
            margin: 0;
            display: inline-block;
        }

    .body div.article div {
        float: right;
        width: 30%;
        background: url(Images/separator-dotted.gif) no-repeat center bottom;
        padding: 0 0 20px 0;
    }

        .body div.article div.first h3 {
            color: #f6008a;
        }

        .body div.article div h3, h3#comments {
            color: #2a1500;
            font-size: 20px;
            font-weight: normal;
            margin-top: 15px;
        }

        .body div.article div p {
            margin: 20px 0;
            font-size: 13px;
            color: #918889;
            line-height: 20px;
            text-align: left;
        }

        .body div.article div h4 {
            color: #2f1307;
            font-size: 20px;
            font-weight: normal;
            margin: 0;
        }

        .body div.article div a {
            background: url(Images/icons.gif) no-repeat left 3px;
            color: #f6008a;
            text-decoration: none;
            padding: 0 0 0 20px;
            font-size: 13px;
            margin: 0 0 0 20px;
            display: block;
        }

        .body div.article div.connect {
            margin: 0;
            background: none;
            padding: 0;
        }

            .body div.article div.connect h2 {
                color: #5c5754;
                font-weight: normal;
                font-size: 20px;
                margin: 15px 0 21px;
            }

            .body div.article div.connect a {
                text-indent: -99999px;
                display: block;
                float: left;
                padding: 0;
            }

                .body div.article div.connect a#facebook {
                    background: url(Images/icons.gif) no-repeat 0 -80px;
                    width: 30px;
                    height: 30px;
                }

                .body div.article div.connect a#twitter {
                    background: url(Images/icons.gif) no-repeat 0 -261px;
                    width: 30px;
                    height: 30px;
                    margin: 0 0 0 35px;
                }

                .body div.article div.connect a#comments {
                    background: url(Images/icons.gif) no-repeat 0 -30px;
                    width: 30px;
                    height: 30px;
                    margin: 0 0 0 35px;
                }

                .body div.article div.connect a#flickr {
                    background: url(Images/icons.gif) no-repeat 0 -171px;
                    width: 30px;
                    height: 30px;
                    margin: 0 0 0 35px;
                }
/*Footer*/
.footer {
    clear: both;
    background-color: #333333;
    background-repeat: repeat;
}

    .footer div {
        width: 960px;
        margin: 2px auto;
        overflow: hidden;
    }

    .footer .first, .footer .third, .footer .fourth {
        width: 285px;
    }

    .footer .first, .footer .second, .footer .third, .footer .fourth {
        margin-right: 25px;
        float: left;
    }

    .footer .second {
        width: 305px;
    }

    .footer div ul {
        padding: 0px;
    }

        .footer div ul li {
            list-style: none outside none;
            text-align: left;
        }

            .footer div ul li a {
                color: #E08CE3;
                text-decoration: none;
            }

    .footer h3 {
        border-bottom: 6px solid #444444 !important;
        color: #999999 !important;
        font-size: 15px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-align: left;
    }

    .footer div.second a {
        text-align: left;
    }

        .footer div.second a img {
            opacity: 0.8;
        }

            .footer div.second a img:hover {
                opacity: 1 !important;
                transition: all 0.2s ease 0s;
            }

    .footer .third a {
        padding-right: 12px;
    }

        .footer .third a img {
            transition: all 0.3s ease-out 0s;
            opacity: 0.7;
        }

            .footer .third a img:hover {
                opacity: 1;
            }

#footerDown {
    background-color: #555555;
    background-image: url("Images/nav_shadow.png");
    text-align: center;
    color: #FFF;
}
/*End*/


.category ul {
    margin: 0px;
    padding-left: 20px;
}

    .category ul li {
        list-style: none;
        color: #7C5C3E;
        clear: both;
    }

        .category ul li a, .commentlist li a {
            font-size: 14px;
            line-height: 22px;
            text-decoration: none;
            color: #7C5C3E;
            float: left;
        }

            .category ul li a:hover {
                color: #D53267;
                text-decoration: none;
                cursor: pointer;
            }


.lefthd {
    background: url( "Images/lefthdbkg.png" ) no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #624428;
    font: 18px Georgia, "Times New Roman",serif;
    height: 65px;
    margin-bottom: -15px;
    padding-top: 10px;
}

.itemDiv {
    background-color: #F7EEE5;
    padding-top: 20px;
}

    .itemDiv .item {
        width: 30%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

        .itemDiv .item div {
            border: solid 1px #CACACA;
            text-align: center;
        }

            .itemDiv .item div img {
                width: 90%;
                height: auto;
            }

h2 {
    border-bottom: 6px solid #EEEEEE;
    color: #111111;
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-shadow: none;
}

.dayDiv {
    color: #111111;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 25px;
    text-shadow: none;
}

.timeDiv {
    color: #111111;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 15px;
    text-shadow: none;
}

.emailDiv {
    color: #E08CE3;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 22px;
    line-height: 22px;
    padding: 0 0 5px;
    text-shadow: none;
}

.aboutDiv {
    float: left;
    background-color: #F7EEE5;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    width: 880px;
}

    .aboutDiv p {
        text-align: justify;
        color: #918889;
        line-height: 20px;
        margin: 20px 0;
    }

        .aboutDiv p.lineHeight50 {
            line-height: 50px;
        }

.borderedPic {
    float: left;
    border-right: 10px solid #F7DFDC;
    float: left;
    margin-right: 10px;
    padding-right: 15px;
    margin-top: 10px;
}

    .borderedPic img {
        background-color: #FFFFFF;
        border: 1px solid #D9C5B5;
        padding: 6px;
    }

.tags a {
    padding-left: 10px;
}

#data > ul {
    padding-left: 10px;
}

#data ul li ul {
    padding-left: 20px;
}

#data #searchform div {
    padding-left: 20px;
}

    #data #searchform div input {
        margin-top: 5px;
    }

        #data #searchform div input[type="text"] {
            width: 200px;
        }

#data .widget_sp_image img {
    height: auto;
}
/*Postt*/
.featured .gallery .blog, #commentDiv {
    padding: 10px;
    color: #656A7B;
    background-color: #FFFFFF;
    text-align: left;
}

    .featured .gallery .blog h2 a {
        color: #FB78AF;
        font-family: 'Dancing Script',cursive;
        font-size: 35px;
        font-weight: normal;
        line-height: 30px;
        text-shadow: 1px 1px 0 #999595;
        text-decoration: none;
    }

        .featured .gallery .blog h2 a:hover {
            color: #FBCEE1;
        }

    .featured .gallery .blog div {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .featured .gallery .blog p {
        text-align: justify;
    }

.more-link, .readMoreAnchor {
    color: #59B2CC;
    text-decoration: underline;
}
/*End*/
/*Tag*/
.tagcloud {
    padding-left: 20px;
}

#data .tagcloud a {
    float: left;
    width: auto;
    background: #333;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
}
/*End*/
/*sidebar*/
#data {
    overflow: hidden;
    clear: both;
}
/*End*/
/*Comment*/
#comments {
    text-align: left;
}

    #comments a {
        color: #F6008A;
        text-decoration: none;
    }
/*End*/
/*Navigation*/
.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

    .nav-previous a, .nav-next a {
        color: #59B2CC;
    }

        .nav-previous a:hover, .nav-next a:hover {
            text-decoration: none;
        }
/*End*/
/*Sidebar*/
#sidebar ul li {
    text-align: left;
    width: 100%;
}

    #sidebar ul li a {
        width: 80%;
    }

        #sidebar ul li a.url {
            text-decoration: underline;
        }
/*End*/
h4 {
    color: #7A4E2C;
    font-family: 'Dancing Script',cursive;
    font-size: 27px;
    padding: 5px;
    text-shadow: 1px 1px 0 #CCCCCC;
    margin: 0px;
    text-align: left;
    text-decoration: underline;
}

.registertext_box {
    border: 1px solid #D5D7D8;
    color: #666565;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 18px;
    margin-top: 3px;
    padding: 1px;
    width: 205px;
}

.contactmsg_box {
    background-repeat: no-repeat;
    border: 1px solid #D5D7D8;
    color: #666565;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 100px;
    margin-top: 3px;
    padding: 1px;
    vertical-align: top;
    width: 340px;
}

.btn {
    background-color: #F6008A;
}

div#respond, .navigation, .commentlist li {
    clear: both;
}

.commentlist {
    margin-top: 0px;
}

input[type="text"] {
    border: 1px solid #D5D7D8;
    color: #666565;
    width: 200px;
    height: 20px;
}

#commentform #comment, #cntctfrm_contact_message {
    border: 1px solid #D5D7D8;
    color: #666565;
    height: 120px;
}

input[type="submit"] {
    background-color: #FB78AF;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    transition: all 0.3s ease-out 0s;
}

    input[type="submit"]:hover {
        background-color: #F6008A;
    }
/* WordPress Core */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

.sticky {
    border: 1px dashed #F6008A;
    border-radius: 4px;
    clear: both;
    color: #FFFFFF;
}

.gallery-caption {
    font-weight: normal;
    line-height: 30px;
    text-shadow: 1px 1px 0 #999595;
    text-decoration: none;
}

.bypostauthor {
    color: #7C5C3E;
    clear: both;
    top: 20px;
    left: 30px;
}
/*End*/
/*WooCommerce*/
#main, .body .woocommerce {
    margin: 20px auto;
    overflow: hidden;
    width: 960px;
}

p.form-row {
    margin-top: 10px;
}

#order_review_heading {
    clear: left;
    padding-top: 40px;
}

.woocommerce ul.products, .upsells ul.products {
    list-style: none outside none;
    margin: 10px 0 1em;
    padding: 0;
}

    .woocommerce ul.products:after, .upsells ul.products:after {
        clear: both;
        content: "";
        display: block;
    }

    .woocommerce ul.products li, .upsells ul.products li {
        float: left;
        margin: 0 3.5% 2.992em 0px;
        padding: 0;
        position: relative;
        width: 16.05%;
        height: 100%;
        border: solid 2px #CCCCCC;
        text-align: center;
    }

        .woocommerce ul.products li.first, .upsells ul.products li.first {
            clear: left;
        }

        .woocommerce ul.products li a, .upsells ul.products li a {
            text-decoration: none;
        }

            .woocommerce ul.products li a.button, #main .product .summary .cart .button, .upsells ul.products li a.button {
                background: -moz-linear-gradient(center top, #F7F6F7 0px, #E0DADF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
                border: 1px solid #C8BFC6;
                border-radius: 2px;
                box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
                color: #7C5C3E;
                cursor: pointer;
                display: inline-block;
                font-family: inherit;
                font-size: 100%;
                font-weight: bold;
                left: auto;
                line-height: 1em;
                margin-bottom: 5px;
                overflow: visible;
                padding: 6px 10px;
                position: relative;
                text-decoration: none;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
                white-space: nowrap;
            }

#main .product .summary .cart .button {
    margin-left: 30px;
}

.woocommerce ul.products li a.button:hover, #main .product .woocommerce .cart .button:hover {
    background: -moz-linear-gradient(center top, #F7F6F7 0px, #D4CDD2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.woocommerce ul li a img:hover, .thumbnails a img:hover, .upsells ul li a img:hover {
    opacity: 0.7;
}

.woocommerce ul.products li a span.onsale, #main .product span.onsale {
    background: -moz-linear-gradient(center top, #7C5C3E 0px, #D53267 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 #85AD74;
}

.woocommerce ul.products li a span.onsale {
    top: 6px;
    right: 6px;
}

#main div.product span.onsale {
    top: 0px;
    right: 615px;
    z-index: 10;
}

#main div.upsells span.onsale {
    top: 0px;
    right: 0px;
    z-index: 10;
}

.woocommerce .star-rating, #main .woocommerce-tabs #tab-reviews #reviews #comments .star-rating, .upsells .star-rating {
    background: url("Images/ico-star.png") repeat-x scroll left 0 rgba(0, 0, 0, 0);
    height: 16px;
    width: 80px;
    margin-left: 30px;
    margin-bottom: 10px;
}

    .woocommerce .star-rating span, #main .woocommerce-tabs #tab-reviews #reviews #comments .star-rating span, .upsells .star-rating span {
        background: url("Images/ico-star.png") repeat-x scroll left -32px rgba(0, 0, 0, 0);
        float: left;
        height: 0;
        overflow: hidden;
        padding-top: 16px;
    }

.woocommerce .products h3, .upsells .products h3 {
    color: #7C5C3E;
    font-family: Trebuchet MS;
    font-size: 12px;
    border-top: solid 2px #CCCCCC;
    margin-top: 0px;
    padding-top: 5px;
    margin-bottom: 5px;
    width: 150px;
    height: 35px;
    overflow: hidden;
}

.woocommerce ul.products li a span.price del span.amount, .woocommerce p.price del span {
    font-size: 11px;
}

.woocommerce ul.products li a span.price ins span.amount, .woocommerce p.price ins span {
    font-size: 14px;
}

.woocommerce ul.products li a span.price, .woocommerce p.price, .upsells ul.products li a span.price {
    color: #7C5C3E;
    font-family: Trebuchet MS;
    font-weight: bold;
}

#main .product {
    background-color: #FFFFFF;
    position: relative;
}

.woocommerce-breadcrumb, .woocommerce-breadcrumb a, .woocommerce-message a {
    color: #7C5C3E;
    font-size: 14px;
}

    .woocommerce-breadcrumb a, .woocommerce-message a {
        text-decoration: none;
        font-size: 17px;
    }

        .woocommerce-breadcrumb a:hover, .woocommerce-message a:hover {
            text-decoration: underline;
        }

        .woocommerce-breadcrumb a.home, .woocommerce-message a {
            font-weight: bold;
        }

#main .product .images img {
    max-width: 330px;
}

#main .product .images {
    float: left;
    width: 350px;
}

#main .product .summary {
    padding-top: 0px;
    float: left;
    width: 585px;
}

    #main .product .summary h1 {
        margin-top: 0px;
    }

.woocommerce .product_meta, .woocommerce .product_meta a {
    color: #7C5C3E;
    text-decoration: none;
}

    .woocommerce .product_meta a:hover {
        text-decoration: underline;
    }

#main .product .summary .cart .quantity .qty, .woocommerce .shop_table .product-quantity .quantity .qty {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C8BFC6 -moz-use-text-color #C8BFC6 #C8BFC6;
    border-image: none;
    border-radius: 2px 0 0 2px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 0 2px 0 #F7F6F7 inset;
    float: left;
    font-weight: bold;
    height: 28px;
    padding: 0;
    text-align: center;
    width: 43px;
}

#main .product .summary .cart .quantity .plus {
    border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    right: 521px;
    top: 0;
}

#main .product .summary .cart .quantity .minus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: -29px;
    right: 521px;
}

#main .product .summary .cart .quantity .plus, #main .product .summary .cart .quantity .minus, .woocommerce .shop_table .product-quantity .quantity .minus, .woocommerce .shop_table .product-quantity .quantity .plus {
    background: -moz-linear-gradient(center top, #F7F6F7 0px, #E0DADF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 20px;
}

#main .product .summary .buttons_added, .woocommerce .shop_table .product-quantity .quantity {
    position: relative;
}

.woocommerce-tabs {
    clear: both;
    padding-top: 5px;
}

    .woocommerce-tabs ul.tabs {
        list-style: none outside none;
        padding-left: 0px;
        margin-bottom: 0px;
        height: 30px;
    }

        .woocommerce-tabs ul.tabs li {
            float: left;
            padding-right: 50px;
        }

            .woocommerce-tabs ul.tabs li a {
                padding: 8px 50px;
                background-color: #CCCCCC;
                color: #624428;
                text-decoration: none;
                font-size: 18px;
                border-bottom: solid 2px #624428;
            }

                .woocommerce-tabs ul.tabs li a:hover {
                    text-decoration: underline;
                }

            .woocommerce-tabs ul.tabs li.active a {
                border-bottom: solid 2px #FFFFFF;
                border-left: solid 2px #624428;
                border-right: solid 2px #624428;
                border-top: solid 2px #624428;
            }

    .woocommerce-tabs #tab-description, .woocommerce-tabs #tab-reviews, .woocommerce-tabs #tab-additional_information {
        clear: both;
        border: 2px solid #624428;
        padding: 5px;
    }

        .woocommerce-tabs #tab-description h2, #main .woocommerce-tabs #tab-reviews #reviews #comments h2, #main .woocommerce-tabs #tab-additional_information h2, #main .woocommerce-tabs #tab-reviews #reviews #comments .add_review a, h3#reply-title {
            color: #624428;
        }

#commentform p.comment-form-author input#author {
    margin-left: 33px;
}

#commentform p.comment-form-email input#email {
    margin-left: 35px;
}

#commentform p.comment-form-comment textarea {
    margin-left: 5px;
}

#main .product .woocommerce #backgroundDiv {
    background: url( "Images/itemBackground.jpg" ) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 60px;
}

#main .product .woocommerce h1 {
    padding-left: 10px;
    padding-top: 5px;
}

#main .product .woocommerce h2 {
    color: #624428;
    font-family: Trebuchet MS;
    font-size: 18px;
    padding-left: 42px;
    margin-top: 0px;
    padding-top: 8px;
}

.woocommerce table.shop_table {
    border-top: 1px solid #CCCCCC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

    .woocommerce table.shop_table th {
        font-weight: bold;
        line-height: 18px;
        padding: 9px 12px;
    }

    .woocommerce table.shop_table td {
        border-top: 1px solid #CCCCCC;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 6px 12px;
    }

        .woocommerce table.shop_table td a.remove {
            border-radius: 100%;
            color: #D53267;
            display: block;
            font-size: 1.5em;
            font-weight: bold;
            height: 1em;
            line-height: 1;
            text-align: center;
            text-decoration: none;
            width: 1em;
        }

            .woocommerce table.shop_table td a.remove:hover {
                background-color: #D53267;
                color: #FFFFFF;
            }

        .woocommerce table.shop_table td, .woocommerce table.shop_table td a {
            color: #7C5C3E;
        }

            .woocommerce table.shop_table td.product-name {
                width: 140px;
            }

            .woocommerce table.shop_table td a {
                font-weight: bold;
                text-decoration: none;
            }

            .woocommerce table.shop_table thead tr, .woocommerce table.shop_table td.actions, .woocommerce #payment ul li div, .woocommerce #payment div.form-row {
                background-color: #F1F1F1;
                background: -moz-linear-gradient(center top, #FFFFFF 0%, #F1F1F1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
                color: #666666;
                text-shadow: 0 1px 0 #FFFFFF;
            }

            .woocommerce table.shop_table td a:hover {
                text-decoration: underline;
            }

            .woocommerce table.shop_table td.actions .coupon {
                float: left;
            }

            .woocommerce table.shop_table td.actions {
                text-align: right;
            }

.woocommerce .cart-collaterals {
    color: #7C5C3E;
    padding: 10px;
    border-top: 1px solid #CCCCCC;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
}

    .woocommerce .cart-collaterals h2 a {
        color: #7C5C3E;
        text-decoration: none;
    }

        .woocommerce .cart-collaterals h2 a:hover {
            text-decoration: underline;
        }

    .woocommerce .cart-collaterals button {
        background-color: #FFAAD4;
    }

    .woocommerce .cart-collaterals #calc_shipping_state, .woocommerce .cart-collaterals #calc_shipping_postcode {
        width: 239px;
    }

.woocommerce .shop_table .product-quantity .quantity .plus {
    border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    right: 98px;
    top: 0;
}

.woocommerce .shop_table .product-quantity .quantity .minus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: -30px;
    right: 98px;
}

.woocommerce .shop_table tr.cart_table_item {
    background-color: #FFFFFF;
}

.woocommerce p.woocommerce-info {
    margin-top: 0px;
}

    .woocommerce p.woocommerce-info a, .woocommerce form.login p.form-row a, .woocommerce p.myaccount_user a, .woocommerce .col2-set a {
        color: #7C5C3E;
        text-decoration: none;
    }

        .woocommerce p.woocommerce-info a:hover, .woocommerce form.login p.form-row a:hover, .woocommerce p.myaccount_user a:hover, .woocommerce .col2-set a:hover {
            text-decoration: underline;
        }

.woocommerce #customer_details, .woocommerce #order_review, .woocommerce .login, .woocommerce .checkout_coupon {
    padding: 10px;
    background-color: #FFFFFF;
}

.woocommerce #payment ul {
    list-style: none outside none;
}

    .woocommerce #payment ul li div p {
        padding: 10px;
    }

.woocommerce #payment div.form-row {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #CCCCCC;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce #customer_details .col-1 {
    float: left;
    width: 48%;
    padding-top: 27px;
}

.woocommerce #customer_details .col-2 {
    float: right;
    width: 48%;
    clear: right;
}

    .woocommerce #customer_details .col-1 .form-row-first, .woocommerce #customer_details .col-1 .form-row-last, .woocommerce #customer_details .col-2 .form-row-first, .woocommerce #customer_details .col-2 .form-row-last, .woocommerce form.login .form-row {
        float: left;
        overflow: visible;
        width: 47%;
    }

        .woocommerce #customer_details .col-1 .form-row-first input, .woocommerce #customer_details .col-1 .form-row-last input, .woocommerce #customer_details .col-2 .form-row-first input, .woocommerce #customer_details .col-2 .form-row-last input, .woocommerce #customer_details .col-1 .create-account #account_password_field input, .woocommerce #customer_details .col-1 .create-account #account_password-2_field input, .woocommerce .form-row input[type="text"], .woocommerce .form-row-first input[type="text"], .woocommerce .form-row-first input[type="password"], .woocommerce .form-row-last input[type="password"] {
            margin-top: 5px;
            width: 202px;
            border: 1px solid #CCCCCC;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
            height: 20px;
        }

    .woocommerce #customer_details .col-1 .form-row, .woocommerce #customer_details .col-2 .form-row {
        margin: 0 0 6px !important;
        padding: 3px;
    }

    .woocommerce #customer_details .col-1 #billing_company_field input, .woocommerce #customer_details .col-1 #billing_address_1_field input, .woocommerce #customer_details .col-1 #billing_city_field input, .woocommerce #customer_details .col-1 #billing_address_2_field input, .woocommerce #customer_details .col-2 #shipping_company_field input, .woocommerce #customer_details .col-2 #shipping_address_1_field input, .woocommerce #customer_details .col-2 #shipping_address_2_field input, .woocommerce #customer_details .col-2 #shipping_city_field input, .woocommerce #customer_details .col-2 #order_comments_field textarea, .woocommerce #customer_details .col-1 .create-account input, .woocommerce form.login .form-row input[type="text"], .woocommerce form.login .form-row input[type="password"] {
        margin-top: 5px;
        width: 420px;
        border: 1px solid #CCCCCC;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) inset;
        height: 20px;
    }

    .woocommerce #customer_details .col-2 #order_comments_field textarea {
        height: 80px;
    }

    .woocommerce #customer_details .col-1 #billing_country_field #billing_country, .woocommerce #customer_details .col-2 #shipping_country_field #shipping_country {
        margin-top: 5px;
        width: 425px;
    }

.form-row .required {
    color: #CC0000;
    font-weight: bold;
    border: none;
}

.woocommerce p.woocommerce-info {
    margin-bottom: 0px;
}

.woocommerce form.login, .woocommerce form.checkout_coupon {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin: 20px 0;
    padding: 5px;
    text-align: left;
}

.woocommerce ul.woocommerce-error {
    background-color: #FCD5D5;
    background-image: url("Images/error.png");
    color: #C22A69;
}

.woocommerce ul.woocommerce-error {
    background-position: 20px center;
    background-repeat: no-repeat;
    border: 1px solid;
    clear: both;
    line-height: 25px;
    list-style: none outside none !important;
    margin: 10px 30px;
    padding: 25px 20px 25px 70px;
    width: 60%;
}

.woocommerce h2 {
    color: #624428;
}

.woocommerce .form-row-first input[type="password"] {
    margin-left: 60px;
}

.woocommerce .form-row-last input[type="password"] {
    margin-left: 5px;
}

.woocommerce #editAddressDiv #billing_country_field #billing_country, .woocommerce #editAddressDiv #shipping_country_field #shipping_country {
    margin-left: 50px;
}

.woocommerce #editAddressDiv #billing_first_name_field #billing_first_name, .woocommerce #editAddressDiv #shipping_first_name_field #shipping_first_name {
    margin-left: 35px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_last_name_field #billing_last_name, .woocommerce #editAddressDiv #shipping_last_name_field #shipping_last_name {
    margin-left: 37px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_company_field #billing_company, .woocommerce #editAddressDiv #shipping_company_field #shipping_company {
    margin-left: 15px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_address_1_field #billing_address_1, .woocommerce #editAddressDiv #shipping_address_1_field #shipping_address_1 {
    margin-left: 55px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_address_2_field #billing_address_2, .woocommerce #editAddressDiv #shipping_address_2_field #shipping_address_2 {
    margin-left: 120px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_city_field #billing_city, .woocommerce #editAddressDiv #shipping_city_field #shipping_city {
    margin-left: 31px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_state_field #billing_state, .woocommerce #editAddressDiv #shipping_state_field #shipping_state {
    margin-left: 17px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_postcode_field #billing_postcode, .woocommerce #editAddressDiv #shipping_postcode_field #shipping_postcode {
    margin-left: 16px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_email_field #billing_email, .woocommerce #editAddressDiv #shipping_email_field #shipping_email {
    margin-left: 15px;
    width: 239px;
}

.woocommerce #editAddressDiv #billing_phone_field #billing_phone, .woocommerce #editAddressDiv #shipping_phone_field #shipping_phone {
    margin-left: 69px;
    width: 239px;
}

#editAddressDiv {
    background-color: #FFFFFF;
    padding: 10px;
    padding-left: 30px;
}

p.stars {
    overflow: hidden;
}

    p.stars span {
        background: url("images/ico-star.png") repeat-x scroll left 0 rgba(0, 0, 0, 0);
        float: left;
        height: 16px;
        position: relative;
        width: 80px;
    }

        p.stars span a {
            float: left;
            height: 0;
            left: 0;
            overflow: hidden;
            padding-top: 16px;
            position: absolute;
            top: 0;
            width: 16px;
        }

            p.stars span a.star-1 {
                width: 16px;
                z-index: 10;
            }

            p.stars span a.star-2 {
                width: 32px;
                z-index: 9;
            }

            p.stars span a.star-3 {
                width: 48px;
                z-index: 8;
            }

            p.stars span a.star-4 {
                width: 64px;
                z-index: 7;
            }

            p.stars span a.star-5 {
                width: 80px;
                z-index: 6;
            }

            p.stars span a.active {
                background: url("images/ico-star.png") repeat-x scroll left -32px rgba(0, 0, 0, 0);
            }

            p.stars span a:hover {
                background: url("images/ico-star.png") repeat-x scroll left -16px rgba(0, 0, 0, 0);
            }

.woocommerce-pagination ul.page-numbers {
    list-style: none outside none;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

    .woocommerce-pagination ul.page-numbers li {
        float: left;
        margin-left: 5px;
    }

        .woocommerce-pagination ul.page-numbers li span.current {
            font-weight: bold;
            border-color: #000000;
        }

        .woocommerce-pagination ul.page-numbers li span, .woocommerce-pagination ul.page-numbers li a {
            background-color: #FBCEE1;
            border: 1px solid #BFBFBF;
            float: left;
            margin: 2px;
            padding: 3px 5px;
            text-decoration: none;
        }
/*End*/
/*Common Elements*/
.left {
    float: left;
}

.right {
    float: right;
}

.none {
    float: none;
}

.clear {
    clear: both;
}

.positionRelative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

.positionFixed {
    position: fixed;
}

.fontStyleItalic {
    font-style: italic;
}

.fontWeightBold {
    font-weight: bold;
}

.textDecorationUnderline {
    text-decoration: underline;
}

.textDecorationNone {
    text-decoration: none;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize17 {
    font-size: 17px;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize20 {
    font-size: 20px;
}

.fontSize25 {
    font-size: 25px;
}

.marginTop0 {
    margin-top: 0px;
}

.marginLeftN65 {
    margin-left: -65px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft6 {
    margin-left: 6px;
}

.marginLeft25 {
    margin-left: 25px;
}

.marginLeft70 {
    margin-left: 70px;
}

.marginLeft90 {
    margin-left: 90px;
}

.marginRight6 {
    margin-right: 6px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.padding10 {
    padding: 10px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingLeft70 {
    padding-left: 70px;
}

.paddingLeft14 {
    padding-left: 14px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop50 {
    padding-top: 50px;
}

.paddingLeft25 {
    padding-left: 25px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft12 {
    padding-left: 12px;
}

.paddingLeft26 {
    padding-left: 26px;
}

.lineHeight50 {
    line-height: 50px;
}

.borderDashed {
    border: 1px dashed #DFDFDF;
}

.borderNone {
    border: none;
}

.borderBottomE08CE3 {
    border-bottom: 6px solid #E08CE3;
}

.textAlignLeft {
    text-align: left;
}

.textAlignCenter {
    text-align: center;
}

.textAlignRight {
    text-align: right;
}

.textAlignJustify {
    text-align: justify;
}

.width170 {
    width: 170px;
}

.width181 {
    width: 181px;
}

.width250 {
    width: 250px;
}

.width270 {
    width: 270px;
}

.width280 {
    width: 280px;
}

.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width370 {
    width: 370px;
}

.width315 {
    width: 315px;
}

.width317 {
    width: 317px;
}

.width330 {
    width: 330px;
}

.width400 {
    width: 400px;
}

.width445 {
    width: 445px;
}

.width465 {
    width: 465px;
}

.width580 {
    width: 580px;
}

.width600 {
    width: 600px;
}

.width630 {
    width: 630px;
}

.width660 {
    width: 660px;
}

.widthP40 {
    width: 40%;
}

.widthP100 {
    width: 100%;
}

.height5 {
    height: 5px;
}

.height10 {
    height: 10px;
}

.height20 {
    height: 20px;
}

.height22 {
    height: 22px;
}

.height30 {
    height: 30px;
}

.height60 {
    height: 60px;
}

.height70 {
    height: 70px;
}

.height80 {
    height: 80px;
}

.height125 {
    height: 125px;
}

.height200 {
    height: 200px;
}

.height270 {
    height: 270px;
}

.height410 {
    height: 410px;
}

.height575 {
    height: 575px;
}

.height640 {
    height: 640px;
}

.colorGreen {
    color: #009900;
}

.colorRed {
    color: Red;
}

.color918889 {
    color: #918889;
}

.colorFFFFFF {
    color: #FFFFFF;
}

.colorF6008A {
    color: #F6008A;
}

.backgroundColor41651A {
    background-color: #41651A;
}

.backgroundColorF7EEE5 {
    background-color: #F7EEE5;
}

.backgroundColorCCCCCC {
    background-color: #CCCCCC;
}

.firstcharacter {
    color: #333333;
    float: left;
    font-size: 70px;
    line-height: 55px;
    padding-right: 8px;
}

.displayNone {
    display: none;
}
/*End*/
/*Responsive for smartphones and tablets*/
@media only screen and (max-width: 480px) {
    .header div {
        width: 400px;
        margin: -2px auto;
        overflow: hidden;
    }

    .body {
        width: 400px;
        margin: 10px auto;
        height: auto;
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .header div {
        width: 768px;
        margin: -2px auto;
        overflow: hidden;
    }

    .body {
        width: 768px;
        margin: 10px auto;
        height: auto;
        position: relative;
    }
}
/*End*/
