/* 
    Document   : main
    Created on : Jan 18, 2012, 12:04:17 AM
    Author     : nastyuha
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

*{
    padding: 0;
    margin: 0;
    border:none;
    font-family: Arial;
}


a{
 text-decoration: none;
 color: #504f53;
 /*font-weight: bold;*/
}
a:hover{
 text-decoration: underline;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}

table {
    width: 100%;
}

.main-block{
    min-width: 1020px;
    margin: 0 35px;
}

.header-block{
    height: 165px;
    background-color: #f0f0f0;
    color: #68676c;
    position:relative;
}

.header-block img{
    margin-top: 50px;
    margin-left: 65px;
    float:left;
}

.header-contact-text{
    font-size: 14px;
    float:right;
    margin-top: 30px;
    margin-right: 35px;
    text-align: right;
}

.header-logo-notice {
    position:absolute;
    top: 20px;
    left: 40px;
    font-weight: bold;
}

.header-contact-text span{
    font-size: 17px;
}

.menu-block{
    background-color: #f0f0f0;
    height: 60px;
}

.inner-menu-block{
   height: 33px;
   background-image:url('/img/menu-bg.gif');
   background-repeat:repeat-x;
   position: relative;
}

.left-part{
    position: absolute;
    top: 0;
    left: -6px;
}

.right-part{
    position: absolute;
    top: 0;
    right:-6px;
}

.menu-container{
padding-top: 6px;
}

.menu-container ul{
   list-style-type: none;
}

.menu-container ul li{
    float: left;
}

