body.products div#page div#body_content
{
    height: auto;
}

body.products div#page div#body_content div#sidebar
{
    width: 131px;
    float: left;
    margin-right:2px;
}

body.products div#page div#body_content div#main_content
{
    background-image: url();
    background-repeat: no-repeat;
    color: #444;
    float: left;
    font-size: 0.75em;
    position:relative;
}

body.products div#page div#body_content div#main_content a
{
    color: #3F8CDA;
    text-decoration: none;
}

/*
    BIN/STAF overlay override
*/

div.bin_content{
    margin-top: 28px;
}
div#staf_body{
    margin-top: 25px;
}
/*
    Sidebar
*/

body.products div#page div#body_content div#sidebar a
{
    display: table;
    height: 90px;
    background-color: #CCCCCC;
    overflow: hidden;
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
    color:#444
}

body.products div#page div#body_content div#sidebar a span.centeringBlock
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    width: 121px;
    text-align: center;
}


body.products div#page div#body_content div#sidebar a span.text
{
    display: none;
}


body.products div#page div#body_content div#sidebar a:hover span.text
{
    display: block;
}

/*
    Main Content - Overlays
*/

body.products div#page div#body_content div#main_content div#overlays
{
    position: absolute;
    top:0px;
    left:0px;
    width: 706px;
    height: 381px;
    z-index: 1000;
    margin-left: 100px;
    display: none;
}

