/*=========================================================================================================================
 PAGE GENERAL
===========================================================================================================================*/

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	color: #646057;
}
body {
	text-align: center;
	background-image: url(../images/global/bgd.png);
	background-repeat: repeat;
	background-position: center top;
	background-color: #acb2b7;
	background-attachment: fixed;
}
#page {
	min-height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #page {
	height: 100%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
.clearer { /* go here for explanation: http://tangible.ca/articles/35/how-to-get-a-parent-div-to-expand-around-floated-content */
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
img {
	border: 0;
}
img.stroke {
	border: 1px solid #CCCCCC;
}
img.floatLeft {
	float: left;
	position: relative;
}
img.floatRight {
	float: right;
	position: relative;
}
.hide {
	display: none;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 20px;
	margin-top: 13px;
	height: 1px;
}
#buffer {
	height: 10px;
}
input {
	color:#b1b3b5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
	top: 0px;

	font-style: italic;
	/* border: 1px solid #999999; */
	border: none;
	margin: 0;
	background-color: #f5f6f8;
}
/* ------------------------------ global form elements ------------------------------ */
/* http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ */
.checkbox, .radio {

	padding: 0px;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	margin:0;
	float: left;
	border:none;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 223px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding: 0 24px 0 8px;
	color: #fff;
	background: url(../images/global/select.gif) no-repeat;
	overflow: hidden;
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 21px;
}
select {
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 3px;
	vertical-align: middle;
}
select option {
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 3px;
	vertical-align: middle;
}
/* ------------------------------ flex select ------------------------------ */
/* http://abeautifulsite.net/2008/04/jquery-multiselect/ */
.flexselect_dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	margin: 0;
	padding: 0;
	border: 1px solid WindowFrame;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: Window;
	color: WindowText;
	text-align: left;
	box-shadow: 0 6px 12px #ccc;
	-webkit-box-shadow: 0 6px 12px #ccc;
}
.flexselect_dropdown ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.flexselect_dropdown li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: Menu;
	overflow: hidden;
}
.flexselect_selected {
	background-color: Highlight;
	color: HighlightText;
}
/* ------------------------------ global input button elements ------------------------------ */
input.btn {
	color: #FFF;
	text-decoration: none;
	font-size: 9px;
	background-color: #5a9a98;
	padding-right: 27px;
	padding-bottom: 6px;
	padding-left: 11px;
	font-family: Helvetica, Arial;
	background-image: url(../images/global/triangle-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	position: relative;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	height: 23px;
	padding-top: 3px;
}
input.btnhov {
	color: #FFF;
	text-decoration: none;
	background-color: #646057;
	font-family: Helvetica, Arial;
}
/*=========================================================================================================================
 PAGE FONTS/COLORS
===========================================================================================================================*/

h1 {
	font-size: 21px;
	color: #aca79c;
	font-weight: normal;
	font-style: normal;
	font-family: Helvetica;
	text-transform: uppercase;
	padding-bottom: 5px;
}
h2 {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #646057;
	font-family: Georgia;
	padding-bottom: 5px;
}
h2.indent {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #021e2f;
	padding-left: 10px;
	padding-bottom: 4px;
}
h3 {
	font-size: 21px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-family: Helvetica;
	text-transform: uppercase;
	padding-bottom: 5px;
}
h4 {
	font-size: 12px;
	margin-bottom: 15px;
	color: #b6b0a6;
	font-style: italic;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #646057;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.h5tight {
	margin-top: -15px;
}
p {
	margin-bottom: 17px;
	line-height: 19px;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
b {
}
.current {
	color: #89969d;
	text-decoration: none;
}
.primary {
	color: #021e2f;
}
.secondary {
	color: #af1f1f;
}
.tertiary {
	color: #FFF;
}
/*=========================================================================================================================
 HEADER STYLES
===========================================================================================================================*/

#header-container {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 102px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFF;
}
#logo {
	float: left;
	position: relative;
	padding-top: 8px;
	padding-left: 40px;
}
/* ------------------------------ master support container ------------------------------ */
#support { /*Need fix in ie7.css*/
	position: relative;
	float: right;
	margin-top: 43px;
	margin-right: 30px;
}
#support h2 {
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 12px;
	color: #5a9a98;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------ storefinder ------------------------------ */
#storefinder {
	position: relative;
	display: block;
	float: left;
}
#storefinder ul {
	list-style-type: none;
	display: inline;
}
#storefinder ul li {
	display: block;
	padding-bottom: 6px; /*Need fix in ie6.css*/
	height: 15px;
}
#storefinder .form-field, storefinder#textarea, storefinder#select {
	color:#b1b3b5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 155px;
	padding: 1px;
	top: 0px;
	height: 18px;
	font-style: italic;
	border: 1px solid #999999;
	margin: 0px;
	background-color: #f5f6f8;
}
/* ------------------------------ search site ------------------------------ */
#search {
	position: relative;
	display: block;
	float: left;
	padding-left: 40px;
}
#search ul {
	list-style-type: none;
	display: inline;
}
#search ul li {
	display: block;
	padding-bottom: 6px; /*Need fix in ie6.css*/
	height: 15px;
}
#search .form-field, search#textarea, search#select {
	color:#b1b3b5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 155px;
	padding: 1px;
	top: 0px;
	height: 18px;
	font-style: italic;
	border: 1px solid #999999;
	margin: 0px;
	background-color: #f5f6f8;
}
/*=========================================================================================================================
 PRIMARY NAV STYLES
===========================================================================================================================*/

