/*=========================================================================================================================
 PAGE GENERAL
===========================================================================================================================*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #424242;
}
body {
	text-align: center;
	background:url(images/bg_body.gif) repeat;
	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%;
}

#map_canvas {
	border: 1px solid black;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.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;
}

.breaker {
	clear: both;
	width: 600px;
	height: 1px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}

img {
	border: 0;
}
img.stroke {
	border: 1px solid #CCCCCC;
}
img.floatLeft {
	float: left;
	position: relative;
}
img.floatRight {
	float: right;
	position: relative;
}
img.padRight {
	margin-right: 6px;
	border: 1px solid #CCC;
}
.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: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#buffer {
	height: 15px;
}
/*=========================================================================================================================
 PAGE FONTS/COLORS
===========================================================================================================================*/

h1 {
	font-size: 21px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #021e2f;
	margin-bottom: 13px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #021e2f;
}
h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	color: #021e2f;
}
h3 a {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #021e2f;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h5 {
	font-size: 16px;
	margin-bottom: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #BCA053;
}
p {
	margin-bottom: 17px;
	line-height: 19px;
}
a {
	color: #838383;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
b {
	font-size: 13px;
}
.current {
	color: #333333;
	text-decoration: none;
}
.primary {
	color: #021e2f;
}
.secondary {
	color: #666666;
}
.tertiary {
	color: #CCCCCC;
}
/*=========================================================================================================================
 HEADER STYLES
===========================================================================================================================*/

#header-container {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 977px;
}
#header {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}
#support {
	width: 245px;
	height: 14px;
	position: relative;
	z-index: 80;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	float: right;
	top: 25px;
}
#support ul {
	list-style-type: none;
	float: right;
	padding-right: 15px;
	color: #FFF;
}
#support ul li {
	display: inline;
	color: #FFF;
	font-size: 11px;
}
#support ul li a {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}
#support ul li a:hover {
	text-decoration: none;
	color: #E5D8B6;
}
#support .LastPipe {
	background: none;
}
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#FFFFFF;
	width:150px;
	z-index:99;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:3px;/*opacity:.9;
 filter: alpha(opacity=90);*/
}
.popupMenu a {
	color: #666;
	text-decoration: underline;
	font-size: 11px;
}
.popupMenu a:hover {
	text-decoration: none;
	color: #021e2f;
}
.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#FFFFFF;
	width:150px;
	z-index:99;
}
#logo {
	float: left;
	position: relative;
	height: 40px;
	width: 200px;
	padding-top: 5px;
	padding-left: 20px;
}
#logoLinks {
	float: left;
	position: absolute;
	height: 20px;
	width: 200px;
	top: 58px;
	left: 240px;
}
#logoLinks ul {
	list-style-type: none;
}
#logoLinks ul li {
	display: inline;
	color: #FFF;
	background-image: url(Global/Separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	padding-right: 8px;
}
#logoLinks ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#logoLinks ul li a:hover {
	text-decoration: underline;
}
#logoLinks .LastPipe {
	background: none;
}
#search {
	float: right;
	position: absolute;
	height: 35px;
	width: 300px;
	text-align: right;
	padding-right: 20px;
	right: 0px;
	top: 45px;
}
#search img.button {
	height: 21px;
	width: 61px;
	position: relative;
	top: 6px;
}
#search .button {
	height: 21px;
	width: 61px;
	position: relative;
	top: 6px;
}
/*=========================================================================================================================
 PRIMARY NAV STYLES
===========================================================================================================================*/

#priNav-container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 46px;
	width: 977px;
}
#priNav {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 42px;
	position: relative;
	border-bottom: 4px solid #46433E;
	z-index: 80;
	background-color: #18130C;
}
#priNav ul {
	list-style-type: none;
	position: relative;
	padding-top: 12px;
	padding-left: 20px;
	width: 775px;
	float: left;
}
#priNav ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #838383;
	display: inline;
}
#priNav ul li a {
	display: block;
	text-decoration: none;
	color: #B4994F;
	margin-right: 8px;
	padding-right: 8px;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#priNav ul li a:hover {
	text-decoration: none;
	color: #46433E;
}
#priNav ul li .current {
	color: #46433E;
}
#priNav .LastPipe {
	background: none;
	font-weight: bold;
	color: #021e2f;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
/*=========================================================================================================================
 STORE FINDER
===========================================================================================================================*/

