@charset "UTF-8";
/* CSS Document */
body {
	height: auto;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear:both
}
.right {
	float: right;
}
.left {
	float: left;
}
a {
	outline: none;
	color: #444;
}
a:link {
	text-decoration: none;
}
a:hover {
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}
img {
	outline: none;
	color: #444;
	border: none;
}
.bold {
	font-weight: bold;
}
.global-sprites {
	background-image: url("media/global/global-sprites.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Header */
#top-header {
	color: #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}
#logo {
	margin: 10px 0px 6px;
	float: left;
}
#logo p {
	margin: 4px 56px 2px;
	font-size: 11px;
	font-style: italic;
	letter-spacing: .38px;
	color: #777;
	line-height: 1.2em;
	border-top: 2px solid #C8E0DA;	
}
#hdr-right {
	float: right;
}
#hdr-links {
	float: right;
	margin: 10px 0px 6px;
    font-size: .6875em;
}
#hdr-links a {
	color: #444;
	margin-left: 12px;
}
#hdr-links a:hover {
	text-decoration: underline;
}
#hdr-links .mini-cart .global-sprites {
	/*height: 12px;
	width: 16px;
	padding-right: 3px;*/
	padding-left: 19px;
	margin-bottom: 1px;
	background-position: -20px -136px;
}
#phone {
	float: right;
	font-weight: bold;
	text-align: right;
	font-size: .8125em;
}
#phone p {
	margin: 2px 0;
}
#phone .disclaimer {
	font-size: .846em;
	font-weight: normal;
	margin-right: 5px;
	vertical-align: 1px;
}
#phone .disclaimer a {
	color: #216158;
	text-decoration: underline;
}
#search {
	float: right;
	margin: 5px 0;
}
#search fieldset {
	background-color: #DAEDEA;
	padding: 5px 6px 5px 5px;
	border: 0;
	margin: 0;
}
#search input {
}
.search-text {
	border: 1px solid #427E76;
	padding: 3px;
	width: 20em;
}
.search-button {
	color: #fff;
	background-color: #427E76;
	font-size: 13px;
	border: 1px solid #216158 !important;
	border-radius: 6px 6px 6px 6px;
	padding-bottom: 2px;
	cursor: pointer;
	text-shadow: 1px 1px 0 #216158;
}
.search-button:hover {
	background-color: #216158;
}
#nav-container, #nav-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav-container {
	font-size: .875em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav1-row, #nav2-row {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	width: 960px;
	height: 29px;
	border-bottom: 2px solid #C8E0DA;
}

/*
div#nav2-row {
	border: none;
} */
#nav #clearance {
	z-index: 900;
}
#nav a, #nav2 a {
	display: block;
	text-decoration: none;
}
#nav li, #nav2 li {
	position: relative;
	float: left;
	background-color: #FFF;
	height: 29px;
	letter-spacing: .1px;
	word-spacing: .1px;
}
#nav li {
	z-index: 1000;
}
#nav li a {
	padding: 5px 15px;
	width: auto;
	text-align: center;
}
#nav li a:link, #nav2 li a:link {
	color: #1E5C54;
	outline: none;
}
#nav li a:visited, #nav2 li a:visited {
	color: #1E5C54;
	outline: none;
}
#nav li a:active, #nav2 li a:active {
	color: #00211C;
	outline: none;
}
#nav li:hover, #nav2 li:hover {
	background-color: #F5FBFA;
	/* fallback */
	background: url(/media/global/gradient-sprites.png) 0 -150px repeat-x; 
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5FBFA), to(#DEF1EE));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #DEF1EE, #F5FBFA);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #DEF1EE, #F5FBFA);
	/* IE 10 */
	background: -ms-linear-gradient(top, #DEF1EE, #F5FBFA);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #DEF1EE, #F5FBFA);
	overflow: visible;
}
#nav li.top-nav:hover {
	border-top: 2px solid #C8E0DA;
	border-left: 2px solid #C8E0DA;
	border-right: 2px solid #C8E0DA;
}
ul#nav li#clearance a.rollover-clearance {
	color: #CA3100;
}
#nav li#clearance:hover {
	border-top: 2px solid #F5DED7;
	border-left: 2px solid #F5DED7;
	border-right: 2px solid #F5DED7;
	/*border-bottom: 2px solid #C8E0DA;*/
	height: 27px;
	background-color: #FBF7F6;
	/* fallback */
	background: url(/media/global/gradient-sprites.png) 0 -250px repeat-x; 
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #F5E9E6, #FBF7F6);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBF7F6), to(#F5E9E6));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #F5E9E6, #FBF7F6);
	/* IE 10 */
	background: -ms-linear-gradient(top, #F5E9E6, #FBF7F6);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #F5E9E6, #FBF7F6);

}
#nav li#fans:hover {
	border-bottom: 2px solid #C8E0DA;
	height: 27px;
}
#nav li:hover a, #nav2 li:hover a {
	color: #00211C;
}
#nav li:hover a.rollover-border {
    padding: 3px 13px 8px;
}
#nav li:hover a.rollover-clearance {
    padding: 3px 13px 3px;
}
#nav li ul {
	position: absolute;
	width: 19em;
	top: 100%;
	margin-left: -999em;
	font-weight: normal;
	font-size: .785em;
	left: -2px;
}
#nav li#lamps ul{
	width: 12em;
}
#nav li#ceiling ul{
	width: 22em;
}
#nav li#outdoor ul{
	width: 16em;
}
#nav li#other ul{
	width: 16em;
}
#nav li ul li {
	height: 88%;
	border-left: solid #C8E0DA 2px;
	width: 100%;
	border-right: solid #C8E0DA 2px;
	background-color: #F5FBFA;
}
#nav li ul li a {
	text-align: left;
	padding: 5px 0px 5px 13px;
	background-color: #F5FBFA;
	color: #1E5C54;
	font-size: 1.18em;
}
#nav li ul li a:link {
	color: #1E5C54;
}
#nav li ul li a:visited {
	color: #1E5C54;
}
#nav li ul li a:active {
	color: #1E5C54;
}
#nav li ul li a:hover {	
	background-color: #DAEDE6;
}
#nav li:hover ul {
	background:url("transparent-image.png") no-repeat;
	margin-left: 0;
}
#nav .tpad, #nav2 .tpad {
	padding-top: 4px;
}
#nav .bpad, #nav2 .bpad {
	padding-bottom: 7px;
	border-bottom: 2px solid #C8E0DA;
}
#ship-hdr {
	float: left;
	color: #646464;
	letter-spacing: .5px;
	word-spacing: .5px;
	margin-left: 75px;
	margin-top: 5px;	
	font-size: .928em;
}
#ship-hdr a:link, #ship-hdr a:visited {
	color: #646464;
}
#ship-hdr a:hover {
	text-decoration: underline;
}
#nav2-label {
	float: right;
	width: 7.5em;
	margin-top: 7px;
	color: #717171;
	font-size: .857em;
	height: 22px;