#priNav-container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	width: 960px;
	z-index: 99;
}
#priNav {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 32px;
	width: 958px;
	z-index: 99;
	background-color: #233444;
	border: 1px solid #FFF;
	position: relative;
}
#priNav ul {
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#priNav ul li {
	float: left;
	display: inline;
}
/* ------ start indented designreviver nav ------ */
/* see dropdown.css */
/* ------ end indented designreviver nav ------ */
#priNav ul li a {
	display: block;
	height: 32px;
}
#priNav ul li a.living {
	background: url(../images/global/nav/living-room.png) no-repeat top left;
	width: 179px;
}
#priNav ul li a.livingCurrent {
	background: url(../images/global/nav/living-room.png) no-repeat top left;
	width: 179px;
	background-position: top right;
}
#priNav ul li a.dining {
	background: url(../images/global/nav/dining-room.png) no-repeat 0 0;
	width: 182px;
}
#priNav ul li a.diningCurrent {
	background: url(../images/global/nav/dining-room.png) no-repeat 0 0;
	width: 182px;
	background-position: top right;
}
#priNav ul li a.bedroom {
	background: url(../images/global/nav/bedroom.png) no-repeat 0 0;
	width: 150px;
}
#priNav ul li a.bedroomCurrent {
	background: url(../images/global/nav/bedroom.png) no-repeat 0 0;
	width: 150px;
	background-position: top right;
}
#priNav ul li a.more {
	background: url(../images/global/nav/more-rooms.png) no-repeat 0 0;
	width: 183px;
}
#priNav ul li a.moreCurrent {
	background: url(../images/global/nav/more-rooms.png) no-repeat 0 0;
	width: 183px;
	background-position: top right;
}
#priNav ul li a.design {
	background: url(../images/global/nav/design.png) no-repeat 0 0;
	width: 264px;
}
#priNav ul li a.designCurrent {
	background: url(../images/global/nav/design.png) no-repeat 0 0;
	width: 264px;
	background-position: top right;
}
#priNav ul li a:hover {
	background-position: top right;
}
#priNav ul li .current {
	background-position: top right;
}
/*=========================================================================================================================
 SPECIAL STYLES
===========================================================================================================================*/

#special-container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	z-index: 0;
}
#special {
	width: 960px;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 0;
}
#special .jquery {
	float: right;
	height: 378px;
	width: 620px;
	position: relative;
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	z-index: 0;
}
#special .banner-container {
	height: 378px;
	width: 305px;
	float: left;
	position: relative;
	padding-top: 11px;
	padding-left: 11px;
}
#special .banner {
	float: left;
	width: 305px;
	position: relative;
	height: 115px;
	padding-bottom: 11px;
}
#special .home-banners {
	float: left;
	width: 938px;
	position: relative;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
}
#special .home-banners .pad {
	padding-right: 10px;
}
/*=========================================================================================================================
 CONTENT STYLES
===========================================================================================================================*/

#content-container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	z-index: 0;
}
#content {
	width: 938px;
	min-height: 175px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 11px;
	z-index: 0;
}
#content img.inset {
	float: right;
	background-color: #f4f6f7;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/* ------------------------------ teeny-text styles ------------------------------ */
#content .teeny-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b6b0a6;
	font-size: 11px;
	text-align: left;
	font-style: italic;
	position: relative;
}
#content .teeny-text a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
	color: #b6b0a6;
	font-style: italic;
}
#content .teeny-text a:hover {
	text-decoration: none;
	color: #233444;
}
/* ------------------------------ cookie trail styles ------------------------------ */
#content .cookie-trail {
	position: relative;
	float: left;
	background-color: #FFF;
	padding-bottom: 11px;
	padding-left: 13px;
	width: 912px;
	padding-right: 13px;
}
#content .cookie-trail ul {
	list-style-type: none;
	display: inline;
}
#content .cookie-trail ul li {
	font-size: 12px;
	color: #c0c1c3;
	display: inline;
	padding-left: 1px;
	padding-right: 3px;
	font-family: Tahoma, Geneva, sans-serif;
}
#content .cookie-trail ul li.first {
	padding-left: 0;
}
#content .cookie-trail ul li:before {
	content: "> ";
	color: #c0c1c3;
} /* Help for IE and the :before is in the logic.js */
#content .cookie-trail ul li.first:before {
	content: "";
}
#content .cookie-trail ul li a {
	font-size: 12px;
	color: #c0c1c3;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}
#content .cookie-trail ul li a:hover {
	text-decoration: underline;
	color: #c0c1c3;
}
/* ------------------------------ masthead container, promotions container ------------------------------ */
#masthead-container, #promotions-container {
	float: left;
	width: 912px;
	position: relative;
	margin-bottom: 11px;
	background-color: #f0efed;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 25px;
	min-height: 95px;
	text-decoration: none;
}
#masthead-container .floatleft, #masthead-container .floatleft a {
	float: left;
	position: relative;
	padding-bottom: 13px;
	padding-right: 8px;
	text-decoration: none;
}
/* ------------------------------ masthead teeny-text styles ------------------------------ */
#masthead-container .teeny-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b6b0a6;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	position: relative;
	width: 938px;
	float: left;
	padding-bottom: 13px;
}
#masthead-container .teeny-text a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
	color: #b6b0a6;
	font-style: normal;
}
#masthead-container .teeny-text a:hover {
	text-decoration: none;
	color: #233444;
}
/* ------------------------------ masthead form ------------------------------ */
#masthead-container .form-field, #masthead-container#textarea {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	top: 0px;
	height: 18px;
	font-style: italic;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-decoration: none;
	float: left;
	position: relative;
}
#masthead-container .select-field { /* NEEDS FIX IN IE7 */
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	top: 0px;
	height: 25px;
	font-style: italic;
	background-color: #FFF;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#masthead-container select, #masthead-container select option {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	top: 0px;
	font-style: italic;
	height: 25px;
	font-weight: normal;
	text-transform: none;
}

/* ------------------------------ press releases ------------------------------ */
#masthead-container .press-photo {
	float: right;
	position: relative;
	padding-bottom: 13px;
	padding-left: 13px;
	width: 470px;
}
#masthead-container .press-photo .link a {
	font-family: Helvetica;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: #79a9a7;
	background-image: url(../images/global/triangle-green.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	text-decoration: none;
	margin-top: 10px;
	float: left;
	position: relative;
	margin-right: 10px;
}
#masthead-container .press-photo .link a:hover {
	text-decoration: underline;
}
#masthead-container .pdf a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
	color: #b6b0a6;
	background-image: url(../images/category/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 60px;
	padding-right: 25px;
	vertical-align: middle;
}
#masthead-container .pdf a:hover {
	text-decoration: none;
}

