/* Reset */
html, body, ul, ol, li, p,h1, h2, h3, h4, h5, h6,form, fieldset, a
{
    margin: 0;
    padding: 0;
    border: 0;
}

a img
{
    border:none;
    
}


a
{
    color:#272727;
    font-size:12px;
    cursor:pointer;
    
}


a:hover
{
    color:#3172AD;
    
}


a:active
{
    outline: none;
    
}


a:focus,select
{
    outline:none;
    
}


.clear
{
    clear:both;
    
}


p
{
    font-size:13px;
    line-height:1.6em;
    color:#555;
    margin:15px 0;
}
ul
{
    color: #555;
}


img
{
    border:0;
    vertical-align:top;
    
}


ul
{
    list-style:none;
    
}


th,td
{
    padding:2px;
    
}


body
{
    background:#1D1D1D;
    font-size: 100.01%;
    font-family:tahoma,Helvetica,sans-serif;
    background-image: url("../image/bg.png");
    background-attachment: fixed
}


ul,ol
{
    list-style:none;
    
}


caption,th,td
{
    font-weight:normal;
    text-align:left;
    
}


textarea:focus, input:focus
{
    outline: none;
    
}


.buttons .right a.colorbox
{
    background:none;
    color:#333;
    text-decoration:underline;
    padding:0;
    text-shadow:none;
    
}


input[type="button"],label
{
    cursor:pointer;
    
}


header, footer, article, section, nav
{
    display: block;
    
}


body, td, th, input, textarea, select, a
{
    font-size: 12px;
    
}


form
{
    padding: 0;
    margin: 0;
    display: inline;
    
}


input[type='text'], input[type='password'], textarea
{
    background: #fff;
    border: 1px solid #e6e6e6;
    padding:6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:5px;
    
}


input[type='text']:focus, input[type='password']:focus, textarea:focus
{
    border:1px solid #ccc;
    
}


select
{
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 2px;
    
}


label
{
    cursor: pointer;
    
}


.error
{
    color:#F33;
    font-size:11px;
    font-weight:bold;
    
}


#notification .success {
margin: 0;
position: fixed;
top: 0;
left: 0;
width: 100%; 
}
.success {
background: #693;
}
.warning
{
    background: #D92D1A;
}

.warning, .success {
color: #FFF;
padding: 5px;
/*margin-top: 15px;*/
text-align: center;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index:1000000;
}

#notification .success
{
    margin:0;
    
}


#notification img,#content .success img, .warning img
{
    cursor:pointer;
    position:relative;
    top:4px;
    left:10px
}


#notification a:hover
{
    color:#fff;
    
}



/* Container */
#container
{
    /* width:98%; */
    /* max-width:932px; */
    width: 932px;
    margin:80px auto;
    position: relative
}



/* Home */
body.home #content

{
    
    padding:0;
    
    width:707px;
    
    
}


#content

{
    padding:15px; 
    width:677px;
        position: relative;
    z-index: 8000;
}


body.category #content,body.search #content,body.brands #content,body.special_offers #content

{
    
    padding-right:0;
    
    width:692px;
    
    
}




/* SideLeft */
#sideLeft

{
    
    background:#3173AF;
    
    float:left;
    
    width:189px;
    
    padding:18px;
    
    position:fixed;
    
    z-index: 9000;
}


#sideLeft #cart

{
    
    position:absolute;
    
    top:-38px;
    
    left:0;
    
    
}


#sideLeft #cart h4

{
    
    float:left;
    
    width:auto;
    
    line-height:39px;
    
    padding-left:45px;
    
    font-family:"Trebuchet MS";
    
    font-weight:bold;
    
    
}


#sideLeft #cart h4 span

{
    
    display:block;
    
    padding:0 15px 0 8px;
    
    color:#3173AF;
    
    margin-left:1px;
    
    
}


#sideLeft #cart .content

{
    
    background:#3173AF;
    padding:8px;
    position:absolute;
    z-index:100000;
    top:39px;
    -webkit-box-shadow:0px 6px 11px -7px #000;
    box-shadow:0px 6px 11px -7px #000;
    width:209px;
    display:none;
    
}


#sideLeft #cart .content td.remove img
{
    position:relative;
    top:4px;
    cursor:pointer;
    background:#fff;
    padding:5px;
    top:-1px
}


#sideLeft #cart.active .content
{
    display:block;
}


#sideLeft #cart .content .mini-cart-info
{
    background:#fff;
    padding:4px;
    color:#666;
    
}


#sideLeft #cart .content .empty
{
    background:#fff;
    padding:8px;
    text-align:center;
    font-size:12px;
    color:#333;
    
}


.mini-cart-total
{
    background:#fff;
    color:#333;
    padding:0 8px 8px 8px;
    border-top:1px solid #ccc;
    
}


.mini-cart-total table
{
    width:100%;
    
}


.mini-cart-total td
{
    text-align:right;
    line-height:2em;
    
}


#sideLeft #cart .heading
{
    background:#3173AF url('../image/ui.png') no-repeat 0px -43px;
    width:225px;
    cursor: pointer;
}


