html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}
 
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.clear {
  clear: both;
}

@font-face {
    font-family: Calibri;
    src: url("../fonts/calibri.eot");
    src: url("../fonts/calibri.eot?#iefix") format("embedded-opentype"),
         url("../fonts/calibri.woff") format("woff"),
         url("../fonts/calibri.ttf") format("truetype"),
         url("../fonts/calibri.svg#Coronet") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Calibri;
    src: url("../fonts/calibrib.eot");
    src: url("../fonts/calibrib.eot?#iefix") format("embedded-opentype"),
         url("../fonts/calibrib.woff") format("woff"),
         url("../fonts/calibrib.ttf") format("truetype"),
         url("../fonts/calibrib.svg#Coronet") format("svg");
    font-weight: bold;
    font-style: bold;
}

ol li {
  list-style-type: decimal !important;
}

html, body {
  font-family: Verdana, Arial;
  font-size: 12px;
  background: #eeeeee;
}

div.main-center {
  margin: 0px auto;
  width: 1000px;
}

a {
  color: #007cbc;
}

section li {
  list-style: square;
  margin: 10px 0px 10px 20px;
}

header {
  box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
  width: 100%;
  height: 100px;
}

header a.logo {
  width: 261px;
  height: 60px;
  display: block;
  background: url(../images/logo.png) no-repeat;
  float: left;
  margin-top: 20px;
}

span.official {
  position: absolute;
  margin-left: 0px;
  font-size: 12px;
  top: 450px;
  right: 50px;
  color: #aaa;
}

header div.right {
  width: 700px;
  height: 100px;
  float: right;
  margin-left: 10px;
}

header div.right div.cart {
  width: 350px;
  height: 50px;
  float: left;
  background: url(../images/cart_bg.png) repeat-x;
  margin-bottom: 10px;
}

header div.right div.cart div.cart-inner {
  background: url(../images/cart_icon.png) no-repeat 20px 20px;
  padding: 25px 20px 15px 60px;
  font-size: 11px;
}

header div.right div.cart div.cart-inner a.show_cart {
  margin-left: 10px;
}

header div.right div.phones {
  float: right;
  margin-left: 20px;
  width: 290px;
  padding-left: 30px;
  height: 60px;
  background: url(../images/phones_bg.png) no-repeat;
  
}

header div.right div.phones p {
  float: left;
  margin-right: 20px;
  margin-top: 25px;
  font-weight: bold;
}

header ul.menu {
  width: 700px;
  height: 40px;
  clear: both;
  background: url(../images/menu_bg.png) repeat-x;
  float: left;
}

header ul.menu li {
  float: left;
}

header ul.menu li a {
  width: 87px;
  height: 27px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding-top: 13px;
}


div.slider {
  width: 1000px;
  margin: 40px auto 10px auto;
  height: 550px;
  right: -20px;
  position: relative;
}

div.slider div.control {
  width: 270px;
  margin: 40px auto;
  height: 135px;
  position: absolute;
  background: url(../images/control.png) no-repeat;
  top: 330px;
  float: left;
  left: -30px;
  z-index: 9998;
}

div.slider div.control #a,
div.slider div.control #b,
div.slider div.control #c,
div.slider div.control #d {
  position: absolute;
  top: 32px;
  border: 0px solid black;
  width: 23px;
  height: 40px;
  cursor: pointer;
  display: block;
}

div.slider div.control #a { right:  34px; }
div.slider div.control #b { right:  59px; }
div.slider div.control #c { right:  84px; }
div.slider div.control #d { right: 108px; }

div.products_wrapper {
  width: 1020px;
  margin-left: -10px;
}

