* {
    margin: 0;
    padding: 0;
}

html, body {
    background: #fff;
    color: #000;
    font-family: Calibri, Arial, Tahoma, Helvetica;
    font-size: 11pt;
    height: 100%;
	margin: 0px 30px;
}

table tr, td, div{
    color: #000;
    font-family: Calibri, Arial, Tahoma, Helvetica;
    font-size: 11pt;
}

p {
    margin: 10px 0px;
}

a {
    color:#0000CC;
}
a:hover {
    color:black;
}
a:visited {
    color:#468318;
}

a img {
    border: 0px;
}


div.table {
    display: table;
}
div.row {
    display : table-row;
}

div.row>div {
    display : table-cell;
}

.overall {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 30px; /* .push must be the same height as .footer */
}

.footer {
    margin: 0px auto;
    text-align: center;
    color: #B1B1B1;
    font-size: 10pt;
}

.footer a {
    color: #B1B1B1;
}

.content {
    padding-top: 10px;
}

big {
    font-size: 14pt;
}

big small {
    top: -5px;
    font-size: 9pt;
    position: relative;
    vertical-align: baseline;
}




.top_panel {
    margin: 0px;
    height: 26px;
}

.top_panel .left {
    float: left;
}
.top_panel .left a {
    margin-right: 20px;
}
.top_panel .right {
    text-align: right;
}
.top_panel .right strong {
    font-weight: normal;
    padding: 0em 1.5em;
}

.login_block {
    display : none;
    position : absolute;
    overflow : auto;
    background-color : #66cc66;
    top: 40px;
    right: 0px;
}

.login_block_visible {
    position : absolute;
    overflow : auto;
    background-color : #ff6633;
    top: 40px;
    right: 0px;
}

.block_tovar{
    position: absolute;
    width: 350px;
    background: #fff;
    z-index: 100;
    display: visible;
}
.block_tovar .corn_grey_t{
    margin: 0px;
    z-index: 100;
    position: relative;
}
.block_tovar .product_images_wrapper{
    width: 350px;
    text-align: center;
}
.block_tovar .product_images_wrapper img{
    max-width: 350px;
}


.block_tovar .product_images_wrapper img.pics_sm {
    float: left;
    width: 80px;
    text-align: center;
    margin: 10px 0px 10px 22px;
}

.block_tovar .data_block h2{
    font-size: 12pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
.but_cart{
    padding: 10px 10px 0px 0px;
    float: left;
    font-size: 12pt;
}
.but_cart big{
    font-size: 12pt;
}
.but_cart big small{
    font-size: 7pt;
}
.clear{
    clear: both;
    font-size: 0px;
}

