#productsPage {
    background-repeat: no-repeat;
    height: 533px;
    width: 800px;
}

#productsPageLeftWrapper {
    float: left;
    width: 220px;
    margin-top: 300px;
}

#productsPageLeftWrapper {
    filter: alpha(opacity=90); /*ie*/
    opacity: 0.90; /*Mozilla*/
    margin-right: 5px;
}

#productsPageLeftPanel {
    background-color: #edebe6;
    float: left;
    height: 180px;
    width: 204px;
    padding-left: 15px;
    padding-top: 15px;
}

#productsPageLeftPanel ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
#productsPageRightWrapper {
    float: left;
    width: 565px;
    margin-left: 10px;
    margin-top: 300px;
}

#productsPageRightWrapper {
    filter: alpha(opacity=90); /*ie*/
    opacity: 0.90; /*Mozilla*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* ie8 */
}

#productsPageRightPanel {
    float: left;
    background-color: #edebe6;
    height: 180px;
    width: 525px;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 25px;
    _padding-right: 15px;
}

#productsPageRightPanel h4{
    font-weight: normal;
    line-height: 22px;
    padding: 10px;
    color: #412d18;
}
    
