@charset "utf-8";
/* overall page styles */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a6e67;
}
p {
    margin: 0;
	padding: 7px 0;
}
form {
    padding: 0;
    margin: 0;
	display: inline;
}
input, select {
       border-width: thin;
}
#wrapper {
    width: 750px;
	margin: auto;
}
.clear {
    clear: both;
}
a {
    color: #7a6e67; 
}
h1 {
    font-size: 14px;
	font-weight: bold;
	padding: 2px 0 5px 0;
	margin: 0;
}
img {
	border: 0;
}

/* swfobject ff3 correction */
object { 
	 outline: none; 
}

/* chrome image map correction */
area { 
	 outline: none; 
}
/* header */
#header {
    background-image: url(../images/header/header_bg.gif);
    height: 77px;
    position: relative;
}
#header a {
    color: #7a6e67;
    text-decoration: none;
}
#headersearch {
    position: absolute;
    right: 5px;
    top: 30px;
}
#headersearch form {
    margin: 0;
    padding: 0;
    display: inline;
}
#headersearch div {
    float: left;
    font-size: 9px;
    padding-left: 11px;
}
#headersearch div.formalign {
    padding-top: 3px;
}
#headersearch div.formalign a{
    text-decoration: underline;
}
.searchbox {
    padding: 2px;
    width: 152px;
    border: 1px solid #807c79;
    font-size: 9px;
}
#headernav {
    font-size: 11px;
    position: absolute;
    top: 57px;
    right: 4px;
}
#headernav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#headernav li {
    padding: 0 1px;
    margin: 0;
    display: inline;
}
#headermainnav {
    background-color: #a39994;
    text-align: center;
    margin-bottom: 4px;
	width: 750px;
    height: 19px;
	font-size: 0; /*IE6!*/
}
#headermainnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#headermainnav li {
    padding: 0 5px;
    display: inline;
}
#myheader {
    font-size: 9px;
    position: absolute;
    top: 8px;
    right: 5px;
}
#myheader ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#myheader li {
    padding: 0 1px;
    display: inline;
}
#myheader li.headerquickshop {
    background-color: #877a77;
    color: #ffffff;
    padding: 2px 12px;
}

/* body */
#content {
    border: #ffffff 1px solid;
    border-top: none;
    padding-bottom: 8px;
}
#main {
    padding: 0 0 0 139px;
}
#mainspots {
    margin-top: 3px;
}
#mainspots img {
    border: 0;
}

/* nav */
#homeDiscount {
    padding: 3px; 
	margin-bottom: 7px;
}
#quickShop {
    font-size: 10px;
	background-image: url(../images/sidebar/quick_shop/quick_shop_bg.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 102px;
	margin: 3px 0 10px 0;
	padding: 17px 12px 6px 12px;
	line-height: 12px;
}

#nav {
    display: inline;
    float: left;
    border: 1px solid #7a6e67;
	margin-left: 4px;
	padding: 0; 
    width : 126px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : 12px;
	padding: 0;
	width: 126px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 126px;
	margin-top : -23px;
	width: 102px;
        z-index: 100;
}
#nav li ul.doubleheight { /* second-level lists double space*/
	margin-top : -42px;
}
#nav li ul li {
    margin-bottom : 0;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 118px;
}

#nav li a.toplevelnav {
	width: 126px;
	display : block;
	background-color: #ffffff;
	border: 0;
	padding : 2px 0;
}
#nav li a {
	width: 102px;
	w\idth : 100px;
	display : block;
	color : #65564f;
	background-color: #e0dcd9;
	text-decoration : none;
	border : 1px solid #e0dcd9;
	border-left: 1px solid #bbb4ae;
	border-bottom: 2px solid #bbb4ae;
	padding : 2px 0 2px 15px;
	margin-bottom: 0;
}
#nav li a:hover.toplevelnav {
	background-color : #ffffff;
	border : 0;
	padding : 2px 0;
}
#nav li a:hover {
	color : #65564f;
	background-color : #f3f2f0;
	border : 1px solid #e0dcd9;
	border-left: 1px solid #bbb4ae;
	border-bottom: 2px solid #bbb4ae;
	padding : 2px 0 2px 15px;
	margin-bottom: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}