#sideLeft #cart .heading a
{
    text-decoration:none;
    
}


#sideLeft #cart #cart-total
{
    color:#999;
    line-height:39px;
    font-family:"Trebuchet MS";
    font-weight:bold;
    position:absolute;
    right:25px;
    
}


#sideLeft #cart .heading a #cart-total span.item
{
    display:none;
    
}



#sideLeft #cart .checkout
{
    background:#fff;
    padding:10px;
    border-top:1px solid #ccc;
    
}


#sideLeft #cart .checkout li
{
    float:right;
    width:auto;
    margin-left:10px;
    
}


#sideLeft #cart .checkout a
{
    background:#3173AF;
    color:#fff;
    text-decoration:none;
    line-height:25px;
    padding:0 10px;
    display:inline-block;
    border-radius:3px;
    
}


#sideLeft #cart .checkout a:hover
{
    opacity:0.8;
    
}


#sideLeft #cart .checkout a.checkoutBtn
{
    background:#333;
    
}


        /* Logo */
        #sideLeft #logo{background:url('sep.png') no-repeat bottom;padding-bottom:18px;margin-bottom:18px;position:relative;left:-18px;width:225px;}
            #sideLeft #logo a{display:block;text-align:center;}
            
            #sideLeft #logo #logoman
            {
                
            }
            
            #sideLeft #logo #logobanner
            {
                top: 60px;
                right: 25px;
                position: absolute;
            }


/*Banner Style*/
#content .banner
{
		margin: -15px auto auto -15px;
        width: 707px;
        height: 240px;
        position: relative;
}
#content #slides
{
    display: none;
}
#content .banner .slidesjs-pagination
{
    /*padding: 20px;*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100000;
}
#content .banner .slidesjs-pagination .slidesjs-pagination-item
{
    display: inline-block;
    margin-right: 5px;
}

#content .banner .slidesjs-pagination .slidesjs-pagination-item a
{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0, 0.2);
    text-indent: -9999px; 
    white-space: nowrap;
    border-radius: 12px;
    border: 2px solid white;
}

#content .banner .slidesjs-pagination .slidesjs-pagination-item a.active
{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(255,255,255, .75);
    text-indent: -9999px; 
    white-space: nowrap;
    border: 2px solid white;
}

#content .banner .slidesjs-navigation
{
    display: none;
}


#content.category .banner
{
   /* margin-bottom: 15px;*/
}

#column-left .banner,#column-left .carousel
{
    margin-bottom:15px;
}


#column-left .box
{
    position:relative;
    margin-bottom:15px;
    
}


#column-left .box .wishlist
{
    display:none;
    
}


#column-left .box-heading
{
    background:#fff;
    color:#325B81;
    padding:8px 12px;
    font-weight:bold;
    
}


#column-left .item
{
    background:#fff;
    height:260px !important;
    width:189px !important;
    
}


#column-left .item .shortDesc
{
    display:none;
    
}


#column-left .item .name
{
    height:17px;
    overflow:hidden;
    
}


#column-left .itemPrice
{
    border-top:1px solid #ededed;
    margin-top:5px;
    
}


#column-left .slideNav
{
    position:relative;
    padding:0;
    right:0;
    bottom:0;
    float:left;
    width:100%;
    background:#fff;
    border-top:1px solid #ededed;
    border-left:0;
    
}


#column-left .slideNav .nav
{
    margin-left:12px;
    
}


#column-left .slideNav .prev
{
    left:0;
    
}


#column-left .slideNav .next
{
    margin-right:9px
}

#content .pagination
{
    /*display: none;*/
}
#content .results
{
    background: #FFF;
    position: relative;
    left: -15px;
    bottom: -15px;
    padding: 0 15px;
    line-height: 40px;
    width: 677px;
}

/* Logo */
#sideLeft #logo
{
    background:url('../image/sep.png') no-repeat bottom;
    padding-bottom:18px;
    margin-bottom:18px;
    position:relative;
    left:-18px;
    width:225px;
    text-align: center;
}


#sideLeft #logo a
{
    display:block;
    text-align:center;
    
}



/* Welcome Message */
#welcome
{
    top: -36px;
    left: 240px;
    position: absolute;
    width:705px;
}


#welcome p
{
    color:#AAA;
    font-size:12px;
    font-weight:bold;

    color: #AAA;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    text-align: center;
    padding: 5px;
}


#welcome p a
{
    color:#3595EC;
    text-decoration:none;
    
}


#welcome p a:hover
{
    color:#fff;
    
}




/* Search */
#searchWrapper
{
    background:url('../image/sep.png') no-repeat bottom;
    padding-bottom:18px;
    position:relative;
    left:-18px;
    width:225px;
    
}


#search
{
    background:url('../image/ui.png') no-repeat 0px -85px;
    padding:10px;
    margin-left:18px;
    position:relative;
    
}


#search input
{
    background:none;
    border:0;
    margin:0;
    padding:0;
    color:#666;
    
}


