#leftContent{
    float: left;
    width: 220px;
}
#leftContent .menu{
    list-style: none;
    margin: 10px 0px;
    border-top: 2px solid #8F9095;
    border-bottom: 2px solid #8F9095;    
}
#leftContent .menu li{
    /* height: 23px; */
    line-height: 23px;
    background: #DFDFDF;
    border-bottom: 1px solid #929197;
    border-left: 1px solid #929197;
    border-right: 1px solid #929197;
    margin: 1px 0px;
    padding-left: 12px;
    cursor: pointer;
}
#leftContent .menu li:hover{
    font-weight: bold;
    cursor: pointer;
}
#leftContent .menu a{
    text-decoration: none;
    color: #333;
}
#leftContent .menu a:hover{
    font-weight: bold;
    cursor: pointer;
}
#leftContent .menu li.opc1{
    margin-left: 0;
}
#leftContent .menu li.opc2{
    display: none;
    margin-left: 25px;
    background: #EEE url(../img/bgSubOption.jpg) no-repeat 0% 50%;
}
#leftContent .menu li.opc3{
    display: none;
    margin-left: 50px;
    background: #EEE url(../img/bgSubOption.jpg) no-repeat 0% 50%;
}
#rightContent{
    float: right;    
    width: 650px;
    margin: 10px 0px;
    color: #666;
}
.titular{
    font-size: 24px;
    line-height: 15px;
    color: #666;
}
.titular2{
    font-size: 20px;
    line-height: 18px;
    color: #666;
}
#rightContent .product{
    border: 1px solid #CCC;
    margin: 10px 0;
}
#rightContent .productName{
    background: #3B7EBF;
    margin: 1px;
    padding: 10px ;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
}
#rightContent .productInfo{
    padding: 10px;
}
#rightContent .productImg{
    padding: 10px;
    width: 615px;
}
#rightContent .productImg img{
    margin: 0 5px 5px 0;    
}

