/* 
    Document   : css
    Created on : 27-jul-2012, 11:21:11
    Author     : berto
    Description:
        Purpose of the stylesheet follows.
*/

.tipoMarcado {
    padding-left: 180px;
}

.tipoMarcado label {
    float: none;
    width: auto;
    clear: both;
}

.hor, .tipoMarcado {
    margin-bottom: 15px;
}

.barra {
    display:inline-block;
    width:30px;
    height: 15px;
    border-radius: 10px;
}

#ventaMultipleImax {
    text-align: center;
	width:100%;
	margin-top:20px;
}

#ventaMultipleImax tr th {
    text-align: center;
}

#ventaMultipleImax td {
    padding: 15px 12px 12px 10px;
}

.colorAtributo {
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    width: 40px;
}

#imaxBarraVenta {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: lightblue;
    z-index: 9999;
}

#imaxBarraVenta #add_to_cart_imax_top {
    margin-left: 20px;
}

#add_to_cart_imax.add {
    text-align: right;
}

#ventaMultipleImax .error {
    border: 1px solid red;
}