﻿.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}



.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-color: Gray;
    padding: 5px;
    width: 450px;
    height: 525px;
}

.modalPopup .btnclose
{
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
    padding: 2px;
}
.modalPopup h2
{
    width: 200px;
    float: left;
}

.modalPopup img
{
    clear: both;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 300px;
    margin-top: 5px;
}
.modalPopup input
{
    margin-top: 25px;
}


.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #AAFFFF;
    opacity: .9;
    filter: alpha(opacity=90);
}

.loading
{
    background-color: Red;
    border: 5px solid yellow;
}

div.previewButtons
{
    clear: both;
    width: 96%;
    margin-left: 2%;
    margin-top: 5px;
}
div.previewButtons H3
{
    font-size: 12px;
    color: #3e6e84;
    margin: 0;
    margin-bottom: 5px;
}
div.previewButtons span
{
    margin: 0;
}
div.previewButtons .btns
{
    position: absolute;
    bottom: 0;
    left: 45%;
}
div.previewButtons input
{
    margin: 0;
}
div.previewButtons .ckCon
{
    margin-left: 5px;
    width: 15px;
}
div.previewButtons p
{
    width: 100%;
    margin-top: 5px;
    color: #333;
}
div.previewButtons .btnClose
{
    padding-top: 15px;
    text-align: center;
}

/* New Styles that Steph added to work with PNI's layout */