/*		border-bottom: 2px solid #D1EBE2;
		padding-left: 5px; */
}
#nav2-list {
	float: right;
	width: 388px;
	height: 29px;
	margin: 0;
	padding: 0;
	font-size: .928em;
	/*	border-bottom: 2px solid #D1EBE2; */
}
#style {
	width: 69px;
}
#brand {
	width: 75px;
}
#finish {
	width: 75px;
}
#material {
	width: 90px;
}
#theme {
	width: 79px;
}
#nav2 li {
	z-index: 500;
}
#nav2 li a {
	padding: 5px 17px;
	width: auto;
	text-align: center;
}
#nav2 li:hover a.rollover-border2 {
    padding: 5px 15px 10px;
	border-left: 2px solid #C8E0DA;
	border-right: 2px solid #C8E0DA;
}
#nav2 li:hover a.rollover-border3 {
    padding: 5px 15px 8px;
	border-left: 2px solid #C8E0DA;
	border-right: 2px solid #C8E0DA;
}
#nav2 li.top-nav:hover {
	height: 31px;
}
#nav2 li#finish:hover {
	border-bottom: 2px solid #C8E0DA;
	height: 29px;
}
#nav2 li#material:hover {
	border-bottom: 2px solid #C8E0DA;
	height: 29px;
}
#nav2 li#theme:hover {
	border-bottom: 2px solid #C8E0DA;
	height: 29px;
}
#nav2 li ul {
	position: absolute;
	width: 15em;
	top: 100%;
	margin-left: -999em;
	font-weight: normal;
	font-size: .846em;
	z-index: 500;
}
#nav2 li ul li {
	height: 88%;
	border-left: 2px solid #C8E0DA;
	width: 100%;
	border-right: 2px solid #C8E0DA;
	background-color: #F5FBFA;
}
#nav2 li ul li a {
	text-align: left;
	padding: 2px 0px 2px 12px;
	background-color: #F5FBFA;
}
#nav2 li ul li a.view-more:link {
	font-weight: bold;
	color: #427E76;
}
#nav2 li ul li a.view-more:visited {
	font-weight: bold;
	color: #427E76;
}
#nav2 li ul li a:link {
	color: #00211C;
}
#nav2 li ul li a:visited {
	color: #00211C;
}
#nav2 li ul li a:hover {
	background-color: #DAEDE6;
}
#nav2 li:hover ul, #nav li.sfhover ul {
	background:url("transparent-image.png") no-repeat;
	margin-left: 0;
}
/* End Header */






/* Sidebar */
.sidebar {
	float: left;
	width: 212px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.sb-border {
	border-right: 2px solid #C8E0DA;
}
.sb-header {
    font-size: .857em;
	font-weight: bold;
	width: 190px;
	padding-bottom: 5px;
	color: #427E76;
}
.sb-header a {
	color: #427E76;
}
.sb-header a:hover {
	text-decoration: underline;
}
.sb-header span {
    font-size: .916em;
	color: #444;
	font-weight: normal;
    font-style: italic;
}
.sb-header img {
	display: block;
	margin-bottom: 5px;
	padding-top: 4px;
}
.sb-header > a:hover img {
	opacity: 0.8;
}
.sidebar h4 {
	font-size: .786em;
	font-weight: bold;
	color: #427E76;
	margin: 0px 20px 0px 0px;
	border-top: 2px solid #C8E0DA;
	padding-top: 10px;
}
.sidebar ul {
	font-size: .786em;
    list-style-type: none;
	padding-left: 10px;
	margin: 3px 20px 10px 0px;
	color: #595959;
}
.sidebar ul.sb-info {
	padding-left: 0;
	margin-right: 10px;
}
.sidebar ul a {
	color: #595959;	
}
.sidebar ul a:hover {
    text-decoration: underline;
}
.sidebar ul li {
	margin-top: 2px;
}
.sb-divider {
	width: 190px;
	padding-top: 10px;
	border-bottom: 2px solid #C8E0DA;
	margin-bottom: 10px;
}
.sb-other-link {
    font-size: .786em;
	font-weight: bold;
	width: 190px;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #427E76;
	border-top: 2px solid #C8E0DA;
}
.sb-other-link a {
	color: #427E76;
}
.sb-other-link img {
	display: block;
	padding-top: 4px;
	margin-bottom: 15px;
}
.sb-other-link a:hover {
	text-decoration: underline;
}
.sb-other-link > span {
    font-size: .916em;
	color: #444;
	font-weight: normal;
    font-style: italic;
}
.sb-other-link a.sb-button {
	display: block;
	padding: 5px 10px;
	margin-top: 5px;
	text-align: center;
	color: #216158;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	border-radius: 8px 8px 8px 8px;
}
.sb-other-link a.sb-button:hover {
	background-color: #DCF2EF;
	text-decoration: none;
}
.sb-ad {
	border: 2px solid #AB4120;
	margin: 30px 0;
	width: 208px;
	display: block;
}
/* End Sidebar */
/*Index*/
.index-content {
	margin-top: 10px;
	font-size: .786em;
	color: #444;
	clear: both;
}
.index-content > div {
	margin: 30px 0;
}
.golda {
	width: 578px;
	height: 170px;
}
.goldb {
	width: 352px;
	height: 170px;
}
.index-content h1 {
	margin: 0;
	color: #216158;
	font-weight: normal;
	font-size: 1.818em;
}
.top-cat, .top-cat-right {
	width: 300px;
	float: left;
}
.top-cat {
	margin: 10px 30px 10px 0;
}
.top-cat-right {
	margin: 10px 0;
}
.top-cat a, .top-cat-right a {
	display: block;
}
.top-cat:hover, .top-cat-right:hover {
	box-shadow: 0 0 4px 1px #216158;
}
.top-cat:hover a, .top-cat-right:hover a {
	text-decoration: underline;
}
.top-cat-img {
	width: 300px;
	height: 150px;
	float: left;
	display: block;
}
.top-cat-links {
	width: 300px;
	float: left;
	text-align: center;
	/* Firefox 3.6+
	background: -moz-linear-gradient(top, #CAE3E0, #FFFFFF); */
}
.top-cat-links h3 {
	margin: 0;
	font-size: 1.364em;
	font-weight: normal;
}
.top-cat-links h3 a {
	color: #216158;
	padding: 5px 0 9px 0;
}
.top-cat-links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top-cat-links li {
	padding: 1px 0;
}
/* End Index */
#main-content {
	font-size: .875em;
	padding-top: 10px;
}
.content {
	float: right;
	width: 738px;
	color: #444;
	font-size: .786em;
	margin-bottom: 15px;
	margin-top: 5px;
}
.top-lvl-content {
	margin-bottom: 15px;
	font-size: .786em;
	color: #444;
}
.more-info-content {
	margin-bottom: 15px;
	font-size: .786em;
	color: #444;
}
.content a, .top-lvl-content a, .more-info-content a {
	color: #216158;
}
.content a:link, .top-lvl-content a:link, .more-info-content a:link {
	text-decoration: none;
}
.content a:hover, .top-lvl-content a:hover, .more-info-content a:hover {
	text-decoration: underline;
	color: #A04C31;
}
.content a:visited, .top-lvl-content a:visited, .more-info-content a:visited {
	text-decoration: none;
	outline: none;
}
.content a:active, .top-lvl-content a:active, .more-info-content a:active {
	text-decoration: underline;
	outline: none;
	color: #A04C31;
}
.content p a, .top-lvl-content p a, .more-info-content p a, .content ul a {
	color: #B42F05;
}
.content p a:hover, .top-lvl-content p a:hover, .more-info-content p a:hover,  .content ul a:hover {
	color: #B42F05;
}
.content p a:active, .top-lvl-content p a:active, .more-info-content p a:active,  .content ul a:active {
	color: #B42F05;
}