#nav li.lefthanddiv img {
   /*margin-top: -10px; */
   display: block;
}

#selectedCategory {
	display: inline;
}

#selectedCategory a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    color: #990000;    
}

#emailupdates {
   clear: both;
   color: #ffffff;
   background-color: #aaa099;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   padding: 2px 0 0 0;
   height: 132px;
}
#emailupdates input {
   width: 118px;
   height: 13px;
   font-size: 9px;
   color: #6e605d;
   text-align: center;
   margin-top: 8px;
   border: 0;
}

#emailupdates input.submit {
    width: 49px;
	height: 16px;
}

/* footer */
#footerhours {
    font-size: 10px;
    padding: 6px 0;
}
#footer {
    clear: both;
    font-size: 11px;
    text-align: center;
    padding-top: 10px;
}
#footer a {
    color: #7a6e67;
    text-decoration: none;
}
#footernav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footernav li {
    font-size: 10px;
    padding: 0 3px;
    display: inline;
}
.copyright {
    font-size: 9px;
    padding-bottom: 25px;
}
#footerupdates {
    text-align: right;
    padding: 15px 9px 5px 0;
}
#footerupdates input {
    font-size: 11px;
}
.rightspace {
    padding-right: 17px;
}
.rightspaceshort {
    padding-right: 4px;
}

#updatestable {
    display: inline;
}
.updatesbox {
    padding: 3px;
    width: 136px;
    border: 1px solid #807c79;
}
.updatesboxzip {
    padding: 3px;
    width: 102px;
    border: 1px solid #807c79;
}
#homebutton {
    position: absolute;
    top: 0;
    left: 0;
}

/* product page */
#product {
    padding: 0 10px 0 149px;
}
#productSidebar {
    float: right;
	text-align: left;
}
#productDescription {
    color: #000000;
	width: 275px;
	font-size: 12px;
}
#productDescription ul {
	padding-left: 20px;
	margin-top: 0;
}

#productDescription ul li {
	margin-left: 0;
	padding: 1px 0;
}
#productDescription select {
    display: block;
	width: 270px;
	margin-top: 2px;
	margin-bottom: 5px;
}
#productDescription input {
    margin-top: 2px;
	margin-right: 10px;
	width: 16px;
}
#detailButtons {
    padding-top: 10px;
}
#detailButtons img {
    padding-right: 5px;
}
#giftBoxing {
    padding-top: 7px;
}
#emailAFriend {
    padding-top: 7px;
	padding-bottom: 15px;
}
#btnSizingChart {
	padding-top: 10px; 
	display: block;
}
#dropShip {
    padding-bottom: 15px;
}
.quantity {
    text-align: right;
	padding-bottom: 10px;
}
.nowOnSale {
    padding-top: 5px;
	padding-bottom: 15px;
}
.productTable {
    width: 275px;
	margin-bottom: 15px;
}
.productTable td {
   vertical-align: top;
   padding-right: 10px;
}
#addTo {
   text-align: right;
   margin-top: 15px;
       margin-right: 10px;
}
#addTo img {
       margin-bottom: 7px;
}
#inspiration {
    padding-top: 5px;
}
#swatches {
    border: 1px solid #eeeae8;
	font-size: 11px;
	padding: 10px 0 10px 10px;
	margin-top: 15px;
	width: 283px;
}

#swatchesAddTo {
   text-align: left;
   margin-top: 15px;
   margin-right: 10px;
}

