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

@import url(./fontsizes.css);
@import url(./main.css);

html {
    background-image: url(../images/bg.jpg);
}

body {
    margin: 0;
    padding: 0;
    position: relative;
}

h1{
    font-family:'PT Sans Narrow', sans-serif;
    font-size:30px;
    color:#666;
    font-style:normal;
    font-weight:normal;
    text-shadow: 0px 1px 0px rgba(255,255,255, 0.5);
    margin:0;
}

h2{
    font-family:'PT Sans Narrow', sans-serif;
    font-size:24px;
    color:#666;
    text-align:center;
    font-style:normal;
    font-weight:normal;
    letter-spacing:2px;
    text-shadow: 0px 1px 0px rgba(255,255,255, 0.5);
    text-transform:uppercase;
}

h3{
    font-family:'PT Sans Narrow', sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:24px;
    color:#666;
    padding:0 0 10px 0;
    margin:0;
}

h4{
    font-family:'PT Sans Narrow', sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:18px;
    color:#666;
    margin:10px 0;
    line-height:30px;
}

button {
    outline: none;
}

.wrapper {
    width: 940px;
    margin: 50px auto 0 auto;
    z-index: 10;
    position: relative;
   /* background-image: url(../images/bg-flare.png);*/
    background-repeat: no-repeat;
    background-position: top center;
}