body.products div#page div#body_content div#main_content div#overlays_container
{
    position: static;
    width: 706px;
    height: 381px;
    background-image: url('../images/overlay_window.png');
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay
{
    position: absolute;
    padding-left: 20px;
    padding-top: 20px;
    display: block;
    visibility: hidden;
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay a.overlays_close
{
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 653px;
    background-image: url('/global/images/overlay/overlay_close_x.png');
    text-indent: -9999px;
    background-repeat: no-repeat;
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay div.images
{
    float: left;
    width: 490px;
    margin-top: 10px;
    margin-left: 10px;
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay div.description
{
    width: 150px;
    float: left;
    padding-left: 10px;
    padding-top: 20px;
    margin-top: 10px;
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay div.small_header
{
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    color: #3399CC;
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay div.large_header
{
    font-size: 1.4em;
    font-weight: bold;
    color: #3399CC;
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay ul
{
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    padding-left: 15px;
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay li
{
    margin-top: 5px;
    margin-bottom: 5px;
}

body.products div#page div#body_content div#main_content div#overlays_container div.overlay #flash_content
{
    margin-top: 5px;
    margin-left: 5px;
}

/*
    Main Content - Top
*/

body.products div#page div#body_content div#main_content div#top
{
    float: left;
    font-weight: normal;
    min-height: 410px;
    padding: 0 0 0 350px;
    width:497px;
}

body.products div#page div#body_content div#main_content div#top div#product_image
{
    float: right;
    margin-right: 45px;
    width: 150px;
    height: 400px;
    display: inline;
}
body.products div#page div#body_content div#main_content div#top #product_description
{
    margin: 100px 0 0 0;
}
body.products div#page div#body_content div#main_content div#top h1
{
    float: left;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 20px 5px 0;
    width: 280px;
}

body.products div#page div#body_content div#main_content div#top p
{
    margin-bottom: 5px;
    width: 280px;
}

body.products div#page div#body_content div#main_content div#top a
{
    display: block;
}

body.products div#page div#body_content div#main_content div#top img#divider
{
    clear: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

body.products div#page div#body_content div#main_content div#top a#love_it
{
    background-image:url(../images/love_it_pass_it_on.png);
    background-repeat: no-repeat;
    cursor:pointer;
    display:block;
    float:right;
    height:55px;
    text-indent:-9999px;
    width:125px;
    overflow: hidden;
}

body.products div#page div#body_content div#main_content div#top div#sister_products
{
    position: relative;
    width:290px;
}
body.products div#page div#body_content div#main_content div#top div#sister_products div#sister_products_left
{
    width: 220px;
}
body.products div#page div#body_content div#main_content div#top div#sister_products div#product_pass_it_on
{
    position: absolute;
    right: -20px;
    top: 15px;
}

/*
    Main Content - Bottom
*/

body.products div#page div#body_content div#main_content div#bottom
{
    clear: both;
    height: 240px;
}

body.products div#page div#body_content div#main_content div#bottom div#tabs

{
            float: left;
            padding-left: 20px;
            width: 825px;
            background-color: #EEEEEE;
            position: absolute;
            z-index: 5000;
            padding-top: 4px;
}


/*
    Main Content - Product Image
*/

body.products div#page div#body_content div#main_content #top #product_nodes
{
    position: relative;
    top: 20px;
}

body.products div#page div#body_content div#main_content #top #product_nodes a
{
    display: block;
    height: 24px;
    position: relative;
    width: 29px;
    z-index: 1;
}

body.products div#page div#body_content div#main_content #top #product_nodes a.hide
{
    visibility: hidden;
}

#razor_node_1 { margin-left: 10px; }
#razor_node_2 { margin-left: 80px; }
#razor_node_3 { margin-left: 100px; }
#razor_node_4 { margin-left: 60px; }
#razor_node_5 { margin-left: 60px; }
#razor_node_6 { margin-left: 100px; }
#razor_node_7 { margin-left: 60px; }
#razor_node_8 { margin-left: 60px; margin-top: 80px; }
#razor_node_9 { margin-left: 60px; margin-top: 10px; }

body.products div#page div#body_content div#main_content #top #product_nodes a .hover
{
    display: none;
    height: 18px;
    left: -285px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: 5px;
    width: 300px;
    z-index: 10;
}
body.products div#page div#body_content div#main_content #top #product_nodes a:hover
{
    border: none;
}
body.products div#page div#body_content div#main_content #top #product_nodes a:hover .hover
{
    display: block;
}
body.products div#page div#body_content div#main_content #top #product_nodes a span span
{
    background-color: #FFFFFF;
    display: inline;
    line-height: 18px;
    padding: 2px 0;
}
body.products div#page div#body_content div#main_content #top #product_nodes a sup
{
    line-height: 0px;
    margin:0px;
    padding:0px;
    font-size:0.7em;
}
body.products div#page div#body_content div#main_content #top #product_nodes a span.hover_ends
{
    background-color: transparent;
}
body.products div#page div#body_content div#main_content #top #product_nodes a span.hover_ends img
{
    margin-top: -3px;
    *margin-top: 0px;
    _margin-top: 0px;
}
/*
    Main Content - Bottom - Tabs
*/

body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button
{
    cursor: pointer;
}

body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button span.tab_left
{
    display: block;
    float: left;
    width: 8px;
    height: 24px;
    background-image: url('../images/tab_left_off.png');
    background-repeat: no-repeat;
}

body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button_on span.tab_left
{
    background-image: url('../images/tab_left_on.png');
}

body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button:hover span.tab_center { color: #3F8CDA; }

body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button_on:hover span.tab_center { color: #666666; cursor: default; }


body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button span.tab_center
{
    background-image: url('../images/tab_mid_off.gif');
    background-repeat: repeat-x;
    color: #999;
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    padding: 4px 5px 0;
}

body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button_on span.tab_center
{
    background-image: url('../images/tab_mid_on.gif');
}

body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button span.tab_right
{
    background-image: url('../images/tab_right_off.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 24px;
    width: 8px;
}

body.products div#page div#body_content div#main_content div#bottom div#tabs a.tab_button_on span.tab_right
{
    background-image: url('../images/tab_right_on.png');
}

/*
    Main Content - Bottom - Content
*/

body.products div#page div#body_content div#main_content div#bottom div#bottom_content
{
    /*background: transparent url(../images/nav_leftside_shadow.jpg) no-repeat 0 -359px;*/
    height: 100%;
    width: 100%;
    padding-top: 40px;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab
{
    display: none;
    margin-left: 20px;
    width: 800px;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab_on
{
    display: block;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab div.tab_content_left
{
    width: 400px;
    float: left;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab div.tab_content_right
{
    width: 400px;
    float: left;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab div img.product_shot
{
    display: block;
    float: left;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab div.tab_product_content
{
    float: left;
    width:250px;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab div h2
{
    font-size: 1.3em;
    font-weight: normal;
    color: #666666;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab div a.buy_it_now
{
    font-weight: normal;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab div p
{
    margin-top: 2px;
    margin-bottom: 2px;
}

body.products div#page div#body_content div#main_content div#bottom div#bottom_content div.content_tab div.dotted_line
{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 250px;
    float: left;
}

body.products div#page div#body_content div#main_content div#top div#left_shadow
{
    background: transparent url(../images/nav_leftside_shadow.jpg) no-repeat 0 -370px;
    height: 200px;
    width: 13px;
    position: absolute;
    margin-left: -350px;
    margin-top: 410px;
}

body.products div#body_content h5
{
    font-weight: normal;
}