.top-lvl-content h1 {
	color: #595959;
	font-size: 1.818em;
	float: left;
	margin: 0.65em 0;
}
.top-lvl-content h2 {
	font-size: 1.454em;
	color: #427E76;
	margin: 10px 0px;
}
.top-lvl-content h2.themes-hdr {
	font-size: 1.875em;
	padding: 30px 0px 10px;
}
.top-lvl-content h3 {
	margin: 5px 0;
	font-size: 1.182;
}
.description-link {
	float: right;
	margin: 22px 10px 10px 0;
}
.top-lvl-content .description-link a {
	text-decoration: underline;
	color: #444444;
}
.shop-by-anchor {
	margin: 5px 0 25px;
	font-size: 1.18em;
	float: left;
	width: 197px;
}
.shop-by-anchor a {
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 10px 6px;
	cursor: pointer;
	color: #1E5C54;
}
.shop-by-anchor a:link {
	color: #1E5C54;
	text-decoration: none;
}
.shop-by-anchor a:hover {
	color: #1E5C54;
	text-decoration: none;
	background-color: #DCF2EF;
}
.shop-by-anchor a:visited {
	color: #1E5C54;
	text-decoration: none;
}
.hero-image {
	margin-top: 10px;
	display: block;
	border: 1px solid #CCCCCC;
}
.thin-banner {
	margin-top: 10px;
}
.nar-sale-banner {
	background-color: #ce0000;
	color: #FFFFFF;
	font-size: 1.818em;
	letter-spacing: .4px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 1px 10px;
	text-align: center;
}
.image-link-text {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/* fallback */
	background-color: #EEEEEE; 
	background: url(/media/global/gradient-sprites.png) 0 -300px repeat-x; 
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E3E3E3));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #E3E3E3, #FFFFFF);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #E3E3E3, #FFFFFF);
	/* IE 10 */
	background: -ms-linear-gradient(top, #E3E3E3, #FFFFFF);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #E3E3E3, #FFFFFF);
	text-align: center;
}
.link-text-shorter, .image-link-lists .image-link:hover .link-text-shorter {
	height: 36px;
	background: url(/media/global/gradient-sprites.png) 0 -350px repeat-x; 
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E3E3E3));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #E3E3E3, #FFFFFF);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #E3E3E3, #FFFFFF);
	/* IE 10 */
	background: -ms-linear-gradient(top, #E3E3E3, #FFFFFF);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #E3E3E3, #FFFFFF);
}
.image-link-label {
	color: #18524A;
	font-weight: bold;
	font-size: 1.1818em;
	padding: 5px;
	display: block;
}
.image-link-text a {
	color: #18524A;
	font-weight: bold;
	font-size: 1.1818em;
	display: block;
	padding: 6px;
	width: 158px;
	height: 36px;
	position: relative;
}
.image-link-text a.small-link-txt {
	font-size: 1.09em;
	position: relative;
	padding: 2px 4px;
	width: 162px;
	height: 44px;
	line-height: 1.2em;
}
.image-link-text a:hover {
	text-decoration: underline;
	color: #18524A;
}
.image-link-text a:active {
	text-decoration: underline;
	color: #18524A;
	outline: none;
}
.image-link-thumbnail {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div.image-link .brand-image-link-thumbnail, div.image-link-last .brand-image-link-thumbnail {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
	display: block;
}
.image-link {
	float: left;
	width: 172px;
	margin: 0 25px 25px 0;
}
.image-link:hover, .image-link-last:hover, .image-link:active, .image-link-last:active {
	box-shadow: 0 0 5px 0 #216158;
}
.image-link-lists .image-link:hover, .image-link-lists .image-link:active {
	box-shadow: none;
}
.image-link:hover .image-link-text, .image-link-last:hover .image-link-text {
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	/* fallback */
	background-color: #DCF2EF; 
	background: url(/media/global/gradient-sprites.png) 0 0 repeat-x; 
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CAE3E0));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #CAE3E0, #FFFFFF);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #CAE3E0, #FFFFFF);
	/* IE 10 */
	background: -ms-linear-gradient(top, #CAE3E0, #FFFFFF);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #CAE3E0, #FFFFFF);
}
.image-link-lists .image-link:hover .image-link-text {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.image-link:hover .image-link-thumbnail, .image-link-last:hover .image-link-thumbnail, div.image-link:hover .brand-image-link-thumbnail, div.image-link-last:hover .brand-image-link-thumbnail {
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}
.image-link-lists .image-link:hover .image-link-thumbnail {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.image-link:hover a {
	text-decoration: underline;
}
div.image-link-lists div.image-link {
	width: 222px;
	margin: 0 0 25px;
	padding: 15px 9px 0;
	height: 235px;
}
div.image-link-lists div.image-link .image-link-text,div.image-link-lists div.image-link .image-link-thumbnail {
	margin-left: 25px;
	width: 170px;
}
.image-link-last {
	margin: 0 0 25px 0;
	float: left;
	width: 172px;
}
.image-link-last:hover a {
	text-decoration: underline;
}
.image-link-row {
	clear: both;
	width: 960px;
/*	overflow: auto;*/
	height: 245px;
}
.image-link-row-short2 {
	clear: both;
	width: 960px;
	margin-bottom: 40px;
	height: 172px;
}
.image-link-row-short2 .image-link {
	margin: 0 34px 34px;
}
.image-link-row-short {
	clear: both;
	width: 960px;
/*	overflow: auto;*/
}

.image-link-lists {
	clear: both;
	width: 960px;
	margin-bottom: 25px;
	height: 250px;
}
.image-link-lists ul {
	list-style-type: none;
	padding: 0;
	margin: 4px 0px 4px 25px;
}
.image-link-lists li {
	list-style-position: outside;
	line-height: 1.5em;
	font-size: 1.09em;
}
.image-link-lists ul a:link {
	text-decoration: underline;
}
.top-lvl-content .collections {
	margin: 20px 0px;
	padding-top: 10px;
	clear: both;
	width: 960px;
	border-top: 2px solid #C8E0DA;
}
.top-lvl-content .collections h2 {
	margin: 3px 0px 25px;
	font-size: 1.818em;
	color: #427E76;
}
.top-lvl-content .collections h3 {
	font-size: 1.273em;
	color: #595959;
	float: left;
	margin: 100px 0 0 54px;
}
.shop-by h2 {
	font-size: 1.454em;
	color: #427E76;
	margin: 6px 0px;
}
.shop-by {
	margin: 20px 0 0;
	clear: both;
	width: 960px;
	border-top: 2px solid #C8E0DA;
	overflow: auto;
}
.shop-by #anchor1, .shop-by #anchor2, .shop-by #anchor3, .shop-by #anchor4 {
	padding-top: 10px;
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}
#anchor1:target .shop-by-columns, #anchor2:target .shop-by-columns, #anchor3:target .shop-by-columns, #anchor4:target .shop-by-columns {
	border-top: 3px solid #B42F05;
	border-bottom: 3px solid #B42F05;
}
#anchor1:target h2, #anchor2:target h2, #anchor3:target h2, #anchor4:target h2 {
	margin-top: 3px;
}
.shop-by-columns {
	overflow: auto;
}
.shop-by ul {
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
	list-style: none outside;
	width: 280px;
	float: left;
}
.shop-by li {
	font-size: 1.18em;
	margin-bottom: 1px;
}
.shop-by li a {
	color: #444444;
}