#storeFinder {
	position: absolute;
	height: 25px;
	width: 140px;
	text-align: right;
	right: 20px;
	top: 0px;
}
#storeFinder img.button {
	height: 23px;
	width: 32px;
	top: 6px;
	position: relative;
}
#storeFinder .button {
	height: 23px;
	width: 32px;
	top: 6px;
	position: relative;
}
#storeFinder .form-field, storeFinder#textarea, storeFinder#select {
	color:#838383;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 80px;
	padding: 0px;
}
/*=========================================================================================================================
 CONTENT STYLES
===========================================================================================================================*/

#content-container {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 977px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;	/*overflow: hidden;*/ /* YOU HAVE TO HAVE THIS FOR THE CONTENT BACKGROUND TO EXPAND FULLY */
}
#content .hr {
	width: 955px;
	height: 20px;
	float: left;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
/* ------------------------------ cookie trail styles ------------------------------ */
#content .cookie-trail {
	position: relative;
	width: 915px;
	float: left;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	z-index: 99;
	background-color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #46433E;
}
#content .cookie-trail ul {
	list-style-type: none;
	display: inline;
}
#content .cookie-trail ul li {
	font-size: 11px;
	color: #021e2f;
	display: inline;
	padding-left: 1px;
}
#content .cookie-trail ul li.first {
	padding-left: 0;
}
#content .cookie-trail ul li:before {
	content: "> ";
	color: #838383;
} /* 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: 11px;
	color: #838383;
}
#content .cookie-trail ul li a:hover {
	text-decoration: none;
	color: #021e2f;
}
/* ------------------------------ special styles (category landing page) ------------------------------ */
#content .special {
	float: left;
	width: 955px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	height: 290px;
	top: 0px;
}
#content .special .inset-container {
	width: 380px;
	float: left;
	position: absolute;
	background-image: url(Global/Special-BGD-Menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 217px;
	left: 35px;
	top: 35px;
	z-index: 99;
}
#content .special .inset {
	height: 95px;
	width: 319px;
	position: relative;
	z-index: 99;
	float: left;
	padding-right: 40px;
	padding-left: 30px;
}
#content .special .inset p {
	color: #838383;
	font-size: 13px;
}
#content .special .inset p a {
	font-size: 13px;
}
/* ------------------------------ thumbnail 7 Column styles (home page) ------------------------------ */
#content .thumb7 {
	width: 915px;
	position: relative;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 20px;
}
#content .thumb7 p {
	color: #838383;
}
#content .thumb7 td {
	vertical-align: top;
	width: 110px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#content .thumb7 td p {
	margin-bottom: 0px;
}
#content .thumb7 td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: none;
}
#content .thumb7 td p a:hover {
	text-decoration: none;
	color: #021e2f;
}
/* ------------------------------ thumbnail 6 Column styles (home page) ------------------------------ */
#content .thumb6 {
	width: 915px;
	position: relative;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-right: 20px;
}
#content .thumb6 p {
	color: #838383;
}
#content .thumb6 td {
	vertical-align: top;
	width: 132px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#content .thumb6 td p {
	margin-bottom: 0px;
}
#content .thumb6 td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: none;
}
#content .thumb6 td p a:hover {
	text-decoration: none;
	color: #021e2f;
}
/* ------------------------------ thumbnail 5 Column styles (category landing page) ------------------------------ */
#content .thumb5 {
	width: 915px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}
