
input.txt,
select{
    border:1px #555 solid;
    font-size:0.9em;
}

/** TABULKA PRE ZOBRAZOVANIE INFORMACII **/
table.form_table{
    font-size:0.9em;

}

table.form_table th {
    width: 150px;
}

p{
    padding:5px 0px;
}

table.form_table th,
table.form_table td{
    text-align:left;
    vertical-align:top;
    padding:0px 3px;
}

table.form_table th span.currency,
table.form_table td span.currency{
    font-size:0.9em;
}

.full_width{
    width:100%;
}

table.form_table input{
    width: 200px;
    border:1px #333 solid;
}

table.form_table input.error{
    border:1px red solid;
}

table.form_table input.small_button{
    background-image:none;
    background:#cf3131;
    font-size:0.8em;
    width:auto;
    height:auto;
    padding:1px 5px;
    border:none;
    color:#fff;
}

table.form_table input.remove_from_cart{
    background:none;
    background-image:url('../img/delete.gif');
    background-repeat:no-repeat;
    border:none;
    width:16px;
    height:16px;
}

fieldset{
    padding:5px;
    margin:3px 0px;
}

fieldset legend{
    font-size:0.8em;
    font-weight:bold;
}


input.button{
    width:120px;
    height:22px;
    line-height:22px;
    background:none;
    border:none;
    background-image:url('../img/button.gif');
    background-repeat:no-repeat;
    color:#000;
    font-size:0.9em;
    padding:0px;
}

a.button{
    width:120px;
    height:22px;
    display:inline-block;
    line-height:22px;
    background:none;
    border:none;
    background-image:url('../img/button.gif');
    background-repeat:no-repeat;
    color:#000;
    font-size:0.9em;
    padding:0px;
    text-align:center;
    text-decoration:none;
}




/**** FORMULAR PRE KOSIK ****/
div.cart_form{

}

div.cart_form input.count{
    width:30px;
}



/**** FILTER PRE RETAZE ****/
table.snehove_retaze_filter{

}

table.snehove_retaze_filter tr td,
table.snehove_retaze_filter tr th{
    padding:0px;
    font-size:0.9em;
}

table.snehove_retaze_filter tr td select{
    width:100px;
}


/******* Tabulka s multihodnotovymi polozkami ******/
table.multivalue_items{
    border-collapse:collapse;
}


table.multivalue_items tr td,
table.multivalue_items tr th{
    text-align:left;
    padding:2px 7px;
    font-size:0.9em;
}

table.multivalue_items tr th{

}
