﻿/** Styles in this sheet will NOT be available in Content Editor 
*** See ContentStyles.css for Content Editor styles 
*** Do not include font/text related styles in this sheet, use the ContentStyles css file instead
**/

/* Start General Styles */
html
{
    background: #1c1c1b;
}
body
{
    background: white;
    background: #1c1c1b;
    margin: 0px; /*DO NOT include font information here, see ContentStyles.css*/
}

a
{
    outline: none;
}
img
{
    outline: none;
}

.hiddenDiv
{
    display: none;
    visibility: hidden;
}

.aspLabel
{
    color: #7E3606;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
#ShopperPage, #CheckoutPage
{
    background-color: #e8e5db;
    padding: 15px 0px;
}
#CheckoutPage
{
    padding-top: 0px;
}
#ShopperPage
{
    padding: 15px 15px;
}
.lpPoweredBy {
    display:none;
}
/* End General Styles */


/* Start Button Styles */
.button
{
    background: #2b2b23 url(../images/button-background.png) bottom left repeat-x;
    color: #ffae00;
    text-transform: lowercase;
    padding: 3px;
    border: none;
    border-top: 1px solid #999987;
}

.displace
{
    position: absolute;
    left: -5000px;
}

/*JMS: START used on orderform page*/
.addtocart-button .button
{
    border: none;
    margin: 0px;
    background-image: url(../images/buttons/add_to_cart.png);
    height: 22px;
    width: 100px;
}
.addtocart-button .button:hover
{
    border: none;
    margin: 0px;
    background-image: url(../images/buttons/add_to_cart_MO.png);
    height: 22px;
    width: 100px;
}

.personalize-button .button
{
    border: none;
    margin: 0px;
    background-image: url(../images/buttons/personalize.png);
    height: 22px;
    width: 100px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}
.personalize-button .button:hover
{
    border: none;
    margin: 0px;
    background-image: url(../images/buttons/personalize_MO.png);
    height: 22px;
    width: 100px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}
.personalize-button:hover
{
    text-decoration: none;
}

.showProducts-button .button
{
    border: none;
    margin: 0px;
    background-color: Transparent;
    background-image: url(../images/buttons/show_products.png);
    height: 22px;
    width: 112px;
}
.showProducts-button .button:hover
{
    border: none;
    margin: 0px;
    background-color: Transparent;
    background-image: url(../images/buttons/show_products_MO.png);
    height: 22px;
    width: 112px;
}

.showAll-button .button
{
    border: none;
    margin: 0px;
    background-color: Transparent;
    background-image: url(../images/buttons/show_all.png);
    height: 22px;
    width: 71px;
}
.showAll-button .button:hover
{
    border: none;
    margin: 0px;
    background-color: Transparent;
    background-image: url(../images/buttons/show_all_MO.png);
    height: 22px;
    width: 71px;
}
/*JMS: START used on orderform page*/
.button:hover, .button:active
{
    cursor: pointer;
}
/* divVideoContainer may be used on content pages */
.divVideoContainer .button
{
    border: none;
    margin: 0px;
    background-image: url(../images/buttons/play_video.png);
    height: 22px;
    width: 89px;
}


.divVideoContainer .button:hover
{
    border: none;
    margin: 0px;
    background-image: url(../images/buttons/play_video_MO.png);
    height: 22px;
    width: 89px;
}
/* End Button Styles */

/* Start General Layout Styles */
#wrapper
{
    margin: 0px auto;
    background-image: url(../images/ROX_bg_logo.png);
    background-repeat: no-repeat;
}

.center_section
{
    width: 903px;
}

#main_content .center_section
{
    margin: 0px auto;
}
/* End General Layout Styles */

/* Start Header classes */
#header .center_section
{
    margin: 0px auto;
}
#header_top
{
    background-image: url(../images/ROX_top_bg.png);
    background-repeat: repeat-x;
}

.header_pad
{
    margin: 15px 0px 0px 0px;
}

.header_search
{
    width: 213px;
    height: 27px;
    background-image: url(../images/ROX_top_search_bg.png);
    background-repeat: no-repeat;
}
.header_search .searchbox
{
    background-color: transparent;
    border: 0px none #ffffff;
    color: #464644;
    font-weight: bold;
    width: 150px;
    padding: 3px 0px 0px 0px;
    margin: 0px;
    height: 19px;
    line-height: 22px;
    vertical-align: middle;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
}
.header_search .searchbutton
{
    margin: 6px 9px 3px 9px;
}

.header_top_nav
{
    display: inline;
    list-style: none;
}
.header_top_nav li
{
    float: left;
    margin-top: 1px;
    padding: 20px 17px 25px 17px;
    color: #858575;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header_top_nav li.on
{
    background-image: url(../images/ROX_header_top_nav_on.png);
    background-position: center top;
    background-repeat: repeat-x;
}
.header_top_nav li a
{
    color: #858575;
}
.header_top_nav li a:hover, .header_top_nav li a:active, .header_top_nav li.on a
{
    color: #FFFFFF;
    text-decoration: none;
}
.HeaderCartCount
{
    width: 42px;
    height: 42px;
    background-image: url(../images/ROX_header_itemcount.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin: -14px 0px 0px 0px;
    letter-spacing: 0px;
}

#header_nav
{
    background-image: url(../images/ROX_header_nav_line_plain.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 85px;
}
#header_nav.GearNav
{
    background-image: url(../images/ROX_header_nav_line.png);
}
#header_nav .center_section
{
    width: 916px;
}

#site-nav-lvl1
{
    height: 85px;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}
#site-nav-lvl1 li
{
    margin: 15px 0px 0px 0px;
    float: left;
    color: #b2aea0;
    text-transform: uppercase;
    height: 70px;
    width: 25%;
    font-size: 25px;
    text-align: center;
    padding: 0px 0px;
    font-family: StagBookItalic, Georgia, Serif;
    font-style: italic;
}
#site-nav-lvl1 li a
{
    color: #858575;
    text-decoration: none;
}
#site-nav-lvl1 li a:hover, #site-nav-lvl1 li a:active, #site-nav-lvl1 li.tab-active a
{
    color: #F00000;
    text-decoration: none;
}
#site-nav-lvl1 li.tab-active
{
    background-image: url(../images/ROX_header_nav_highlight.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}
#section_nav
{
    background-image: url(../images/ROX_header_subnav_bg.png);
    background-repeat: repeat-x;
    height: 148px;
}
#site-nav-lvl2
{
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 113px;
    width: 1690px;
}
#site-nav-lvl2 li
{
    color: #939382;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 169px;
    height: 113px;
    vertical-align: middle;
}
#site-nav-lvl2 li a
{
    color: #939382;
    text-decoration: none;
    display: block;
    margin-top: 40px;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
    padding: 0px 10px;
}
#site-nav-lvl2 li a:hover, #site-nav-lvl2 li a:active, #site-nav-lvl2 li.tab-active a
{
    color: #FFFFFF;
    text-decoration: none;
}
#site-nav-lvl2 li.tab-active
{
    color: #FFFFFF;
}
#site-nav-lvl2.tab-active li a
{
    text-decoration: none;
    color: #FFFFFF;
}
/* End Header classes */

/* Start Footer classes */
#main_footer
{
    background-image: url(../images/ROX_footer_bg.gif);
    background-repeat: repeat;
}
#main_footer .center_section
{
    margin: 0px auto;
    background-image: url(../images/ROX_footer_content_bg.gif);
    background-repeat: repeat;
}
#main_footer .center_section .content
{
    padding: 14px;
    background-image: url(../images/ROX_footer_bg_logo.png);
    background-repeat: no-repeat;
    background-position: 75px bottom;
}
#footer-nav-lvl1
{
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
    font-family: StagBookItalic, Georgia, Serif;
    font-style: italic;
}
#footer-nav-lvl1 li
{
    margin: 7px;
    float: left;
    color: #66665c;
    width: 170px;
    font-size: 18px;
    padding: 0px 0px;
}
#footer-nav-lvl1 li a
{
    color: #66665c;
    text-decoration: none;
    border-bottom: 1px dotted #66665c;
    display: block;
    padding: 0px 0px 3px 3px;
}
#footer-nav-lvl1 li a:hover, #footer-nav-lvl1 li a:active
{
    color: #F00000;
    text-decoration: none;
}
#footer-nav-lvl1 li ul.footer-nav-lvl2
{
    display: inline;
}
#footer-nav-lvl1 li ul.footer-nav-lvl2 li
{
    display: block;
    font-style: normal;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
    font-size: 12px;
    text-transform: uppercase;
    background-image: url(../images/ROX_bullet.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 7px 7px 0px 0px;
    padding: 0px 0px 0px 7px;
}
#footer-nav-lvl1 li ul.footer-nav-lvl2 li a
{
    border-bottom: 0px none #66665c;
    padding: 0px 0px 0px 0px;
}
#footer_community
{
    width: 122px;
    padding: 7px;
    background-color: #222221;
    color: #66665c;
}
#footer_community .heading
{
    font-size: 18px;
    font-family: StagBookItalic, Georgia, Serif;
    font-style: italic;
    color: #66665c;
    border-bottom: 1px dotted #66665c;
    display: block;
    padding: 0px 0px 3px 3px;
    margin-bottom: 10px;
}
#main-powered-by
{
    text-align: center;
    color: #66665C;
    font-size: x-small;
    margin-top: 15px;
}
#main-powered-by a:link, #main-powered-by a:visited
{
    text-align: center;
    color: #66665C;
    font-size: x-small;
    margin-top: 15px;
}
/* End Footer classes */

/* Start Login/Password Recovery Styles */
#loginDiv .ButtonStyle
{
    margin: 5px 0px 5px 0px;
    background: #2B2B23 url(../images/button-background.png) repeat-x scroll left bottom;
    border-color: #999987 -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #FFAE00;
    padding: 3px;
    text-transform: lowercase;
}

#pswReminderDiv .ButtonStyle
{
    margin: 5px 0px 5px 0px;
    background: #2B2B23 url(../images/button-background.png) repeat-x scroll left bottom;
    border-color: #999987 -moz-use-text-color -moz-use-text-color;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #FFAE00;
    padding: 3px;
    text-transform: lowercase;
}
.AspNet-Login-InstructionPanel, .AspNet-PasswordRecovery-UserName-InstructionPanel, .AspNet-PasswordRecovery-Question-InstructionPanel, .AspNet-PasswordRecovery
{
    padding: 0px 0px 5px 0px;
}
.PRLabel
{
    font-family: StagBook, Georgia, Serif;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    width: 110px;
}
.PRInstructionPanel
{
    color: #58584e;
    font-size: 14px;
    padding: 5px;
    font-family: StagBook, Georgia, Serif;
}
.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label, .AspNet-PasswordRecovery-UserName-UserPanel label, .AspNet-PasswordRecovery-Question-UserPanel label, .AspNet-PasswordRecovery-QuestionPanel label, .AspNet-PasswordRecovery-AnswerPanel label
{
    width: 8em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}
.prLabel
{
    padding-right: 0.5em;
}
.prInput
{
    width: 175px;
    margin: 15px;
}
.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input, .AspNet-PasswordRecovery-UserName-UserPanel input, .AspNet-PasswordRecovery-Question-UserPanel input, .AspNet-PasswordRecovery-QuestionPanel input, .AspNet-PasswordRecovery-AnswerPanel input
{
    width: 10em;
}
.AspNet-Login-RememberMePanel
{
    padding: 5px 25px 5px 25px;
}
.AspNet-Login-PasswordRecoveryPanel
{
    padding: 5px 0px 5px 0px;
}
.AspNet-Login-UserPanel, .AspNet-Login-PasswordPanel, .AspNet-Login-RememberMePanel
{
    margin: 2px 0px 8px 0px;
}
.AspNet-Login-UserPanel span, .AspNet-Login-PasswordPanel span
{
    font-size: 14px;
    font-weight: bold;
}
/* End Login/Password Recovery Styles */

/* Start SitePath and DataPager Styles */
#main-layout-breadcrumbs
{
    margin-bottom: 12px;
}
#SitePathContainer
{
    color: #66665c;
    font-size: 10px;
    margin: 0 0 0 35px;
    padding: 14px 0px;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
}
#SitePathRight
{
    height: 53px;
    width: 226px;
}
.SitePathSeparator
{
    line-height: 14px;
}
.RootSitePathNode
{
    background-image: url(../images/ROX_icon_path.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 0px 23px;
}
.SitePath, .SitePath:link, .SitePath:visited, .SitePathSelected, .simplePagerNav li a:link, .simplePagerNav li a:visited
{
    text-decoration: none;
    color: #66665c;
    text-transform: uppercase;
    font-size: 14px;
}
.SitePath:hover, .SitePath:active, .Pager.SitePath:hover, .Pager.SitePath:active, .simplePagerNav li a:hover, .simplePagerNav li a:active
{
    color: #f00000;
    text-decoration: none;
}

.DataPagerContainer, .simplePagerNav
{
    padding: 23px 0px;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
}
.simplePagerNav
{
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    text-align: right;
}
#main_content .simplePagerNav li
{
    display: inline;
    list-style-type: none;
    margin: 0px 5px;
}
.Pager
{
    font-size: 14px;
    padding: 0px 4px 0px 0px; /*border:0px none #ffffff; border-right:1px solid #000000;*/
}
.Pager.SitePath, .simplePagerNav li a:link, .simplePagerNav li a:visited
{
    color: #989889;
}
.Pager.SitePathSelected, .simplePagerNav li.currentPage a:link, .simplePagerNav li.currentPage a:visited
{
    color: #66665c;
}
.simplePagerNav li.currentPage a:link, .simplePagerNav li.currentPage a:visited
{
    text-decoration: none;
}
/* End SitePath Styles */

/* Start Address Control Classes AND Checkout Classes */
.checkout-navigation-container
{
    text-align: center;
}
.disabledField
{
    color: #999999;
    background-color: #cecece;
}
.fieldLabel
{
    width: 145px;
    padding: 0px 5px 0px 0px;
    display: block;
    float: left;
}
.hide
{
    display: none;
}
.details
{
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}
.under_cart
{
    background-color: #bbb6a2;
    padding: 20px 20px;
}
.cartBottomContainer
{
    background-color: #d2cdbb;
    padding-bottom: 0px !important;
}

.Cart_Promo p
{
    margin: 0px 0px;
}

.Cart_top_spaced
{
    padding: 0px 10px;
}

.basketTable
{
    border-color: #BBB6A2;
    border-style: solid;
    border-width: 3px !important;
}
.basketTable .HeaderRow th
{
    padding: 10px;
}
.basketTable .CartRow td
{
    vertical-align: middle;
    color: #58584e;
    font-family: StagBook, Georgia, Serif;
}
.basketTable .CartRow td.CartPrice
{
    font-size: 18px;
    font-weight: bold;
}
.basketTable .CartRow td a, .basketTable .CartRow td .CartAttribs, .basketTable .CartRow td .CartAvail
{
    font-family: StagBookItalic, Georgia, Serif;
    font-style: italic;
    text-decoration: underline;
}
.basketTable .CartRow td a.CartProductName
{
    font-family: StagBook, Georgia, Serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.basketTable .CartRow td a:link, .basketTable .CartRow td a:visited
{
    color: #58584e;
}
.basketTable .CartRow td a:hover, .basketTable .CartRow td a:active
{
    color: #F00000;
}
.basketTable .CartRow td .paImage
{
    width: 115px;
}
.basketTable .CartRow td .paImage img
{
    width: 105px;
}
.basketTable .CartRow td .paInfo
{
    width: 175px;
}
.basketTable .CartRow td .CartAttribs
{
    margin-right: 12px;
}
.basketTableWrapper
{
    margin: 5px 5px 0;
    width: 894px;
}
.cartcountitems
{
    color: #6c7d1e;
}
.cartInventoryMessage
{
    color: #7e3606;
}

h2.CartHeading
{
    text-transform: none;
}
h4.CartHeading
{
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
}

.EstimateShipping label
{
    font-size: 20px;
    margin-right: 10px;
    line-height: 42px;
    display: block;
    float: left;
}

.CloseLink
{
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
    font-weight: bold;
    font-style: normal;
}

.checkoutCenterWrapper, .receiptCenterWrapper
{
    /*background-color: #d2cdbb;*/
    padding: 4px;
    display: inline-block;
}
.receiptCenterWrapper
{
    background: url(../images/checkout/receipt_stork_bg.png) no-repeat center top;
}
.checkoutStepDiv, .receiptSectionDiv
{
    background-color: #E8E5DB;
    display: inline-block;
    border: 7px solid #bbb6a2;
}
.receiptSectionDiv
{
    background-color: transparent;
}
.checkoutStepFlag, .checkoutStepLabel, .receiptSectionLabel
{
    color: #e8e5db;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
}
.checkoutStepFlag
{
    background: url(../images/checkout/checkout_step_flag.png) no-repeat;
    width: 128px;
    color: #ffffff;
}
.checkoutStepLabel, .receiptSectionLabel
{
    background: url(../images/checkout/checkout_step_flag_bg.png) repeat-x;
    width: 725px;
}

.receiptSectionLabel
{
    width: 874px;
}

.InfoReviewLabel
{
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
    font-weight: bold;
    margin-right: 12px;
    line-height: 22px;
    width: 115px;
    text-align: right;
}
.InfoReview
{
    line-height: 25px;
}

.checkoutStepDivBody, .receiptSectionDivBody
{
    display: inline-block;
    padding: 7px 7px 30px 7px;
    width: 860px;
}
.totalTable
{
    background-color: #FFFFFF;
    margin-bottom: 0px 0px;
}
.totalTable tr
{
    height: 60px;
}
.totalTable tr td
{
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #cccccc;
    color: #58584E;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    width: 210px;
    font-weight: bold;
}
.totalTable tr td.label
{
    border-right: 0px solid #cccccc;
    text-align: right;
    padding-right: 10px;
    width: 140px;
    text-transform: uppercase;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
    font-weight: bold;
}
.totalTable tr td.label .smallerLabel
{
    font-size: 14px;
    font-weight: bold;
}
.totalTable a
{
    font-size: 12px;
    text-decoration: none;
}
.totalTable div, .totalTable select
{
    font-size: 12px;
    text-transform: none;
}
.totalTable select
{
    width: 180px;
}

.third
{
    width: 275px;
}

/* End Address Control Classes AND Checkout Classes */
/*start navigation slider classes*/

#main
{
    width: 100%;
    margin: 0 auto;
    min-width: 903px;
}

#content-slider
{
    /*width:50%;   min-width:832px;*/
    width: 842px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/ROX_scrollbar.png");
    position: relative;
}

.ui-slider-handle
{
    width: 47px;
    height: 12px;
    position: absolute;
    top: 4px;
    background-image: url("../images/ROX_scrollmarker.png");
}

#content-scroll
{
    width: 100%;
    height: 120px;
    margin-top: 0px;
    overflow: hidden;
    min-width: 903px;
}

#content-holder
{
    width: 100%;
    height: 270px;
}

.content-item
{
    width: 290px;
    height: 270px;
    padding: 5px;
    float: left;
    display: inline;
}
/*end navigation slider classes*/
/* Start Tooltip Classes*/
.tooltip_content
{
    display: none; /* required */
    position: absolute; /* required */
    padding: 10px;
    border: 1px solid black;
    background-color: white;
    z-index: 9999;
    width: 500px;
    text-align: left;
    font-family: Georgia, Serif;
}
/* End Tooltip Classes*/

/* Start Default Page Classes */
#index-body #top-teaser
{
    /*margin-bottom: 11px;*/
    background-color: #2c2c2c;
    text-align: center;
}
#index-body #top-teaser .teaser_spot
{
    padding: 22px 27px;
}
#index-body #top-teaser h2
{
    font-size: 1.6em;
    margin: 0px;
    margin: 14px 0px 3px 0px;
    color: #bab78c;
}
#index-body #top-teaser h2 strong, #index-body #top-teaser h2 a:link, #index-body #top-teaser h2 a:visited
{
    color: #ffae00;
}
#index-body #top-teaser h3
{
    margin: 0px;
    font-size: 1.2em;
    margin-bottom: 3px;
    color: #bab78c;
}

#index-body #featured-articles
{
    margin-top: 19px;
}
#index-body #featured-articles .featured_article
{
    background-color: #2c2c2c;
    width: 288px;
    height: 288px;
    text-align: center;
    margin: 0px 15px 15px 0px;
    overflow: hidden;
}
#index-body #featured-articles td + td + td .featured_article
{
    margin-right: 0px;
    float: right;
}
#index-body #featured-articles .featured_article .article_content
{
    padding: 24px 24px;
    text-align: center;
    margin: 0px 0px 0px 0px;
}
#index-body #featured-articles img
{
    /*width: 80px;*/
}
#index-body #featured-articles .featured_article .article_img
{
    width: 241px;
    height: 189px;
    overflow: hidden;
}

#index-body #featured-articles h4
{
    font-size: 20px;
    font-family: StagBookItalic, Georgia, Serif;
    font-style: italic;
    color: #66665c;
    text-transform: none;
    vertical-align: middle;
}
#index-body #featured-articles h4 a:link, #index-body #featured-articles h4 a:visited
{
    color: #66665c;
    text-decoration: none;
}
#index-body #featured-articles h4 a:hover, #index-body #featured-articles h4 a:active
{
    color: #F00000;
    text-decoration: none;
}
/* End Default Page Classes */


/* Start LowdownTeaser classes */
.LowdownTeaser
{
    background-image: url(../../../Assets/images/LowdownTeaser.jpg);
    height: 150px;
    width: 374px;
}
.LowdownFields
{
    position: relative;
    top: 90px;
    left: 120px;
}
/* End LowdownTeaser classes */

/* Start Related Items (Content pages and elsewhere) */
.related-prod-container .deptProdHolder
{
    background-color: #e8e5db;
    width: 266px;
    height: 266px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 14px;
}
.related-prod-container .deptProdHolder img
{
    width: 200px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.related-prod-container .deptProdHolder a.deptlinkP
{
    font-size: 16px;
}
.related-prod-container table td + td .deptProdHolder
{
    margin-right: 0px;
}

.prodRelatedGroup .dept_prod_img
{
    border: 1px solid #bbb6a2;
}
.prodRelatedGroup .dept_prod_img img.relatedImageSize
{
    width: 100px;
}
/* End Related Items (Content pages and elsewhere) */


/* START Product.aspx - Product Page */
#ProductPage
{
    background-color: #e8e5db;
    padding: 28px 52px;
}

.productleft
{
    width: 196px;
    background-image: url(../images/ROX_product_tab_bg.png); /*#d4d2ca;*/
    background-repeat: repeat-y;
}
.productright
{
    width: 511px;
    margin-right: 63px;
}

/* start jquery tabs css - PRODUCT PAGE SPECIFIC */
#ProductPage #tabs
{
    margin-top: 50px;
}
#ProductPage .ui-tabs-nav
{
    padding: 7px 0px;
}
#ProductPage .ui-tabs-nav li
{
    text-align: center;
    padding: 0px 12px 0px 0px;
}
#ProductPage .ui-tabs-nav a
{
    display: block;
    color: #66665c;
    font-size: 14px;
    padding: 17px 0px 13px 0px;
    text-transform: uppercase;
    background-image: url(../images/ROX_product_tab_sep.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-decoration: none;
    font-weight: bold;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
}
#ProductPage .ui-tabs-nav a:hover, #ProductPage .ui-tabs-nav a:active
{
    text-decoration: none;
    color: #ff0000;
}
#ProductPage .ui-tabs-nav #lastTab a, #ProductPage .ui-tabs-nav .lastTab a
{
    background-image: none;
}
#ProductPage .ui-tabs-nav .ui-tabs-selected a
{
    color: #ff0000;
}

#ProductPage .ui-tabs-nav .ui-tabs-selected
{
    background-image: url(../images/ROX_product_tab_on.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.ui-tabs-hide
{
    display: none;
}
.product_tab_detail
{
    line-height: 21px;
    font-family: Georgia, Serif;
}
/* end jquery tabs css */

.undertabs
{
    margin-top: 10px;
    clear: left;
}

.AddProductToCart
{
    background-color: #e1ded3;
    padding: 9px 13px;
    text-align: center;
    font-weight: bold;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
}
.AddProductFields
{
    margin: 9px 0px 0px 0px;
    float: left;
}
.AddProduct_Sku select
{
    border: 0px none #ffffff;
    width: 162px;
    background-color: transparent; /*font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;*/
}
.AddProduct_Qty
{
    margin: 0px 10px;
}
.AddProduct_Qty input
{
    width: 38px;
}
.AddProduct_Personalize input
{
    width: 90px;
}
.AddProduct_Sku select, .AddProduct_Qty, .AddProduct_Qty input, .AddProduct_Personalize, .AddProduct_Personalize input
{
    color: #66665c;
    font-size: 16px;
    font-weight: bold;
}
.AddProduct_Sku, .AddProduct_Qty, .AddProduct_Personalize
{
    border: 1px solid #b9b5a8;
    background-image: url(../images/ROX_product_fields_bg.png);
    background-repeat: repeat-x;
    padding: 5px;
    float: left;
}

.ReviewSummary
{
    font-size: 10px;
}
.ReviewSummary .AspNet-DetailsView
{
    float: left;
}
.ReviewSep
{
    background-image: url(../images/ROX_content_right_sep.png);
    background-position: center center;
    background-repeat: repeat-x;
    line-height: 38px;
}

.RecentlyViewedProducts
{
    margin-right: 12px;
    text-align: center;
}
.RecentlyViewedProducts h2, .RecentlyViewedProducts h2 a:link, .RecentlyViewedProducts h2 a:visited
{
    color: #66665C;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
}
.RecentlyViewedProducts h2 a:hover, .RecentlyViewedProducts h2 a:active
{
    text-decoration: none;
}
#main_content .RecentlyViewedProducts ul li
{
    list-style-type: none;
    background-color: #e8e5db;
    display: block;
    margin: 0px 15px 16px 15px;
    height: 154px;
    width: 154px;
}
.RecentlyViewedProducts li span.image
{
    display: block;
    padding: 15px;
}
.RecentlyViewedProducts li span.image img
{
    width: 124px;
}

.ReviewRadios input
{
    margin-right: 5px;
}
.ReviewRadios label
{
    margin-right: 15px;
}

#ProductPage .related-prod-container .deptProdHolder
{
    width: 250px;
    height: 250px;
}
#ProductPage .related-prod-container .deptProdHolder img
{
    margin-top: 0px;
    margin-bottom: 5px;
}


.ImageAligner
{
    display: inline;
    vertical-align: middle;
}

.ProductVideo
{
    background-color: #000000;
}

.ProductQuote
{
    background-image: url(../images/ROX_product_quote.png);
    background-repeat: no-repeat;
    height: 226px;
    width: 800px;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    color: #58584e;
    text-transform: uppercase;
    position: absolute;
}
.ProductQuote .QuoteText
{
    padding: 30px;
    font-family: StagBook, Georgia, Serif;
    display: block;
}

.ArticleListTitle
{
    font-weight: bold;
}
.product_article_imageholder
{
    width: 100px;
    margin-right: 30px;
    overflow: hidden;
}

#gallery ul li
{
    list-style-type: none;
    float: left;
    width: 150px;
    height: 150px;
    border: 4px solid #d4d2ca;
    background-color: #d4d2ca;
    margin: 0px 16px 16px 0px;
    text-align: center;
}
#gallery ul li:hover
{
    border: 4px solid #66665c;
}
/* End Product CSS */

/* Start Dept CSS */
#dept-body
{
    width: 835px;
    margin: 0px auto;
}

.deptProdHolder
{
    background-color: #e8e5db;
    width: 406px;
    height: 408px;
    text-align: center;
    margin-right: 23px;
    margin-bottom: 23px;
}
#dept-body table td + td .deptProdHolder
{
    margin-right: 0px;
}

.deptProdHolder a.deptlinkP
{
    font-family: StagBookItalic, Georgia, Serif;
    font-style: italic;
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding: 0px 20px;
}
.deptProdHolder a.deptlinkP:link, .deptProdHolder a.deptlinkP:visited
{
    color: #66665c;
    text-decoration: none;
}
.deptProdHolder a.deptlinkP:hover, .deptProdHolder a.deptlinkP:active
{
    color: #F00000;
    text-decoration: none;
}
.deptProdHolder a.deptlinkP .ListPricewoSaleA
{
    font-family: HelveticaNeueBoldCond, Arial, Sans-Serif;
    font-style: normal;
    font-weight: normal;
}
.deptProdHolder img
{
    margin-top: 40px;
    margin-bottom: 5px;
}

.AspNet-DetailsView ul li
{
    float: left;
    list-style-type: none;
    display: inline;
}
/* End Dept CSS */

/* Start Popup css */
#backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cccccc;
    z-index: 1;
}
#popupDiv
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: auto;
    width: 730px;
    background: #C7C3AE;
    border: 4px solid #43433C;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}
#popupDivClose
{
    font-size: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: 700;
    display: block;
}
/* End Popup css */

/* Start search page css */
#SearchPage
{
    width: 835px;
    margin: 0px auto;
}
#SearchPage h2
{
    text-transform: none;
    margin: 0px 20px 0px 0px;
}
.SearchResultCount
{
    background-image: url(../images/ROX_icon_path.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0px 0px 0px 23px;
}
/* End search page css */

/* Start recently-viewed.aspx css*/
h2.all-recently-viewed
{
    background-color: #D8D8D8;
    padding: 2px 0px 2px 13px;
}
#all-recently-viewed tr td
{
    vertical-align: bottom;
}
/* End recently-viewed.aspx css*/

/* Mini Login (found on checkout.aspx) */
#mini-login
{
    width: 400px;
    float: left;
    margin-left: 10px;
    border: 3px solid #58584E;
    position: absolute; /*left: 180px;*/
    z-index: 9999;
}
.mini-login-inner
{
    background-color: #E8E5DB;
    padding: 5px;
    border: 4px solid #D2CDBB;
}
.mini-login-inner .Error
{
    border: 0px none #ffffff;
    background-color: #E8E5DB;
}
.mini-login-close
{
    text-align: right;
    margin-bottom: 5px;
}
.mini-login-close span
{
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
#mini-login td, #mini-login input
{
    font-size: 12px;
}
/* End Mini Login */


/* Start Next/Previous sections */
.nextblock, .previousblock
{
    background-repeat: no-repeat;
    height: 113px;
    width: 200px;
}
.nextblock
{
    text-align: left;
    background-position: right;
}
.previousblock
{
    text-align: right;
    background-position: left;
}
/* End Next/Previous sections */

/* Start Calendar CSS */
.ajax__calendar_container
{
    z-index: 9000;
}
.ajax__calendar_body table tr td
{
    padding: 0px;
}
/* End Calendar CSS */




.allDDSameLength select
{
    width: 180px;
}

/* Start Advanced Promotions Classes */
.BasketItemPromotion, .BasketAwardedPromotion
{
    display: block;
    color: #F00000;
}
.BasketItemPromotion.PromotionExclusion
{
    font-style: italic;
}
.BasketPromotion
{
    display: block;
}
.BasketPromotionsLabel, .PromotionsAwardedLabel
{
    padding-top: 5px;
    font-weight: bold;
}
.BasketPromotionsLabel p, .PromotionsAwardedLabel p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BasketPromotions
{
}
.BasketPromotionsAwarded
{
}
/* End Advanced Promotions Classes */
.email_button_journal
{
    background-image: url(../images/buttons/emailmyphotos_off.png);
    background-repeat: no-repeat;
    height: 76px;
    width: 255px;
    display: block;
}
.email_button_journal:hover
{
    background-image: url(../images/buttons/emailmyphotos_on.png);
    
}