#content .thumb5 p {
	color: #838383;
}
#content .thumb5 td {
	vertical-align: top;
	width: 163px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#content .thumb5 td p {
	margin-bottom: 0px;
}
#content .thumb5 td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: underline;
}
#content .thumb5 td p a:hover {
	font-weight: normal;
	color: #021e2f;
	text-decoration: none;
}
/* ------------------------------ thumbnail 4 Column styles (category landing page) ------------------------------ */
#content .thumb4 {
	width: 915px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#content .thumb4 p {
	color: #838383;
}
#content .thumb4 td {
	vertical-align: top;
	width: 160px;
	text-align: center;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 20px;
}
#content .thumb4 td p {
	margin-bottom: 0px;
}
#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: #021e2f;
	text-decoration: none;
}
/* ------------------------------ thumbnail 3 Column styles (category landing page) ------------------------------ */
#content .thumb3 {
	width: 915px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#content .thumb3 p {
	color: #838383;
}
#content .thumb3 td {
	vertical-align: top;
	width: 239px;
	text-align: center;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 20px;
}
#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: #021e2f;
	text-decoration: none;
}
/* ------------------------------ TABBED JQUERY ------------------------------ */
ul.tabNavigation {
	list-style: none;
}
ul.tabNavigation li {
	display: inline;
}
ul.tabNavigation li a {
	padding: 3px 5px;
	color: #838383;
	text-decoration: none;
}
ul.tabNavigation li a.selected{
	color: #021e2f;
	padding-top: 7px;
	text-decoration: underline;
}
ul.tabNavigation li a:hover {
	color: #021e2f;
	padding-top: 7px;
	text-decoration: underline;
}
ul.tabNavigation li a:focus {
	outline: 0;
}
ul.tabNavigation .current {
	color: #021e2f;
	text-decoration: underline;
}
div.tabs > div {
	padding: 5px;
	margin-top: 3px;
}
div.tabs > div h2 {
	margin-top: 0;
}
#first {
	padding-top: 15px;
}
#second {
	padding-top: 15px;
}
#third {
	padding-top: 15px;
}
/*=========================================================================================================================
 CONTENT WIDECON STYLES wide (full page width style)
===========================================================================================================================*/
#content .wide {
	width: 915px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	float: left;
	position: relative;
}
#content .wide p {
	font-size: 12px;
	color: #424242;
}
#content .wide p a {
	color: #838383;
	text-decoration: underline;
	font-size: 13px;
}
#content .wide p a:hover {
	text-decoration: none;
	color: #021e2f;
}
#content .wide p img.inset {
	float: left;
	padding-right: 25px;
	position: relative;
	padding-bottom: 125px;
}
/* ------------------------------ secNav styles ------------------------------ */
#content .wide .secNav {
	float: left;
	width: 214px;
	position: relative;
	padding-right: 20px;
	min-heigh: 400px;
}
#content .wide .secNav ul {
	list-style-type: none;
	padding-bottom: 10px;
}
#content .wide .secNav ul li {
	display: block;
	font-size: 13px;
	color: #838383;
}
#content .wide .secNav ul li a {
	font-size: 13px;
	color: #838383;
	text-decoration: underline;
}
#content .wide .secNav ul li a:hover {
	text-decoration: none;
	color: #021e2f;
}
#content .wide .secNav .current {
	text-decoration: none;
	color: #021e2f;
}
/* ------------------------------ priCon styles ------------------------------ */
#content .wide .priCon {
	width: 650px;
	min-height: 750px;
	float: right;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}
#content .wide .priCon h4 {
	size: 12px;
	color: #021e2f;
}
#content .wide .priCon img.inset2 {
	float: right;
	position: relative;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
}
#content .wide .priCon img.inset {
	float: left;
	position: relative;
	height: 170px;
	width: 344px;
	padding-right: 20px;
}
#content .wide .priCon .text {
	position: relative;
	width: 340px;
	float: right;
}
#content .wide .priCon td {
	padding-bottom: 0px;
}

#content .wide .priCon .photoblock {			/* Basic block, inline, w/caption fonts. */
  font-size: 10px;
  color: #888888;
  margin-right: 10px;
  display: inline-block;
}

#content .wide .priCon .photoblock-left {		/* A photo block on the left */
  margin: 0 10px 10px -4px;
  font-size: 10px;
  color: #888888;
  float: left;
}
#content .wide .priCon .post-body .photoblock-left a {
  color: #555555;
  background-image: none;
  text-decoration: underline;
}

#content .wide .priCon .photoblock-right {		/* Photo block on the.. gasp.. right */
  margin: 0px 0px 10px 10px;
  font-size: 10px;
  color: #888888;
  float: right;
  text-align: right;
}
#content .wide .priCon .post-body .photoblock-right a {
  color: #555555;
  background-image: none;
  text-decoration: underline;
}

#content .wide .priCon .photoborder {           /* Apply to an image to give it a border */
  border: 1px solid #ccc;
  padding: 1px;
}
#content .wide .priCon a:hover .photoborder {
	border: 1px solid #ddd;
}

#content .wide .priCon .photoblock-many {		/* A general full-width photo block (that clears), for many thumbnails */
	clear: both;
	width: 100%;
	text-align: left;
	font-size: 10px;
	color: #888888;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: -4px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .wide .priCon .photoblock-many a {		/* (Need clear links in the photo block) */
   background: white;
}

#content .wide .priConn .photoborder-right {		/* A photo with a border on the right */
   border: 1px solid #ccc;
   padding: 1px;
   margin: 0px 0px 10px 10px;
   float: right;
}

#content .wide .priCon .photo {			/* A normal photo */
  padding: 3px;
  vertical-align: middle;
}

