﻿h1
{
    font-weight: normal;
    font-size: 18px;
}
h2
{
    font-weight: normal;
    font-size: 20px;
    margin: 20px 0 10px;
}
.prod table tr td
{
    vertical-align: top;
    line-height: 20px;
}
.prod_img
{
    height: 200px;
    width: 200px;
    border: 1px #ccc solid;
   
    text-align: center;
    vertical-align: middle;
    float: left; 
}

.prod label
{
    color: #D9121A;
    font-size: 14px;
    font-weight: bold;
}

.prod input, .prod textarea, .prod select
{
    border: 1px #ccc solid;
    background: #f8f8f8;
}

.prod input
{
    text-align: right;
    width: 60px;    
}

.prod textarea
{
    width: 300px;
    height: 100px;
}
.btnBuyNowContainer
{
    /*padding: 10px 194px 0 0;*/
    margin: 10px 0 0 305px;
    width: 150px;
    height: 30px;
    text-align:center;
}
.btnBuyNowContainer input
{
    width: 150px;
    height: 30px;   
}
.btnBuyNow
{
    width: 158px;
    height: 48px;
    background: url(../images/btnBuyNow.png);
    display: block;
    float: right;
}

.option
{
    width: 150px;
    float: left;    
    text-align: center;
    margin: 0 20px 0 0;
}
.options_img
{
    display: table-cell;
    text-align: center; 
    vertical-align: middle;
    width: 150px;
    border: 1px #ccc solid;
    height: 120px;
}
.options_img a
{
    width: 150px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}
.options_link
{
    font-size: 11px;
}

/*------------------------------------------------
    MARCAS VERTICAL
-------------------------------------------------*/

.brands_vert a
{
    width: 250px;
    margin: 15px auto;
    text-align: center;
    display: block;
}

/*------------------------------------------------
    BOXES
-------------------------------------------------*/
.box_white
{
    width: 650px;
    padding: 0 0 30px 0;
}
.box_white h1
{
    color: #084aa1; 
    padding: 0; margin: 0;
    font-size: 24px;
    font-weight: normal;
}
.box_white_top
{
    font-size: 0;
    height: 5px;
    background: url(../images/box_white_top.png);
}
.box_white_middle
{
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    padding: 5px 10px;
}
.box_white_bottom
{
    font-size: 0;
    height: 5px;
    background: url(../images/box_white_bottom.png);
}

.box_white_small
{
    width: 280px;
    padding: 10px;
    border: 1px #ccc solid;
    margin: 0 0 30px 0;
}
.box_white_small h1
{
    color: #084aa1; 
    padding: 0; margin: 0;
    font-size: 20px;
    font-weight: normal;
}
.box_white_title
{
    height: 40px;
}
.box_white_title img
{
    float: left;
}
.box_white_title h1
{
    width: 240px;
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 5px;
}
.box_line
{
    width: 620px;
    font-size: 0;
    border-top: 1px #ccc dotted;
    margin: 15px 0;
}
.box_viewallbrands
{
    width: 260px;
    border-top: 1px #ccc solid;
    text-align: center;
    margin: 30px auto 0 5px;
    padding: 5px 0 20px 0;
}
.box_viewallbrands a
{
    color: Gray;
}


/*-----------------------------------------------
    LOGIN RETOCADO
-----------------------------------------------*/
.login
{
    float: left;
    width: 280px;
}
.boxsmall2
{
    width: 280px;
}
.login_line 
{
    width: 280px;
}
.login_item input
{
    width: 250px;
}

/*-----------------------------------------------
    CART
-----------------------------------------------*/
.basket table
{
    width: 280px;
    font-size: 10px;
}
.basket table tr th
{
    font-weight: bold;
    text-align: left;
}
.basket table tfoot tr td
{
    padding: 10px 0 0 0;
    font-weight: bold;
}
.btnCheckOut
{
    text-align: center;
}
