/* minibasket with border */

table.MiniBasket,
table.MiniBasket tr,
table.MiniBasket tr td {
  background: transparent !important;
}

input.Search{
  width: 154px !important;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background:#D11B1B;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #BA1818;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #420909;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #420909;
  color: #CCCCCC;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

.imagen_box{
width:90px;
float:left;
margin-left:4px;
}

.precio_box{
float:left;
margin-left:6px;
text-align:left;
width:80px;
}

.precio_box a{
font-weight:bold;
text-decoration:none;
}

.precio_box a:hover{
text-decoration:overline;
}

.manofacture_box{
width:100px;
float:left;
margin-left:0px;
text-align:center;
}

.imagen_box img {
height:90px;
width:90px;
}

span.productSpecialPrice { color:#FDE638; font-size:18px; line-height:20px;}

button.Button img{height:8px; width:8px;}