/* ------------------------------ promotions container ------------------------------ */
#promotions-container p {
	padding-top: 8px;
	margin-bottom: 8px;
}
/* ------------------------------ shared container/column elements ------------------------------ */
.headline {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #646057;
	font-family: Georgia;
	padding-bottom: 5px;
}
.sub-headline {
	font-size: 14px;
	color: #b6b0a6;
	font-style: normal;
	font-weight: normal;
}
.sub-headline2 {
	font-size: 14px;
	color: #646057;
	font-style: normal;
	font-weight: bold;
	margin-top: 7px;
}
.linktext a {
	color: #79a9a7;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/global/triangle-green.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
.linktext a:hover {
	text-decoration: underline;
}
/* ------------------------------ photo/text container ------------------------------ */
#photo-text-container {
	float: left;
	width: 912px;
	position: relative;
	margin-bottom: 11px;
	background-color: #f0efed;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
}
#photo-text-container .textright {
	float: right;
	position: relative;
	width: 700px;
	padding-top: 13px;
}
#photo-text-container img.photoleft {
	background-color: #666;
	float: left;
	height: 155px;
	width: 195px;
	position: relative;
}
#photo-text-container p {
	padding-top: 8px;
	margin-bottom: 8px;
}
/* ------------------------------double column photoblock/text container large ------------------------------ */
#double-column-large {
	float: left;
	width: 938px;
	position: relative;
	background-color: #FFF;
}
#double-column-large .photoblock-left {
	float: left;
	position: relative;
	width: 461px;
	margin-right: 13px;
}
#double-column-large .photoblock-right {
	float: left;
	position: relative;
	width: 461px;
}
#double-column-large .photoblock-text {
	float: left;
	width: 437px;
	position: relative;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#double-column-large img.thumb {
	padding: 8px;
	background-color: #f0efed;
}
#double-column-large .floatright {
	float: right;
	position: relative;
	padding-bottom: 13px;
	padding-left: 8px;
}
#double-column-large ul {
	padding-left: 39px;
	padding-bottom: 26px;
}
#double-column-large ul li {
	padding-bottom: 3px;
}
/*=========================================================================================================================
 CONTENT 4 Column styles (category landing page)
===========================================================================================================================*/
#content .thumb4 {
	position: relative;
	float: left;
	width: 951px;
}
#content .thumb4 .viewcollection a {
	color: #79a9a7;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	background-image: url(../images/global/triangle-green.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
#content .thumb4 .viewcollection a:hover {
	text-decoration: underline;
}
#content .thumb4 .shopall a {
	color: #79a9a7;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 10px;
	background-image: url(../images/global/triangle-green.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
#content .thumb4 .shopall a:hover {
	text-decoration: none;
}
#content .thumb4 td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
	width: 238px;
}
#content .thumb4 td p {
	margin-bottom: 5px;
	padding-left: 8px;
	padding-right: 20px;
}
#content .thumb4 td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: underline;
}
#content .thumb4 td p a:hover {
	font-weight: normal;
	color: #79a9a7;
	text-decoration: none;
}
#content .thumb4 td img.thumb {
	padding: 8px;
	background-color: #f0efed;
}
#content .thumb4 td ul {
	list-style-type: none;
}
#content .thumb4 td ul li {
	color: #89969d;
	font-size: 12px;
	line-height: 14px;
}
#content .thumb4 td ul li a {
	text-decoration: none;
	color: #89969d;
	font-size: 12px;
}
#content .thumb4 td ul li a:hover {
	text-decoration: underline;
}
#content .thumb4 td h2 {
	color: #646057;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}
#content .thumb4 td h2 a {
	text-decoration: none;
	font-size: 15px;
	color: #646057;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}
#content .thumb4 td h2 a:hover {
	text-decoration: underline;
}
#content .thumb4 td .sale {
	color: #af1f1f;
	font-size: 12px;
	font-weight: bold;
	font-family:Helvetica, Arial, sans-serif;
}
#content .thumb4 td img.btnpad {
	padding-top: 7px;
}
/* ------------------------------ TABBED JQUERY ------------------------------ */
ul.tabNavigation {
	list-style: none;
	padding-bottom: 11px;
	width: 916px;
	padding-left: 11px;
	background-color: #f0efed;
	padding-top: 11px;
	margin-bottom: 11px;
	padding-right: 11px;
}
ul.tabNavigation li {
	display: inline;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}
ul.tabNavigation li a {
	color: #FFF;
	text-decoration: none;
	font-size: 9px;
	background-color: #79a9a7;
	padding-top: 6px;
	padding-right: 27px;
	padding-bottom: 6px;
	padding-left: 11px;
	margin-right: 2px;
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/global/triangle-white.png);
	background-repeat: no-repeat;
	background-position: right;
}
ul.tabNavigation li a.selected {
	color: #FFF;
	text-decoration: none;
	background-color: #79a9a7;
	font-size: 9px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}
ul.tabNavigation li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #79a9a7;
	font-size: 9px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
}
ul.tabNavigation li a:focus {
	outline: 0;
	font-style: normal;
	font-weight: normal;
}
ul.tabNavigation .current {
	color: #FFF;
	text-decoration: none;
	background-color: #79a9a7;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
}
div.tabs > div {
}
div.tabs > div h2 {
	margin-top: 0;
}
/* Product Item More Photos Tabs */
div.tabs3 > div {
}
div.tabs3 > div h2 {
	margin-top: 0;
}
#jumpmenu {
	position: absolute;
	top: 9px;
	right: 26px;
	font-family: Helvetica;
	font-size: 9px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
}
#first {
	padding-top: 0px;
}
#second {
	padding-top: 0px;
}
#third {
	padding-top: 0px;
}
#fourth {
	padding-top: 0px;
}
/*=========================================================================================================================
 CONTENT 3 Column styles (collection + landing pages)
===========================================================================================================================*/

#content .thumb3 {
	position: relative;
	float: right;
	width: 702px;
}
#content .thumb3 .viewcollection a {
	color: #77736a;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	background-image: url(../images/global/triangle-gray.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