#search .button-search
{
    background:url('../image/ui.png') no-repeat -106px -18px;
    width:33px;
    height:22px;
    position:absolute;
    right:26px;
    top:6px;
    cursor:pointer;
    
}


/* Menu */
#respCat
{
    display:none;
    
}


#sideLeft #menu
{
    background:url('../image/sep.png') no-repeat bottom;
    margin: 5px 0px 12px 0px;
    padding-bottom:10px;
    
}


#sideLeft #menu li.active >
a
{
    color:#fff;
    
}


#sideLeft #menu ul li
{
    position:relative;
    left:-10px;
    
}


#sideLeft #menu ul li a
{
    color:#85B2DC;
    text-decoration:none;
    font-size:13px;
    line-height:35px;
    font-weight:bold;
    display:block;
    padding-left:15px;
    position:relative;
    z-index:5000;
    
}


#sideLeft #menu ul li >
a:hover
{
    color:#fff;
    
}


#sideLeft #menu ul li:hover >
a.parent
{
    color:#5999D1;
    background:#fff;
    
}


#sideLeft #menu ul li div
{
    position:absolute;
    top:0;
    left:180px;
    /*z-index:1000*/;
    /* width:228px; */
    display:none;
    background: url('../image/divBg.png') no-repeat bottom;
    padding-bottom:5px;
    
}


#sideLeft #menu ul li div.catColumn
{
    /* width:680px; */
    
}


#sideLeft #menu ul li div.catColumn ul
{
    float:left;
    width:225px;
    
}


#sideLeft #menu li div ul
{
    padding:10px 0 3px;
    position:relative;
    z-index:10000;
    background:#fff;
    
}


#sideLeft #menu li div ul li
{
    padding-left:20px;
    
}


#sideLeft #menu li div ul li a
{
    background:url('../image/subCatArrow.jpg') no-repeat top left;
    font-size:12px;
    color:#999;
    line-height: normal;
    padding-bottom: 11px;
    
}


#sideLeft #menu li div ul li a:hover
{
    color:#5999D1;
    
}


#sideLeft #menu li div .divImg
{
    background:url('../image/subDivBg.png') no-repeat;
    position:absolute;
    left:-140px;
    width:150px;
    height:60px;
    top:20px;
    
}

#sideLeft .twitter-timeline
{
    height: 200px !important;
}


/* Content */
#content
{
    background:#E4EEF2;
    /* float:left; */
    float: right;
    /* z-index: -1000; */
    position: relative;
}


#content .box
{
    margin:15px 0 15px 15px;
    
}

#content .product-grid
{
}


#content .box .box-content .box-product .item,.product-grid .item
{
    /*float: left;*/
    /*margin: 12px auto auto 10px;*/
    
    /* width:215px; */
    /* height: 360px; */
    background:#fff;
    /* margin:0 10px 15px 0; */
    border-bottom:1px solid #d7dcde;
    min-height: 360px;
    position: relative;
}

#content .product-grid .item-container
{
    float: left;
    width: 215px;
    /*height: 360px;*/
    padding-right: 10px;
    padding-bottom: 10px;
}


#content .box .box-content .box-product .item .image,.product-grid .item .image
{
    position:relative;
    
}

#content .box .box-content .box-product .item .image .itemArrow,.product-grid .item .image .itemArrow
{
    background:url('../image/ui.png') no-repeat -22px -11px;
    width:21px;
    height:8px;
    position:absolute;
    bottom:-1px;
    left:11px;
    
}


.box .box-content .box-product .item .name,.product-grid .item .name,.product-list .item .name,#tab-related .box-product .name
{
    padding:14px 14px 3px 14px;
    color:#333333;
    font-weight:bold;
    position:relative;
    overflow: hidden;
    height: 1.6em;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}



.box .box-content .box-product .item .name a,.product-grid .item .name a,.product-list .item .name a,#tab-related .box-product .name a
{
    text-decoration:none;
    font-size:14px;
    
}


.box .box-content .box-product .item .rating,.product-grid .item .rating
{
    padding:3px 0 5px 14px;
    
}


.item .rating span
{
    color:#666;
    font-size:11px;
    
}


.box .box-content .box-product .shortDesc,.product-grid .item .description
{
    padding:0 14px 8px 14px;
    color:#333;
    /* border-bottom:1px solid #ededed; */
    min-height: 80px;
}


.box .box-content .box-product .shortDesc p,.product-grid .item .description p
{
    margin:0;
}


.box .box-content .box-product .item .wishlist,.product-grid .item .wishlist,.product-list .item .wishlist
{
    position:absolute;
    top:0;
    right:0;
    width: 0px;
    
    width: 0px;
    
    height: 0px;
    
    border-style: solid;
    
    border-width: 0 35px 35px 0;
    
    border-color: transparent #143049 transparent transparent;
    
    
}



.box .box-content .box-product .item .wishlist a,.product-grid .item .wishlist a,.product-list .item .wishlist a
{
    background:url('../image/ui.png') no-repeat 0px -11px;
    display:block;
    width:11px;
    height:10px;
    text-indent:-9999px;
    overflow:hidden;
    position:relative;
    right:-18px;
    top:6px;
    
}