#description-bottom {
	margin: 20px 0px;
	padding-top: 10px;
	clear: both;
	width: 960px;
	border-top: 2px solid #C8E0DA;	
}
#description-bottom h2 {
	font-size: 1.273em;
	color: #595959;
	margin-bottom: 16px;
}
#description-bottom h3 {
	font-size: 1.09em;
	color: #595959;
	margin: 5px 80px;
}
#description-bottom p {
	margin: 5px 80px 16px;
}
#description-bottom p a {
}
#description-bottom p a:hover {
}

.content .breadcrumb {
	margin-left: 24px;
}

.breadcrumb span.current {
	color: #595959;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #216158;
}
div.breadcrumb  {
	font-family: helvetica, arial;
	margin-bottom: 10px;
}
.content h1 {
	font-size: 2.18em;
    color: #777;
	font-weight: bold;
	margin: 10px 10px 5px 24px;
}
.content h2 {
	font-size: 1.454em;
	color: #427E76;
	margin: 10px 0px;
}
.content h3 {
	margin: 10px 10px 5px 24px;
	font-size: 1.182em;
}
.content p {
	margin: 5px 10px 15px 24px;
}
#pre-listing-content a, #post-listing-content a {
	text-decoration: underline;
}
#pre-listing-content>.product-listing-info, #post-listing-content>.product-listing-info {
	font-size: 1.091em;
}
.pagination {
	text-align: right;
	font-size: 1.18em;
	margin-left: 24px;
}
.pagination span.currentpage {
	color: #A04C31;
	padding: 1px 5px;
}
a.prevnext {
	padding: 1px 5px;
	color: #216158;
	border: 1px solid #CCC;
}
div.pagination a.prevnext:hover {
	background-color: #DAEDE6;
	color: #7B3823;
	text-decoration: none;
}
.product-listing-row {
	float: right;
	width: 738px;
}
.product-listing-info {
	margin-left: 24px;
	float: left;
	width: 222px;
	padding: 10px 0 12px;
}
.product-listing-info p {
	margin: 5px 0px;
	color: #444;
}

.product-listing-thumbnail {
	border: 1px solid #CCC;
	height: 220px;
	width: 220px;
	position: relative;
}
/*.product-listing-thumbnail:hover {
	border: 1px solid #777;
	box-shadow: 0 0 5px 0 #216158;
}*/
.sale-ribbon {
	height: 50px;
	width: 100px;
	background-position: 0 0;
	position: absolute;
	top: -1px;
	left: -1px;
}
.clearance-ribbon {
	height: 50px;
	width: 100px;
	background-position: 0 -50px;
	position: absolute;
	top: -1px;
	left: -1px;
}
.product-listing-title {
	margin: 5px 0px;
	line-height: 1.3em;
}
.product-listing-price {
	font-weight: bold;
	font-size: 1.18em;
}
/* Search Page */
.content h1#search-title {
	font-size: 1.273em;
	color: #595959;
	font-weight: normal;
	margin: 0px 0px 15px 24px;
}
#search-title span.search-term {
	color: #216158;
	font-weight: bold;
}
#search-title span.ResultCount {
	font-size: .786em;
}
table.search_table {
	display: none;
}
.searchResultPrevNext {
	float: right;
	text-align: right;
	margin-bottom: 7px;
	color: #5F5F5F;
}
input.search_button {
	padding: 1px 5px;
	margin: 0px 0px 0px 2px;
	color: #216158;
	border: 1px solid #CCC;
	font-size: 1em;
	background-color: #FFF;
	font-weight: normal;
}
input.search_button:hover {
	background-color: #DAEDE6;
	color: #7B3823;
	text-decoration: none;
	cursor: pointer;
}
input.search_button_selected {
	color: #A04C31;
	padding: 1px 4px;
	margin: 0px 0px 0px 2px;
	font-size: 1.077em;
	font-weight: bold;
	border: none;
	background-color: #FFF;
}
.searchResultSort {
	float: left;
	font-size: .846em;
}
select.search_sort_dropdown {
	margin-left: 2px;
}
.searchResultPerPage {
	float: right;
	font-size: .846em;
}
select.search_rpp_dropdown {
	margin-left: 2px;
}
.no-results {
	margin-left: 24px;
}
.content div.no-results p {
	font-size: 2.545em;
    color: #595959;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px 10px 40px 0px;
}
.content div.no-results p span {
	color: #427E76;
}
.no-results ul {
	padding: 0;
	margin-bottom: 40px;
	list-style-position: inside;
}
.no-results li {
	font-size: 1.273em;
	margin-bottom: 5px;
}
/* End Search Page */
#brand-list {
	clear: both;
	overflow: auto;
	margin-bottom: 25px;
}
#brand-list div {
	float: left;
	margin-left: 20px;
}
#brand-list li a:hover {
	color: #A04C31;
}
/* Brand Collections Page */
.key {
	margin: 20px 0 0 24px;
	font-size: 1.091em;
	padding-left: 20px;
	overflow: auto;
}
.content .key > h3 {
	margin: 0;
	color: #427E76;
}
.key ul {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	list-style: none;
}
.key ul b {
	color: #595959;
}
.key i, .collections i {
	color: #AB4120;
}
.collections {
	margin: 15px 0 20px 24px;
	clear: both;
	overflow: auto;
}
.collections ul, #brand-list ul {
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
	list-style: none outside;
	width: 218px;
	float: left;
}
.collections li, #brand-list li {
	font-size: 1.18em;
	margin-bottom: 1px;
}
.collections li a, #brand-list li a {
	color: #444444;
}
.collections li a:visited {
	color: #A04C31;
}
.collections li a:hover {
	color: #A04C31;
}
.collections li a:active {
	color: #A04C31;
}
.content-divider {
	width: 724px;
	margin: 20px 0 10px 14px;
	clear: both;
	border-bottom: 2px solid #C8E0DA;
}
.collections .product-listing-title {
	font-size: 1.181em;
	text-align: center;
}
.collections .product-listing-row {
}
/* End Brand Collections Page */
/* Sale Page */
.col1 {
	width: 170px;
}
.col2 {
	width: 367px;
}
.col3 {
	width: 564px;
}
.col4 {
	width: 761px;
}
.col5 {
	width: 958px;
}
.row1 {
	height: 170px;
}
.row2 {
	height: 367px;
}
.row3 {
	height: 564px;
}
.row4 {
	height: 761px;
}
.row5 {
	height: 958px;
}
.tpad5 {
	padding-top: 5px;
}
.tpad10 {
	padding-top: 10px;
}
.tpad15 {
	padding-top: 15px;
}
.tpad20 {
	padding-top: 20px;
}
.tbpad5 {
	padding: 5px 0;
}
.tbpad10 {
	padding: 10px 0;
}
.tbpad20 {
	padding: 10px 0;
}