#content .thumb3 .viewcollection a:hover {
	text-decoration: underline;
}
#content .thumb3 p {
	color: #838383;
}
#content .thumb3 td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
	width: 234px;
}
#content .thumb3 td p {
	margin-bottom: 0px;
}
#content .thumb3 td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: underline;
}
#content .thumb3 td p a:hover {
	font-weight: normal;
	color: #79a9a7;
	text-decoration: none;
}
#content .thumb3 td img.thumb {
	padding: 8px;
	background-color: #f0efed;
}
#content .thumb3 td ul {
	list-style-type: none;
}
#content .thumb3 td ul li {
	color: #89969d;
	font-size: 12px;
	line-height: 14px;
}
#content .thumb3 td ul li a {
	text-decoration: none;
	color: #89969d;
	font-size: 12px;
}
#content .thumb3 td ul li a:hover {
	text-decoration: underline;
}
#content .thumb3 td h2 {
	color: #646057;
	width:205px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 15px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}
#content .thumb3 td h2 a {
	text-decoration: none;
	font-size: 15px;
	color: #646057;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}
#content .thumb3 td h2 a:hover {
	text-decoration: underline;
}
#content .thumb3 td .sale {
	color: #6BA288;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	font-family:Helvetica, Arial, sans-serif;
}
#content .thumb3 td img.btnpad {
	padding-top: 7px;
}
/*=========================================================================================================================
 CONTENT PRODUCT DETAIL STYLES
===========================================================================================================================*/

/* ------------------------------ photo & tabs container ------------------------------ */
#content .product {
	float: left;
	position: relative;
	width: 922px;
	padding-bottom: 11px;
	background-color: #f0efed;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 13px;
}
#content .product img.photo {
	float: left;
	position: relative;
}
#content .product .customize {
	position: absolute;
	z-index: 1;
	left: 345px;
	top: 10px;
}
#content .product .clicktoenlarge {
	position: absolute;
	z-index: 99;
	/* color: #FFF; */
	color: #b6b0a6;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
	top: 405px;
	left: 360px;
}
#content .product .right {
	float: left;
	width: 455px;
	position: relative;
	background-color: #fbfafa;
	margin-left: 9px;
	border: 1px solid #CCC;
	min-height: 358px;
	margin-top: 19px;
}
#content .product img.btnpad {
	padding-top: 7px;
}
#content .product .headline-container {
	float: left;
	position: relative;
	left: 13px;
	width: 455px;
	margin-top: 13px;
}
#content .product p.margin {
	margin-bottom: 0px;
	padding-right: 13px;
}
/*  Added in to correct CMS unordered lists - JH  */
#first ul {
	margin-left:15px;

}
#content .product .right p {
	padding-right: 13px;
}
/* tab two & four also other container */
#content .product .right .also {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b6b0a6;
	font-size: 11px;
	text-align: left;
	width: 442px;
	float: left;
	font-style: italic;
	margin-bottom: 13px;
}
#content .product .right .also a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
	color: #b6b0a6;
	font-style: italic;
}
#content .product .right .also a:hover {
	text-decoration: none;
	color: #233444;
}
/* ------------------------------ TABBED for product photo details (tabs2.js) ------------------------------ */
ul.tabNavigation2 { /* NEEDS FIX IN IE7  ------------------------------ */
	list-style: none;
	position: absolute;
	top: -20px;
	left: -1px;
}
ul.tabNavigation2 li {
	display: inline;
	font-size: 13px;
	font-style: italic;
}
ul.tabNavigation2 li a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	background-color: #b6b0a6;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b6b0a6;
	border-right-color: #b6b0a6;
	border-left-color: #b6b0a6;
}
ul.tabNavigation2 li a.selected {
	color: #646057;
	text-decoration: none;
	font-size: 13px;
	background-color: #fbfafa;
}
ul.tabNavigation2 li a:hover {
	color: #646057;
	text-decoration: none;
	font-size: 13px;
	background-color: #fbfafa;
}
ul.tabNavigation2 li a:focus {
	outline: 0;
}
/* ------------------------------ tab one ------------------------------ */
#content .product .right .tabone {
	float: left;
	position: relative;
	width: 443px;
	padding-left: 13px;
	padding-bottom: 13px;
	padding-top: 13px;
}
/* random bloated class styles */
#content .product .right .tabone .itemnumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	float: left;
	position: relative;
	color: #b6b0a6;
	padding-right: 13px;
	width: 430px;
	text-align: right;
	padding-bottom: 5px;
}
#content .product .right .tabone .sale {
	float: left;
	position: relative;
	font-family: Helvetica, Arial, sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #5a9a98;
	padding-bottom: 5px;
	padding-right: 13px;
	text-align: right;
	width: 430px;
}
#content .product .right .tabone .saletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	float: left;
	position: relative;
	color: #b6b0a6;
	padding-right: 13px;
	width: 430px;
	text-align: right;
	margin-bottom: 5px;
}
/* reviews, share and pdf download area */
#review-share-download {
	float: left;
	position: relative;
	width: 443px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b6b0a6;
	font-size: 11px;
	margin-top: 9px;
}
#review-share-download span {
	float: left;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b6b0a6;
	font-size: 11px;
}
#review-share-download a {
	color: #5a9a98;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#review-share-download a:hover {
	text-decoration: none;
}
#review-share-download .pdf a {
	position: absolute;
	top: 0px;
	right: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
	color: #b6b0a6;
	background-image: url(../images/category/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 23px;
}
#review-share-download .pdf a:hover {
	text-decoration: none;
}
#review-share-download .livechat {
	background-image: url(../images/category/live-chat-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
/* where to buy search area */
#where-to-buy {
	float: left;
	position: relative;
	width: 430px;
	background-color: #b6b0a6;
	height: 59px;
}
#where-to-buy .innerds { /* NEEDS FIX IN IE7  ------------------------------ */
	border: 1px solid #FFF;
	padding: 8px;
	margin: 5px;
	width: 401px;
	float: left;
	position: relative;
	height: 31px;
}
#where-to-buy .form-field, where-to-buy#textarea, where-to-buy#select {
	color:#6c6860;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	top: 0px;
	height: 18px;
	font-style: italic;
	border: 1px solid #FFF;
	background-color: #e4e2df;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	float: left;
	position: relative;
	width: 275px;
}
#where-to-buy .innerds ul {
	list-style: none;
	padding-bottom: 3px;
	padding-top: 5px;
	float: right;
	position: relative;
}
#where-to-buy .innerds ul li {
	display: inline;
	font-style: italic;
}
#where-to-buy .innerds ul li a { /* NEEDS FIX IN IE7  ------------------------------ */
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	background-color: #5a9a98;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/global/triangle-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	position: relative;
	margin-left: 7px;
	top:-30px;
}
#where-to-buy .innerds ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #646057;
}
/* ------------------------------ tab two ------------------------------ */
#content .product .right .tabtwo {
	padding-bottom: 10px;
	padding-left: 13px;
	padding-top: 13px;
	width: 443px;
}
#content .product .right .tabtwo ul {
	list-style-type: disc;
	padding-left: 13px;
	padding-bottom: 13px;
}
#content .product .right .tabtwo ul li {
	line-height: 19px;
	font-size: 13px;
}
#content .product .right .tabtwo ul li a {
	text-decoration: none;
}
#content .product .right .tabtwo ul li a:hover {
	text-decoration: underline;
}
/* legal other container */
#content .product .right .tabtwo .legal {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b6b0a6;
	font-size: 11px;
	width: 430px;
	float: right;
	text-align: right;
	margin-right: 13px;
}
#content .product .right .tabtwo .legal a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
	color: #b6b0a6;
}
#content .product .right .tabtwo .legal a:hover {
	text-decoration: none;
	color: #233444;
}
/* ------------------------------ tab three ------------------------------ */
#content .product .tabthree {
	float: left;
	position: relative;
	width: 443px;
	padding-top: 13px;
	padding-left: 13px;
}
/* ------------------------------ tab four ------------------------------ */
#content .product .tabfour {
	float: left;
	width: 443px;
	padding-top: 13px;
	padding-left: 13px;
}
/* ------------------------------ more photos container ------------------------------ */
#content .morephotos {
	float: left;
	position: relative;
	width: 922px;
	padding-bottom: 11px;
	background-color: #f0efed;
	padding-top: 42px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 13px;
	min-height: 190px;
}
#content .morephotos img.outline {
	border: 1px solid #b6b0a6;
}
/* Added in for hairline fix */
#content .morephotos .background {
	width: 922px;
	position: relative;
	background-color: #fbfafa;
	border: 1px solid #CCC;
	min-height: 190px;
}
/* ------------------------------ TABBED for product more photos container (tabs3.js) ------------------------------ */
ul.tabNavigation3 { /* NEEDS FIX IN IE7  ------------------------------ */
	list-style: none;
	position: absolute;
	top: -20px;
	left: -1px;
}
ul.tabNavigation3 li {
	display: inline;
	font-size: 13px;
	font-style: italic;
}
ul.tabNavigation3 li a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	background-color: #b6b0a6;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b6b0a6;
	border-right-color: #b6b0a6;
	border-left-color: #b6b0a6;
}
ul.tabNavigation3 li a.selected {
	color: #646057;
	text-decoration: none;
	font-size: 13px;
	background-color: #fbfafa;
}
ul.tabNavigation3 li a:hover {
	color: #646057;
	text-decoration: none;
	font-size: 13px;
	background-color: #fbfafa;
}
ul.tabNavigation3 li a:focus {
	outline: 0;
}
/*========================================================================================
	BEGIN - easy slider
==========================================================================================*/
pre {
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;
	margin:.5em 0;
	width:674px;
}
/* image replacement */
.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
#slider, #slider2, #slider3 {
	height: 200px;
	width: 922px;
	left: 5px;
	margin-top: 5px;
	float: left;
	position: relative;
}
.mask {
	position: absolute;
	top: 0px;
	right: -13px;
	height: 175px;
	width: 17px;
	background-image: url(../images/jquery/slider-mask.gif);
	background-repeat: no-repeat;
	z-index: 3;
	background-color: #f0efed;
}
#slider ul, #slider li, #slider2 ul, #slider2 li, #slider3 ul, #slider3 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li, #slider2 li, #slider3 li {
	/* define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:922px;
	height:200px;
	overflow:hidden;
}
.container {
	height: 175px;
	width: 220px;
	float: left;
	position: relative;
	margin-right: 9px;
}
.clicktext a {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	color: #b6b0a6;
	font-weight: normal;
	float: left;
	position: relative;
	text-decoration: none;
	padding-top: 5px;
}
#prevBtn, #nextBtn {
	display:block;
	width:32px;
	height:77px;
	position:absolute;
	left:26px;
	top:47px;
	z-index: 3;
}
#nextBtn {
	left:880px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:32px;
	height:77px;
	background-image: url(../images/jquery/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nextBtn a {
	background-image: url(../images/jquery/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*========================================================================================
	END - easy slider
==========================================================================================*/