.box .box-content .box-product .item .wishlist a:hover,.product-grid .item .wishlist a:hover,.product-list .item .wishlist a:hover
{
    background-position:-11px -11px;
    
}


.item .price
{
    position:relative;
    
}


.item .price .promo
{
    color: #ff3333;
    font-size:9px;
    font-weight: bold;
    position: absolute;
    
    top: 19px;
    width: auto;
    left: 0px;
    
}


.itemPrice
{
    padding:10px 14px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;   
    border-top: 1px solid #EDEDED;
}


.itemPrice .price,.product-list .price,.price .price-new,#tab-related .box-product .price
{
    float:left;
    width:auto;
    font-size:16px;
    font-weight:bold;
    color:#2D69A0;
    font-family:"Trebuchet MS";
    
}


.itemPrice .cart,#tab-related .box-product a.button
{
    float:right;
    width:auto;
    
}


.itemPrice .cart input,.product-list .cart input,.cart input[type="button"],#tab-related .box-product a.button
{
    text-indent:-9999px;
    overflow:hidden;
    background:#3C85C8 url('../image/ui.png') no-repeat -48px 2px;
    width:30px;
    height:25px;
    border:0;
    border-radius:3px;
    
}



.itemPrice .cart input:hover,.product-list .cart input:hover,.cart input[type="button"]:hover
{
    opacity:0.8
}


.itemPrice .price-old,.product-list .price-old,.price .price-old
{
    text-decoration:line-through;
    color:#999;
    font-size:12px;
    
}