#alsoRecommend {
    border: 1px solid #eeeae8;
	font-size: 11px;
	padding: 10px 0 10px 10px;
	margin-top: 15px;
	width: 283px;
}
#alsoRecommend dt {
    margin: 0;
	padding: 0;
}

#alsoRecommend dl {
   width: 130px;
       float: left;
       padding: 0 10px 7px 0;
       text-align: center;
       height: 120px;
}

*:first-child+html #alsoRecommend dl {
   height: 145px;
}
* html #alsoRecommend dl {
   height: 145px;
}

/* client services */
#clientServicesContent {
	background-image: url(../images/misc/customer_service/pineapple_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-bottom: 25px;
}
#clientServicesHeader {
    padding: 35px 0 0 25px;
}
#clientServicesOpen {
    padding: 20px 0 65px 285px;
	font-size: 14px;
	line-height: 20px;
}
.clientServicesSubNav {
    font-size: 12px;
	padding-top: 10px;
}
.clientServicesLists {
    font-size: 11px;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
.clientServicesLists a {
    text-decoration: none;
}
#clientServicesAboutUs {
    float: left;
}
#clientServicesOurServices {
    padding-left: 175px;
}
.clientServicesAnchor {
    font-weight: bold;
}
.backtotop {
    font-size: 10px;
	text-align: right;
	padding: 10px 0;
}
.clientServicesRightLinks {
    text-align: right;
}
.clientServicesRightLinks a {
    text-decoration: none;
}

/* View Details */
.caption {
	font-size: 10px;
	text-align: center;
	padding: 2px 0;
}

/* category page */
#categorymainspot {
    float: left;
}
#categorylistspot {
    margin-left: 465px;

    width: 109px;
    height: 323px;
    background-color: #ebe7e4;
    border: 1px #79716f solid;
    border-left: none;
    padding: 45px 10px 5px 15px;
}
#categorylistspot ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#categorylistspot li {
    font-size: 11px;
    padding-bottom: 6px;
}
/* IE6 fixes */
* html #categorylistspot {
  position: relative;
  left: -3px; /* move the element left to close the gap */
  margin-right: -3px; /* add a negative right margin to fill the 3 pixel space left by moving everything left */
}
* html #categoryspots {
  /* position: relative; */
  margin-left: -3px; /* move the element left to close the gap */
  margin-right: -3px; /* add a negative right margin to fill the 3 pixel space left by moving everything left */
}

/* subcat page */
#subcatmain {
   float: left;
}
#subcatlinks {
   margin-left: 355px;
}
/* fix for IE<=6's 3-pixel gap bug */
* html #subcatlinks {
 height: 1%; /* triggers hasLayout */
 position: relative;
 left: -3px; /* move the element left to close the gap */
 margin-right: -3px; /* add a negative right margin to fill the 3
pixel space left by moving everything left */
}
#subcatlinks dt {
   margin: 0 0 2px 0;
   padding: 0;
   line-height: 12px;
}
#subcatlinks dl {
 float: left;
 width: 120px;
 height: 140px;
 margin: 0 3px 0 0;
 padding: 0;
 text-align: center;
}
#subcatlinks img {
   margin: 0;
       padding: 0;
      /* display: block; */
}
#subcatlinks a {
   font-size: 10px;
       text-decoration: none;
}

/* COPIED FROM cw_master.css */
/* Used in many places, but specifically for product page - on sale */
.redcopy {
    color: #990000;
}

.error {
    color: #990000;
}

/* Sidebar */
.subcatindent {
    padding-left: 20px;
}

.subsubcatindent{ 
    padding-left: 40px;
}

.currentsubcat {
    color: #990000;    
}

/* Grid page */
.plsortbyselector {
    background-image: url(../images/content_headers/catalog/sortby_bg.gif);

	background-repeat: no-repeat;
	width: 170px;
	height: 99px;
}


.plpricerangeselector {
    background-image: url(../images/content_headers/catalog/pricerange_bg.gif);
	background-repeat: no-repeat;

	width: 170px;
	height: 99px;
}