img
{
    border: 0;
}
a
{
    color: #707172;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.red:visited, a.red
{
    color: #e40202;
    letter-spacing: 0.2px;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}
/* modified nav */

.global_nav a
{
    margin-left: 5px;
}

/*start iframe fix ie6 bug*/

#nav table
{
    border-collapse: collapse;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#nav a:hover
{
    visibility: visible;
    position: relative;
    z-index: 200;
}
#nav li:hover, #nav li.sfhover
{
    position: relative;
    z-index: 200;
}

#nav ul, #nav iframe
{
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li.sfhover iframe
{
    left: 0;
    top: 25px;
    width: 242px;
    height: 75px;
    filter: alpha(opacity=0);
    margin: 0px;
    padding: 0px;
}

#nav li.sfhover ul, #nav :hover ul
{
    left: 0;
    top: 25px;
    height: auto;
    z-index: 300;
}

/*end iframe */

/* MOD BY ALICIA, OCT 19, 2009, new navigation */
/* ================================================================================================ */

div#mainnav
{
    clear: both;
    background-color: #942713;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

.ShopByLnk
{
    display: block;
    float: left;
    width: 100px;
    color: #ffffff;
    margin-top: 5px;
    margin-left: 5px;
}

#nav ul
{
    float: left;
}

.mainlink
{
    text-align: center;
}


#nav .mainlink a
{
    color: #FFFBFC;
    font-weight: bold;
    font-size: 12px;
    background: #942713 url( "images/navArrow.gif" ) center right no-repeat;
    padding-right: 17px;
}

#nav .mainlink ul li a
{
    color: #999;
    background: none;
    width: 170px;
}



#nav, #nav ul
{
    /* all lists */
    padding: 0;
    margin: 0px;
    list-style: none;
    line-height: 1;
    text-align: left;
}


#nav a
{
    display: block;
    font-size: 10px;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    position: relative;
}



#nav li
{
    float: left;
    margin: 1px 0px 0px 1px;
    height: 25px;
    padding: 0px 0px 0px 20px;
}


#nav li ul li
{
    width: 202px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: url(images/ddMenu_bk.png) repeat-y center bottom;
}

#nav li ul li.ListTop
{
    background: url(images/ddMenu_top.png) no-repeat center top;
    height: 7px;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    width: 202px;
    margin: 0px;
    background: url(images/ddMenu_btm.png) no-repeat center bottom;
    padding-bottom: 10px;
}


/* END CHANGES OCT 19th --  FOR NEW NAVIGATION
========================================================================================== */



/*end main navigation */

/*content styles*/

div.column75
{
    padding: 3px 0px 3px 0px;
}
div#ctl00_main_top
{
    background: url( "images/content_bg_top.gif" ) no-repeat;
    width: 712px;
    margin: 0px;
    padding: 0px;
}
div#ctl00_insideContainer
{
    border-left: solid 1px #CED6D6;
    border-right: solid 1px #CED6D6;
    width: 709px;
    margin-top: 0px;
    padding-top: 0px;
    margin: 0px;
    min-height: 425px;
}

div#ctl00_mainContainer
{
    margin-top: 0px;
    padding-top: 0px;
}

div#ctl00_main_bottom
{
    width: 712px;
    height: 16px;
    background: url( "images/content_bg_btm.gif" ) no-repeat;
}

/* Catalog Styles */

/* Side Navigation */
/* MOD BY ALICIA - OCT 19th, 2009 NEW NAVIGATION 
======================================================================================================== */
div#SideNavigation, #third_nav
{
    width: 175px;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-top: -15px;
    margin-left: 7px;
    background-attachment: scroll;
    background-image: url(images/SideNavBKG_mid.gif);
    background-repeat: repeat-y; /* no-repeat;*/
    background-color: transparent;
    height: 100%;
    background-position: center, top;
}

div#third_nav
{
    min-height: 300px;
}

div.sideNavBKG_top
{
    width: 175px;
    background: url(images/SideNavBKG_top.gif) no-repeat center top;
    height: 25px;
    margin: 0;
    padding: 0;
    margin-left: 7px;
}

div#SideNavigation a
{
    margin-left: 15px;
}

div#SideNavigation h3, h3 a, div#third_nav h3
{
    color: #942713;
    font-size: 11px;
    margin: 0;
}
div#third_nav h3, #third_nav h4, div#SideNavigation h3
{
    margin: 15px 0 15px 15px;
}

div#SideNavigation ul, #third_nav ul
{
    list-style: none;
    margin-left: 15px;
}
div#SideNavigation ul li, #third_nav ul li
{
    /*height:15px;*/
    margin-top: 3px;
    margin-bottom: 3px;
}

div#SideNavigation ul li a, #third_nav li a
{
    margin: 0;
}

div.sideNavBKG_bottom
{
    width: 175px;
    background: url(images/SideNavBKG_btm.gif) no-repeat center top;
    height: 25px;
    margin: 0;
    padding: 0;
    margin-left: 7px;
}


/* END CHANGES OCT 19th --  FOR NEW NAVIGATION
========================================================================================== */


/* catalog page */

.breadcrumbs
{
    padding-left: 2px;
    text-transform: uppercase;
    font-size: 0.9em;
}
.breadcrumbs a
{
    color: #A4B3BA;
}

/* paging */

#nav_assist
{
    margin-top: 10px;
    padding: 10px;
    background-color: #ECF1F5;
    font-size: 0.9em;
}

.dvSort
{
    float: left;
}


.dvItemsPerPage
{
    text-align: right;
}

div.paging
{
    float: left;
    margin-top: 1px;
    margin-left: 50px;
}
div.paging a, div.paging span
{
    display: block;
    width: auto;
    float: left;
    padding-left: 5px;
    padding-right: 3px;
}

div.paging a
{
    text-decoration: none;
    color: #003399;
    font-size: 11px;
}
div.paging .currentpage
{
    color: #333;
    font-weight: bold;
    padding-top: 0pt;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 2px;
}

div.paging span.currentpage
{
    text-decoration: none;
}
div.paging a.next
{
    color: #707172;
}
div.paging a.disabled
{
    color: #999999;
}
div.paging span.tiny
{
    font-size: 3px;
    font-family: Arial Narrow;
}
.clear
{
    clear: both;
}

/* end mod */

/*search message */

div#nomatch
{
    margin-left: 15px;
    font-weight: bold;
    margin-top: 15px;
}

#middleColumn a, a:visited
{
    color: #A4B3BA;
}
#middleColumn a:hover
{
    color: #3a4d9e;
    text-decoration: underline;
}

.catalogTable td:hover, #ctl00_MainColumn_catalogTable td.tdHover
{
    border-right: #fbbc10 3px solid;
    border-top: #fbbc10 3px solid;
    border-left: #fbbc10 3px solid;
    border-bottom: #fbbc10 3px solid;
}

/* MOD BY ALICIA OCT 22, 2009 */
.catalogTable td
{
    width: 210px;
    padding: 0px;
    margin: 0px; /* background: url(images/cols_bg.gif) no-repeat center center;  	background: url(images/bak_cat_item_btm.gif) left bottom no-repeat;*/
    vertical-align: top;
    border-right: #fff 3px solid;
    border-top: #fff 3px solid;
    border-left: #fff 3px solid;
    border-bottom: #fff 3px solid;
}

div.tblMiddle
{
    background: url(images/bak_cat_item_btm.gif) center bottom no-repeat;
    min-height: 140px;
}


.catalogTable h3 a, .catalogTable h3 a:visited
{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}



div.tblHeading_bkg
{
    width: 100%;
    background: url(images/bak_cat_item_top.gif) center top no-repeat;
    margin: 0px;
    padding-top: 3px;
}

.catalogTable h3
{
    background-color: #A4B3BA;
    text-align: center;
    width: 188px;
    margin-left: 7px;
    margin-top: 0px;
    padding: 3px;
    height: 40px;
}




html > /**/ body .catalogTable h3
{
    margin-top: 4px;
    height: auto;
    min-height: 35px;
}


.catalogTable img
{
    width: 95px;
    margin-top: 7px;
}

.catalogTable .catImage img
{
    width: 125px;
    text-align: center;
    margin: 0px;
    padding: 5px 35px 4px 40px;
}

.col1
{
    width: 85px;
    padding: 7px 0px 0px 5px;
    margin-left: 5px;
    float: left;
    height: 120px;
}

html > /**/ body .catalogTable .col1
{
    height: auto;
    min-height: 130px;
}


.col2
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 95px;
}
/*.catalogTable .clear {height:1px; clear:both; background-color:Red;	}*/

.catalogTable span.desc
{
    width: 50px;
}
.catalogTable .col1 div.description
{
}
.catalogTable p
{
    margin-top: 5px;
}

.catalogTable span.price
{
    font-weight: bold;
}

/* X-mas cut off banner */


div.item_box_bottom
{
    clear: both;
    width: 120px;
    margin: 3px 0 10px 7px;
    padding-bottom: 10px;
}

.whiteCutOffImg, .greenCutOffImg, .whiteCutOffImg_fr, .greenCutOffImg_fr
{
    display: block;
    text-align: center;
    padding: 5px 25px 6px 27px;
    font-size: 12px;
}



.catalogTable td .whiteCutOffImg span.sm, .catalogTable td .greenCutOffImg span.sm, .catalogTable td .whiteCutOffImg_fr span.sm, .catalogTable td .greenCutOffImg_fr span.sm
{
    font-size: 9px;
    color: #0060A9;
}

.whiteCutOffImg, .whiteCutOffImg_fr
{
    /*color:#EF4230;*/
    /*color: #F592A5;*/
    color: #8CBB55;
    font-weight: bold; /*background: url(images/xmas_orderByTags_white.gif) left top no-repeat;*/
    /*background: url(images/vday_orderByTags_white.gif) left top no-repeat;*/
    background: url(images/cutoff.gif) left top no-repeat;
}



.greenCutOffImg, .greenCutOffImg_fr
{
    color: #F2F9F3;
    font-weight: bold;
    background: url(images/xmas_orderByTags_green.gif) left top no-repeat;
}

/* end x-mas cut off banner

/*end content styles*/

/*product detail styles */


/*product detail layout*/
/* column layout */
#middleColumn
{
    width: 360px;
    float: left;
    padding-left: 5px;
    margin-bottom: 15px;
}
#rightColumn
{
    width: 310px;
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 0px;
    padding-right: 5px;
}

/*new heading styles*/
#ctl00_pageHeading
{
    background: url( "images/pageHeading_bg.gif" ) no-repeat;
    width: 711px;
    margin: -12px 0px 0px 0px;
    padding: 0px;
    height: 37px;
}
#ctl00_pageHeading h1
{
    padding: 10px 0 0 10px;
    font-size: 0.9em;
    color: #fff;
    text-transform: uppercase;
}
#ctl00_pageHeading h1 a
{
    padding: 10px 0 0 10px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #fff;
}

/*type and spacing*/
.Colright h2.itemDeail_name span
{
    font-size: 13px;
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    color: #3E6E84;
    margin-bottom: 0.5em;
}
.Colright h2.itemDeail_name
{
    margin-bottom: 7px;
}

#price
{
    float: left;
    width: 160px;
    font-size: 1.1em;
}

#tell
{
    float: right;
    width: 120px;
    background: url(images/email.gif) no-repeat left 0px;
    padding: 2px 2px 2px 2px;
}
#tell a
{
    margin-left: 25px;
    color: #3E6E84;
    font-size: 0.9em;
    padding: 2px;
}
.clearing
{
    clear: both;
}

.Colright p.price
{
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.6em;
}
.Colright .btnAdd
{
    margin: 5px 0;
    display: block;
}

/* suggested items */
.suggested
{
    padding-top: 20px;
    border-top: 1px solid #A3B2B9;
    width: 95%;
    padding-right: 10px;
}
.suggested h3
{
    color: #999999;
    font-size: 1.1em;
    margin-bottom: 6px;
}
.suggested table
{
    width: 96%;
    text-align: center;
}

.suggested table td
{
    vertical-align: top;
}
.suggested table .notFirst
{
    border-right: 2px dotted #c1c1c1;
}


#ctl00_MainColumn_Img_detail
{
    width: 350px; /*height: 300px;*/
    margin: 14px 10px 15px 12px;
}

.hide
{
    display: none;
    visibility: hidden;
}


#Divtabs
{
    margin-top: 15px;
    width: 305px;
}

#Divtabs h3
{
    font-size: 12px;
    margin: 15px 0px 5px 5px;
    padding: 0px;
    color: #3E6E84;
}

/*new review form */
#Divtabs .new_review
{
    /*width:100%;*/
}
/*
#Divtabs .lnkAddnew {float:right; font-weight:bold;}*/
#Divtabs .thanks
{
    font-weight: bold;
}

#Divtabs .new_review input, #Divtabs .new_review textarea
{
    margin: 0 auto;
}
#Divtabs .new_review h3
{
    margin-top: 13px;
    margin-bottom: 5px;
    margin-left: 0px;
}
#Divtabs .fieldset input, textarea
{
    width: 225px;
}

#Divtabs, #Divtabs input
{
    padding: 0;
    margin: 0px 0px 0px 0px;
}

#Divtabs p
{
    padding-bottom: 10px;
    padding-top: 2px;
}

#Divtabs table
{
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

#ctl00_MainColumn_Tabs_Panel3 label
{
    font-weight: bold;
    margin-left: 0px;
}

#ctl00_MainColumn_Tabs_Panel3 div
{
    padding: 5px 5px 5px 5px;
}
/* Mod by Alicia Sept 7, 2008 */
#ctl00_MainColumn_Tabs_Panel4 span.lbl
{
    font-weight: bold;
    margin-left: 0px;
    color: #3E6E84;
}
/* End mod */

#Divtabs #show_noshow
{
    visibility: hidden;
}

/* MOD BY ALICIA SEPT 19th */

#Divtabs h4.capLinetitle
{
    margin: 0;
    padding: 0;
    border-top: 1px solid #c1c1c1;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 6px;
    color: #3e6e84;
    color: #555;
    font-size: 11px;
    background-color: #EFEFEF;
}

#Divtabs input.txtcap
{
    margin: 3px 0;
}
#Divtabs span.maxchars
{
}
#Divtabs select.font
{
    width: 100px;
}

tr.moreCaplink a
{
    visibility: hidden;
    display: none;
    text-decoration: none;
    border: 0;
}
tr.moreCaplink a.imgBtn
{
    text-decoration: none;
    border: none;
}
tr.moreCaplink img
{
    border: none;
}

/* End Mod sept 19th */


#Divtabs input.btn
{
    padding: 0px;
    margin: 5px;
    border-style: none;
    font-size: 0px;
}

/* Mod Nov 27 format radio buttons */

span.optRadio label
{
    padding: 0px 7px 0px 2px;
}

/*
#Divtabs .submit {margin-top:10px;}
#Divtabs .submit .req {float:left;}*/
#Divtabs .submit input.btn
{
    /*width:77px;*/
}

#Divtabs .new_review .fieldset
{
    margin-bottom: 0px;
}

/* product reviews list */
#Divtabs .review
{
    margin: 5px 5px 15px 2px;
}
#Divtabs .review .name
{
    color: #999;
    font-weight: bold;
    font-size: 1.05em;
    padding-left: 5px;
}

/*Preview Styles*/
.btnClose
{
    padding-bottom: 15px;
    text-align: center;
}

/* altimages */
div#alt_Images
{
    margin: 20px 5px 20px 0px;
}
div#alt_Images h4
{
    margin-bottom: 9px;
    color: #999999;
    font-size: 1.15em;
}
div#alt_Images ul li
{
    list-style: none;
    display: inline;
    margin-right: 4px;
    margin-bottom: 4px;
}
div#alt_Images ul li img
{
    width: 43px;
    height: 40px;
    border: 1px solid #999999;
}
#footer
{
    clear: both;
    width: 100%;
    background-color: #999999;
}


/*TellAFriend form*/

#TellAFriend h3
{
    color: #94a1aa;
    font-weight: lighter;
}

#TellAFriend
{
    font-family: Verdana,Helvetica,Arial,Sans-serif;
}
#TellAFriend fieldset
{
    background-color: #f1f1f1;
    margin-top: 10px;
    font-size: 0.9em;
}
#TellAFriend legend
{
    color: #3e6e84;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#TellAFriend textarea
{
    width: 100%;
    height: 70px;
}

#TellAFriend div input
{
    width: 55%;
    float: right;
}
#TellAFriend div span
{
    width: 40%;
    float: left;
}
#TellAFriend div span.req
{
    width: 15px;
    float: left;
    color: #b22222;
}
#TellAFriend div
{
    clear: both;
}

#TellAFriend div span.ValMsg
{
    width: 55%;
    float: right;
    color: #b22222;
    font-size: 12px;
}

#TellAFriend div.btns
{
    text-align: center;
}
#TellAFriend div.btns input, #TellAFriend div.btns span
{
    width: auto;
    float: none;
}

#TellAFriend div.btns input.submit_btn
{
    margin-bottom: 20px;
    margin-top: 10px;
}

.footer a
{
    color: #707172;
    text-decoration: underline;
    padding: 1px;
}


/* --------- star rating ------------- */

/* Rating */


.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(Images/SavedStar.png);
}


.AvgRating
{
    width: 55%;
    float: left;
}

.AvgRating span.lbl
{
    display: block;
    padding-right: 5px;
    float: left;
}
#Divtabs .new_review .fieldset
{
    margin-bottom: 0px;
    clear: both;
}
#Divtabs .new_review .Divrating
{
    margin-bottom: 10px;
}

#Divtabs .new_review .fieldset span.rating
{
    display: block;
    float: left;
    padding-right: 10px;
}

/*imap*/

#im a
{
    position: absolute;
    height: 150px;
    width: 150px;
    top: 150px;
    text-decoration: none;
    background-image: url(Images/transbg.gif);
}

#im a i
{
    visibility: hidden;
}

#im1 a
{
    position: absolute;
    height: 100px;
    width: 200px;
    top: 525px;
    left: 620px;
    text-decoration: none;
    background-image: url(Images/transbg.gif);
}

#im1 a i
{
    visibility: hidden;
}



#im2 a
{
    position: absolute;
    height: 100px;
    width: 200px;
    top: 525px;
    left: 835px;
    text-decoration: none;
    background-image: url(Images/transbg.gif);
}

#im2 a i
{
    visibility: hidden;
}

#im3 a
{
    position: absolute;
    height: 28px;
    width: 92px;
    top: 530px;
    left: 928px;
    text-decoration: none;
    background-image: url(Images/transbg.gif);
}

#im3 a i
{
    visibility: hidden;
}

#im1f a
{
    position: absolute;
    height: 100px;
    width: 200px;
    top: 525px;
    left: 620px;
    text-decoration: none;
    background-image: url(Images/transbg.gif);
}

#im1f a i
{
    visibility: hidden;
}

#im2f a
{
    position: absolute;
    height: 100px;
    width: 200px;
    top: 525px;
    left: 815px;
    text-decoration: none;
    background-image: url(Images/transbg.gif);
}

#im2f a i
{
    visibility: hidden;
}

#im3f a
{
    position: absolute;
    height: 28px;
    width: 92px;
    top: 560px;
    left: 928px;
    text-decoration: none;
    background-image: url(Images/transbg.gif);
}

#im3f a i
{
    visibility: hidden;
}

/* MOD by Alicia Oct 19th, 2009 -- added to control expanding menu */
.HIDE
{
    display: none;
    line-height: 0;
}


/*MOD By Alicia October 27th, image rotator styles */

div#dvRotator
{
    width: 175px;
    margin: 0;
    padding: 0;
    margin-left: 7px;
}

div#dvRotator h3
{
    text-indent: -9999px;
}

div#dvRotator div.RotatorBKG_EN
{
    background: url(images/ImageRotator_bkg.gif) no-repeat 0 0;
    padding-top: 50px;
    min-height: 196px;
}

div#dvRotator div.RotatorBKG_FR
{
    background: url(images/ImageRotator_bkg_FR.gif) no-repeat 0 0;
    padding-top: 50px;
    min-height: 196px;
}


div#dvRotator div div
{
    margin-top: 5px;
}

div#dvRotator div div a
{
    display: block;
    text-align: center;
    margin: 3px;
}

/*END image rotator*/