#main div
{
    position: relative;
    z-index: 10;
}

#main h2
{
    font-size: 22px;
    color: #ff036e;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 16px;
    white-space:nowrap;
}

#main h3
{
    font-size: 18px;
    color: #ff036e;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 16px;
    white-space:nowrap;
}

#main h2.little
{
    font-size: 18px;
}

#main h2 a
{
    font-size: 22px;
    color: #ff036e;
    line-height: 16px;
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 16px;
    text-decoration: underline;
}

#main p
{
    font-size: 12px;
    margin: 0;
    color: black;
    margin-bottom: 5px;
}

#main a
{
    color:#FF036E;
    font-weight:bold;
}

#main .banner
{
    margin-bottom: 20px;
    margin-top: 20px;
}

#main .left, #main .right
{
    float: left;
    width: 315px;
    padding-top: 10px;
}

#main .catalog table
{
    margin-bottom: 20px;
}

#main .catalog table td
{
    border: 2px solid #c1c1c1;
    padding: 0;
    padding-bottom: 17px;
    width: 138px;
}

#main .catalog table td img
{
    border-bottom: 2px solid #c1c1c1;
}

#main .catalog table td p
{
    margin: 0;
    margin-left: 5px;
    font-size: 12px;
}

#main .news
{
    font-size: 11px;
    line-height: 14px;
    width: 318px;
    float: left;
    padding-top: 13px;
}

#main .news td
{
    height: 30px;
}

#main .news .date
{
    color: #6e6e6e;
    font-weight: bold;
}

#main .news .link a:visited
{
    color: #e0005f;
}

#main .news .link a
{
    color: #ff036e;
    font-size: 12px;
}

#main .articles
{
    background-color: #eaeaea; 
    padding: 13px;
    position: relative;
    width: 290px;
    float: right;

}

#main .gray-block
{
    background-color: #eaeaea; 
    padding: 8px;
    position: relative;
    margin-bottom: 10px;
}

#main table td.spacer
{
    width: 35px;
    height: 25px;
    border:0;
}


#main .gray-block ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#main .gray-block ul li
{
    background-image: url("/images/pink-arrow.gif");
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 25px;
    font-size: 11px;
}   

#main .gray-block ul li a
{
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #6e6e6e;
}



#main .articles ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#main .articles ul li
{
    background-image: url("/images/pink-arrow.gif");
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 25px;
    margin-bottom: 15px;
}   

#main .articles ul li a
{
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    color: #6e6e6e;
}

#main div.spacer
{

    clear: both;
    height: 30px;
}

#main .catalog-links
{
    border-bottom: 2px solid #c1c1c1;
    padding-bottom: 5px;
    margin-top: 5px;
    background-image: url("/images/gray-box.gif");
    background-repeat: no-repeat;
    background-position: left 9px;
    line-height: 20px;
    margin-bottom: 25px;
    padding-left: 10px;
    font-size: 12px;
}

#main .catalog-links a
{
    color: #ff036e;
}

#main .page-links
{
    text-align: center;
    background-color: #e1e1e1;
    line-height: 24px;
    height: 25px;
    margin-top: 30px;
    font-size: 12px;
}

#main .page-links a
{
    color: #ff036e;
    font-weight: bold;
    
}

#main .page-links span
{
    margin-left: 13px;
}

#main .basket table
{
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}


#main .basket .head td
{
    background-color: #e4e4e4;
    border-right: 3px solid white;

    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    height: 30px;
 
}

#main .basket td
{
    text-align: center;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: bold;
}

#main .basket .alt td
{
    background-color: #f3f3f3;
    border-right: 3px solid white;
}

#main .basket td a
{
    color: #ff1377;
}

#main .basket .info td img
{
    border: 1px solid #d3d1d1;
}

#main .basket .info td input.rembut
{
    width: 20px;
    height: 20px;
    border: none;
}

#main .basket .info td input
{
    width: 75px;
    border: 1px solid #a5acb2;
    text-align:right;
}

#main .basket .info td a img
{
    border: 0;
}

#main .basket td.bottom
{
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    position: relative;
    height: 35px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
}

#main .basket td.bottom input
{
    position: absolute;
    right: 5px;
    margin-top: -4px;
}

