/* Css Document */


table.mod_show_product {
    margin-bottom: 30px;
}

table.mod_show_product tr td.sale_img img {
    height: 350px;
    width: 450px;
}

table.mod_show_product tr td.sale_name, 
table.mod_show_product tr td.mivtza_price, 
table.mod_show_product tr td.haver_price, 
table.mod_show_product tr td.reg_price {
    font-size: 16px;
    font-weight: bold;
}

table.mod_show_product tr td.sale_name {
font-size: 22px;
}

table.mod_show_product tr td.mivtza_price, 
table.mod_show_product tr td.haver_price {
color: #7E0607;    
}

table.mod_show_product tr td.sale_link a {
    color: #7E0607;   
    font-size: 16px;
    font-weight: bold;        
    text-decoration: underline;
}

table.mod_show_product tr td.hot_cart input {
border: none;
background: url(../../components/com_virtuemart/themes/bruchel/images/add-to-cart_blue.gif) top center no-repeat;
font-family: arial;
font-weight: bold;
font-size: 11px;
width: 71px;
height: 20px;
text-indent: -15px;
padding-bottom: 4px;
cursor: pointer;
}