/* ------------------------------ PRODUCT DETAIL quantity vertical ------------------------------ */
ul.quantityvertical {
	list-style: none;
	padding-bottom: 3px;
	padding-top: 5px;
}
ul.quantityvertical li {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #021e2f;
	padding-bottom: 10px;
}
ul.quantityvertical li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	background-color: #b6b0a6;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-right: 10px;
}
ul.quantityvertical li a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	background-color: #646057;
}
/* ------------------------------ PRODUCT DETAIL additional items ------------------------------ */
#content .additionalitems {
	float: left;
	position: relative;
	width: 938px;
	padding-top: 0px;
}
#content .additionalitems td {
	font-size: 12px;
}
#content .additionalitems td .primary {
	color: #646057;
	font-size: 12px;
}
/* ------------------------------ PRODUCT DETAIL table/chart ------------------------------ */
#content .additionalitems .one-column-emphasis {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
#content .additionalitems .one-column-emphasis th {
	background-color: #f0efed;
	font-size: 14px;
	color: #646057;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .additionalitems .one-column-emphasis th a {
	font-size: 11px;
	font-weight: normal;
	color: #646057;
}
#content .additionalitems .one-column-emphasis td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b0a6;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #646057;
}
#content .additionalitems .one-column-emphasis td .sale {
    color:#5A9A98;
    font-family:Helvetica,Arial,sans-serif,Georgia,"Times New Roman",Times,serif;
    font-size:21px;
    font-weight:bold;
    padding-bottom:5px;
    padding-right:13px;
    position:relative;
    text-align:left;
    width:175px;
    float:left;
}
#content .additionalitems .one-column-emphasis td .saletext {
    color:#B6B0A6;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:11px;
    font-style:italic;
    margin-bottom:5px;
    padding-right:13px;
    position:relative;
    text-align:left;
    width:175px;
    float:left;
}
#content .additionalitems .one-column-emphasis .oce-first {
}
#content .additionalitems .one-column-emphasis tr:hover td { /* Does not work in IE6 */
	color: #646057;
	background-color: #f0efed;
}
#content .additionalitems .one-column-emphasis tr:hover td ul li { /* Does not work in IE6 */
	color: #646057;
	background-color: #f0efed;
}
#content .additionalitems .one-column-emphasis ul {
	padding-left: 10px;
}
#content .additionalitems .one-column-emphasis ul li {
	color: #646057;
	font-size: 12px;
}
/* ------------------------------ PRODUCT DETAIL disclaimer ------------------------------ */
#content .disclaimer {
	float: left;
	position: relative;
	width: 818px;
	padding-top: 35px;
	padding-bottom: 45px;
}
#content .disclaimer p {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 20px;
}
/*=========================================================================================================================
 CONTENT PRICON STYLES (primary)
===========================================================================================================================*/