#main .basket .order
{
    background-color: #efefef;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 32px;
    padding-right: 32px;
    clear: both;
    float: left;
    font-size: 12px;
}

#main .basket .order .left, #main .basket .order .right
{
    float: left;
    width: 303px;
}

#main .basket .order .left .section
{
    border-right: 2px solid #c9c9c9;
}

#main .basket .order .right .section
{
    margin-left: 55px;
}


#main .basket .order .section
{
    padding-bottom: 10px;
}

#main .basket .order span
{
    color: #FF036E;
}

#main .basket .order .section input
{
    width: 235px;
    margin-top: 5px;
}

#main .basket p.little
{
    float: left;
    width: 400px;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 10px;
}

#main .basket .order-button
{
    float: right;
    margin-top: 20px;
}

#main .product .left, #main .product .right
{
    float: left;
    width: 269px;
}

#main .product .right
{
    width: 380px;
    padding-left: 17px;
}
#printright
{
    width: 649px;
}

#main .product .big-pic
{
    position: relative;
}

#main .product .big-pic img
{
    border: 2px solid #c2c1c1;
}

#main .product .left .big-pic a 
{
    position: absolute;
    top: 6px;
    left: 7px;
    margin: 0;
}

#main .product .big-pic a img
{
    border: 0;
}

#main .product .big-pic h3
{
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #fe1377;
    line-height: 14px;
    font-weight: bold;
    
    height: 25px;
    padding-top: 10px;
    
    margin-top: 10px;
}

#main .product .left a
{
    color: black;
    text-decoration: underline;
    margin-left: 30px;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
}

#main .product .left a img
{
    margin-right: 5px;
}

#main .product .left .gray-block
{
    margin-top: 40px;
}

#main .product .right .gray-block
{
    width: 354px;
}

#main .product .right .gray-block .section, #main .more .info div
{
    border-bottom: 1px dotted #818181;
    float: left;
    clear: both;
    width: 100%;
}

#main .product .right .gray-block .section p, #main .more .info div p
{
    margin: 0;
    font-size: 11px;
    background-color: #EAEAEA;
    border-bottom: 1px solid #eaeaea;
    float: left;
    display: inline;
    position: relative;
    bottom: -2px;
    clear: none;
    padding-top: 0;
}

#main .product .right .gray-block .section p.bold, #main .more .info div p.bold
{
    font-weight: bold;
    float: right;
    width: 152px;
    padding-left: 2px;
}

#main .product .right .gray-block .section p a, #main .more .info div p a
{
    color: black;
}

#main .product .right .gray-block p
{
    font-size: 12px;
    padding-top: 20px;
    clear: both;
}

#main .product .right .advanced
{
    float: left;
    clear: both;
    width: 100%;
    margin-right: -1px;
    margin-bottom: 30px;
}

#main .product .right .advanced .section
{
    border: 1px solid #d2d2d2;
    padding: 10px;
    padding-left: 20px;
    float: left;
    clear: both;
    width: 350px;
    margin-left: -1px;
    margin-bottom: 15px;
}

#main .product .right .advanced .section p
{
    float: left;
    font-size: 11px;
    padding-top: 5px;
}

#main .product .right .advanced select
{
    width: 123px;
}

#main .product .right .advanced .section .color
{
    width: 58px;
    height: 20px;
    border: 2px solid #bcbbbb;
    float: left;
    margin-left: 10px;
}

#main .product .right .advanced .section .color a
{
    display: block;
    width: 100%;
    height: 100%;
}


#main .more
{
    float: left;
    clear: both;
}

#main .more img
{
    float: left;
    border: 1px solid #c6c6c6;
}

#main .more .section
{
    float: left;
    clear: both;
    width: 370px;
    margin-bottom: 25px;
}

#main .more .info
{
    float: left;
    margin-left: 10px;
    width: 278px;
}

#main .more .info a
{
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
} 

#main .more .info div
{
    margin-top: 10px;
}  

#main .more .info div p
{
    background: none;
    border-bottom: 1px solid #eaeaea;
    bottom: -1px;
}

#main .more .info div p.bold
{
    width: auto;
}

#main .more .info span
{
    font-size: 12px;
    color: #fe1377;
    display: block;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    float: left;
    clear: both;
    width: 100%;
}