.menu-container .current{
    background-image: url('/img/menu-active.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}

.menu-container li a{
  color:  #fefefe;
  font-size: 14px;
  padding: 0px 12px;
}

.menu-block .basket-block{
    height: 40px;
    width: 260px;
    position: absolute;
    right: 30px;
    top: -4px;
    background-color: #b0b0b0;
    font-size: 12px;
    color: #504f53;
}

.basket-block .basket-left-part{
    position: absolute;
    left:0px;
}

.basket-block .basket-right-part{
    position: absolute;
    right: 0px;
    top:0px;
}

.basket-block .order-btn{
    float:right;
    padding:10px;
}

.basket-block .basket-icon{
    float: left;
    padding: 10px;
}

.basket-block .text{
    padding-top: 15px;
}
.basket-block .text a{
    text-decoration: underline;
}
.main-content{
    font-size: 12px;  
}

.main-table td{
    vertical-align: top;
}

.main-content .breadcrumb{
    font-size: 10px;
    margin-top: 15px;
}

.main-content .breadcrumb a {
    color:#cc0000;
    text-decoration: underline;
}

.main-content .breadcrumb a:hover {
    text-decoration: none;
}

.main-content .line{
    background-color:#504f53;
    height: 1px;
    margin-bottom: 10px;
    position: relative;
}

.main-content .main-text{
    margin-bottom: 30px;
}
.main-content .content-block{
     padding-right: 30px;
}

.main-content .content-block .popular-section{

}

.main-content .content-block .popular-section ul{
    list-style-type: none;
    margin: auto;
    width: 800px;
}

.main-content .content-block .popular-section ul li{
    float:left;
    text-align: center;
    width: 200px;
    margin: 5px 20px;
}

.main-content .content-block .popular-section ul li a{
 font-weight: bold;
}

.main-content .content-block .popular-section ul li a p{
    font-weight: normal;
    margin-top: 5px;
}
.main-content h3 a{
    font-size: 14px;
    font-weight: bold;
}

.main-content .items-table{
    color: #504f53;
    font-size: 12px;
    width: 100%;
}

.main-content input{
    border: 2px groove #cacaca;
    background-color: #f0f0f0;
    width: 60px;
    text-align: right;
}
.main-content .items-table .input{
    float: right;
    margin-bottom: 10px;
}

.main-content .items-table .basket-btn{
  float: right;
  cursor: pointer;
}
.main-content .items-table .price{
    float: right;
    margin-bottom: 10px;
    color: #C90000;
}

.main-content .items-table .more-link{
    /*float: right;*/
    margin-top: 10px;
}

.main-content .items-table .more-link span{
    color: #cc0000;
}

.content-block table {
    font-size: 12px;
    text-align: left;
}

a.item-short-descr:hover {
    text-decoration: none;
}

.content-block .short-description{
    margin-bottom: 20px;
    color:#504f53;
}
.content-block table td{
    padding-left: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}
.content-block .price-block{
    font-style: italic;
    float: left;
    color:#464544;
}

.content-block .price-block p{
    font-style: normal;
    font-size: 16px;
    color: #c90000;
}
.content-block  .add-to-basket{
    float: right;
    color:#696969;
    text-align: right;
}

.content-block .input-block{
    margin-bottom: 10px;
}

.content-block .add-to-basket img{
    cursor: pointer;
    float: right;
}

.category-block{
    width: 233px;
    position: relative;
    margin: 30px auto 40px auto;
    font-size: 0px;
}

.category-block .more-info-btn{
    position: absolute;
    right: 3px;
    bottom: -17px;
    cursor: pointer;
}
.category-items-list{
    padding: 10px 5px 10px 15px;
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    margin-right: 1px;
    font-size: 15px;
    }

.category-items-list ul{
    list-style-image: url('/img/category-item-icon.gif');
    margin-left: 10px;
    font-size: 0.95em;
}

.category-items-list .current a{
    color: black;
}

.category-items-list .current ul li a{
    color: #504f53;
}


.category-items-list ul li a{
    font-family: Tahoma;
}

.content-block{
    color: #68676c;
}

.content-block h2{
    color: #504f53;
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
}

.main-content .paging{
    text-align: center;
}

.main-content .paging .active {
  color: #cc0000;
}

.main-content .description-txt{
    font-size: 12px;
    margin-left: 20px;
}
.footer{
    background-color: #f0f0f0;
    height: 100px;
    font-size: 10px;
    text-align: center;
}
.footer .content-container{
     width: 500px;
     margin: 0 auto;
     padding-top: 20px;
}
.footer ul{
    list-style-type: none;
    margin-left: 205px;
}

.footer ul li{
    float: left;
    height: 6px;
    width: 6px;
    margin: 3px;
}

.footer .workday{
    background-image: url('/img/working-day.gif');
}

.footer .holiday{
    background-image: url('/img/non-working-day.gif');
}

.content-block .total-block{
    height: 20px;
    background-color: #f0f0f0;
    font-size: 10px;
    position: absolute;
    bottom: 1px;
    right: 0px;
    padding: 3px;

}

.content-block .total-block span{
    color:#ca0000;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

.main-block .item-text-descr{
    margin-right: 100px;
}

.main-block .right-part-item{
    position: relative;
}


.main-content .delete-item-block{
    cursor: pointer;
    color: #b0b0b0;
    position: absolute;
    top:0;
    right: 0;
    width: 110px;
}

.main-content .delete-item-block img{
    float: right;
    margin-left: 5px;
}

.main-content .bottom-elements{
    margin-top: 10px;
    color: #c90000;
    text-align: right;
}

.main-content .bottom-elements span{
    color: #504f53;
    margin-right: 20px;
}

.main-content .bottom-elements .price {
    display: inline-block;
    width:100px;
    float:none;
    margin:0;
    text-align: left;
    display: inline;
    zoom: 1;
}

.main-content .bottom-elements .price-block-bsk{
    color: #464544;
}

.main-content .item-price{
    font-size: 14px;
    color: #c90000;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bottom-elements input{
    margin-right: 20px;
}

.head_image {
    cursor: pointer;
    display: block;
    zoom:1;
}

.order-form{
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}

.order-form table{
    font-size: 12px;
    color: #504f53;
}

.order-form .total-order{
    font-size: 12px;
    float: right;
}

.order-form .total-order span{
    font-size: 13px;
    color:#cb0000;
}
.order-form .form-line{
    background-color: #cdcdcd;
    height: 1px;
    margin: 10px 0;
}

.order-form input{
    background-color: white;
    width: 90%;
    text-align: left;
}

.order-form .tabletext input{
    width:auto;
    margin-left: 10px;
}

.order-form .order-form-btn{
    cursor: pointer;
    float: right;
    margin-top: 8px;
    display: block;
}

.order-form span{
    color: #cb0000;
}

.order-form .comment{
    font-size: 10px;
    color:#cb0000;
}


.order-form .tabletext{
    margin-top: 8px;
}

.order-form  textarea{
    width: 90%;
    border: 2px groove #cacaca;
}

.order-form .bottom-shadow{
    background-image: url('/img/order-form-shadow-bottom.gif');
    background-repeat:repeat-x;
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 100%;
   left: 0;
}

.order-form .right-shadow{
    background-image: url('/img/order-form-shadow-right.gif');
    background-repeat: repeat-y;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
}
.ui-widget {
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
ul.error{
    color: #aa0000;
    
}
ul.error li {
    margin-left: 20px;
}

.main-content .category-link a{
    color: #cc0000;
    font-size: 14px;
}

.main-content .category-link a:hover{
    text-decoration: underline;
}

.captcha input{
    width: 100px;
}

.product-image{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.product-small {
    width: 80px;
    height: 80px;
}

.product-medium {
    width: 150px;
    height: 150px;
}

.product-big {
    width: 200px;
    height: 200px;
}

div.captcha * {
    display: block;
}
div.captcha input {
    margin-top: 10px;
}

div.clear {
    clear: both;
}