.sortbytype {
    padding-top: 20px;
	padding-left: 15px;
}
.sortbyother {
    padding-top: 12px;
	padding-left: 15px;
}
.sortbyselector {
    width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #887D75;
}
.plsortbyassistance {	
    text-align: right;
	vertical-align: middle;	 
	vertical-align: top;
	padding-left: 20px;
}
.plsortbyassistancealt {	
    text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
.plcol1 {
    width: 33%;
    text-align: left;
}
.plcol2 {
    width: 33%;
    text-align: center;
}
.plcol3 {
    height: 20px;
    width: 33%;
	text-align: right;
}
.plcol3 a {
	text-decoration: none;
	color: #8a7967;
}
.selectedpage {
	background-color: #d0c8bd;
	padding: 0 4px;
}
.smtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
}
#plgridsec {
    padding-top: 10px;
}
#plsortby {
    width: 568px;
    border: 0;
	margin-left: auto;
	margin-right: auto;
}
#topgridinfo {
	padding-top: 15px;
    padding-bottom: 10px;
}
#bottomgridinfo {
    padding-top: 20px;
}
#topgridtable {
    border: 0;
    width: 568px;
    margin-left: auto;
	margin-right: auto;
}
#topgridtable td {
	font-size: 10px;
	color: #8a7967;
}
#bottomgridtable {
    border: 0;
    width: 568px;
    margin-left: auto;
	margin-right: auto;
}
#bottomgridtable td {
	font-size: 10px;
	color: #8a7967;
}
#plgridtable {
    width: 568px;
    border: 0;
	margin: auto;
}
.plgrid {
    width: 33%;
	height: 138px;
	vertical-align: top;
	text-align: center;
	background: url(../images/misc/catalog/grid_bg_lg.gif) bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.plgridspace {
    height: 17px;
}

/* END - Grid Page */
/* END - COPIED FROM cw_master.css */


/* COPIED FROM wbg_master.css */
/* Gift Finder */
#sectionhead {
    padding: 15px 0;
}
p.sectionsubhead {
    font-size: 14px;
	padding: 15px 0 0 0;
	font-weight: bold;
}
#sectioncontent {
    padding: 0 20px 25px 20px;
}

#giftFinderContent {
    font-size: 14px;
	width: 340px;
	line-height: 22px;
}
#giftFinderForm {
    float: right;
	width: 200px;
}
#giftFinderForm select {
    width: 195px;
	color: #000;
	display: block;	
}
#giftFinderForm option {
    padding: 3px;
}
#giftFinderForm input {
    margin-top: 30px;
    float: right;
}
#giftFinderForm img.giftFinderFirstImg {
	padding: 0 0 15px 0;
}
#giftFinderForm img {
    padding: 25px 0 15px 0;
    display: block;
}

/* Email A Friend */
.emailafriend {
    padding-top: 10px;
}

.defaultformfield {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #887D75;
}

.emailAFriend td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* END - COPIED FROM wbg_master.css */

/* Used in include/verisign.jsp */
#sslPanel {

}

/* Hide promo offer on home page as it will be worked into MPP */
body.home #homeDiscount img { display: none; }

/* Add style to new descriptive text below hero shot on product pages to stop breaking the layout*/
#productRhNavText>div{
  width: 245px;
  padding: 10px 15px;
  margin: 4px 0 0 10px;
/* background-color: #eee;
  border: 1px solid #bbb; */
}

#productRhNavText .simpleList {
	background-color: none;
	border: none;
}

#productRhNavText .simpleList p {
	margin-left: 70px;
	padding: 3px 0;
	font-size: 13px;
}

#productRhNavText .simpleList ul {
	margin: 0 0 5px 70px;
	padding-left: 0;
}

#productRhNavText .simpleList ul li {
	list-style: none;
	padding-bottom: 4px;
}