.sale-box {
	border: 1px solid #AAA;
	overflow: hidden;
	display: block;
	margin-bottom: 25px;
}
.top-lvl-content a.sale-box:hover {
	border: 1px solid #00211C;
	text-decoration: none;
    box-shadow: 0 0 10px 0 #216158;
}
.sale-box > div {
	padding: 0 25px;
}
.sale-box p, .sale-box li {
	color: #444;
}
.sale-box p {
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
}
#clearance-sale h2, .sale h2 {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	color: #B42F05;
	margin: 40px 0;
	letter-spacing: -.5px;
}
#clearance-sale p {
	margin: 40px 0;
	font-size: 11px;
}
#clearance-sale .save, .sale-box .save {
	font-weight: bold;
	font-size: 19px;
}
#clearance-sale li {
	font-size: 1.455em;
	padding: 8px 0;
	line-height: 1.1;
	font-weight: bold;
}
#clearance-sale li span {
	font-size: .75em;
	color: #595959;
	font-weight: normal;
}
#clearance-sale .go {
	margin: 50px 0;
	font-size: 16px;
}

.sale-box .go {
	font-size: 16px;
	color: #B42F05;
}
.top-lvl-content .sale-box:hover .go {
	text-decoration: underline;
}
#coupon-link h2 {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -.5px;
	text-align: center;
	margin: 40px 0 30px;
	color: #216158;
}
/* End Sale Page */
/* Coupon Page */
.coupon {
	width: 616px;
	margin-left: 171px;
	text-align: center;
}
.top-lvl-content .coupon h2 {
	font-size: 24px;
	color: #216158;
	font-weight: normal;
}
.coupon img {
	display: block;
	float: right;
	margin: 29px 25px;
}
.coupon p {
	font-size: 16px;
}
.coupon p span, .sale-box span {
	font-weight: bold;
	color: #B42F05;
}
.coupon .lrg-coupon img {
	float: left;
	margin: 0 0 0 50px;
}
.lrg-coupon > p {
	margin: 43px 65px;
	float: left;
}
.coupon .lrg-coupon a:link {
	text-decoration: underline;
}
.article {
	margin: 0 0 25px 0;
}
#article-content {
	border-right: 2px solid #C8E0DA;
	margin: 0 30px 0 0;
	padding-right: 30px;
	overflow: auto;
}
#article-content > h1 {
	margin: 0 0 15px 0;
	padding-top: 10px;
	float: none;
	font-size: 2.182em;
	color: #777777;
}
#article-content > h2 {
	margin: 30px 0 10px;
}
#article-content img.right {
	display: block;
	margin: 20px 0 20px 20px;
}
#article-content img.left {
	display: block;
	margin: 20px 20px 20px 0;
}
#article-content p {
	font-size: 1.182em;
	margin: 10px 0;
}
.article-list {
	list-style-type: none;
}
.article-list li {
	margin: 5px 0;
}
.article-list a.article-link {
	color: #444444;
	font-size: 1.273em;
}
/* Product Reviews on pages
.product-listing-info .reviews-brief {
	white-space: nowrap;
}
.product-listing-info .reviews-brief div.reviews_stars {
	height: 20px;
	max-height: 20px;
	overflow: hidden;
	padding: 2px 0px;
}
 End Product Reviews */

/* Footer */
#footer {
	border-top: 2px solid #C8E0DA;
	margin-top: 30px;
    font-size: .6875em;
	margin-bottom: 20px;
	overflow: hidden;
}
#footer a {
	color: #444;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h3 {
	font-size: 1.273em;
	color: #595959;
	margin: 20px 0 8px;
}
.footer-bar {
	border-bottom: 2px solid #C8E0DA;
}
.signup {
	text-align: center;
	color:	#18524A;
}
.signup .form-header {
	font-size: 1.273em;
	font-weight: bold;
	color: #216158;
}
#footer table {
	padding: 1px 0 6px;
	width: 960px;
}
#footer td {
	padding: 2px;
	text-align:	center;
}
input.email-text {
	font-size:12px;
	border:1px solid #427E76;
	padding: 3px;
	width: 20em;
}
#footer .signup .submit {
	color: #fff;
	background-color: #427E76;
	border: 1px solid #216158 !important;
	border-radius: 6px 6px 6px 6px;
	padding-bottom: 2px;
	cursor: pointer;
	text-shadow: 1px 1px 0 #216158;
	position: relative;
	top: -1px;
	font-size: 12px;
}
#footer .submit:hover {
	background-color: #216158;
}
.footer-column {
	float: left;
	width: 172px;
	margin-right: 20px;
}
.footer-column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-column li {
	list-style-position: outside;
	margin-bottom: 3px;

}
.social-footer {
	float: right;
	width: 300px;
	margin: 20px 0 0 0;
}
.social-cta	{
	color: #595959;
	font-size: 1.75em;
	font-weight: bold;
	margin-left: 20px;
}
.social-text {
	width: 90px;
	margin-left: 7px;
	float: left;
}
#facebook {
	background-position: 0 -100px;
	height: 36px;
	width: 36px;
	float: left;	
	margin: 15px 20px;
}
#twitter {
	background-position: -36px -100px;
	height: 36px;
	width: 36px;
	float: left;
	margin: 15px 20px;
}
#pinterest {
	background-position: -72px -100px;
	height: 36px;
	width: 36px;
	float: left;
	margin: 15px 20px;
}
#footer .ftr-icons a {
	display: inline;
}
.ftr-icons {
	margin: 10px 0 10px 200px;
	float: right;
	overflow: hidden;
	/*height: 73px;
	width: 960px;
	position: relative;
	border-top: 2px solid #C8E0DA;
	padding-top: 10px;*/
}
.bizrate-ftr {
	width: 125px;
	float: right;
}
.mcafee-ftr {
	/*width: 94px;
margin: 0px 39px 0 0;*/
	float: right;
}
.legal {
	text-align: center;
	clear: both;
	border-top: 2px solid #C8E0DA;
	padding-top: 10px;
}
div#mb_pc {
	margin: 10px auto;
	padding: 0;
	text-align: center;
	clear: both;
}
div#mb_pc a {
   padding: 5px 7px;
   border: 1px solid #aaaaaa;
   border-radius: 6px 6px 6px 6px;
   background-color: #FFFFFF;
   font-size: .857em;
}