/* ------- Click Here's crappy DL, DT, DD leftover's -------*/
#content .wide .priCon dl {
	float: left;
	width: 704px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	position: relative;
}
#content .wide .priCon dl.third {
	margin-right: 0;
}
#content .wide .priCon dt {
	margin: 0 0 2px 2px;
	font-size: 14px;
}
#content .wide .priCon dt a {
	text-decoration: none;
}
#content .wide .priCon dd {
	margin: 0 0 0 2px;
}
/* ------------------------------ thumbnail 3 Column styles (wide priCon styles) ------------------------------ */
#content .wide .thumb3 {
	width: 704px;
	position: relative;
	float: left;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#content .wide .thumb3 p {
	color: #838383;
}
#content .wide .thumb3 td {
	vertical-align: top;
	width: 150px;
	text-align: center;
	padding-right: 42px;
	padding-left: 42px;
	padding-bottom: 20px;
}
#content .wide .thumb3 td p {
	margin-bottom: 0px;
}
#content .wide .thumb3 td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: underline;
}
#content .wide .thumb3 td p a:hover {
	font-weight: normal;
	color: #021e2f;
	text-decoration: none;
}
/* ------------------------------ thumbnail 3 Column UPHOLSTERY & CATALOG styles (wide priCon styles) ------------------------------ */
#content .wide .thumb3Upholstery {
	width: 704px;
	position: relative;
	float: left;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#content .wide .thumb3Upholstery p {
	color: #838383;
}
#content .wide .thumb3Upholstery td {
	vertical-align: top;
	width: 180px;
	text-align: left;
	padding-right: 27px;
	padding-left: 27px;
	padding-bottom: 20px;
}
#content .wide .thumb3Upholstery td p {
	margin-bottom: 10px;
}
#content .wide .thumb3Upholstery td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: underline;
}
#content .wide .thumb3Upholstery td p a:hover {
	font-weight: normal;
	color: #021e2f;
	text-decoration: none;
}
#content .wide .thumb3Upholstery td ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .wide .thumb3Upholstery td ul li {
	font-size: 13px;
}
#content .wide .thumb3Upholstery td ul li a {
	font-size: 13px;
	color: #838383;
}
#content .wide .thumb3Upholstery td ul li a:hover {
}
#content .wide .thumb3Upholstery td .highlight {
	color: #021e2f;
	font-weight: bold;
}
/*=========================================================================================================================
 CONTENT PRICON STYLES (left hand main content area)
===========================================================================================================================*/

#content .priCon {
	width: 645px;
	position: relative;
	float: left; /*Need fix in ie6.css*/
	padding-bottom: 40px;
	padding-left: 20px;
}
#content .priCon p {
}
#content .priCon ul {
	list-style-type: square;
	display: list-item;
}

/* ------------------------------ thumbnail 4 Column styles ------------------------------ */
#content .priCon .thumb4 {
	width: 600px;
	position: relative;
	margin-bottom: 20px;
	float: left;
}
#content .priCon .thumb4 td {
	vertical-align: top;
	width: 150px;
	text-align: center;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 20px;
}
#content .priCon .thumb4 td p {
	margin-bottom: 0px;
}
#content .priCon .thumb4 td p a {
	font-weight: bold;
}
/* ------------------------------ item left styles ------------------------------ */
#content .priCon .itemLeft {
	float: left;
	position: relative;
	width: 300px;
}
#content .priCon .itemLeft .otherViews {
	float: left;
	position: relative;
	width: 300px;
	padding-top: 5px;
}
#content .priCon .itemLeft .otherViews p {
	margin-bottom: 5px;
}
#content .priCon .itemLeft .otherViews ul {
	list-style-type: none;
}
#content .priCon .itemLeft .otherViews ul li {
	display: block;
}
#content .priCon .itemLeft .otherViews ul li a {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
#content .priCon .itemLeft .otherViews ul li a:hover {
	text-decoration: none;
}
/* ------------------------------ item full styles ------------------------------ */
#content .priCon .itemFull {
	float: left;
	position: relative;
	width: 620px;
	padding-top: 35px;
}
#content .priCon .itemFull td {
	font-size: 12px;
}
#content .priCon .map {
	float: left;
	position: relative;
	width: 618px;
	border: 1px solid #999;
	height: 298px;
}
#content .priCon .upholstery {
	float: left;
	position: relative;
	width: 620px;
	padding-bottom: 20px;
}
/* ------------------------------ item full table/chart ------------------------------ */
#content .priCon .itemFull .one-column-emphasis {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
#content .priCon .itemFull .one-column-emphasis th {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content .priCon .itemFull .one-column-emphasis th a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#content .priCon .itemFull .one-column-emphasis td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content .priCon .itemFull .one-column-emphasis .oce-first {
}
#content .priCon .itemFull .one-column-emphasis tr:hover td { /* Does not work in IE6 */
	color: #000000;
	background-color: #E8E8E8;
}
/* ------------------------------ item right styles ------------------------------ */
#content .priCon .itemRight {
	float: left;
	width: 311px;
	position: relative;
	padding-left: 30px;
}
#content .priCon .itemRight h1 {
	font-size: 20px;
	line-height: 22px;
	padding-top: 5px;
}
#content .priCon .itemRight h2 {
	color: #838383;
	text-transform: uppercase;
	font-size: 12px;
}
#content .priCon .itemRight h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #021e2f;
}
#content .priCon .itemRight h4 a {
	font-size: 11px;
	font-weight: normal;
	color: #838383;
}
#content .priCon .itemRight a {
	color: #838383;
	text-decoration: underline;
	font-size: 12px;
}
#content .priCon .itemRight a:hover {
	color: #021e2f;
	text-decoration: none;
}
#content .priCon .itemRight ul {
	margin-bottom: 15px;
	margin-left: 15px;
}
#content .priCon .itemRight ul li {
	display: block;
	list-style-type: disc;
	font-size: 12px;
}
#content .priCon .itemRight p {
	font-size: 13px;
}
#content .priCon .itemRight p .highlight {
	font-size: 13px;
	font-weight: bold;
}
#content .priCon .itemRight p .smallLink {
	font-size: 11px;
}
/* ------------------------------ item fabric styles ------------------------------ */
#content .priCon .itemFabric {
	float: left;
	padding-left: 20px;
	width: 300px;
	position: relative;
}
/* ------------------------------ item fabric table/chart ------------------------------ */
#content .priCon .itemFabric .one-column-emphasis {
	width: 300px; /* too wide in IESUX */
	text-align: left;
	border-collapse: collapse;
}
#content .priCon .itemFabric .one-column-emphasis th {
	font-size: 17px;
	font-weight: normal;
	color: #021e2f;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#content .priCon .itemFabric .one-column-emphasis td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content .priCon .itemFabric .one-column-emphasis .oce-first {
}
#content .priCon .itemFabric .one-column-emphasis tr:hover td { /* Does not work in IE6 */
	color: #000000;
	background-color: #E8E8E8;
}
/*=========================================================================================================================
 CONTENT SECCON STYLES (right hand sidebar)
===========================================================================================================================*/