/* Shopping Cart Page */
            body.shopping_cart h1,.checkout_page h1{margin-bottom:15px;}
            .cart-info table{width:100%;margin-bottom:15px;border-collapse:collapse;border-top:1px solid #e6eaec;border-left:1px solid #e6eaec;border-right:1px solid #e6eaec;}
            .cart-info td{padding:7px}
            .cart-info thead td{color:#4D4D4D;font-weight:700;background:url('../image/pCartbg.jpg') repeat-x top;border-bottom:1px solid #e6eaec;line-height:2.5em;color:#666;}
            .cart-info tbody td{vertical-align:top;border-bottom:1px solid #DDD}
            .cart-info tbody .image img{border:1px solid #DDD}
                .cart-info tbody .quantity a img{position:relative;top:12px;}
            .cart-info tbody .quantity input[type=image]{position:relative;top:4px;cursor:pointer}
            .cart-info tbody span.stock{color:red;font-weight:700}
            .cart-module > div{display:none;margin-bottom:15px;}
            
            .cart-total{border-top:1px solid #DDD;overflow:auto;padding-top:8px;margin-bottom:15px}
            .cart-total table{float:right}
            .cart-total td{text-align:right;padding:3px}
            .cart-info thead .image,.cart-info tbody .image{text-align:center}
            .cart-info thead .name,.cart-info thead .model,.cart-info thead .quantity,.cart-info tbody .name,.cart-info tbody .model,.cart-info tbody .quantity{text-align:left}
            .cart-info thead .price,.cart-info thead .total,.cart-info tbody .price,.cart-info tbody .total{text-align:right}
            table.radio{margin-bottom:15px;}

	/* Breadcrumbs */
	ul.breadcrumb{background:#fff;margin-top:-15px;margin-left:-15px;padding:0 15px;float:left;width:677px;}
		ul.breadcrumb li{display:inline-block;float:left;width:auto;line-height:40px;margin-right:8px;}
			ul.breadcrumb li.active{background:url('../image/activeBread.jpg') no-repeat center top;}
				ul.breadcrumb li a{color:#999;text-decoration:none;display:inline;font-size:12px;}
					ul.breadcrumb li.active a{color:#3172AE;width: 0px;}

                    ul.breadcrumb li:not(:last-child)
                    {
                        padding-right: 15px;
                        background: url('../image/breadcrumb.png') no-repeat right;
                    }

                    ul.breadcrumb li:last-child
                    {

                        font-weight: bold;
                    }

                                        ul.breadcrumb li:last-child a
                    {

                        color: #3D3D3D;
                    }



/* CATEGORY REFINE */
.category-info
{
    position: relative;
    clear: both;
    width: 707px;
    left: -15px;
    background: url("../image/categorybackground.png") repeat #2D3342;
    padding-bottom: 50px;
}
.catInfo
{
    position: relative;
    left: 0;
    /* top: 25px; */
    background-color: rgba(0, 0, 0, 0.37);
    width: 90%;
    padding: 15px 0;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.25);
    /* padding-bottom: 25px; */
    margin: 0 auto;
    right: 25px;
    top: 25px;
    bottom: 25px;
}
.catInfo h1
{
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 24px;
    padding: 0 15px;
}
.catInfo .catDesc
{
    padding: 0 15px;
}
.catInfo .catDesc p 
{
    font-size: 13px;
    text-align: justify;
    font-family: Tahoma;
    /* font-family: 'Quicksand', sans-serif !important; */
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 0px 8px black;
}
.catInfo .subCat
{
    margin-top: 15px;
    padding: 15px;
}
.catInfo .subCat h2
{
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.catInfo .search
{
    padding: 15px;
    line-height: 30px;
    color: #BBB;
}
.catInfo .search input
{
    padding: 3px;
}
.catInfo .search input.button
{
    float: right;
    padding: 6px;
    background-color: rgba(0,0,0,0.45);
}
.category-list ul
{
    float: left;
    width: 25%;
    padding-top: 5px;
    position: relative;
}
.category-list ul li {
    list-style: disc;
    color: #CCC;
    /*margin-left: 15px;
    margin-bottom: 15px;
    padding: 5px 5px 5px 0;
    */
    /*display: block;*/
}
.category-list ul li a {
    text-decoration: none;
    color: #CCC;
    /* padding-bottom: 2px; */
}
.category-list ul li a:hover {
    color: #AAA;
    /*border-bottom: 1px dotted #AAA;*/
}

.category-list
{
    margin-top: 20px;
}

.category-list.grid ul.noimg li
{
    height: initial;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 5px 0 5px 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(188, 206, 208, 0.3);
    border-radius: 5px;
}

            /* Category List with images */
            .category-list.grid ul li 
            {
                list-style: none;
                color: #CCC;
                /*margin: 6px 6px 15px;
                padding: 5px 5px 5px 0;
                */
                /*width: 136px;
                height: 75px;*/
               /* background-repeat: no-repeat;
                background-color: #FFA500;
                background-position: center center fixed;
                */
                text-overflow: ellipsis;
                background: no-repeat center center fixed;

                position: relative;

               /* -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                */

                /*border: 2px solid black;*/
                display: block;


                /*margin-bottom: 20px;*/
                margin-bottom: 20px;
                text-align: center;
                box-shadow: 0px 0px 20px #000;
            }

            .category-list.grid ul li a img, .category-list.grid ul li 
            {
                width: 136px;
                height: 100px;

            }

            .category-list.grid ul li a
            {
                /*position: absolute;*/
                /*
                left: 0;
                right: 0;
                bottom: 0;
                padding: 4px;
                */
                
                display: block;
                margin: 4px 0px 4px 0px;


               

            }

                        .category-list.grid ul li a div
                        {
                position: absolute;
               
                left: 0;
                right: 0;
                bottom: 0;
                padding: 4px;
                 background-color: rgba(0, 0, 0, 0.3);
                        }


/* CATEGORY CONTROLS */
.product-filter
{
    background: #FFF;
    position: relative;
    left: -15px;
    padding: 0 15px;
    width: 677px;
    line-height: 40px;
    color: #333;
    border-bottom: 1px solid #CCC;
}
.product-filter .display, .product-filter .limit, .product-filter .sort {
    float: left;
    width: auto;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #E1E1E1;
}

.display
{
    display: none;
}

.compare, .product-compare
{
    display: none;
}

/* Product Grid */
                .product-grid,.product-list{padding:15px 0;}
                    .product-grid .compare{clear:both;padding:8px 14px;border-top:1px solid #ededed;}   
                        .product-grid .compare a{color:#666;}
                            .product-grid .compare a:hover{color:#333;}
                            .product-grid .compare a span,.product-list .compare a span{font-size:11px;background:#ccc;border-radius:3px;color:#fff;padding:0 3px;border-bottom:1px solid #bbb;position:relative;top:-1px;margin-right:5px;} 
               /* .pagination{background:#fff;padding:15px;width:648px;border-bottom:1px solid #d7dcde;} 
                    body.product_page #review{margin-bottom:10px;}
                    #review .pagination{padding:0;width:100%;}
                    #review .pagination .results{padding:15px;margin-bottom:5px;}
                    */
                
                /* Product List */
                .product-list .item{clear:both;margin:0 15px 15px 0;border-bottom:1px solid #d7dcde;position:relative;}
                    .product-list .item .left{float:left;width:215px;}
                        .product-list .item .left .wishlist{display:none;}
                    .product-list .item .right{float:right;width:432px;background:#fff;padding:15px;height:140px;}
                    .product-list .item .image{position:relative;}
                        .product-list .item .image .itemArrow{background:url('../image/listArrow.png') no-repeat;position:absolute;top:10px;right:0;width:11px;height:21px;}        
                    .product-list .item .name{padding:0 0 5px;}
                        .product-list .item .description{border-bottom:1px solid #d7dcde;padding-bottom:5px;}
                        .product-list .price{float:left;padding-top:5px;width:auto;}
                        .product-list .cart{float:right;padding-top:8px;width:auto;}
                        .product-list .compare{float:right;width:auto;margin-right:15px;padding-top:14px;}
                        .product-list .price .promo{top:21px;}
            
            /* Product Page */
            .product_page .product-info{padding:15px 0;}
                .product-info .left{float:left;width:215px;}
                    .product-info .left .image{position:relative;}
                        .product-info .left .image .itemArrow{background:url('../image/itemArrow.png') no-repeat left;width:21px;height:8px;position:absolute;bottom:0;left:17px;}
                    .product-info .left .description{background:#eef5f7;padding:15px;border:1px solid #DADFE2;border-width:0 0 2px 1px;line-height:2em;color:#666;}
                        .product-info .left .image .zoom{background:url('../image/zoom.png') no-repeat;width:27px;height:27px;text-indent:-9999px;overflow:hidden;position:absolute;bottom:10px;right:10px;display:none;}
                        ul.image-additional li .zoom{background:url('../image/zoom.png') no-repeat;width:27px;height:27px;text-indent:-9999px;overflow:hidden;position:absolute;bottom:12px;right:18px;display:none;}
                        .product-info .left .description span{color:#333;font-weight:bold;}
                            .product-info .left .links{position:relative;left:-15px;width:185px;border-top:1px solid #DADFE2;display:block;padding:10px 15px 0;margin-top:10px;}
                            .product-info .left .wishlist{background:url('../image/wishlist.png') no-repeat bottom left;padding-left:18px;line-height:10px;color:#2D69A0;font-size:11px;}
                            .product-info .left .compare{background:url('../image/compare.png') no-repeat bottom left;padding-left:18px;line-height:10px;color:#2D69A0;font-size:11px;}
                                .product-info .left .wishlist:hover,.product-info .left .compare:hover{opacity:0.8;}
                .product-info .right{background:#fff;float:left;width:460px;border:1px solid #dadfe2;border-width:1px 1px 2px;}
                    .product-info .right .image-additional{border-bottom:1px solid #E6EAEC;padding:15px;}
                        .product-info .right .image-additional li{display:inline-block;border:1px solid #E6EAEC;padding:1px;margin-right:3px;position:relative;width:64px;}
                            .product-info .right .prodDesc{padding:15px 15px 0;}
                                .product-info .right h1{font-size:16px;color:#333;padding-bottom:5px;}
                                .product-info .right .review{padding-bottom:5px;}
                                .product-info .right .pDesc{padding-bottom:15px;}
                                .product-info .right .discount{padding-bottom:15px;color:#333;line-height:1.8em;border:1px solid #E6EAEC;padding:10px;margin-bottom:10px;}
                                    .product-info .share{margin-bottom:15px;}
                                        .product-info .share a{text-decoration:none;}
                                    .pAdd{border-top:1px solid #E6EAEC;position:relative;left:-15px;width:460px;}
                                        .product-info .right .price{float:left;width:auto;padding:6px 0 10px 15px;}
                                            .price .price-new{float:none;}
                                            .price .price-tax,span.reward{color:#666;display:none;}                                  
                                            .product-info .right .cart,.pOptions .cart{background:url('../image/pCartbg.jpg') repeat-x;float:right;width:auto;position:relative;padding:8px;border-left:1px solid #E6EAEC;}
                                                .pOptions .cart{background-position:bottom;}
                                    .product-info .right .cart span,.pOptions .cart span{color:#666;font-size:14px;font-weight:bold;padding-right:10px;}
                                    .product-info .right .cart .qtyBtn,.pOptions .cart .qtyBtn{background:#C0CACB;color:#fff;text-decoration:none;border-radius:2px;display:inline-block;text-align:center;width:15px;height:15px;}
                                        .product-info .right .cart .qtyBtn:hover,.pOptions .cart .qtyBtn:hover{background:#B5C0C1;}
                                            .product-info .right input#qty,.pOptions .cart input#qty{text-align:center;border-color:#DFE3E4;color:#666;font-weight:bold;font-size:12px;}
                                                .product-info .right .cart .increase,.pOptions .cart .increase{margin-right:10px;}
                                                
                                                .product-info .right .more{text-decoration:none;color:#3173AF;font-weight:bold;font-size:11px;}
                                                    .product-info .right .more:hover{color:#333;}

                                                    .tags{ padding: 15px; background-color: #fff; margin-top: 15px;}
                                                    .tags a { text-decoration: none; text-transform: capitalize;}
                                                
                        /* Product Options */
                        .options{margin-top:15px;}
                            .options h2{background:#fff;color:#333;font-size:12px;display:inline-block;padding:0 25px;line-height:45px;border:1px solid #E6EAEC;border-bottom:1px;position:relative;bottom:-1px;}
                            .options .pOptions{background:#fff;padding:15px;border:1px solid #E6EAEC;}
                            
                            .optionLeft{float:left;width:50%;margin-right:25px;border-right:1px solid #e6eaec;padding-right:25px;}
                                .optionLeft span.error{margin-bottom:15px;display:block;}
                                .optionLeft .option{margin-bottom:15px;}
                                .optionLeft .option .ocName{float:left;width:50%;font-size:12px;font-weight:bold;color:#666;}
                                    .optionLeft .option .ocName .required{text-align:right;}
                                .optionLeft .option .ocInput{float:left;width:auto;color:#666;line-height:2em;}
                                    .ocInput input[type='button']{background: #2D69A0;border: 0;padding: 5px 10px;color: #fff;border-radius: 3px;cursor: pointer;}
                                        .ocInput input[type='button']:hover{opacity:0.8;}
                        .opCart{width:260px;float:right;}
                        .opCart .discount{padding:10px;border:1px solid #e6eaec;line-height:1.8em;color:#333;text-align:center;}
                        .opCart .cart{width:242px;border-right:1px solid #e6eaec}
                            .opCart .cart div{width:180px;margin:0 auto;}
                            .minimum{text-align:center;margin-bottom:10px;color:#333;}
                            
            
            /* Product Tabs */
            #tabs a{color:#333;font-size:12px;display:inline-block;padding:0 25px;text-decoration:none;color:#999;font-weight:bold;}
                #tabs a.selected{background:#fff;line-height:45px;border:1px solid #E6EAEC;border-bottom:1px;position:relative;bottom:-1px;color:#333;}
                .tab-content{background:#fff;padding:15px;}
                #tab-review .warning{margin-bottom:15px;}
                
                /* Related */
                #tab-related .box-product .item{float:left;width:215px;margin-right:15px;border:1px solid #e6eaec;padding-bottom:10px;}
                    #tab-related .box-product a.button{padding:0;margin:-15px 15px 0 0;}
                    #tab-related .box-product .price{padding-left:15px;}
            

        /* Login */
        .login-content{margin-bottom:20px;overflow:auto}
        .login-content .left{float:left;width:48%}
        .login-content .right{float:right;width:48%}
        .login-content .left .content,.login-content .right .content{min-height:190px}

            /* Inner pages */
            .cWrapper{background:#fff;padding:15px;margin-top:15px;}
                .cWrapper .buttons a{text-decoration:none;margin-top:5px;display:inline-block;}
                .cWrapper h1{color:#2D69A0;font-size:16px;}
                .cWrapper h2{color:#666;font-size:14px;padding:8px 0;}
                .cWrapper form b{color:#999;}
                input[type='submit'],.cWrapper .buttons a,a.button,input[type='button']{background:#2D69A0;border:0;padding:5px 10px;color:#fff;border-radius:3px;cursor:pointer;}
                    a.button{text-decoration:none;display:inline-block;margin-top:5px;}
                    input[type='submit']:hover,.cWrapper .buttons a:hover,a.button:hover,input[type='button']:hover{ opacity:0.8;}
                    .contact-info .left{float:left;width:40%;}
                    .contact-info .right{float:right;width:40%;}
                    body.contact_us .content{clear:both;}
                        .cForm{padding-top:15px;}

/* Account */
.account-content{margin-bottom:20px;overflow:auto}
.account-content .left{float:left;width:48%}
.account-content .right{float:right;width:48%}
.account-content .left .content,.account-content .right .content{min-height:190px}
.account-content ul { line-height: 20px;}
.account-content a { text-decoration: none; }
.account-content a:hover { text-decoration: underline;}

/* Footer */
    #footer
    {
        background: rgba(0,0,0, 0.45);
        float:right;
        width:677px;
        padding:25px 15px 0;
    }




        #footer .column{float:left;width:125px;margin-right:35px}
            #footer .column h3{color:#bbb;font-size:12px;padding-bottom:10px;}
                #footer .column ul li a{text-decoration:none;color:#666;line-height:2em;}
                    #footer .column ul li a:hover{color:#ccc;}
        #footer .payments{background:rgba(0,0,0,0.45);color:#353535;line-height:43px;padding:0 14px;position:relative;width:679px;left:-15px;margin:25px 0 0;font-weight:bold;font-size:13px;}
            #footer .payments span{color:#444;}
            #footer .payments img{padding:10px}
            #powered{float:right;clear:both;width:auto;margin-bottom:50px;text-align:right;padding:10px 0;color:#666;line-height:1.6em;}
                #powered a{color:#888;}
                    #powered a:hover{color:#fff;}

            /* Checkout Page */
            .checkout-heading{background:url('../image/pCartbg.jpg') repeat-x top;border:1px solid #DBDEE1;font-weight:700;font-size:13px;color:#555;margin-bottom:15px;padding:8px;color:#666;}
            .checkout-heading a{float:right;margin-top:1px;font-weight:400;text-decoration:none}
            .checkout-content{display:none;overflow:auto;padding:0 0 15px}
            .checkout-content .left{float:left;width:48%}
            .checkout-content .right{float:right;width:48%;text-align:left;}
            .checkout-content .buttons .right{float:left;}
            .checkout-content .buttons{clear:both}
            .checkout-product table{width:100%;border-collapse:collapse;border-top:1px solid #DDD;border-left:1px solid #DDD;border-right:1px solid #DDD;margin-bottom:20px}
            .checkout-product td{padding:7px}
            .checkout-product thead td{color:#4D4D4D;font-weight:700;background-color:#F7F7F7;border-bottom:1px solid #DDD}
            .checkout-product tbody td{vertical-align:top;border-bottom:1px solid #DDD}
            .checkout-product tfoot td{text-align:right;border-bottom:1px solid #DDD}
            .checkout-product thead .name,.checkout-product thead .model,.checkout-product tbody .name,.checkout-product tbody .model{text-align:left}
            .checkout-product thead .quantity,.checkout-product thead .price,.checkout-product thead .total,.checkout-product tbody .quantity,.checkout-product tbody .price,.checkout-product tbody .total{text-align:right}
            body.checkout_page textarea{width:95% !important;}

    #footer .twitter a, 
    #footer .facebook a,
    #footer .etsy a,
    #footer .amazon a
    {
        display: block;
        padding-left: 24px;
    }

    #footer .twitter a:before,
    #footer .facebook a:before,
    #footer .etsy a:before,
    #footer .amazon a:before
    {
       /* background: url('../image/ui.png') no-repeat center left;*/
       content: '';;
       background: url('../image/ui.png') no-repeat;
       width: 18px;
       height: 18px;
       display: inline-block;
       position: absolute;
       margin-left: -25px;
        margin-top: 3px;
    }

    #footer .twitter a:before { background-position: -96px 0px; }
    #footer .facebook a:before { background-position: -114px 0px; }
    #footer .etsy a:before { background-position: -132px 0px; }
    #footer .amazon a:before { background-position: -78px 0px; }
            
/* Buttons */
.buttons .left {
    float: left;
}
.buttons .right 
{
    float: right;
}


/* CHRISTMAS LOGO */
                        /*<img id="logo_xmas_bg" src="catalog/view/theme/tinker/image/logo_xmas_bg.png"/>
                        <img id="logo_xmas_figure" src="catalog/view/theme/tinker/image/logo_xmas_figure.png"/>
                        <img id="logo_xmas_box_btm" src="catalog/view/theme/tinker/image/logo_xmas_box_btm.png"/>
                        <img id="logo_xmas_box_top" src="catalog/view/theme/tinker/image/logo_xmas_box_top.png"/>*/

#logo_xmas_bg
{
    position: relative;
}

#logo_xmas_figure, #logo_xmas_box_btm, #logo_xmas_box_top, #logo_xmas_box_back, #logo_xmas_box_clipper, #logo_xmas_hit, #logo_xmas_msg
{
    position: absolute;
    left: 0;
    top: 0;
}

#logo_xmas_msg
{
    left: -20px;
    top: 20px;
    z-index:1000;
    opacity: 0;
}

#logo_xmas_hit
{
    /*background-color: rgba(255, 0, 0, 0.5);*/
    width: 88px;
    height: 84px;
    left: 68px;
    top: 75px;
    z-index: 1000;
}

#logo_xmas_box_clipper
{
    width: 200px;
    height: 200px;
    top: 0;
    left: 12px;
    right: 0;
    bottom: 0;
    /*background-color: red;*/
    clip: rect(0px, 200px, 130px, 0px);
}

#logo_xmas_box_btm, #logo_xmas_box_back
{
    left: 60px;
    top: 95px;
    /*display: none;*/
}

#logo_xmas_box_top
{
    left: 67px;
    top: 72px;
    /*display: none;*/
}

#logo_xmas_figure
{
    top: 100px;
    left: 60px;
}

#snow
{
    left:0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    /*margin-left: -15px;*/
    position: absolute;
}

/* BIRTHDAY LOGO */
#logo .birthday 
{
    margin: 0 auto;
}
.balloons
{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}


.ads
{

}
.ads .center
{
    margin: 0 auto;
    width: 468px;
}


div#currency {
    float: right;
    font-weight: bold;
    font-family: arial;
    margin-right: 12px;
    padding: 8px;
    vertical-align: middle;
}
div#currency a:hover {
color: white;
}
div#currency a {
color: #3595EC;
font-size: 20px;
margin-left:5px;
}
div#currency .GBP, div#currency .USD, div#currency .EUR
{
    width: 16px;
    height: 11px;
    display: inline-block;
    background: url("../image/ui.png");
}

div#currency .GBP { background-position: 0px 0px; }
div#currency .USD { background-position: -32px 0px; }
div#currency .EUR { background-position: -16px 0px; }



.product_page ul
{
    font-size: 13px;
    list-style-type: initial;
    padding-left: 35px;
    line-height: 25px;
}


#footer .payments .cards
{
    width: 106px;
    height: 20px;
    display: inline-block;
        vertical-align: middle;
    background: url("../image/ui.png") 0px -23px;
    margin-right: 12px;
}

.blog .entry
{
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog .entry h3, .blog .entry h3 a
{
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}

.blog .entry .date
{
    float: right;
}

.blog .entry:last-child
{
    border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
}

.subCat a:hover > img
{
    mix-blend-mode: screen;
    background-color: rgba(255,255,255,0.2);
}

div.category-name 
{
    color: #C2C2C2;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
}

.subCat a:hover
{
    
    text-decoration: none;
}

.subCat a:hover > div.category-name
{
    color: white;
}