/* End Footer */
/* Info Pages */
div.info-page {
	margin-top: 10px;
}
div.info-page > h1 {
	margin-top: 20px;
}
div.info-page > h2  {
	margin: 30px 0 5px 24px;
}
.shipping h2, .contact h2 {
	margin-left: 24px;
}
div.contact h2.byemail {
	margin-bottom: 0;
}
div.info-page > p, div.faq p {
	font-size: 1.0909em;
}
div.info-page ul {
	font-size: 1.182em;
}
div.info-page li {
	margin: 5px 0;
}
div.faq {
	margin-top: 10px;
}
div.faq h2 {
	margin: 30px 0 5px 24px;
}
div.faq h3 {
	margin: 5px 10px 0 24px;
}
div.faq p {
	margin: 0 10px 24px 24px;
}
/* Contact Us */
.contact p {
	font-size: 1.182em;
}
.emailform {
	margin-left: 24px;
	margin-bottom: 30px;
	font-size: 1.182em;
}
.emailform input {
	float: left;
	font-size: inherit;
	font-family: inherit;
	padding: 3px;
}
.emailform textarea {
	height: 150px;
	width: 395px;
	float: left;
	padding: 6px;
	font-size: inherit;
	font-family: inherit;

}
#send {
	opacity: 0.9;
	padding: 35px 0 0 0 !important;
	margin-top: 5px;
	width: 155px;
	height: 35px;
	background: transparent url("media/global/send-message.jpg") no-repeat scroll 0 0;
	border-style: none;
	border-width: 0;
	color: transparent;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: capitalize;
	line-height: 1 !important;
	overflow: hidden;
}
#send:hover {
	cursor: pointer;
	
}
.emailform .bodytext {
	text-align: right;
	padding-top: 14px;
	vertical-align: top;

}
.emailform td {
	padding: 10px 7px 0 0;
	overflow: auto;
}
.errtext {
	float: left;
	padding: 4px 0 0 6px;
	color: #CA3100;
}
.contact p.forms a {
	color: #216158;
	text-decoration: underline;
}
.contact p.forms a:hover {
	color: #B42F05;

}
/* End Contact Us */
/* Shipping Policy */
div.shipping p, div.shipping ul {
	font-size: 1.182em;
	margin-left: 24px;
	margin-right: 30px;
    line-height: 1.4;
	list-style-type: none;
}
.shipping table {
	font-size: 1.182em;
}
div.shipping table.ship-rate {
	margin-left: 50px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
div.shipping table.ship-rate td {
	padding: 6px;
	border: 1px solid #CCC;
	width: 10.4em;
	text-align: center;
}
div.shipping table.ship-rate th {
	text-align: center;
	padding: 6px;
}
span.free-ship-table {
	color: #CA3100;
	font-weight: bold;
}
.shipping p.ship-table-label {
	margin: 5px 50px;
	font-size: 1.0909em;
	font-weight: bold;
}
div.shipping div.bongo h2 {
	margin-left: 0;
}
div.bongo {
	margin-top: 20px;
	margin-left: 24px;
	font-size: .923em;
}
div.bongo p {
	margin: 12px 30px;
}
/* End Shipping Policy */
div.returns p {
    line-height: 1.4;
}
div.returns li {
	padding: 5px;
}
div.returns ol {
	padding: 0 60px;
	line-height: 1.4;
	font-weight: bold;
}
div.returns ol span {
	font-weight: normal;
}
div.returns {
	font-size: 1.0909em;
	margin: 15px 0 20px;
}


a#print {
	font-size: .846em;
	color: #595959;
	float: left;
	display: block;
	margin-top: 2px;
}
a#print:hover {
	color: #595959;
}
#print span {
	display: block;
	width: 20px;
	height: 18px;
	margin-right: 2px;
	float: left;
	background-position: 0 -136px;
}
/* Site Map */
#sitemap h1 {
	float: none;
	margin: 0 0 1em;
	font-size: 1.636em;
	color: #777;
}
#sitemap h2 {
	padding: 8px 0 9px;
	margin: 5px 0 0;
	color: #595959;
	/*background: -moz-linear-gradient(bottom, #CAE3E0, #FFFFFF);*/
	border-bottom: 2px solid #C8E0DA;
	font-weight: normal;
	border-top: 2px solid #C8E0DA;
}
#sitemap h2.m-bot {
	margin-bottom: 15px;
}
#sitemap h3 {
	font-size: 1.273em;
	color: #427E76;
	margin: 12px 0 2px;
}
#sitemap h3 a {
	color:#427E76;
}
#sitemap h3.sale a {
	color:#B42F05;
}
#sitemap h3.sale a:hover {
	color:#B42F05;
}
#sitemap div {
	width: 300px;
	float: left;
	margin: 0 10px 30px;
	line-height: 1.4;
}
#sitemap ul {
	padding: 0 10px 0 20px;
	margin: 0;
}
#sitemap li {
	font-size: 1.091em;
	list-style: none outside;
}
#sitemap ul a {
	color: #444;
}
#sitemap ul a:hover, #sitemap h3 a:hover {
	color: #A04C31;
}
#sitemap ul a:active, #sitemap h3 a:active {
	color: #A04C31;
}
/* End Site Map */

/*------ More Info Page -------*/
.more-info-right {
	float: right;
	width: 470px;
	font-size: 1.182em;
}
.more-info-right a:hover {
	color: #216158;
}
.product_title h1 {
	font-size: 1.385em;
	line-height: 1.2em;
	margin: 0;
	font-weight: normal;
}
img {
   border-style: none;
}
.product_title {
	margin: -5px 0 5px;
	text-align: left;
}
.buy-box {
	margin: 0px 0px 20px 0px;
	text-align: left;
	color: #444444;
	padding-bottom: 30px;
	border-bottom: 1px solid #CACCCC;

}
.buy-box a {
	color: #444444;
}
.buy-box a:hover {
	color: #444444;
}