#content .secCon-container {
	width: 240px;
	float: left;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
}
#content .secCon-container .icons {
	float: left;
	position: relative;
	padding-top: 15px;
}
#content .secCon-container .button {
	font-size: 13px;
	color: #021e2f;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	background-color: #cecece;
	border: 1px solid #999999;
	float: left;
	position: relative;
	width: 208px;
	text-align: center;
}
#content .secCon-container .button a {
	font-size: 13px;
	color: #021e2f;
	font-weight: normal;
	text-decoration: none;
}
#content .secCon-container .button a:hover {
	color: #FFF;
	text-decoration: none;
}
#content .secCon {
	width: 208px;
	position: relative;
	float: left;
	background-color: #e6e6e6;
	border: 1px solid #999999;
	padding: 15px;
	margin-bottom: 15px;
}
#content .secCon p {
	color: #333333;
	margin-bottom: 0px;
}
#content .secCon p a {
	color: #333333;
}
/* ------------------------------ additional photography styles ------------------------------ */
#content .secCon .feature {
	float: left;
	width: 208px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content .secCon .feature ul {
	list-style-type: none;
}
#content .secCon .feature ul li {
	display: block;
}
#content .secCon .feature ul li a {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
#content .secCon .feature ul li a:hover {
	text-decoration: none;
}
/*=========================================================================================================================
 CONTENT TERCON STYLES
===========================================================================================================================*/

#content .terCon {
	width: 915px;
	position: relative;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}
