﻿.tocart
{
    float: right;
    width: 200px;
    text-align: right;
}

.price
{
    font-size: 22px;
}
    
.sections
{
    height: 40px;
}
    
.godlist h2
{
    margin-top: 0px;
}
    
.godlist table
{
    width: 100%;    
}
    
.godlist table tr td:first-child
{
    width: 120px;
    text-align: center;
}
.godlist table tr 
{
    vertical-align: top;
    opacity: 0.9;
}
    
.godlist table tr:nth-child(2n+1):hover,
.godlist table tr:nth-child(2n+1):hover + tr
{
    opacity: 1;
    background: #eef;
}
.godlist table tr td.price
{
    font-size: 22px;
}
    
.godlist table tr:nth-child(2n)
{
    height: 50px;
    vertical-align: middle;
}
    
.godlist table tr:nth-child(2n) td
{
    border-bottom: 1px solid #999;
}

.mlmgood
{
    min-height: 200px;
}

.btnorder
{
    background: url('/img/nogood_or_tick.png') left center no-repeat;
    padding-left: 20px;
    cursor: pointer;
}

.btnordered
{
    background: url('/img/good_or_tick.png') left center no-repeat;
    padding-left: 20px;
}

.cartinfo
{
    padding-left: 12px;
}

.cartinfo b
{
    font-size: 18px;
    display: block;
    background: url('/img/diagram_v2_29.png') left center no-repeat;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: #eef;
}

.cartinfo div
{
    margin-top: 4px;
    background: #eee;
}

.cartinfo div:nth-child(2n)
{
    margin-top: 4px;
    background: #ddd;
}

.cartinfo>div>div:last-child
{
    background-color: #eef;
}

.cart_table
{
    width: 100%;
    border: 1px solid #999;
    border-left: none;
}

.cart_table td, .cart_table th
{
    padding: 3px;
    border-left: 1px solid #999;    
}

.cart_table th
{
    text-align: center;
}

.cart_table th, .cart_table tfoot tr td
{
    background: url(/img/bg_top_menu.gif);
    height: 20px;
    color: #fff;
    font-size: 15px;
}

.cart_table tfoot b
{
    color: #fff;
}

.cart_table tfoot td
{
    border-top: 1px solid #999;
}

.cart_table tr:nth-child(2n)
{
    background: #fff;
}

.cart_table tr:nth-child(2n + 1)
{
    background: #eee;
}

.cart_table tr td:last-child
{
    width: 120px;
}

.cart_table input
{
    text-align: center;
}

.order-text
{
    font-size: 12px;
    text-align: left;
}

.order-text a
{
    display: block;
    text-align: center;
}

.personal_account
{
    font-size: 12px;
    color: darkgreen;
    font-weight: bold;
}