#image_section {
	float: left;
	padding-bottom: 30px;
}
#image_box table {
	border: 2px solid #D7DBDB;
	padding: 0;
}
#image_box {
	border: 1px solid #59A79C;
	padding: 0;
	position: relative;
}
td.med_image {
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	width: 450px;
	height: 450px;
}
.med_image a img {
	border: none;
	color: #216158;
}
.med_image a {
	display: block;
	text-decoration: none;
}
.med_image a:hover {
	text-decoration: none;
}
.med_image a img:hover {
	color: #A04C31;
}
.larger_image {
	margin: 3px 0 9px;
	text-align: center;
	font-size: 1.091em;
}
.model {
	font-size: .846em;
}
.reviews-brief {
	font-size: .846em;
	margin-top: 10px;
	font-family: helvetica, arial;
	padding-bottom: 15px;
	border-bottom: 1px solid #CACCCC;
}
.review_microdata_wrapper {
	display: block;
	float: left;
	padding-right: 10px;
}
span.review_microdata_count, span.review_product_name {
	display: none;
}
.review_stars {
	width: 80px;
}
.reviews-brief .reviews_stars_text {
	display: none;
}
.reviews_links {
	padding-top: 3px;
}
.reviews-brief a, .model a {
	margin-right: 7px;
	color: #216158;
}
.reviews-brief a:link {
	text-decoration: underline;
}
.reviews-brief a:hover, .model a:hover {
	color: #A04C31;
}



.reviews-summary {
	padding: 10px 240px 20px 24px;
}
.reviews-summary .stars-wrap {
	overflow: hidden;
	float: left;
}
.reviews-summary .reviews_links {
	clear: left;
	font-size: .923em;
	padding-top: 10px;
}
.reviews-summary .reviews_links a:link {
	text-decoration: underline;
	font-weight: bold;
}
.reviews-summary .reviews_stars_wrapper {
	margin-top: 3px;
}
.ave-num {
	float: left;
	margin-top: 18px;
	margin-left: -24px;
}
.based-on {
	font-size: .846em;
	float: left;
	margin: 20px 8px 0;
}
.reviews_worst h4,.reviews_best h4 {
	display:none;
}
.reviews_stars_text {
	font-size: .923em;
	font-weight: bold;
}
.reviews_bestworst {
	clear: both;
}
.reviews_stars_wrapper {
	height: 16px;
}
.review {
	padding: 15px 240px 15px 24px;
	border-top: 1px solid #CACCCC;
	overflow: auto;
}
.review .reviews_stars {
	border-bottom: 1px solid #CACCCC;
	width: 200px;
	padding-bottom: 5px;
	height: 16px;
	float: left;
}
.review_title {
	float: right;
	width: 480px;
	font-weight: bold;
}
.review_date {
	margin: 5px 0;
	padding: 5px 0;
	clear: left;
	display: block;
}
.review_author_text {
	position: relative;
	top: -25px;
}
.review_author {
	position: relative;
	top: -25px;
}
.review_content {
	float: right;
	width: 480px;	
	display: block;
	margin-top: -61px;
}
div.clear_float {
	display: none;
}
.price-box {
	padding-bottom: 5px;
	float: left;
}
.pricing {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #CACCCC;
	min-height: 41px;
	overflow: auto;
}
.list-price {
	font-size: .846em;
	color: #595959;
}
.list-price span {
	text-decoration: line-through;
}
.price {
	font: bold 1.538em Verdana, Arial, Helvetica, sans-serif;
	color: #CA3100;
}
.no-list {
	font: bold 1.538em Verdana, Arial, Helvetica, sans-serif;
	color: #CA3100;
	display: block;
	padding-top: 5px;
}
.no-price {
	font: bold 1.384em Verdana, Arial, Helvetica, sans-serif;
	color: #B42F05;
	display: block;
	padding-top: 7px;
}
.normal {
	font-weight: normal;
}
.mt10 {
	margin-top: 10px;
}
.sale-tag, .coupon-tag, .clearance-tag {
	margin-left: 30px;
	display: block;
	float: left;
	width: 120px;
	height: 26px;
}
.sale-tag {
	background-position: 0 -206px;
}
.coupon-tag {
	background-position: 0 -180px;
}
.clearance-tag {
	background-position: 0 -154px;
}
.sale-text {
	clear: both;
	font-size: .846em;
	padding-top: 3px;
}
.sale-text strong {
	color: #595959;
}
.sale-perc {
	font-weight: bold;
	font-size: 1.182em;
	color: #595959;
}
.sale-ends {
	color: #595959;
	font-style: italic;
}
.more_info_shipping {
	margin-top: 5px;
	float:right;
	text-align: center;
	width: 110px;
}
.stock-info {
	margin: 10px 0 15px;
}
.in-stock {
	font-size: 1.23em;
	font-weight: bold;
	color: #216158;
}
.in-stock span:hover {
	cursor: help;
}
.out-stock {
	font-size: 1.154em;
	font-weight: bold;
	color: #923211;
}
.unknown-stock {
	color: #216158;
	font-size: 1.154em;	
}
.unknown-stock a {
	color: #216158;
}
.unknown-stock a:hover, .unknown-stock a:focus {
	color: #216158;
}
.availability {
	font-size: .846em;
}
.free_shipping {
	font-size: .923em;
	color: #444444;
}
.ship-estimate {
	font-size: .923em;
}
#drop_down {
	margin: 20px 0;
	min-height: 5px;
}
#drop_down td {
	padding: 3px 0;
}
#drop_down select {
	font-size: 0.846em;
	padding: 2px;
}
/*Quantity Pricing*/
.qp_header {
	border-collapse: collapse;
}
.qp_header td {
	border: 1px solid #C8E0DA;
	padding: 4px 6px;
}
.qp_quantitytxt, .qp_quantity {
	background-color: #DEF1EE;
}
.qp_pricetxt {
	color: #595959;
}
.qp_price {
	color: #595959;
	text-decoration: line-through;
}
.qp_sale {
	color: #CA3100;
}

.qty {
	margin: 15px 0 10px;
}
#large_cart_button {
	margin-top: 10px;
}
/* Social Links */
.social {
	height: 21px;
	float: right;
	margin-bottom: 20px;
	margin-right: 5px;
}
.pin-it-button {
	float: left;
	margin-right: 15px;
	width: 43px;
}
.fb_share {
	float: left;
	margin-right: 15px;
}
a.twitter-share-button {
	float: left;
	margin-right: 15px;
}