div.products div.product {
  float: left;
  width: 235px;
  height: 132px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
/* 
div.products div.product:last-child {
  margin-right: 0px;
} */

aside div.block {
  width: 280px;
  float: left;
  clear: left;
  margin-bottom: 20px;
}

aside div.block div.title {
  width: 260px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding-top: 13px;
  background: url(../images/left_bg.jpg) no-repeat; 
  height: 27px;
  text-align: right;
  padding-right: 20px;
}

aside div.block ul li {
  float: left;
  width: 280px;
  clear: left;
  padding: 10px 0px;
  margin: 0px 0px;
  border-bottom: 1px solid #d9d9d9;
}

/*
aside div.block ul li:last-child {
  border-bottom: none;
}
*/

aside {
  margin-right: 20px;
  float: left;
}

section {
  width: 700px;
  float: left;
  margin-bottom: 70px;
  color: ##656565;
  line-height: 18px;
}

section li {
  color: #656565;
  line-height: 18px;
}

section div.cart-view div.floatleft > h1,
section > h3,
section div.productdetails > h1,
section div.contact  > h1,
section div.item-page > h1,
section div.item-page > h2 {
  border-bottom: 1px solid #d2d2d2;
  font-size: 22px;
  font-weight: normal;
  color: #505050;
  line-height: 28px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section h3 {
  font-size: 18px;
  font-weight: normal;
  color: #505050;
  line-height: 26px;
}

section p {
  line-height: 20px;
  color: #656565;
  margin: 10px 0px;
}


footer {
  background: url(../images/footer_bg.png) bottom repeat; 
  width: 100%;
  height: 35px;
  border-top: 5px solid #939393;
  text-align: center;
  font-size: 11px;
  color: #545454;
  padding-top: 20px;
}

section div.browse-view div.row {
  text-align: left;
}

section div.browse-view div.row div.product {
  color: #
}

aside div.block div.offer {
  text-align: center;
  line-height: 18px;
}

aside div.block div.offer img {
  margin: 30px 0px 10px 0px;
}


a.product-details {
  padding: 5px 0 0 0;
  border-radius: 0px;
  background: none;
  border: none;
  color: #007cbc;
  text-decoration: underline;
}

a.product-details:hover {
  color: #007cbc;
  background: none;
  text-decoration: none;
}

.browse-view .row .product .spacer span {
  font-size: 12px;
  font-weight: bold;
}

.productdetails-view .addtocart-bar {
  padding-left: 0px;
}

button.vm-button-correct,
span.addtocart-button input.addtocart-button  {
  background: #2ab9c7;
  border-radius: 0px;
  width: auto;
  border: none;
  padding: 0px 26px;
  height: 30px;
  color: #fff;
}

button.vm-button-correct:hover ,
span.addtocart-button input.addtocart-button:hover  {
  color: #fff;
  background: #24a6b3;
}

span.quantity-controls input.quantity-plus {
  background-image: url(../images/quantity-controls.png);
  display: block;
  margin-bottom: 1px;
  cursor: pointer;
}

span.quantity-controls {
  margin-left: 15px;
}

span.quantity-controls input.quantity-minus {
  background-image: url(../images/quantity-controls.png);
}

span.quantity-box,
span.quantity-controls  {
  padding-top: 0px;
}

span.quantity-box input  {
  padding: 5px 2px 4px 2px;
}

.main-image {
  text-align: left;
}

.main-image img {
  max-width: 415px;
  max-height: 100%;
}

.product-sku {
  margin-bottom: 17px;
  color: #666;
  font-size: 11px;
}

.PricesalesPrice {
  font-size: 12px;
}

.PricesalesPrice span.PricesalesPrice {
  font-size: 20px;
}

.spacer-buy-area {
  margin-top: 0px;
}

.product-short-description {
  font-size: 11px;
  color: #666;
  line-height: 18px;
}


.bx-wrapper .bx-controls .bx-prev {
  background: url(../images/arrows.png) no-repeat;
  background-position: 0px 0px;
  width: 12px;
  height: 21px;
  margin-left: -35px;
}

.bx-wrapper .bx-controls .bx-next {
  background: url(../images/arrows.png) no-repeat;
  background-position: -12px 0px;
  width: 12px;
  height: 21px;
  margin-right: -35px;
}

section div.prajslist table td {
  border: 1px solid #aaa;
}

section table tr td {
  padding: 10px;
  line-height: 20px;
}


section table tr td.td_head2 {
  font-weight: bold;
}

#fancybox-content > div {
  padding: 10px 15px 0px 15px;
}

#fancybox-content > div > a {
  display: none;
}

#fancybox-content > div > h4 {
  margin: 15px 0px;
  color: #444;
  line-height: 18px;
}

#vmCartModule {
  color: #444;
  width: 100%;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}

#vmCartModule div.total {
  margin-left: 7px;
}

#div_shipto {
  display: none;
}

.PricesalesPrice span.PricesalesPrice {
  font-size: 12px;
}
.quantity-input {
  display: block;
  float: left;
}
.vm2-add_quantity_cart {
  display: block;
  float: left;
  margin-left: 7px;
}
.vm2-remove_from_cart {
  display: block;
  float: left;
  margin-left: 5px;
}

table.cart_table {
  width: 700px;
}

table.cart_table td {
  padding: 5px 10px;
  line-height: 10px;
}

table.cart_table td input {
  padding: 7px 10px;
  /* box-shadow: inset 0px 3px 10px rgba(0,0,0,0.1); */
  border: 1px solid #ccc;
}

.orderby-displaynumber {
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0px;
}/* 
.orderby-displaynumber div.title,
.orderby-displaynumber div.activeOrder {
  float: left;
} */

div.push {
  position: absolute;
  left: 260px;
  top: 440px;
  background: url(../images/push.png) no-repeat;
  width: 123px;
  height: 28px;
  opacity: 0.6;
}

div.contact-form label {
  line-height: 24px;
}

h3#display-misc,
div.contact-miscinfo div.jicons-icons {
  display: none;
}

textarea.customer-comment {
  width: 680px;
  resize: none;
}

div.step-top {
  margin-top: 30px;
}

div.billto-shipto {
  border-top: none;
}

#hide-slider {
  position: absolute;
  margin-left: 930px;
  margin-top: -40px;
  font-size: 11px;
  color: #999;
  cursor: pointer;
  text-shadow: 0px 1px 0px #fff;
}

td.td_akciya,
td.td_akciya p {
  color: red;
}

#sborkada,
#sborkanet,
#podemda,
#podemnet {
  float: left;
  width: auto !important;
  margin: 10px 7px 0px 0px;
}

#sborkada-lbl,
#sborkanet-lbl,
#podemda-lbl,
#podemnet-lbl {
  margin: 8px 15px 0px 0px;
  float: left;
}

.gallery .pagination ul {
  list-style: none;
  width: 370px;
  margin: 0px auto;
}

.gallery .pagination ul li {
  float: left;
  margin-right: 20px;
}

.jg_row {
  clear: left;
}

.jg_rm {
  display: none;
}

.jg_element_txt a {
  line-height: 18px;
}

section p.special {
  background: #e5e5e5;
  border: 5px solid #d9d9d9;
  padding: 10px;
}

div.cards {
  position: absolute;
  left: 56%;
  margin-top: 21px;
  z-index: 9998;
  width: 450px;
}

div.cards span {
  margin-top: 15px;
  font-size: 11px;
  float: left;
  display: block;
  margin-right: 10px;
  color: #999;
  font-style: italic;
}

div.cards img {
  float: left;
}

span.pr-sku {
  margin-left: 5px;
  color: #999 !important;
  float: right;
}

.browse-view .row .product .spacer img {
  width: 230px;
  max-width: 100%;
}

.browse-view .row .product .spacer div.width70 {
  width: 68%;
}