/* 
    Document   : layout
    Created on : 16-ago-2012, 9:51:42
    Author     : yo
    Description:
        Purpose of the stylesheet follows.
*/
html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
body {
        margin: 0px;
    padding: 0px;
}
#container {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.topheader {
    position:absolute;
    width:100%;
    height:40px;
    background-color: rgb(247, 247, 247);/*rgb(49, 46, 46);rgb(40, 40, 40); black;*/
    /*background-color: rgb(73,22,22);*/
    border-bottom: white 2px solid;
    /*box-shadow: rgb(135, 136, 140) 3px 3px 6px;*/
    box-shadow: rgb(255, 255, 255) 3px 3px 6px;
}
#header {
    margin-bottom: 20px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
    color: #8e8039;
}
#header #logo {
    position: relative;
    width: 380px;
    height: 180px;
    top: 0px;
    text-align: center;
    left: 285px; /* 950px - 380px = 570px / 2 = 285px */
}
.product-info .left, .product-info .right{
    width:238px;
    height: 262px;
    float:left;
    overflow: hidden;
}
.product-info .left {  
    margin:0;
    margin-right: 25px;
}
.product-info .middle {
    width:400px;
    height:260px; /*300px*/
    position:relative;
    float:left;
    margin-left:0px;
}
.product-info .right {
    margin-left:20px;
}

.product-info #slideshow1 {
    margin-top: 5px;
    margin-left: 6px;
}
#next, #prev {
  position: absolute;
  top: 30px;
  width: 20px;
  height: 200px;
  background: url(../image/next-prev-sprite.png) no-repeat;
  display: block;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s;
}
#next:hover, #prev:hover {
  background: url(../image/next-prev-sprite-hover.png) no-repeat;
  border: none;
}
#prev {
  left: -25px;
}
#next, #next:hover {
  left: 410px;
  background-position: -20px 0;
}


.comprar {
    width: 720px;
    height: 80px;
    margin-top:25px;
    margin-left: 150px;
    margin-bottom:45px;
    padding:8px;
    background-color: black;
}

.comprar .price {
    width: 196px;
}
.comprar .cart {
    width: 194px;
}
 #price {
    width: 600px;
    height: 70px;
    margin: auto;
 }
 #center-column {
    height: 70px;
    margin: auto;
 }
.comprar .cart,.comprar .price, .comprar .botones,.comprar .cartas {
    float: left;
}
.comprar .bordesRedondosLeft {
    width: 75px;
    height: 73px;
    text-align: left;
    float: right;
    border-color: white;
    margin-right: -8px;
    margin-top: -8px;
    margin-right: 5px;
    padding: 10px;
}

.cartas>.carta {
    float: left;
}
.clear {
    clear:both;
}
#column-left {
    float: left;
    width: 180px;
}
#column-right {
    float: right;
    width: 180px;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 195px;
}
#column-right + #content {
    margin-right: 195px;
}

.floatleft {
    float: left;
}
.floatright {
    float: right;
}


#language {
    position: absolute;
    top: 15px;
    left: 320px;
    width: 80px;
    color: #999;
    line-height: 17px;
}
#language img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px;
}
#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #CCC;
    color: #999;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
}
#currency a b {
    color: #000;
    text-decoration: none;
}
#header #cart {
    position: absolute;
    top: 0px;
    right: 145px;
    z-index: 9;
    min-width: 300px;
}
#footer {
    position:relative;
    background-image: url(../image/pie.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 30px;
    top: -26px;
    left: 345px;
    display:none;
}
#footer table {
    margin:auto;
    border-spacing: 0;
}
#footer table td {
    padding: 4px;
}
#cart .heading {
    float: right;
    margin-right: 172px;
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
}
#cart .heading h4 {
    margin-top: 0px;
    margin-bottom: 3px;
}
#cart .heading a span {
    padding-right: 15px;
}
#cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    padding: 8px;
    min-height: 150px;
}

#cart.active .heading {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
}
#cart.active .content {
    display: block;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

/* Barra superior dentro de la ficha de producto 950/3 = 320 + 318 + 318 + 318*/
.product-info .barrasuperior {
    text-align: left; 
    margin-top:15px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:5px;
    height: 30px;
    position:relative
}
.product-info .fecha {
    text-align: center;
    margin-bottom: 5px;
    color: rgb(185,163,47);
}
.product-info .barrasuperior #cajacomplementos  {
    width: 318px;
}
.product-info .barrasuperior #cajapromocion  {
    position: absolute; 
    height: 24px;
    text-align: center;
    top: 0;
    left: 395px;
    z-index: 200;
    border-radius: 10px 0px;
}
.product-info .barrasuperior #cajapromocion.cajapromocion5estrellas {
    left: 358px;
}
.product-info .barrasuperior #cajarecomendarweb  {
    float: right;
    text-align: right;
}