#content {
    background: #F3F3F3 url(/media/images/shop/shop-list-bg.gif) top left repeat-y !important;
}

#content-body {
    background: transparent url(/media/images/shop/shop-list-bg.gif) top left repeat-y !important;
    margin: 9px 24px 25px 0;
    min-height: 387px;
}

#shop-detail {
    width: 100%;
}

#shop-detail #shop-menu {
    width: 157px;
    position: absolute;
    overflow: hidden;
}

#shop-detail #shop-menu li,
#shop-detail #shop-menu a {
    width: 157px;
    overflow: hidden;
}

#shop-product {
    width: 585px;
    float: right;
}

#shop-product h3,
#related_products h2 {
    color: #6D669A;
    font-size: 14px;
    margin-bottom: 12px;
}

#shop-product h3 {
    margin-bottom: 20px;
}

#shop-product h3 em {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

#shop-product div.column {
    position: relative;
    width: 285px;
    float: left;
}

#shop-product div.column.first-child {
    background: #FAFAFA;
    border: 1px solid #E1E1E1;
    overflow: hidden;
}

#shop-product div.column.secondary {
    width: 288px;
    margin: 0 0 0 10px;
}

#shop-product div.column.secondary div.image {
    background: #DAE1EA;
    padding: 5px;
    border: 1px solid #C4CBD4;
}

#shop-product div.column.secondary p {
    font-size: 11px;
    text-align: right;
}

#shop-product div.column.secondary p a {
    color: #E47100;
    font-weight: bold;
}

#shop-product div.column.secondary div.purchase {
    background: #E5E5E5;
    color: #002953;
    width: 264px;
    padding: 8px 12px 0 12px;
    overflow: hidden;
}

#shop-product div.column.secondary div.purchase form br {
    display: none;
}

#shop-product div.column.secondary div.purchase div.option {
    color: #002953;
    width: 130px;
    float: left;
}

#shop-product div.column.secondary div.purchase div.hide {
        display: none;
}

#shop-product div.column.secondary div.purchase div.option p s,
#shop-product div.column.secondary div.purchase div.option p.sale strong {
    color: #E47100;
}

#shop-product div.column.secondary div.purchase div.option p.sale {
    color: #E00000;
}

#shop-product div.column.secondary div.purchase div.option label {
    padding: 0 0 3px 0;
    font-size: 11px;
    display: block;
}

#shop-product div.column.secondary div.purchase div.option select {
    width: 115px;
}

#shop-product div.column.secondary div.purchase p {
    padding: 12px 0 10px 0;
    text-align: left;
    font-weight: bold;
    clear: both;
}

#shop-product div.column.secondary div.purchase #void_warranty {
    font-size: 9px;
    line-height: 1;
    font-weight: normal;
}

#add_to_cart {
    background: url(/media/images/shop/add_to_cart.gif) no-repeat;
    position: relative;
    left: -12px;
    top: 2px;
    border: 0;
    padding: 0;
    display: block;
    width: 288px;
    height: 32px;
    text-indent: -9999em;
}

#add_to_cart:hover {
    background: url(/media/images/shop/add_to_cart_hover.gif) no-repeat;
}

#navigation-tabs {
    background: #E1E1E1;
}

#navigation-tabs dt {
    position: absolute;
    background: #E1E1E1;
    color: #3B64B6;
    top: 0;
    padding: 6px 10px;
    text-decoration: underline;
    float: left;
    cursor: pointer;
}

#navigation-tabs dt.active {
    background: #FFF;
    color: #ED6400;
}

#navigation-tabs dt.first-child {
    left: 0;
}

#navigation-tabs dt.second-child {
    left: 82px;
}

#navigation-tabs dt.last-child {
    left: 151px;
}

#navigation-tabs dd {
    background: #FFF;
    border-top: 25px solid #E1E1E1;
    display: none;
}

#navigation-tabs dd.active {
    padding: 10px 0 0 0;
    min-height: 296px;
    display: block;
}

* html #navigation-tabs dd.active {
    height: 296px;
}

#navigation-tabs dd p,
#navigation-tabs dd li {
    padding: 0;
    font-family: Helvetica, Arial, Sans-serif !important;
    font-size: 12px !important;
}

#navigation-tabs dd.active p {
    margin: 0;
    padding: 0 10px;
}

#shop-header {
    position: relative;
    padding-left: 12px;
}



div.hud {
    font-size: 10px;
    float: right;
}

div.hud p {
    font-size: 10px !important;
    text-align: right;
}

div.hud p a {
    color: #0B5FB6;
    font-weight: bold;
}

#shop-online-divided-title {
    width: 189px !important;
}

a.next-mattress,
a.previous-mattress {
    height: 25px;
    text-indent: -9999px;
    display: block;
    float: left;
}

a.next-mattress {
    background: url(/media/images/shop/next_shop.gif) no-repeat;
    width: 57px;
}

a.next-mattress:hover {
    background: url(/media/images/shop/next_shop_hover.gif) no-repeat;
}

a.previous-mattress {
    background: url(/media/images/shop/previous_shop.gif) no-repeat;
    width: 83px;
}

a.previous-mattress:hover {
    background: url(/media/images/shop/previous_shop_hover.gif) no-repeat;
}

#brand_logos {
    position: absolute;
    top: 0;
    right: 0;
}

#brand_logos img {
    background: #FFF;
    padding: 2px;
    border: 1px solid #E3E3E3;
}