#shopCatTab{
    margin:0 0px 0 0px;
    clear:both;
    background:#f3f3f3;
    padding:5px 7px 5px 7px;
    vertical-align: middle;
}
/*
old
#shopCatTab a{
    padding:0 13px 0 13px;
    height:21px;
    line-height: 21px;
    background:#f3f3f3;
    display: block;
    float:left;
    border-right:1px solid #b6b6b6;
    color:#9a9a9a;
    text-decoration: none;
}

#shopCatTab a:hover{
    text-decoration: underline;
}

#shopCatTab a.a{
    background:#e3e3e3;
    color: #5080c4;
    font-weight: bold;
}

#shopCatTab a:first-child{
    padding:0 13px 0 30px;
}
*/
#shopProductList{
    clear:both;
    padding:30px 0 0 0px;
    font-size:11px;
}

#shopProductList *{
    font-size:11px;
}

#shopProductListTable{
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    width:530px;
}

#shopProductListTable td{
    vertical-align: top;
}

#shopProductList .productTitle{
    font-weight:bold;
    color:#eda10f;
}

#shopProductList .productPrice{
    font-weight:bold;
    font-size: 13px;
    color:#315ca4;
    text-align: right;
}

#shopCartSet{
    width:530px;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    margin-bottom: 10px;
}

#shopCartSet .active{
    /*background: #ffffff;*/
    
    font-weight: bold;
    background-image:url(/option1.gif);
    background-repeat: no-repeat;
}

#shopCartSet td{
    vertical-align: top;
    width:244px;
}

#shopCartSet a{
    display: block;
    padding:1px 0 2px 17px;
    background-image:url(/option0.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

#shopDistr{
    background: #e3e3e3;
    padding:10px;
    border-right:2px solid #ffffff;
}

#shopPayment{
    background: #e3e3e3;
    padding:10px;
}

#shopCartTable{
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    width:530px;
}

#shopCartTable td{
    padding-right:4px;
}

#shopCartTable th{
    padding-right:4px;
    color: #999999;
}

#shopCartTable td:last-child{
    padding-right:0px;
}

#shopCartTable hr{
    border:none;
    border-top:1px solid #8e8e8e;
}

#shopLogin{
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}

#shopLogin td{
    vertical-align: top;
}

#shopLogin td:first-child{
    background: #e3e3e3;
    padding:10px;
    border-right:2px solid #ffffff;
}

#shopLogin td:last-child{
    background: #e3e3e3;
    padding:10px;
}

#shopReviewAddressPayment{
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    width:530px;
}

#shopReviewAddressPayment td{
    vertical-align: top;
    width: 265px;
}


#shopFooter {
    color: #8e8e8e;
    border-top: 1px solid #e3e3e3;
    font-size: 11px;
    margin-top: 20px;
}


#shopCondition{
    border-radius:8px;
    background:#e3e3e3;
    padding:3px 10px 10px 10px;
    margin-bottom: 10px;
    display: none;
}

#shopConditionLink{
    
}

.shopConditionLinkActive{

}

.shopFrmClientFieldMsg{
    color:red;
}

.shopMsg {
    background: #4974b8;
    color:#ffffff;
    padding: 7px;
}