#content .priCon {
	width: 702px;
	position: relative;
	padding-left: 11px;
	right: 0px;
	float: right;
}
#content .priCon p {
}
/* ------------------------------ collection masthead container ------------------------------ */
#collection-masthead-container {
	float: left;
	width: 700px;
	position: relative;
	height: 315px;
	margin-bottom: 11px;
}
/*=========================================================================================================================
 CONTENT SECCON STYLES (secondary)
===========================================================================================================================*/

#content .secCon-container {
	width: 199px;
	position: relative;
	float: left;
	background-color: #a9a59c;
	padding: 13px;
}
#content .secCon {
	position: relative;
	float: left;
	margin-top: 15px;
}
#content .secCon p {
	color: #021e2f;
	margin-bottom: 0px;
}
#content .secCon p a {
	color: #021e2f;
}
#content .secCon ul {
	margin-left: 10px;
	list-style-type: none;
}
#content .secCon ul li {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	padding-bottom: 7px;
}
#content .secCon ul li a {
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
#content .secCon ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#content .secCon ul li a.nounderline {
	text-decoration: none;
	font-style: italic;
}
#content .secCon ul li a.italic {
	font-style: italic;
}
#content .secCon .current {
	color: #FFF;
	text-decoration: underline;
}
#content .secCon ul li .headline {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia;
	font-style: normal;
	padding-bottom: 4px;
	text-decoration: none;
}
#content .secCon ul li .headline a {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia;
	font-style: normal;
	padding-bottom: 4px;
	text-decoration: none;
}
#content .secCon ul li ul {
	margin-top: 0px;
}
/*=========================================================================================================================
 CONTENT TERCON STYLES (tertiary)
===========================================================================================================================*/

#content .terCon {
	width: 938px;
	float: left;
	position: relative;
	background-image: url(../images/global/bgd-secCon.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*=========================================================================================================================
 CONTENT QUACON STYLES (quaternary) / CONTENT QUICON STYLES (quinary)
===========================================================================================================================*/

#content .quaCon {
	width: 938px;
	float: left;
	position: relative;
	background-image: url(../images/global/bgd-quaCon.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content .quiCon {
	width: 938px;
	float: left;
	position: relative;
	background-image: url(../images/global/bgd-quiCon.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content .quaCon .quatext, #content .quiCon .quitext {
	float: left;
	width: 279px;
	position: relative;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 26px;
	padding-bottom: 13px;
}
#content .quaCon .quatext p, a {
	color: #FFF;
}
#content .quiCon .quitext p, a {
	color: #646057;
	margin-bottom: 0px;
}
#content .quaCon .livechat {
	background-image: url(../images/global/live-chat-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	color: #FFF;
}
#content .quaCon .block {
	float: right;
	width: 594px;
	position: relative;
	padding-right: 13px;
	padding-left: 13px;
	background-color: #f0efed;
	margin-left: 13px;
	padding-top: 26px;
	margin-bottom: 0px;
}
#content .quiCon img.thumb {
	float: right;
	width: 604px;
	position: relative;
	background-color: #f0efed;
	margin-left: 13px;
	margin-bottom: 13px;
	padding: 8px;
}
#content .quiCon .block {
	float: right;
	width: 594px;
	position: relative;
	padding-right: 13px;
	padding-left: 13px;
	background-color: #ffffff;
	margin-left: 13px;
	padding-top: 13px;
	margin-bottom: 13px;
	padding-bottom: 13px;
}
#content .quiCon .block .reference {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
}
#content .quiCon .block .reference a {
	text-decoration: underline;
	font-style: italic;
	font-size: 11px;
	color: #646057;
}
#content .quiCon .block .reference a:hover {
	text-decoration: none;
}
#content .quaCon .block a, #content .quiCon .block a {
	color: #5a9a98;
	text-decoration: underline;
}
#content .quaCon .block a:hover, #content .quiCon .block a:hover {
	text-decoration: none;
}
#content .quaCon .block ul {
	list-style-type: none;
	float: left;
	width: 197px;
	position: relative;
	padding-bottom: 13px;
}
#content .quaCon .block ul li {
}
#content .quaCon .block ul li a {
	padding-right: 15px;
	background-image: url(../images/global/triangle-green.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#content .quaCon .floatright {
	float: right;
	position: relative;
	padding-bottom: 13px;
	padding-left: 8px;
}
#content .quaCon .photoblock-container {
	float: right;
	width: 620px;
	position: relative;
	background-color: #FFF;
}
#content .quaCon .photoblock-left {
	float: left;
	width: 305px;
	position: relative;
	margin-right: 10px;
}
#content .quaCon .photoblock-right {
	float: left;
	width: 305px;
	position: relative;
}
#content .quaCon .photoblock-text {
	float: left;
	width: 289px;
	position: relative;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#content .quaCon img.thumb {
	padding: 8px;
	background-color: #f0efed;
}
/* ------------------------------ FAQ Form ------------------------------ */
#faq .form-field, faq#textarea, faq#select {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	top: 0px;
	height: 18px;
	font-style: italic;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	position: relative;
	width: 335px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-decoration: none;
}
/* FAQ */

