#product-category-grid
{
    margin-left: -50px;
    width: 940px;
    font-size: 14px !important;
}
#product-category-grid img
{
    border-style: none;
}
#product-category-grid .On
{
    background-color: #F1F2F6;
}
#product-category-grid .Off
{
    background-color: #ffffff;
}
#product-category-grid .Selected
{
    background-color: #ffc;
}
#subject
{
    float: left;
    height: 415px;
    position: relative;
    width: 470px;
}
#backgrounds
{
    display: none;
    float: left;
    height: 100px;
    margin: 7px 0 7px 7px;
    width: 75px;
}
.arrow-up, .arrow-down
{
    position: absolute;
    left: 29px;
    width: 30px !important;
}
.arrow-up
{
    top: 5px;
}
.arrow-down
{
    bottom: 5px;
}
#backgrounds > div
{
    bottom: 28px;
    overflow: hidden;
    position: absolute;
    top: 28px;
}
#backgrounds img
{
    width: 75px;
}
#subject-wrapper
{
    margin-left: 82px;
    width: 388px;
}
.subject-wrapper-w
{
    margin-left: 0px !important;
    width: 470px !important;
}
#subject-wrapper div
{
    margin: 0 auto;
    text-align: center;
}

#products
{
    background-color: #ffffff;
    margin-left: 470px;
    position: relative;
}
.product-list .home
{
    overflow-x: hidden;
    overflow-y: scroll;
}
.product-list > .home > a, .product-list > .home > a:link, .product-list > .home > a:visited, .product-list > .home > a:hover, .product-list > .home > a:active
{
    display: block;
    float: left;
    margin: 2px;
    text-decoration: none;
    width: 143px;
}
.product-list > .home > a > div
{
    background-color: #f2f4e3;
    color: #6f7449;
}
.right
{
    float: right;
    text-align: right;
}
iframe #product-category-grid
{
    margin-left: -10px !important;
}
.price_list
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 420px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
    padding-left: 50px;
}
.price_list > table
{
    width: 100%;
    color: #03000A;
    font-size: 14px;
}
.price_list td
{
    color: #03000A !important;
    font-size: 14px;
    overflow: hidden;
    max-height: 32px;
    white-space: nowrap;
}
#colors
{
    margin-top: 10px !important;
}
.product
{
    border: 3px solid #F2F4E3 !important;
}
.gallery-image-wrap img
{
    max-height: 380px !important;
}
.gallery-image-wrap
{
    height: 380px;
}
#navigation_box *
{
    margin-top: -24px;
}
#navigation_box #button_prev
{
    width: 20px;
    float: left;
    margin-left: 25px;
}
#navigation_box #button_next
{
    width: 20px;
    float: right;
    margin-right: 25px;
}