﻿/*----------------------------------------------------
    PRODUCT
----------------------------------------------------*/
.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);
}

.cart
{
    width: 280px;
    padding: 10px;
    border: 1px #ccc solid;
    margin: 0 0 30px 0;
    background: #f8f8f8;
    min-height: 100px;
}

/*------------------------------------------------
    LIST_PROD
-------------------------------------------------*/

.cat_prod
{
    border-bottom: 1px #ccc dotted;
    height: 90px;
    padding: 10px 0 0;
}
.cat_prod_l
{
    width: 110px;
    float: left;
}

.cat_prod_c
{
    width: 330px;
    float: left;
    height: 80px;
}

.cat_prod_r
{
    width: 115px;
    float: left;
    height: 80px;
    text-align: right;
    line-height: 80px;
}

.cat_prod_c h3
{
    margin: 0;
    padding:25px 0 0;
}

.cat_prod_c h3 a
{
    color: Black;
    font-size: 12px;
    
}

.cat_prod_price span
{
    font-weight: bold;
    color: #D9121A;
}


.cat_prod_c h3 a
{
    color: Black;
    font-size: 12px;
}

.cat_prod_r input
{
    width: 30px;
    border: 1px #ccc solid;
    background: #f8f8f8;
    margin:30px 0 0;
    text-align: right;
    float: left;
}

a.cat_title span, .cat span
{
    font-size: 11px;
    font-weight: normal;
    color: Gray;
}

.sort
{
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: #f8f8f8;
    margin: 10px 0 20px 0;
    padding: 5px 10px;
    text-align: right;
}

.sort select
{
    font-size: 11px;
    margin: 0 10px 0 0;
}

.box_white_small
{
    width: 280px;
    padding: 10px;
    border: 1px #ccc solid;
    margin: 0 0 30px 0;
}

.login_fb
{
    text-align: center;
    margin: 0 auto;
}

.login_sign
{
    width: 190px;
    margin: 0 auto;
    line-height: 18px;
}

.box_viewallbrands
{
    width: 260px;
    border-top: 1px #ccc solid;
    text-align: center;
    margin: 30px auto 0 5px;
    padding: 5px 0 20px 0;
}

.brands_vert a
{
    width: 250px;
    margin: 15px auto;
    text-align: center;
    display: block;
}

.cat_prod_r_qty
{
    float: right;
    height: 80px;
    line-height: 80px;
    width: 40px;
}

.btnAddCart
{
    width: 80px;
    height: 24px;
    background: url(../images/btnAddCart.png);
    display: block;
    margin: 27px 0 0 0;
}

.cat_prod_r_btn
{
    width: 75px;
    height: 80px;
    line-height: 80px;
    float: right;
}

.cat_prod_r
{
    width: 75px;
    float: left;
    height: 80px;
    text-align: right;
    line-height: 80px;
}

.cat_prod_price
{
    float: left;
    width: 92px;
    line-height: 80px;
    height: 80px;
}

.cat_prod_img
{
    height:80px;
    width: 100px;
    border: 1px #f8f8f8 solid;
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}

.cat_prod_img img
{
	max-height: 75px;
}

.cat_prod
{
    border-bottom: 1px #ccc dotted;
    height: 90px;
    padding: 10px 0 0;
}

.cat_prod_r input
{
    width: 30px;
    border: 1px #ccc solid;
    background: #f8f8f8;
    margin:30px 0 0;
    text-align: right;
}

/*-----------------------------------------------
    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;
    padding: 10px 0 0 0;
}