#content .terCon p {
	font-size: 13px;
}
/* ------------------------------ sort styles ------------------------------ */
#content .terCon .sort {
	float: left;
	width: 240px;
	position: relative;
	font-size: 12px;
	margin-bottom: 20px;
}
/* ------------------------------ sidebar styles ------------------------------ */
#content .terCon .sideBar-container {
	width: 240px;
	float: left;
	padding-bottom: 20px;
	padding-right: 19px;
}
#content .terCon .sideBar {
	width: 208px;
	position: relative;
	float: left;
	background-color: #e6e6e6;
	border: 1px solid #999999;
	padding: 15px;
	margin-bottom: 25px;
}
#content .terCon .sideBar p {
	color: #333333;
	margin-bottom: 0px;
}
#content .terCon .sideBar p a {
	color: #333333;
}
#content .terCon .sideBar ul {
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
}
#content .terCon .sideBar ul li {
	font-size: 13px;
}
#content .terCon .sideBar ul li a {
	font-size: 13px;
	color: #808080;
}
#content .terCon .sideBar ul li a:hover {
}
#content .terCon .sideBar .headline {
	color: #021e2f;
	font-weight: bold;
}
#content .terCon .sideBar .sub-headline {
	font-size: 11px;
}
/* ------------------------------ sale styles ------------------------------ */
#content .terCon .sale {
	float: left;
	width: 208px;
	position: relative;
	border: 1px solid #999999;
	background-color: #FFF;
	padding: 15px;
}
#content .terCon .sale h1 {
	font-size: 17px;
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #021e2f;
}
#content .terCon .sale p {
	font-size: 13px;
}
#content .terCon .sale p a {
	font-size: 13px;
}
/* ------------------------------ pagination styles TOP ------------------------------ */
#content .terCon .pagination {
	float: right;
	width: 655px;
	position: relative;
	text-align: right;
	font-size: 12px;
	margin-bottom: 25px;
}
/*#content .terCon .pagination .results { ˇfor design stage original!
	font-size: 12px;
	float: right;
	position: relative;
	margin-right: 50px;
}*/
#content .terCon .pagination ul {
	list-style-type: none;
	float: right;
	position: relative;
}
#content .terCon .pagination ul li {
	display: inline;
}
#content .terCon .pagination ul li a {
	font-size: 13px;
	text-decoration: underline;
	color: #838383;
	padding-left: 5px;
}
#content .terCon .pagination ul li a:hover {
	color: #021e2f;
	text-decoration: underline;
}
#content .terCon .pagination .current {
	font-size: 13px;
	color: #231515;
	text-decoration: underline;
}
/* ------------------------------ pagination styles ENDECA ------------------------------ */
#content .terCon .pagination .pageInfo {
}
#content .terCon .pagination .PagingResults {
}
#content .terCon .pagination .results { /*for endeca only*/
	float: left;
	position: relative;
	font-size: 13px;
}
#content .terCon .pagination .ItemOffsetChoice {
	list-style-type: none;
}
#content .terCon .pagination .ItemOffsetChoice a {
	font-size: 13px;
	color: #838383;
	padding-left: 5px;
	text-decoration: underline;
}
#content .terCon .pagination .ItemOffsetChoice a:hover {
	text-decoration: none;
	color: #021e2f;
}
#content .terCon .pagination .ItemOffsetChoice .current {
	text-decoration: none;
	color: #021e2f;
	padding-left: 5px;
}
/* ------------------------------ thumbnail 2 Column styles ------------------------------ */
#content .terCon .thumb2 {
	width: 655px;
	position: relative;
	float: right;
	padding-bottom: 20px;
}
#content .terCon .thumb2 td ul {
	list-style-type: none;
	padding-top: 10px;
}
#content .terCon .thumb2 td ul li {
	font-size: 13px;
}
#content .terCon .thumb2 td ul li a {
	font-size: 13px;
	color: #838383;
}
#content .terCon .thumb2 td ul li a:hover {
}
#content .terCon .thumb2 td .highlight {
	color: #021e2f;
	font-weight: bold;
}
#content .terCon .thumb2 p {
	color: #838383;
	font-size: 13px;
}
#content .terCon .thumb2 td {
	vertical-align: top;
	width: 300px;
	padding-bottom: 20px;
	padding-left: 28px;
}
#content .terCon .thumb2 td p {
	margin-bottom: 0px;
}
#content .terCon .thumb2 td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: underline;
}
#content .terCon .thumb2 td p a:hover {
	font-weight: normal;
	color: #021e2f;
	text-decoration: none;
}
/* ------------------------------ thumbnail 1 Product Comparison Column styles ------------------------------ */
#content .terCon .thumb1Compare {
	width: 240px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}