.faqHeader {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.faqHeaderNoResults {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-transform: none;
}
.faqContactUsHeader {
	color: #B82028;
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
	background-color: #F5F5F4;
}
.faqQuestion, .faqQuestion a {
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	display: inline-block;
}
.faqAnswerQuestion, .faqAnswerQuestion a {
	font-style:  normal;
	font-weight: bold;
	padding-left: 10px;
	display: inline-block;
}
.faqAnswer, .faqAnswer a, .faqAnswer td {
	padding-left: 20px;
	display: inline-block;
}
/* ------------------------------ Contact Form ------------------------------ */
#contact td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}
#contact .form-field {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	top: 0px;
	font-style: italic;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	width: 500px;
	height: 25px;
	font-weight: normal;
	text-transform: none;
}
#contact select option {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	top: 0px;
	font-style: italic;
	height: 25px;
	font-weight: normal;
	text-transform: none;
}
#contact .text-field, contact#textarea {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	top: 0px;
	font-style: italic;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	width: 586px;
}
/*=========================================================================================================================
 BANNERS BOTTOM
===========================================================================================================================*/

#bottom-banners-container {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-color: #FFF;
	position: relative;
	height: 128px;
	padding-top: 13px;
}
#bottom-banners-container .banner {
	float: left;
	height: 115px;
	position: relative;
	width: 305px;
	padding-left: 11px;
}
#bottom-banners-container .banner img.pad {
	padding-right: 15px;
}
/*=========================================================================================================================
 ACCOUNT STYLES
===========================================================================================================================*/

#account-container {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#account {
	width: 960px;
	min-height: 83px;
	height: 80px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
/*=========================================================================================================================
 FOOTER STYLES
===========================================================================================================================*/

#footer-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	margin-bottom: 13px;
	width: 904px;
	padding-right: 28px;
	padding-left: 28px;
	float: left;
	position: relative;
	background-color: #FFF;
	min-height: 190px;
}
#fetish {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	width: 960px;
	float: left;
	position: relative;
	padding-bottom: 13px;
}
/* ------------------------------ footer global ------------------------------ */
#footer .headline {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 12px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #b1b3b5;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	line-height: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	font-style: italic;
}
#footer ul {
	padding-top: 7px;
}
#footer ul li {
	font-family: Tahoma, Geneva;
	font-size: 11px;
	text-decoration: none;
	display: block;
	color: #b1b3b5;
	list-style-type: none;
	padding-bottom: 3px;
}
#footer ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #b1b3b5;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #233444;
}
#footer .livechat {
	background-image: url(../images/global/live-chat-gray.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 15px;
}
/* ------------------------------ footer columns ------------------------------ */
#footer .column1 {
	width: 155px;
	float: left;
	position: relative;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer .column2 {
	width: 130px;
	float: left;
	position: relative;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}
#footer .column3 {
	width: 125px;
	float: left;
	position: relative;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
}
#footer .column4 {
	width: 125px;
	float: left;
	position: relative;
	padding-top: 15px;
	padding-right: 20px;
}
/* ------------------------------ footer email ------------------------------ */
#email {
	width: 289px;
	float: left;
	padding-top: 15px;
	position: relative;
	padding-bottom: 15px;
}
#email ul li {
	list-style-type: none;
}
#email .form-field, email#textarea, email#select {
	color:#b1b3b5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 270px;
	padding: 1px;
	top: 0px;
	height: 18px;
	font-style: italic;
	border: 1px solid #999999;
	margin: 0px;
	background-color: #f5f6f8;
}
#email img.button {
	position: relative;
	float: right;
	margin-top: -15px;
}
/* ------------------------------ footer legal ------------------------------ */
#footer .legal {
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
	color: #b1b3b5;
	font-size: 12px;
	text-align: right;
	width: 350px;
	float: right;
}
#footer .legal b {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #b1b3b5;
}
#footer .legal a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #b1b3b5;
}
#footer .legal a:hover {
	text-decoration: none;
	color: #233444;
}

/*=========================================================================================================================
 sIFR STYLES
===========================================================================================================================*/

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}
}
 @media print {
.sIFR-flash {
	display : none !important;
	height : 0;
	width : 0;
	position : absolute;
	overflow : hidden;
}
.sIFR-alternate {
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
.sIFR-active h1 {
	font-family: Helvetica;
	visibility: hidden;
}
.sIFR-active h3 {
	font-family: Helvetica;
	visibility: hidden;
}
}
/*=========================================================================================================================
 MCG EASY SLIDER FIXES
===========================================================================================================================*/

/* image replacement */
 .graphic, #prevBtn, #nextBtn, #prevBtn2, #nextBtn2, #prevBtn3, #nextBtn3 {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

/* easySlider styles */


#slider li, #slider2 li, #slider3 li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:922px;
	height:200px;
	overflow:hidden;
}
#prevBtn2, #nextBtn2, #nextBtn3, #prevBtn3 {
	display:block;
	width:33px;
	height:77px;
	position:absolute;
	left:26px;
	top:47px;
	z-index:1000;
}
#nextBtn, #nextBtn2, #nextBtn3 {
	left:875px;
}
#prevBtn a, #prevBtn2 a, #prevBtn3 a {
	display:block;
	position:relative;
	width:33px;
	height:77px;
	background:url(../images/jquery/btn_prev.png) no-repeat 0 0;
}
#nextBtn a, #nextBtn2 a, #nextBtn3 a {
	display:block;
	position:relative;
	width:33px;
	height:77px;
	background:url(../images/jquery/btn_next.png) no-repeat 0 0;
}
/*=========================================================================================================================
 MENU COLLAPSED CODE
===========================================================================================================================*/