.enter {
    height: 32px;
    width: 100%;
    background-color: #333;
    margin-top: 0px;
    position: fixed;
    top: 0;
    z-index: 20;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

/*
 .enter_hover, .enter:hover{
        margin-top:0;
        }*/

.wrapper1 {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.right-part {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0;
}

.left-part {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 5px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #CCC;
}

.left-part a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #eee;
    text-decoration: none;
    margin: 0;
}

.left-part a:hover {
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.enter a:hover {
    color: #fff;
}

a.sign-in {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ccc;
    text-decoration: none;
    margin: 0 30px 0 0;
}

a.register {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #ccc;
    text-decoration: none;
    margin: 0 20px 0 0;
}

a.exit {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #ccc;
    text-decoration: none;
    margin: 0 20px 0 0;
}

.logo {
    height: 49px;
    width: 149px;
    margin: 19px auto;
}

nav {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    letter-spacing: 1px;
    width: 100%;
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 11px 0;
    /*border:#0F3 solid 1px;*/
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

nav a {
    color: #666;
    text-decoration: none;
    margin: 0 23px;
    text-transform: uppercase;
}

nav a:hover {
    color: rgba(102, 102, 102, 0.5);
    text-decoration: none;
}

nav a.active {
    color: rgba(102, 102, 102, 0.5);
    text-decoration: none;
    text-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.8);
    cursor: default;
}

.slider {
    margin-top: -10px;
    width: 100%;
    height: 420px;
    position: relative;
}

.slider .slides_container {
    top: -8px;
}

.arr-left {
    height: 50px;
    width: 50px;
    background-image: url(../images/arr-left.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 190px;
    left: -10px;
    z-index: 500;
}

a.next, a.prev {

}

.arr-rght {
    height: 50px;
    width: 50px;
    background-image: url(../images/arr-rght.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 190px;
    right: -10px;
    z-index: 500;
}

.slider-shade {
    background-image: url(../images/slider-shade.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 940px;
    height: 18px;
    position: absolute;
    bottom: -18px;
}

.slide_pager {
    margin: 26px auto 0;
    width: 200px;
    position: relative;
    top: 400px;
    z-index: 500;
}

.slide_pager li {
    float: left;
    margin: 0 1px;
    list-style: none;
}

.slide_pager li a {
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 22px;
    background: url(../images/dot-inactive.png) no-repeat;
    float: left;
    overflow: hidden;
}

.slide_pager li.current a {
    background-image: url(../images/dot-active.png);
}

.promo-head {
    width: 100%;
    margin: 25px 0 0 0;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.promo-head a.active {
    font-size: 24px;
    color: #666;
    letter-spacing: 2px;
    margin: 0 20px;
    cursor: default;
}

span.s-line {
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center;
    padding: 0 50px;
    margin: 0;
}

.promo-head a {
    font-size: 20px;
    color: #999;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0 20px;
}

.promo-head a:hover {
    color: #666;
    text-decoration: none;
}

.promo {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 15px -20px 0 0;
}

.promo > div {
    position: relative;
    width: 3000px;
    left: 0;
    top: 0;
}

.promo > div > div {
    float: left;
}

.instant-buy {
    width: 200px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    text-align: left;
}

button.qty {
    width: 80px;
    height: 40px;
    margin: 50px 0 0 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #eee;
    border: none;
    color: #333;
    padding: 0 15px;
    text-align: left;
    background-image: url(../images/btn-drop-dwn.png);
    background-repeat: no-repeat;
    background-position: 50px 15px;
    position: relative;
}

button.qty:hover {
    background-color: #fff;
    border: none;
    color: #666;
    padding: 0 15px;
    text-align: left;
    background-image: url(../images/btn-drop-dwn-hover.png);
    background-repeat: no-repeat;
    background-position: 50px 15px;
}

button.qty:active {
    border: 0px;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

span.plus-minus {
    width: 40px;
    position: absolute;
    top: 50px;
    right: -40px;
}

button.plus {
    width: 40px;
    height: 20px;
    display: block;
    margin: 0;
    padding: 5px;
    background-color: #f5f5f5;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
}

button.minus {
    width: 40px;
    height: 20px;
    display: block;
    margin: 0;
    padding: 5px;
    background-color: #f5f5f5;
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
}

button.plus:hover {
    background-color: #fff;
    border: 0px;
    -moz-box-shadow: 0px 1px 0px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 0px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 0px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
}

button.plus:active {
    background-color: #ddd;
    border: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

button.minus:hover {
    background-color: #fff;
    border: 0px;
    -moz-box-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
}

button.minus:active {
    background-color: #ddd;
    border: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

button.buy {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #666;
    background-color: #eee;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 30px;
    border: none;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    margin: 20px 0 0 40px;
    height: 40px;
    width: 120px;
}

button.buy.subscribe {
    width: 157px;
    margin: 10px 0 0 20px;
}

span.subscribe {
    display: block;
    margin: 50px 0 10px 0;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-family: "PT Sans Narrow", sans-serif;
}

.item {
    width: 200px;
    padding: 10px;
    display: inline-block;
    float: left;
    margin: 0 20px 13px 0;
    text-align: center;
    position: relative;
}

.item a {
    display: block;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    /*  text-transform:capitalize;*/
}

span.m-line {
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center;
    padding: 0 80px;
    margin: 0;
}

a.name {
    font-size: 20px;
    color: #666;
    margin: 10px 0 -5px 0;
}

a.category {
    font-size: 18px;
    color: #666;
    margin: -8px 0 2px 0;
    text-transform: none;
}

a.name:hover {
    color: #999;
}

a.category:hover {
    color: #999;
}

a.brand {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    font-size: 14px;
    color: #999;
    letter-spacing: 0.08em;
}

a.brand:hover {
    color: rgba(102, 102, 102, 0.5);
}

span.price-s {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #666;
    text-decoration: none;
    margin: 3px 0;
    display: inline-block;
}

span.currency {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #666;
    text-decoration: none;
    margin: 3px 0;
    display: inline-block;
}

span.item-info {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999;
    text-decoration: none;
    float: none;
    display: block;
}

span.item-info i {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #999;
    text-decoration: none;
}
div.item-body {
    text-align: left;
}

.s-photo {
    width: 200px;
    height: 200px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.item.brand .s-photo {
    height: 149px;
}

.photogallery {
    width: 360px;
    padding: 10px;
    margin: 0 20px 30px 0;
    float: left;
    text-align: center;
}

.social {
    margin: 20px;
}

.video {
    float: none;
    clear: both;
    display: block;
    margin: 10px;
}

.b-photo {
    width: 360px;
    height: 360px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    margin: 0 0 15px 0;
}

.thumb {
    width: 60px;
    height: 60px;
    margin: 5px;
    display: inline-block;
}

.thumb img {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.thumb img:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.active-thumb {
    width: 60px;
    height: 60px;
    margin: 5px;
    display: inline-block;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.active-thumb img {
    z-index: -1;
    position: relative;
}

.item-description {
    width: 300px;
    display: block;
    float: left;
    margin: 0px 0 0 0;
    text-align: center;
}

.item-description a {
    display: block;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.item-description a.category {
    font-size: 18px;
    color: #666;
    margin: 5px 0 2px 0;
    text-transform: none;
}

.item-description a.category:hover {
    color: #999;
}

.item-description a.brand {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    font-size: 14px;
    color: #999;
    letter-spacing: 0.08em;
}

.item-description a.brand:hover {
    color: rgba(102, 102, 102, 0.5);
}

span.price-l {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: #666;
    text-decoration: none;
    margin: 10px 0 3px 0;
    display: inline-block;
}

.buy-item {
    width: 300px;
    height: 40px;
    position: relative;
    text-align: left;
    display: block;
    padding: 10px 0;
    margin: 20px 0 0 0;
}

.split-line {
    display: block;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center;
    padding: 0;
    margin: 20px 20px 20px 20px;
    width: 260px;
    height: 2px;
}

/*------------------------cart-----------------------*/

.cart-informer, .cart-informer2{
    display:block;
    width:560px;
    margin:10px 20px;
    background:#ffc;
    background-image:url(../images/warning-ico.png);
    background-repeat:no-repeat;
    background-position:20px center;
    padding:30px 20px 30px 80px;
    text-align:left;
    box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

span.informer-text{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:20px;
    padding:0;
    color:#f66;
}

.cart-item-top {
    display: block;
    width: 700px;
    height: 100px;
    position: relative;
    margin: 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}

.cart-item-remove {
    display: none;
    width: 16px;
    height: 16px;
    background-image: url(../images/remove-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    left: 3px;
    position: absolute;
}

.cart-item-top:hover {
    background: rgba(153, 153, 153, 0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    border-top: none;
}

.cart-item-top:hover .cart-item-remove {
    display: block;
}

.cart-item {
    display: block;
    width: 700px;
    height: 100px;
    margin: 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}

.cart-item:hover {
    background: rgba(153, 153, 153, 0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    border-top: none;
}

.cart-subtotal {
    display: block;
    width: 680px;
    height: 100px;
    margin: 0;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 0 0;
    font-size: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #666;
    text-align: right;
}

.subtotal-letters {
    width: 540px;
    display: inline-block;
    float: left;
    font-size: 24px;
    padding: 8px 0 0 0;
    margin: 0;
}

.subtotal-numbers {
    width: 140px;
    display: inline-block;
    float: left;
    margin: 0;
}

.cart-subtotal span {
    font-size: 24px;
}

.cart-total {
    display: block;
    width: 680px;
    height: 140px;
    margin: 0;
    padding: 10px 20px 0 0;
    font-size: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #666;
    text-align: right;
    font-weight: bold;
    position: relative;
    z-index: 5;
}

.total-letters {
    width: 540px;
    display: inline-block;
    float: left;
    font-size: 24px;
    padding: 8px 0 0 0;
    margin: 0;
}

.total-numbers {
    width: 140px;
    display: inline-block;
    float: left;
    margin: 0;
}

.cart-total span {
    font-size: 24px;
}

.cart-item-photo {
    width: 60px;
    height: 60px;
    margin: 20px;
    padding: 0;
    display: inline-block;
    background: #999;
    float: left;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.cart-item-name {
    height: 60px;
    width: 200px;
    text-align: left;
    display: inline-block;
    margin: 20px 0;
    float: left;
}

.cart-item-multiply {
    height: 40px;
    color: #666;
    text-align: left;
    padding-top: 20px;
    display: inline-block;
    margin: 20px 0;
    float: left;
}

.cart-item-multiply a {
    text-decoration: none;
    color: #666;
}

.cart-item-name a {
    display: block;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
    margin: 8px 0 0 0;;
    color: #666;
    font-size: 20px
}

.cart-item-name a:hover {
    text-decoration: none;
    color: #999;
}

.cart-item-qty {
    height: 60px;
    width: 140px;
    text-align: left;
    display: inline-block;
    margin: 20px 0 0 20px;
    float: left;
    position: relative;
}

.cart-item-price {
    height: 45px;
    width: 80px;
    text-align: right;
    display: inline-block;
    margin: 20px 0;
    float: left;
    padding: 15px 0 0 0;
    font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #666;
}

.cart-item-price span {
    font-size: 18px;
}

.cart-item-summ {
    height: 50px;
    width: 131px;
    text-align: right;
    display: inline-block;
    margin: 20px 0;
    float: left;
    padding: 10px 0 0 0;
    font-size: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #666;
}

.cart-item-summ span {
    font-size: 24px;
}

button.qty-c {
    width: 80px;
    height: 40px;
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border: none;
    color: #333;
    padding: 0 15px;
    text-align: left;
    background-image: url(../images/btn-drop-dwn.png);
    background-repeat: no-repeat;
    background-position: 50px 15px;
    position: relative;
}

button.qty-c:hover {
    border: none;
    background-color: #fff;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    background-image: url(../images/btn-drop-dwn-hover.png);
    background-repeat: no-repeat;
    background-position: 50px 15px;
}

button.qty-c:active {
    border: none;
    background-color: #eee;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

span.plus-minus-c {
    width: 40px;
    position: absolute;
    top: 10px;
    left: 80px;
}

span.multiply {
    /*position:absolute;*/
    top: 20px;
    left: 140px;
    color: #666;
}

button.buy-c {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #666;
    background-color: #f5f5f5;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 30px;
    border: none;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    margin: 30px 0 0 60px;
    height: 40px;

}

button.buy-c:hover {
    background-color: #fff;
    border: 0px;
    -moz-box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
}

button.buy-c:active {
    background-color: #ddd;
    border: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.cart-total a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    text-decoration: none;
    margin: 0 0 0 40px;
}

.cart-total a:hover {
    color: #999;
}


.cart-options{
    width:360px;
    float:left;
    z-index:10;
    position:relative;
    margin:0 0 40px 0;
}

button.city{
    width:240px;
    height:40px;
    margin:10px 20px 10px 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color:#fff;
    border:none;
    color:#333;
    padding:0 15px;
    text-align:left;
    text-transform:none;
    background-image:url(../images/btn-drop-dwn.png);
    background-repeat:no-repeat;
    background-position:210px center;
    position:relative;
}

button.city:hover{
    color:#666;
    border:none;
    background-color:#fff;
    -moz-box-shadow:
        inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow:
        inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    text-shadow:0px 1px 0px rgba(255,255,255,0.5);
    background-image:url(../images/btn-drop-dwn-hover.png);
    background-repeat:no-repeat;
}

button.city:active{
    border:none;
    background-color:#eee;
    -moz-box-shadow:
        inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow:
        inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow:
        inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    text-shadow:0px 1px 0px rgba(255,255,255,0.5);
}

.big-checkbox{
    font-size:24px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#666;
    margin:0;
}

.radiobutton{
    font-size:20px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#666;
    margin:0;
}

.radiobutton span{
    padding:0 30px;
    color:#999;
}

textarea.comment{
    width:280px;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    padding:10px;
    margin:10px 0px 10px 20px;
    -moz-appearance:none;
    border:none;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    resize:none;
}

.fieldtip{
    font-size:14px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#999;
    margin:0 0 0 25px;
}

.cart-check{
    width:320px;
    float:left;
    z-index:10;
    padding:10px 0;
    position:relative;
    background:#FFc;
    box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    border-top:#ccc dashed 2px;
    text-align:center;
}

a.edit{
    padding:5px 20px;
    font-size:16px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#999;
    background-image:url(../images/edit.png);
    background-repeat:no-repeat;
    background-position:left center;
    text-decoration:none;
}

a.edit:hover{
    color:#36f;
    background-image:url(../images/edit-hover.png);
}

.check{
    text-align:right;
    width:320px;
    font-size:24px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#666;
    margin:10px 0;
}

.check td{
    width:50%;
    padding:0px 20px 10px 20px;
}

.check span{
    font-size:30px;
}

td.check-total{
    border-top:#fc6 dashed 1px;
    padding:10px 20px 0px 20px;
}

.thankyou{
    display:block;
    text-align:center;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    line-height:36px;
    position:relative;
    z-index:10;
    min-height:400px;
}

a.pdf{
    font-size:16px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#999;
    padding:10px 10px 10px 32px;
    background-image:url(../images/pdf.png);
    background-repeat:no-repeat;
    background-position:left center;
    text-decoration:none;
    margin:20px;
}

a.pdf:hover{
    color:#666;
    background-image:url(../images/pdf-hover.png);
}

a.print{
    font-size:16px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#999;
    padding:10px 10px 10px 40px;
    background-image:url(../images/print.png);
    background-repeat:no-repeat;
    background-position:left center;
    text-decoration:none;
    margin:20px;
}

a.print:hover{
    color:#666;
    background-image:url(../images/print-hover.png);
}




/*---------------------end of cart-------------------*/

/*--------------------------text------------------------ */

.text {
    padding: 0 160px 0 160px;
    position: relative;
    z-index: 5;
}

.text h1 {
    padding: 0 0 20px 0;
}

/*--------------------------end of text------------------------ */

.news {
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.news a {
    color: #666;
    text-decoration: none;
}

.news h3:hover {
    color: #999;
    text-decoration: none;
}

button.qty-i {
    width: 80px;
    height: 40px;
    margin: 0 0 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border: none;
    color: #333;
    padding: 0 15px;
    text-align: left;
    background-image: url(../images/btn-drop-dwn.png);
    background-repeat: no-repeat;
    background-position: 50px 15px;
    position: relative;
}

button.qty-i:hover {
    border: none;
    background-color: #fff;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    background-image: url(../images/btn-drop-dwn-hover.png);
    background-repeat: no-repeat;
    background-position: 50px 15px;
}

button.qty-i:active {
    border: none;
    background-color: #eee;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

span.plus-minus-i {
    width: 40px;
    position: absolute;
    bottom: 0px;
    left: 100px;
}

button.buy-i {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #666;
    background-color: #f5f5f5;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 30px;
    border: none;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    margin: 0px 0 0 60px;
    height: 40px;
    width: 120px;
}

button.buy-i.subscribe {
    width: 157px;
    margin: 3px 0 0 20px;
}

button.buy-i:hover {
    background-color: #fff;
    border: 0px;
    -moz-box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1), inset 0px 0px 1px rgba(0, 0, 0, 0.5);
}

button.buy-i:active {
    background-color: #ddd;
    border: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.main-news {
    clear: both;
    margin: 0 -20px 20px 0;
    z-index: 5;
}

.main-news p {
    color: #666;
}

.one-news {
    width: 280px;
    padding: 10px;
    float: left;
    margin: 35px 20px 40px 0;
    text-align: center;
    display: inline-block;
    /*border:#0F0 solid 1px;*/

}

a.news-head {
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #666;
    text-decoration: none;
    line-height: 30px;
    padding: 0 0 10px 0;
    display: inline-block;
}

a.news-head:hover {
    color: #999;
    text-decoration: none;
}

.footer {
    clear: both;
    height: 160px;
    margin: 0 20px;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: top;
}

.foot-shade {
    background-image: url(../images/foot-shade.png);
    background-repeat: no-repeat;
    width: 940px;
    height: 72px;
    background-position: center;
    position: absolute;
    top: -72px;
    z-index: 1;
}

.f-cols {
    margin: 0 -20px 0 0;
}

.foot-col {
    width: 140px;
    margin: 15px 20px 0 0;
    float: left;
    display: inline-block;
}

.foot-col li {
    margin: 10px 0;
}

.foot-col a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.foot-col a:hover {
    color: #999;
    text-decoration: none;
}

a.drop {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.drop span {
    background-image: url(../images/drop-dwn-s.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 6px 3px 6px;
}

a.drop:hover span {
    background-image: url(../images/drop-dwn-s_hover.png);
}

.footer address {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

a.creator {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    margin: 78px 0 0 0;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

a.creator:hover {
    color: #F33;
}

.fb {
    margin: 70px 0 20px 0;
}

a.top {
    background-image: url(../images/gototop.png);
    background-repeat: no-repeat;
    background-position: top;
    color: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 48px 20px 0 20px;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    display: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 200px;
    right: 20px;
}

a.top:hover {
    background-image: url(../images/gototop_hover.png);
    color: rgba(0, 0, 0, 0.5);
}

/*---login form---*/

.dark {
    display: none;
    /*background-color: rgba(51, 51, 51, 0.9);*/
    background: url(../images/bg_pixel.png);
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 1000;
    /*-webkit-box-shadow: inset 0px 0px 900px 100px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 900px 100px rgba(0, 0, 0, 0.3);*/
}

.pop-up {
    width: 620px;
    height: 50%;
    margin: 12% auto;
    padding: 0;
}

.pop-col1 {
    width: 260px;
    margin: 0 100px 0 0;
    float: left;
}

.pop-col2 {
    width: 260px;
    margin: 0;
    float: left;
}

.pop-up-close {
    height: 23px;
    width: 23px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../images/pop-up-close.png);
    background-repeat: no-repeat;
}

.pop-up-close:hover {
    background-image: url(../images/pop-up-close_hover.png);
}

input.long:focus {
    background-color: #fff;
}

input.long {
    width: 241px;
    height: 40px;
    margin: 20px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    border: 0;
    padding: 0 0 0 15px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #eee;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

button {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #666;
    background-color: #eee;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 30px;
    border: none;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    margin: 38px 0 0 0;
    height: 40px;
}

button:hover {
    color: #333;
    background-color: #ccc;
    border: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 1px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 1px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

button:active {
    background-color: #ccc;
    border: 0px;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

button.long {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #666;
    background-color: #eee;
    cursor: pointer;
    text-transform: uppercase;
    padding: 7px 30px;
    border: 0px;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
    margin: 20px 0 22px 0;
}

button.long:hover {
    color: #333;
    background-color: #ccc;
    border: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 1px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.0), inset 0px 1px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

button.long:active {
    background-color: #ccc;
    border: 0px;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 20px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

legend {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-size: 30px;
    color: #ccc;
    font-weight: normal;
    margin: 60px 0 0 15px;
    font-style: normal;
}

span.forgot a {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #ccc;
    text-decoration: none;
    margin: 0 0 0 40px;
}

span.forgot a:hover {
    color: #fff;
}

span.hint {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #CCC;
}

/*---end of login form---*/

.container {
    /*overflow:hidden;*/
    margin: 40px 0;
}

.main-col {
    width: 720px;
    display: table;
    margin: 0 -20px 0 20px;
    float: left;
}

.category-head {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 24px;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    max-width: 700px;
    overflow: hidden;
    margin: 4px 0 15px 0;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: center;
    clear: both;
}

.cat-h {
    position: relative;
    display: inline-block;
    background: #CCC;
    padding: 0 30px;
    background-image: url(../images/bg.jpg);
}

.pagination {
    clear: both;
    display: block;
    text-align: center;
    padding: 10px 0;
}

ul.pages {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #666;
    text-decoration: none;
    margin: 10px 0 20px 0px;
}

ul.pages li {
    display: inline;
}

ul.pages a.active {
    background-color: rgba(102, 102, 102, 0.05);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    color: rgba(102, 102, 102, 0.5);
}

ul.pages a.active:hover {
    background-color: rgba(102, 102, 102, 0.05);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    color: rgba(102, 102, 102, 0.5);
    cursor: default;
}

ul.pages a {
    color: #666;
    text-decoration: none;
    padding: 7px 25px;
    background-color: #f5f5f5;
    margin: 0 -1px 0 -2px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1;
    position: relative;
}

ul.pages a:hover {
    color: #666;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

a.show-all {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    text-decoration: none;
    padding: 2px 20px 8px 20px;
    z-index: 2;
    position: relative;
}

a.show-all:hover {
    text-decoration: none;
    color: rgba(102, 102, 102, 0.5);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    background-image: url(../images/drop-dwn-s_hover.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

/*---left column---*/

.left-col {
    width: 220px;
    float: left;
    display: block;
    text-align: center;
}
.left-col2{
    width:300px;
    float:left;
    display:block;
    text-align:center;
    padding:10px 0px;
    position:relative;
}


ul.categories {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    margin: 0 0 8px 0;
}

ul.categories a {
    color: #666;
    text-decoration: none;
}

ul.categories a:hover {
    text-decoration: none;
    color: rgba(102, 102, 102, 0.5);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

ul.categories a.active {
    background-image: url(../images/ul-cat-bg.png);
    background-repeat: repeat-x;
    background-position: center;
    text-decoration: none;
    color: rgba(102, 102, 102, 0.5);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    padding: 5px 15px;
    cursor: default;
}

ul.categories span.left {
    background-image: url(../images/ul-cat-l.png);
    background-repeat: no-repeat;
    padding: 2px 5px 2px 6px;
}

ul.categories span.right {
    background-image: url(../images/ul-cat-r.png);
    background-repeat: no-repeat;
    padding: 2px 6px 2px 5px;
}

ul.brands {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    font-variant: small-caps;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
}

ul.brands a {
    color: #666;
    text-decoration: none;
}

ul.brands a:hover {
    text-decoration: none;
    color: rgba(102, 102, 102, 0.5);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

ul.brands a.active {
    background-image: url(../images/ul-cat-bg.png);
    background-repeat: repeat-x;
    background-position: center;
    text-decoration: none;
    color: rgba(102, 102, 102, 0.5);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    padding: 6px 30px;
    cursor: default;
}

ul.brands span.left {
    background-image: url(../images/ul-cat-l.png);
    background-repeat: no-repeat;
    padding: 6px 5px 6px 6px;
}

ul.brands span.right {
    background-image: url(../images/ul-cat-r.png);
    background-repeat: no-repeat;
    padding: 6px 6px 6px 5px;
}

/*---end of left column---*/

/*--------------------------registretion------------------------ */

form.registration{
    margin:0 0 40px 0;
}

input.wide{
	width:300px;
	height:40px;
	margin:-30px 0 0 130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	border:0;
	padding:0 0 0 10px;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	background-color:#fff;
	float:left;
	}

label{
	font-family:'PT Sans Narrow', sans-serif;
	font-style:normal;
	font-size:14px;
	color:#999;
	margin:20px 0 20px 20px;
	padding:0;
	float:left;
	display:block;
	}

div.floated-group:after
{
    content: "";
    clear: both;
    display: table;
}


label:hover, label:active, label:focus{
	color:#666;
	}


/*input.wide{
	display:block;
    width:300px;
    height:40px;
    margin:20px 0 0 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:normal;
    border:0;
    padding:0 0 0 15px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color:#fff;
}

label{
	font-family:'PT Sans Narrow', sans-serif;
	font-style:normal;
	font-size:14px;
	color:#999;
	margin:10px 0 0 10px;
	float:left;
	width:130px;
	}
*/
input.wide2{
    display:block;
    width:280px;
    height:40px;
    margin:0px 0 0 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    border:0;
    padding:0 0 0 15px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color:#fff;
}

input.wide3{
    display:block;
    width:300px;
    height:40px;
    margin:20px 0 0 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    border:0;
    padding:0 0 0 15px;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background-color:#fff;
}

span.break-line{
    background-image:url(../images/line.png);
    background-repeat:repeat-x;
    background-position:bottom;
    padding:0 250px;
    line-height:30px;
}

.my-checkbox{
    margin:30px 0 -8px 20px;
    padding:10px;
    -webkit-appearance:none;
    background-image:url(../images/checkbox0.png);
    background-repeat:no-repeat;
    cursor:pointer;
}

.my-checkbox:checked{
    background-image:url(../images/checkbox1.png);
}

.my-checkbox1{
    margin:30px 5px -8px 0px;
    padding:10px;
    -webkit-appearance:none;
    background-image:url(../images/checkbox0.png);
    background-repeat:no-repeat;
    cursor:pointer;
}

.my-checkbox1:checked{
    background-image:url(../images/checkbox1.png);
}


.my-radiobutton{
    margin:20px 0 -8px 0px;
    padding:10px;
    -webkit-appearance:none;
    background-image:url(../images/radio-off.png);
    background-repeat:no-repeat;
    cursor:pointer;
}

.my-radiobutton:checked{

    background-image:url(../images/radio-on.png);

}

.checkbox{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:20px;
    color:#666;
    padding:0 0 0 6px;
}


button.register{
    font-family:'PT Sans Narrow', sans-serif;
    font-style:normal;
    letter-spacing:0.05em;
    font-size:20px;
    color:#666;
    background-color:#f5f5f5;
    cursor:pointer;
    text-transform:uppercase;
    padding:7px 30px;
    border:none;
    -moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5);
    -webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5);
    box-shadow:0px 1px 3px rgba(000,000,000,0.5);
    margin:20px 0 0 20px;
    height:40px;
    width:;
}

button.register:hover{
    background-color:#fff;
    border:0px;
    -moz-box-shadow:0px 1px 1px 0px rgba(000,000,000,0.1),
    inset 0px 0px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 1px 1px 0px rgba(000,000,000,0.1),
    inset 0px 0px 1px rgba(0,0,0,0.5);
    box-shadow:0px 1px 1px 0px rgba(000,000,000,0.1),
    inset 0px 0px 1px rgba(0,0,0,0.5);
}

button.register:active{
    background-color:#ddd;
    border:0px;
    -moz-box-shadow:0px 0px 0px rgba(000,000,000,0.0),
    inset 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 0px 0px rgba(000,000,000,0.0),
    inset 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow:0px 0px 0px rgba(000,000,000,0.0),
    inset 0px 0px 10px rgba(0,0,0,0.2);
}



/*--------------------------end of registration------------------------ */


.map{
    min-height:440px;
    padding:0;
    background:#FFF;
    box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    margin:10px;
    position: relative;

    width: 600px;
    height: 440px;
}

#map_block{
    position: fixed;
    width: 600px;
    height: 440px;
}

a.city{
    font-family:'PT Sans Narrow', sans-serif;
    font-size:30px;
    color:#666;
    padding:5px 25px;
    text-decoration:none;
    background-image:url(../images/drop-dwn-big.png);
    background-repeat:no-repeat;
    background-position:right 23px;
}

a.city:hover{
    color:#999;
    background-image:url(../images/drop-dwn-big_hover.png);
}

.store{
    display:block;
    padding:20px 0px 30px 0px;
    margin:0 25px;
    border-bottom: #CCC solid 1px;
    box-shadow:0px 1px 0px 0px rgba(255, 255, 255, 0.5);
}



a.store-name{
    font-family:'PT Sans Narrow', sans-serif;
    font-size:18px;
    color:#666;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:1px;
    line-height:25px;
}

.store p {
    color:#666;
}

a.store-name:hover{
    color:#999;
}

.arrow_box {
    position:absolute;
    background: #ffffff;
    width:240px;
    top:60px;
    left:10px;
    z-index:20;
    box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    column-count: 2;
    column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    text-align:left;
    padding:10px 20px;
}
.arrow_box.top {

    top:0;
}

.arrow_box ul{
    font-family:'PT Sans Narrow', sans-serif;
    font-size:18px;
    line-height:30px;
}

.arrow_box a{
    color:#666;
    text-decoration:none;
}

.arrow_box a:hover{
    color:#999;
}

.atop.arrow_box:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.atop.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.abottom.arrow_box:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.abottom.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}

.contact-form{
    margin:0 0 40px 80px;
}

textarea.message{
    width:460px;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    padding:15px;
    margin:20px 0px 10px 0px;
    -moz-appearance:none;
    border:none;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    resize:none;
}

button.send{
    font-family:'PT Sans Narrow', sans-serif;
    font-style:normal;
    letter-spacing:0.05em;
    font-size:20px;
    color:#666;
    background-color:#f5f5f5;
    cursor:pointer;
    text-transform:uppercase;
    padding:7px 30px;
    border:none;
    -moz-box-shadow:0px 1px 3px rgba(000,000,000,0.5);
    -webkit-box-shadow:0px 1px 3px rgba(000,000,000,0.5);
    box-shadow:0px 1px 3px rgba(000,000,000,0.5);
    margin:20px 0 0 0;
    height:40px;
    width:;
}

button.send:hover{
    background-color:#fff;
    border:0px;
    -moz-box-shadow:0px 1px 1px 0px rgba(000,000,000,0.1),
    inset 0px 0px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 1px 1px 0px rgba(000,000,000,0.1),
    inset 0px 0px 1px rgba(0,0,0,0.5);
    box-shadow:0px 1px 1px 0px rgba(000,000,000,0.1),
    inset 0px 0px 1px rgba(0,0,0,0.5);
}

button.send:active{
    background-color:#ddd;
    border:0px;
    -moz-box-shadow:0px 0px 0px rgba(000,000,000,0.0),
    inset 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 0px 0px rgba(000,000,000,0.0),
    inset 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow:0px 0px 0px rgba(000,000,000,0.0),
    inset 0px 0px 10px rgba(0,0,0,0.2);
}








/*--temp--*/
.biglogo {
    height: 82px;
    width: 252px;
    margin: 260px auto;
}

.info {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    color: #666;
    text-align: center;
    font-style: normal;
    letter-spacing: 2px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

/*end temp*/

.hidden {
    display: none;;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 40px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    /*font-weight: normal;*/
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #0081c2;;
    background-repeat: repeat-x;

}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #FFF;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;

    background-repeat: repeat-x;

}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
    color: #999999;
}

.dropdown-menu .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}

.drop-i {
    left: 21px;
}

.scroller {
    position: absolute;
    z-index: 1;
    /*	-webkit-touch-callout:none;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
}

.scroller ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

.scroller li {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    background-color: #fafafa;
    font-size: 14px;
}

.mSelect {
    float: left;
    position: relative;

}

.clear {
    clear: both;
}

.field_error {
    border: 1px solid #FF0000 !important;
}

.transfer_item {

    background: rgba(0, 0, 0, 0.1);
    z-index: 1000;
}


.main-col2{
    width:620px;
    /*display: table;*/
    min-height: 600px;
    margin:0 -20px 0 20px;
    float:left;

}

.main-col2 h3{
    text-align: center;
    margin:80px auto;

}
























/*----history----*/


.history{
    display:block;
    width:700px;
    margin:0;
    padding:0;
    height:60px;
    box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    position:relative;
}

.history:hover{
    background:rgba(153, 153, 153, 0.1);
    box-shadow:inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-bottom:none;
    border-top:none;
    position:relative;
}

.history-order{
    width:360px;
    text-align:left;
    display:inline-block;
    margin:8px 0 0 20px;
    float:left;
}


.history-qty{
    font-family:'PT Sans Narrow', sans-serif;
    width:180px;
    text-align:left;
    display:inline-block;
    float:left;
    margin:18px 0 0 0;
}

.history-summ{
    width:120px;
    text-align:right;
    display:inline-block;
    float:left;
    margin:10px 0 0 0;
    font-size:30px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#666;
}

span.history-date{
    font-family:'PT Sans Narrow', sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:14px;
    color:#999;
    text-decoration:none;
    margin:0;
}

.history-summ span{
    font-size:18px;
}

a.pdf2{
    font-size:18px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#666;
    padding:10px 20px 10px 32px;
    background-image:url(../images/pdf-hover.png);
    background-repeat:no-repeat;
    background-position:left center;
    text-decoration:none;
    display:inline-block;
}

a.pdf2:hover{
    color:#999;
    background-image:url(../images/pdf.png);
}

.history-qty a{
    font-size:18px;
    color:#666;
    text-decoration:none;
}

.history-qty a:hover{
    color:#999;
    text-decoration:none;
}

.history-total{
    display:block;
    width:680px;
    height:140px;
    margin:0;
    padding:10px 20px 0 0;
    font-size:30px;
    font-family:'PT Sans Narrow', sans-serif;
    color:#666;
    text-align:right;
    font-weight:bold;
    position:relative;
    z-index:5;
}

.history-total-letters{
    width:360px;
    display:inline-block;
    float:left;
    font-size:24px;
    padding:8px 20px 0 0;
    margin:0;
}

.history-total-qty{
    width:180px;
    display:inline-block;
    float:left;
    margin:14px 0;
    text-align:left;
    font-size:18px;
}

.history-total-summ{
    width:120px;
    display:inline-block;
    float:left;
    margin:0;
}

.history-total span{
    font-size:24px;
}


/*----end of history----*/


/*-----------------------march 2013 update----------------------*/

.price-old{
    font-family:'PT Sans Narrow', sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:19px;
    color:#c66;
    text-decoration:none;
    padding:0 3px;
    margin:0 3px;
    background-image:url(../images/linethrough.png);
    background-position:center;
}

.sale{
    width:54px;
    height:22px;
    position:absolute;
    z-index:10;
    top:20px;
    right:5px;
    background-image:url(../images/sale.png);
    background-repeat:no-repeat;
}

.new{
    width:50px;
    height:22px;
    position:absolute;
    z-index:10;
    top:20px;
    right:5px;
    background-image:url(../images/new.png);
    background-repeat:no-repeat;
}
.sale_new {
    top:38px;
}
.photogallery{
    width:360px;
    padding:10px;
    margin:0 20px 30px 0;
    float:left;
    text-align:center;
    position:relative;
}