#content .terCon .thumb1Compare td ul {
	list-style-type: none;
	padding-top: 10px;
}
#content .terCon .thumb1Compare td ul li {
	font-size: 13px;
}
#content .terCon .thumb1Compare td ul li a {
	font-size: 13px;
	color: #838383;
}
#content .terCon .thumb1Compare td ul li a:hover {
}
#content .terCon .thumb1Compare td .highlight {
	color: #021e2f;
	font-weight: bold;
}
#content .terCon .thumb1Compare p {
	color: #838383;
	font-size: 13px;
}
#content .terCon .thumb1Compare td {
	vertical-align: top;
	width: 240px;
	padding-bottom: 20px;
}
#content .terCon .thumb1Compare td p {
	margin-bottom: 0px;
}
#content .terCon .thumb1Compare td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: underline;
}
#content .terCon .thumb1Compare td p a:hover {
	font-weight: normal;
	color: #021e2f;
	text-decoration: none;
}
/* ------------------------------ thumbnail 2 Product Comparison Column styles ------------------------------ */
#content .terCon .thumb2Compare {
	width: 614px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e6e6;
}
#content .terCon .thumb2Compare td ul {
	list-style-type: none;
	padding-top: 10px;
}
#content .terCon .thumb2Compare td ul li {
	font-size: 13px;
}
#content .terCon .thumb2Compare td ul li a {
	font-size: 13px;
	color: #838383;
}
#content .terCon .thumb2Compare td ul li a:hover {
}
#content .terCon .thumb2Compare td .highlight {
	color: #021e2f;
	font-weight: bold;
}
#content .terCon .thumb2Compare p {
	color: #838383;
	font-size: 13px;
}
#content .terCon .thumb2Compare td {
	vertical-align: top;
	width: 279px;
	padding-bottom: 20px;
	padding-left: 28px;
}
#content .terCon .thumb2Compare td p {
	margin-bottom: 0px;
}
#content .terCon .thumb2Compare td p a {
	font-weight: normal;
	color: #838383;
	font-size: 13px;
	text-decoration: underline;
}
#content .terCon .thumb2Compare td p a:hover {
	font-weight: normal;
	color: #021e2f;
	text-decoration: none;
}
/* ------------------------------ table/chart ------------------------------ */
#content .terCon .one-column-emphasis {
	text-align: left;
	border-collapse: collapse;
	width: 240px;
}
#content .terCon .one-column-emphasis td {
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	font-size: 13px;
	padding-left: 0px;
}
#content .terCon .one-column-emphasis tr:hover td { /* Does not work in IE6 */
	color: #000000;
	background-color: #E8E8E8;
}
#content .terCon .one-column-emphasis a {
	font-size: 13px;
	color: #838383;
}
#content .terCon .one-column-emphasis a:hover {
	text-decoration: none;
	color: #021e2f;
}
/* ------------------------------ pagination styles BOTTOM ------------------------------ */
#content .terCon .paginationBottom {
	float: left;
	width: 915px;
	position: relative;
	text-align: right;
	font-size: 13px;
}
#content .terCon .paginationBottom .results {
	font-size: 13px;
	float: right;
	position: relative;
	margin-right: 50px;
}
#content .terCon .paginationBottom ul {
	list-style-type: none;
	float: right;
	position: relative;
}
#content .terCon .paginationBottom ul li {
	display: inline;
}
#content .terCon .paginationBottom ul li a {
	font-size: 13px;
	text-decoration: underline;
	color: #838383;
	padding-left: 5px;
}
#content .terCon .paginationBottom ul li a:hover {
	color: #021e2f;
	text-decoration: underline;
}
#content .terCon .paginationBottom .current {
	font-size: 13px;
	color: #231515;
	text-decoration: underline;
}
/*=========================================================================================================================
 CONTENT ACCOUNT SIGN UP HOME STYLES
===========================================================================================================================*/

#content .account {
	float: left;
	width: 955px;
	position: relative;
	padding-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}
/* ------------------------------ Create an Account ------------------------------ */
#content .account .createAccount {
	float: left;
	width: 350px;
	position: relative;
	padding-left: 25px;
	padding-right: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dadada;
}
#content .account .createAccount .signin {
	float: left;
	position: relative;
	padding-right: 15px;
	font-size: 13px;
	color: #838383;
	height: 23px;
	padding-top: 5px;
	margin-top: 5px;
}
#content .account .createAccount .signin img.align {
	float: left;
	padding-right: 10px;
	top: -4px;
	position: relative;
}
#content .account .createAccount a {
	font-size: 13px;
	text-decoration: underline;
	color: #838383;
}
#content .account .createAccount a:hover {
	color: #333;
	text-decoration: none;
}
#content .account .createAccount ul {
	padding-left: 15px;
}
#content .account .createAccount ul li {
	font-size: 13px;
	color: #838383;
	padding-bottom: 5px;
	list-style-type: disc;
}
#content .account .createAccount .noBullet {
	list-style-type: none;
}
/* ------------------------------ Email Signup ------------------------------ */
#content .account .emailSignup {
	float: left;
	position: relative;
	width: 340px;
	padding-left: 75px;
}
#content .account .emailSignup p {
	font-size: 13px;
	color: #838383;
}
#content .account .emailSignup .form-field-email {
	color:#838383;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	top: -3px;
	height: 18px;
	padding: 1px;
	width: 150px;
}
#content .account .emailSignup img.button {
	height: 23px;
	width: 59px;
	position: relative;
	top: 6px;
}
#content .account .emailSignup .button {
	height: 23px;
	width: 59px;
	position: relative;
	top: 6px;
}
/*=========================================================================================================================
 FOOTER STYLES
===========================================================================================================================*/