/* ------------------------------ product video page v.1 ------------------------------ */
ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 20em;
}
ul#menu a {
	display: block;
	text-decoration: none;
}
ul#menu li {
	margin-top: 1px;
}
ul#menu li a {
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	font-style: normal;
	background-image: url(../images/global/icon-plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 20px;
}
ul#menu li a:hover {
}
ul#menu li ul li a {
	padding-left: 30px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia;
	text-decoration: underline;
	color: #79a9a7;
	background-image: none;
}
ul#menu li ul li a:hover {
	text-decoration: none;
}
ul#menu li ul li .current {
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	color: #646057;
}
/* ------------------------------ faq page ------------------------------ */
#faq-menu-container {
	float: left;
	width: 938px;
	position: relative;
	padding-bottom: 13px;
}
ul#menu2, ul#menu2 ul {
	list-style-type:none;
	padding: 0;
	width: 66em;
	margin: 0;
}
ul#menu2 a {
	display: block;
	text-decoration: none;
}
ul#menu2 li {
	margin-top: 1px;
}
ul#menu2 li a {
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	font-style: normal;
	background-image: url(../images/global/icon-plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 20px;
}
ul#menu2 li a:hover {
}
ul#menu2 li ul li a {
	padding-left: 30px;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia;
	text-decoration: underline;
	color: #79a9a7;
	background-image: none;
}
ul#menu2 li ul li a:hover {
	text-decoration: none;
}
ul#menu2 li ul li .current {
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	color: #646057;
}ul#menu2 .indent {
	padding-left: 60px;
	display: block;
	padding-bottom: 13px;
	margin-right: 60px;
}
/* ------------------------------ collection page v.2 ------------------------------ */
.code {
	border: none;
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}
.code code {
	display: block;
	padding: 3px;
	margin-bottom: 0;
}
.code li {
	margin: 0 0 2px 2.2em;
	border: none;
}
.indent1 {
	padding-left: 1em;
}
.indent2 {
	padding-left: 2em;
}

/* ------------------------------ misc until organized ------------------------------ */
.freeGiftDisclaimer 
{
    font-style:italic;
    color:#ababab;
}
.headerText {
    font-family: Helvetica;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: #79a9a7;
	text-decoration: none;
	margin-top: 0px;
	text-indent:1px;
	top:-40px;
	background-color:;

}
input.btnn,
a.btnn:link, a.btnn:visited { /* mimmic submit button styles */
	font-size: 0.8em !important;
	padding: 3px 6px !important;
	color: #fbfae4 !important;
	text-decoration: none !important;
	background-color: #5b9b98 !important;
	border:1px #EDEDEA solid !important;
	font-family: Helvetic,Tahoma !important;
    text-transform: uppercase !important;
    cursor:pointer !important;
    font-style:normal;
}

a.btnn:hover, a.btnn:active {
}

a.btnn:link, a.btnn:visited { /* unique button styles */
    display: block !important;
    position:relative !important;
    height: 25px !important;
    width: auto !important;
    float: left !important;
    margin: 0 4px 0 0 !important;
    padding: 0 15px 0 7px !important;
    color: #fff !important;
    line-height: 25px !important;
    font-size: 10px !important;
    font-family: Helvetic, Arial, "Lucida Grand", "Lucida Sans Unicode", sans-serif !important;
    letter-spacing: -0.01em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: #5b9b98 url(../../images/global/sprite_buttons.gif) no-repeat top right !important;
    font-style:normal;
}
.mawheader {
	font-size: 21px;
	color: #aca79c;
	font-weight: normal;
	font-style: normal;
	font-family: Helvetica;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#mawcontent { 
    width: auto; 
    clear:both; 
    clip:auto; 
    overflow: hidden; 
} 
.revealText { 
    background: none; /* Strange problem in ie8 where the sliding animation goes too far 
                            if revealText doesn't have a background color!  */ 
} 
.hiddenText { 
 
} 
.readMore { 
    /* cursor: pointer; 
    color: #79a9a7;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/global/triangle-green.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px; */
} 
.readMoreText { 
    cursor: pointer; 
    color: #79a9a7;
	text-decoration: none !important;
	font-family: Helvetica;
	font-size: 8pt;
	font-style: normal !important;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/global/triangle-green.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
} 
.readMoreText span { 
    cursor: pointer; 
    color: #79a9a7;
	text-decoration: none !important;
	font-family: Helvetica;
	font-size: 8pt;
	font-style: normal !important;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/global/triangle-green.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
} 
.readMoreText a { 
    cursor: pointer; 
    color: #79a9a7;
	text-decoration: none !important;
	font-style: normal !important;
}
.readMoreText a:hover { 
    cursor: pointer; 
    color: #79a9a7;
	text-decoration: none !important;
	font-style: normal !important;
}
.readMoreText a:active { 
    cursor: pointer; 
    color: #79a9a7;
	text-decoration: none !important;
	font-style: normal !important;
}
.readMoreText a:visited { 
    cursor: pointer; 
    color: #79a9a7;
	text-decoration: none !important;
	font-style: normal !important;
}
.ellipsis { 
    color: #79a9a7; 
    text-decoration: none !important;
	font-style: normal !important;
}
#mawFooterBoxes  
{
    width: 955px;
    
}
#mawFooterBoxes ul  
{
    height:260px;
    margin-left:0px;
    left:-11px;
    position:relative;
    
    
}
#mawFooterBoxes ul li
{
    list-style-type:none;
    float:left;
    height:260px;
    width:217px;
    padding-left:75px;
    
}
#mawFooterBoxes ul li .boxText 
{
    background-color:#FFF;
    width:210px;
    margin-top:10px;
    margin-left:10px;
    
}
#mawFooterBoxes ul li img
{
    padding: 6px;
    background-color: #f0efed;
    margin-right:9px;
    margin-top:0px;
    top:0px;
    
}

/* Endeca */
.endecadimension {text-decoration: none; font-weight:bold; color:White;}

#storeFrame 
{
    margin:0px;
    left:-1px;
    position:relative;
    background-color:#f0efed;
}
.lblDimensions 
{
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:14px;

}
.lblDimensions ul li 
{
    list-style-type:none !important;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:14px;
}