#info_box, #reviews-container {
	margin: 0px 0px 30px 0px;
	border: 1px solid #CACCCC;
	font-size: 1.182em;
	clear: both;
	overflow: hidden;
}
#info_box a {
	color: #B42F05;
}
#info_box a:hover {
	text-decoration: underline;
}
#info_box h2, #crosssell h2, #reviews-container h2 {
	font-size: 1.154em;
	padding: 10px 24px;
	margin: 0;
	color: #18524A;
	/* fallback */
	background-color: #F5FBFA; 
	background: url(media/global/gradient-sprites.png) 0 -50px repeat-x; 
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DEF1EE));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #DEF1EE, #FFFFFF);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #DEF1EE, #FFFFFF);
	/* IE 10 */
	background: -ms-linear-gradient(top, #DEF1EE, #FFFFFF);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #DEF1EE, #FFFFFF);
	overflow: visible;

}
.info_box_content {
	padding: 0 0px 5px 24px;
	width: 694px;
	float: left;
}
.info_box_content p {
	margin-top: 3px;
}
.bullets {
	line-height: 1.4em;
	padding: 0;
	margin: 5px 24px 15px;
	list-style-type: disc;
}
#info_box a.mfr-logo {
	display: block;
	float: right;
	margin: 0 45px 20px;
}
#info_box a.mfr-logo:hover {
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
a.mfr-logo img {
	color: #B42F05;
	text-decoration: underline;
}
.info-table {
	margin: 10px 24px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.info-table td {
	padding: 3px 20px 3px 10px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
.info-table th {
	padding: 3px 20px 3px 10px;
	border-bottom: 1px solid #CCC;
	color: #427E76;
	font-weight: bold;
	font-size: .923em;
	text-align: left;
}
.info-table th.bulb-label {
	text-align: center;
	font-size: 1em;
	color: #595959;
	padding-bottom: 5px;
}
.warning {
	margin: 15px 0;
}
.warning a:link {
	text-decoration: underline;
}
.warning img {
	vertical-align: -6px;
	padding: 2px;
}
.warning div.simple_overlay h3 {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
#info_box .warning div.simple_overlay a {
	color: #444;
}
#crosssell {
	clear: both;
	margin: 30px 0;
	padding-bottom: 10px;
	line-height: 1.3;
	font-weight: normal;
	border: 1px solid #CACCCC;
}
.cross-container {
	width: 958px;
}

.scrollable-cs {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 910px;
}

.cs-row1, .cs-row2 {
	width: 910px;
	height: 260px;
}

.cross-prod {
	width: 172px;
	height: 250px;
	padding: 5px;
	float: left;
}
.cross-prod div {
	text-align: center;
}
.cross-prod img {
	border: 1px solid #CACCCC;
	width: 170px;
	height: 170px;
}
.crossname {
	padding: 0 5px 3px;
}
.crossprice {
	font-weight: bold;
}


.subheading {
	font: bold 90%/1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 5px;
	margin-left: -11em;
}
.subtitle {
	font: bold 115%/1.4em Verdana, Arial, Helvetica, sans-serif;
}

/* JQUERY TOOLS */

/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 420px;
    height: 78px;
}
#alt-images-scroll {
    width: 460px;
    height: 78px;
	margin: 9px 1px 0;
}
#Pcross-scroll {
}
/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items, .scrollable-cs .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.scrollable .items div {
    float:left;
    width:420px;
}
div.scroll-page {
	width: 910px;
	float: left;
}
/* single scrollable item */
.scrollable img {
    float:left;
    margin: 0 3px;
    background-color:#fff;
    border:1px solid #ccc;
    width:76px;
    height:76px;

	
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable, .scrollable-cs {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
#alt-images-scroll a.browse, .cross-container a.browse {
    display:block;
    float:left;
    cursor:pointer;
    font-size:1px;
}
.cross-container a.browse {
	width: 24px;
	height: 1px;
	margin-top: 64px;	
}
#alt-images-scroll a.browse {
    margin: 14px 0px;
	width: 20px;
    height: 50px;
}
/* right */
#alt-images-scroll a.right {
    background:url("/media/global/global-sprites.png") -20px -232px no-repeat;
	clear:right;
	margin-right: 0px;
}
#alt-images-scroll a.right:hover {
     background:url("/media/global/global-sprites.png") -60px -232px no-repeat;
}
#alt-images-scroll a.right:active {
	 background:url("/media/global/global-sprites.png") -100px -232px no-repeat;
}

.cross-container a.browse div {
	display:block;
    width:20px;
    height:50px;
    float:left;
    cursor:pointer;
    font-size:1px;
}
.cross-container a.right div {
    margin: 0px 4px 210px 0px;
    background-position: -20px -232px;
	clear:right;
}
.cross-container a.right:hover div {
    background-position: -60px -232px;
}
.cross-container a.right:active div {
    background-position: -100px -232px;
}
.cross-container a.rt-1row {
    margin-top: 65px;
    background:url("/media/global/global-sprites.png") -20px -232px no-repeat;
	 clear:right;
}
.cross-container a.rt-1row:hover {
	background:url("/media/global/global-sprites.png") -60px -232px no-repeat;
}
.cross-container a.rt-1row:active {
	background:url("/media/global/global-sprites.png") -100px -232px no-repeat;
}


/*
.cross-container a.browse {
	margin: 60px 3px 150px 2px;
} */

/* left */
#alt-images-scroll a.left {
	margin-left: 0px;
	background:url("/media/global/global-sprites.png") 0 -232px no-repeat;
}
#alt-images-scroll a.left:hover  {
	background:url("/media/global/global-sprites.png") -40px -232px no-repeat;
}
#alt-images-scroll a.left:active {
	background:url("/media/global/global-sprites.png") -80px -232px no-repeat;
}
.cross-container a.left div { 
    margin: 0px 0px 210px 4px;
    background-position: 0 -232px;
}
.cross-container a.left:hover div {
    background-position: -40px -232px;
}
.cross-container a.left:active div { 
    background-position: -80px -232px;
}
.cross-container a.lt-1row {
    margin-top: 65px;
	background:url("/media/global/global-sprites.png") 0 -232px no-repeat;
}
.cross-container a.lt-1row:hover {
	background:url("/media/global/global-sprites.png") -40px-232px no-repeat;
}
.cross-container a.lt-1row:active { 
	background:url("/media/global/global-sprites.png") -80px -232px no-repeat;
}


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

/* Overlay */
/* the overlayed element */
.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#FFF;
 
    width:600px;
    min-height:200px;
    border: 4px solid #000;
 	box-shadow: 0 0 50px 5px #000;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 50px 5px #000;
    -webkit-box-shadow: 0 0 50px 5px #000;
}
.wide_overlay {
	width:920px;
    display:none;
    z-index:10000;
    background-color:#FFF; 
    min-height:200px;
    border: 4px solid #000;
 	box-shadow: 0 0 50px 5px #000;
    -moz-box-shadow:0 0 50px 5px #000;
    -webkit-box-shadow: 0 0 50px 5px #000;
}
.stock-info .simple_overlay {
	font-size: .923em;
}
/* close button positioned on upper right corner */
.simple_overlay .close, .wide_overlay .close {
    background-image:url(media/test/overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
/* styling for elements inside overlay */
.details {
	margin: 20px 30px 30px;
    color:#444;
	line-height: 1.4;
}
.details h3 {
	margin: 10px 0;
}
.details h4 {
	margin: 0;
}
.details p {
	margin: 0 0 15px;
}
/*overlay end*/
#crystal-level {
	font-size: .923em;
	width: 760px;
}
#crystal-level h3 {
	color: #216158;
	font-size: 1.333em;
}
#rods-overlay {
	width: 220px;
}
#rods-overlay .details {
	margin: 0;
}
/* End More Info Page */