#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	float: left;
	padding-top: 35px;
}
/* ------------------------------ Email Signup ------------------------------ */
#footer .emailSignup {
	text-align: center;
	width: 955px;
	position: relative;
}
#footer .emailSignup p {
	font-size: 13px;
	color: #000;
}
#footer .emailSignup .form-field-email {
	color:#838383;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	top: -2px;
	height: 17px;
	padding: 1px;
	width: 150px;
}
#footer .emailSignup img.button {
	height: 23px;
	width: 59px;
	position: relative;
	top: 6px;
}
#footer .emailSignup .button {
	height: 23px;
	width: 59px;
	position: relative;
	top: 6px;
}
/* ------------------------------ Links ------------------------------ */
#footer ul {
	list-style-type: none;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	top: -10px;
}
#footer ul li {
	display: inline;
	font-size: 11px;
	padding-right: 4px;
	background-image: url(Global/Separator-Gray.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #b2b2b2;
	padding-left: 2px;
}
#footer ul li a {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 11px;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #021e2f;
}
#footer .LastPipe {
	background: none;
}
/*=========================================================================================================================
 SHADOW BOTTOM STYLES
===========================================================================================================================*/

#shadow-bottom-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	width: 977px;
}
#shadow-bottom { /*Doesn't position right in ieSUX*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #46433E;
	height: 11px;
	width: 955px;
}
/*=========================================================================================================================
 SEO STYLES
===========================================================================================================================*/
 
#SEO {
	font-size: x-small;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;
	margin-top: 5px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#SEO a {
	text-decoration: underline;
	color: #4a4b46;
}
#SEO a:hover {
	text-decoration: none;
}
/*=========================================================================================================================
 HIGHSLIDE STYLES
===========================================================================================================================*/

.highslide-container div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 11px;
	padding: 5px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
	background: url(graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}
/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
.highslide-html-content {
	display: none;
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 600px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/js/highslide/resize.gif);
}
.highslide-body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.highslide-resize {
	cursor: nw-resize;
}
/*=========================================================================================================================
	ITEM THUMBNAIL STYLES - jcarousel
===========================================================================================================================*/

/* ------------------------------ jcarousel positioning ------------------------------ */
 /* This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
  width: 62px;
	height: 62px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
/* ------------------------------ jcarousel skin ------------------------------ */
.jcarousel-skin-tango .jcarousel-container {
	-moz-border-radius: 10px;
	background-color: #FFF;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 300px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  300px; /* CONTROLS slider container width */
	height: 62px; /* CONTROLS slider container height */
	left: 0px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 62px;
	height: 62px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 17px;
}
/* ------------------------------ Horizontal Buttons ------------------------------ */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	right: 180px;
	width: 15px;
	height: 15px;
	background-image: url(/Images/Thomasville/jcarousel/next-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: -23px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	left: 80px;
	width: 15px;
	height: 15px;
	background-image: url(/Images/Thomasville/jcarousel/prev-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	top: -23px;
}
/*=========================================================================================================================
 MODAL POPUP (wishlist login)
===========================================================================================================================*/

/*Modal Popup*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:#838383;
	padding:3px;
	width:300px;
}
.modalEmailPopup {
	background-color:#FFF;
	border-width:1px;
	border-style:solid;
	border-color:#838383;
	padding:15px;
	width:325px;
}
.valColor {
	color:#9e0202;
}
/*=========================================================================================================================
 ENDECA
===========================================================================================================================*/

ul.DimensionStateGroups {
	margin-left: 5px;
}
ul.DimensionStates {
	margin-left: 5px;
}
li.DimensionValue p.linkSelection {
	margin-left: -5px;
}
li.DimensionState span {
	color: #021e2f;
	font-weight: bold;
}
 li.DimensionState a:first {
 color: #021e2f;
 font-weight: bold;
}
div.DimensionBreadcrumb span.whatever {
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #021e2f;
	margin-bottom: 13px;
	font-weight: normal;
	font-style: normal;
}


/* sidebar */
#sidebar {
	width: 225px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	float: left;
	position: absolute;
}

ul.sidebar {
margin:0;
padding:0 0 0 10px;
}

ul.sidebar li {
margin:0 10px 10px 0;
padding:0;
font:11px/11px Verdana, Helvetica, Arial, sans-serif;
list-style:none;
}

ul.sidebar li a {
color:#838383;
text-decoration:none;
}

ul.sidebar li a:hover {
color:#021e2f;
text-decoration:none;
}

ul.sidebar .s a, ul.sidebar .s a:hover {
color:#46525a;
text-decoration:none;
}

ul.sidebar li.returnLink {
font:12px/12px Verdana, Helvetica, Arial, sans-serif;
}
