/* CSS Document */
 
/*Top level Stylesheet Settings*/
body {
 font-family: Arial, sans-serif; 
	margin:0 auto; 
	padding-top:0px; 
 text-align:center;
 background-color: #C0C0C0;
	font-size: 16px;
	color: #5A5758;
}
html,body{height:100%}
#printHeader {display: none; margin:0 auto; }

#fullBody {overflow:hidden; width:1159px; margin:0 auto; min-height:500px; background-color:#FFFFFF; }

#header {
	/* this is the bar at the top which holds the top, top level menues */
	text-align: center;
	width: 100%;
	height: 30px;
/*	background-color: #a28463; */
	color:#4d4d4f;	 
 	vertical-align:middle;
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 8px; 
}
.sr-only{
	border: 0;
	clip: rect(1px,1px,1px,1px);
	height:1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#MC_LinkBox {
	/* This is the link that can say "Leave Accommodation Store" */
	float:none; /* */ /* GKM on 06/06/2018 */
	display: inline-block; 
}
#MC_Link {
	/* This is the link that can say "Leave Accommodation Store" */
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
#MC_Link:hover { text-decoration:underline;}

#myAccountBox {
	float:none; /* GKM on 06/06/2018 */
	display: inline-block; 
}

#myAccountLink {
	float:none; /* GKM on 06/06/2018 */
	display: inline-block; 
	cursor: pointer;
}
#changeSitesBox {
	display: inline-block; 
	float:none; /* GKM on 06/06/2018 */
}
#quickLinksBox {
	display: inline-block; 
	float:none; /* GKM on 06/06/2018 */
}
#myAccountBox {
	display: inline-block; 
	float:none; /* GKM on 06/06/2018 */
}

#searchBox {
 /*background-color:#ffffff;*/
 width:123px;
 height:14px; 
 padding-left:5px;
 text-align:left;
 vertical-align:middle;
 color:#666666;
 font-size:11px;
 outline:0;
 border:0;
}

#webSearchBox {
	float:right;
 	width:153px;
	height:20px;
	text-align:left;
	vertical-align:middle;
	margin:3px 24px 0 0;
	border:1px solid #4d4d4f; 
	color:#4d4d4f;
	font-size:11px;
	background-image:url('/images/TopNavSymbols_SearchGrey.png');
	background-repeat:no-repeat;
	background-position:right center;
}

#wishListBox,
#generationLightingBox {
	float:none; /* GKM on 06/06/2018 */
	display: inline-block; 
}
#wishListLink,
#generationLightingLink {
	margin-left:10px;
	margin-right:10px;
 	float:none; /* GKM on 06/06/2018 */
}


#topNav {
  float:none; /* GKM on 06/06/2018 */

  width:1159px; 
  height:25px; 
  margin:12px 0px 35px 8px; 
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 35px;
  background-color:#FFFFFF; 
  vertical-align:middle; 
  text-align:left; 
  display: inline-block; 
  /* position:relative; */
/*  padding-left:50px; */
}
#topLinks {
	/* These are the links (not dropdown menus) towards the top of the page.  */
	float:left; 
 	font-size:14px;
 	font-weight:500; 
 /* padding-left:35px; */
 	margin-left: 25px;
}
#topLinksIT {
 font-family:"Times New Roman", serif;
 font-style:italic;
 float:left; 
 font-size:14px;
 font-weight:500; 
 padding-left:35px;
}

.menuanchorclass {
	/* These are for the top level dropdown type menues */
	margin-left:10px;
	margin-right:10px;
/*	background-color: #CC6600; */
	color: #4D4D4F;
}

.menuHyperlink {
	/* These are the menu pics at the top that show up as hyperlinks (not dropdowns) */
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	color: #4D4D4F;
}
.menuHyperlink:hover { 
	/* These are the menu pics at the top that show up as hyperlinks (not dropdowns) */
	text-decoration:underline;
}

#horizontalDividerLine { /* was called redDivider */
 	background-color:#949598;
 	/* width: 100%;  1121px;*/
 	height:2px;
 	/* position:relative; */
	 margin-top: 3px;
	 margin-right: 25px;
	 margin-bottom: 10px;
	 margin-left: 25px;
}
#filterSection{	
 text-align: right;	
 display: block;	
 float:left; 
 font-size:14px;
 font-weight:500; 
 padding-left:135px;
 }
#sortFilter, #variableFilter{ 
 display: inline-block; 
 outline:0.1em solid #ededed; 
 visibility: visible; 
 list-style-type:none;
	text-align: left; 
 width: 129px; 
 height: 15px; 
 text-decoration: none; 
 list-style: none;  
 z-index:1;
	padding: 7px 7px 7px 7px; 
	margin: -20px 0 0 0; 
 cursor: pointer; 
 font-size: 12px;
}
#variableFilter{margin-left: -1px;}
#sortFilter>ul{visibility:hidden}
#sortFilter.selected>ul{visibility:visible; content: none;}
#sortFilter ul{position: absolute; z-index: 1;  margin:0.4em 0 0 -0.9em;}
#sortFilter li.selected{background:#ededed;}
.drop li { padding: 0.5em 1em; z-index: 2; text-decoration: none; list-style: none; cursor: pointer; 
			outline: 1px solid #ededed; margin:0.1em 0 0 -0.1em; width: 13.3em; display: none;background:#fff;}
.drop li:hover {background:#ededed;}

.init { background: url("/images/SelectArrow.png") no-repeat 110px 5px rgb(255, 255, 255); width: 12.4em; text-transform: uppercase; display: block; }

.drop ul{border: 0; margin: 0; padding: 0;}
.drop.selected,.drop.selected.init {background-color: #ededed;}
#variableFilter.init { background: url("/images/SelectPlus.png") no-repeat scroll 110px 3px #FFFFFF;}
#variableFilter.drop.selected, #variableFilter.drop.selected.init { background: url("/images/SelectArrow.png") no-repeat scroll 130px -276px #ededed;}

#variableFilter.init:hover, .init:hover { background-color: #ededed;}

#sortFilter ul{position: absolute; z-index: 1;  margin:0.4em 0 0 -0.9em;}
#sortFilter li.selected{background:#ededed;}

.selected li,.selected ul{display: block;}
.init { cursor: pointer; }
.selected.drop#variableFilter {
	background: url("/images/SelectArrow.png") no-repeat 0 0 rgb(237, 237, 237);
}
.init.selected.drop#variableFilter {
	background: url("/images/SelectArrow.png") no-repeat 0 0 rgb(237, 237, 237);
}
.init#variableFilter:hover {
	background-color: rgb(237, 237, 237);
}
.init:hover {
	background-color: rgb(237, 237, 237);
}

.footerEverything {
	display: block;
/* 	margin-top: 10px;*/
	padding-top: 10px;
}

.footerHeader {
 width:1119px; 
 text-align:left; 
 margin:10px 0 0 0; 
 height:50px; 
 border-bottom:1px solid #EFEFEF;
}
.footerLinksContainer {
 margin:10px 0 0 0;
 height:125px; 
 width:1119px;
}
.footerHeaderText {
 float:left; 
 width:200px; 
 text-align:left; 
 padding:10px 0 0 20px; 
 font-size:14px; 
 font-weight:bold;
}
.footerHeaderImage {
 float:right; 
}
.footerContainer {
 float:left; 
 text-align:left; 
 padding:10px 0 0 10px; 
 line-height:16px;
}
.footerLink {
	font-size: 12px;
 text-decoration:none;
}
.footerLinkBold {
	font-size: 12px;
 	font-weight:bolder;
 	color:#757575;
 	text-decoration:none;
}
.followUsContainer{
 width:1119px;
 text-align:center;
 padding-top:10px;
 height:60px;
 background-color:#EFEFEF;
 font-size:14px;
 font-weight:bold;
 margin:0 auto;
}
.copyString{
 width:1119px;
 margin:20px 0 0 20px;
 height:30px; 
 font-size:12px;
 text-align:left;
}






#mainMenu {float:left; width:190px; margin:10px 0 0 10px; background-color:#4d4e50; vertical-align:top; text-align:left; display: inline }
#mainMenu, #mainBody {padding-left:0; display:inline}
#footer {clear:both; width:1000px; text-align:center; position:relative; margin:0 auto; }
/* Development Warning Bar */
#warningBar {overflow:hidden; width:1159px; margin:0 auto;background-color:#ff0000; height:25px; text-align:center; vertical-align:middle; padding:7px 0 0 0; border:1px solid black;}
.warningBarText{ font-size:16px; color:#000000;}
.warningBarLink{ font-size:16px; color:#000000; text-align:center; text-decoration: none;}
.warningBarLink:hover{ text-decoration:underline;}
a {
	text-decoration: none;
	color: #666666;
}
/* Header
***************************/
#header .montecarlo {
	position: absolute;
	right: 0;
}
.logo h1 span { display: none; }

/*
.logo h1 {
	background-image: url(/images/feissToplogo.jpg);
	background-repeat: no-repeat;
	width: 287px;
	height: 109px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
*/

#header .search {
	text-align: left;
	position: absolute;
	right: 15px;
	top: 50px;
	color: #666666;
	font-size: 10pt;
}
.searchLink {
	color: #666666;
	font-size: 10pt;
}
.clear { clear: both; }
.right { float: right; }
.left { float: left; }

/*Content Stylesheet Settings*/	 
.content { 
 font-size: 11px;
	color: #5A5758;
	font-style: normal;
	font-weight: normal;
}
/* New Design Styles*/
td,th {font-size: 16px;}
.mainTextStyle {
	font-size: 16px;
	color: #5A5758;
	font-weight: normal;
 font-family: Arial, Sans-serif;
}
.mainTextStyleI {
 font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight: normal;
 font-style:italic;
 color:#5A5758;
}
.mainTextStyleHeader {
 font-family: Arial, Sans-serif;
	font-size: 20px;
	text-align: left;
	color: #5A5758;
}
.home_top_nav {
 font-family: Arial, Sans-serif;
 background-color:#4d4e50;
	vertical-align:bottom;
	cursor: pointer; 
	font-size: 20px;
	padding-bottom:5px;
	color:#FFFFFF;
}
.home_top_nav:hover {
 background-color:#919396;
	color:#FFFFFF;
}
.home_top_buttons {
 background-color:#4d4e50;
	vertical-align:bottom;
	cursor: pointer;
	color:#FFFFFF;
}
.home_top_buttons:hover {
 background-color:#919396;
}
.left_nav {
 width: 174px; 
	height: 45px; ;
	padding: 12px 0 0 15px; 
	font-size: 14px;
 font-weight:bold;
	color:#5A5758;
}
.nav_links {
 font-family: Arial, Sans-serif;
	color:#5A5758;
 padding-left:5px;
	font-size:14px;
	text-decoration: none;
}
.home_findadealer {
 color: #5A5758;}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.sub_white {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.sub_clickhere {
	font-size: 10px
}
.item_number {
	font-size: 12px;
	font-weight: bold;
	color: #3D3D3D;
}
.page_titleDetail {
 font-family: "Times New Roman", serif;
 text-align:left;
 font-size: 18px;
	color: #5A5758; 
 margin-left:5px;
 float:left;
}
.page_title {
 font-family: "Times New Roman", serif;
 text-align:left;
 font-size: 18px;
	color: #5A5758; 
 margin-left:5px;
 float:left;
}
.page_subTitle {
 font-family: Arial, Sans-serif;
 text-align:left;
	color: #5A5758; 
 font-size: 12px; 
}
.product_title {
	color: #9F9C90;
	font-weight: bold;
	font-size: 18px;
	font-family:Arial, sans-serif;
}
.item_number_subtitle {
	font-size: 10pt;
	color: #CC6600;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

.collection_name a {
	font-size: 18px;
	color: #CC6600;
}

.contactMsg{ display:none;}

.description_title {
	color: #999999;
	font-weight: bold;
	vertical-align:top;
}
/* Top Nav Styles */
.topNav {
 position:static;
 padding:0; 
 margin:0; 
 list-style-type:none;
 white-space:nowrap;
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	float:left;
	width:430px;
	height:31px
}
.topNav li {
 float:left;
 min-width:auto;
	font-family:Arial, sans-serif;		
	font-size:10px;
	font-weight:bold;				
}
.topNav a span {
	/* I don't think this does anything anymore */
  display:block; 
  color:#666666; 
  text-align:center; 
  cursor:pointer;
		padding:8px 3px 8px 3px;
		float:left;
		font-family:Arial, sans-serif;		
		font-size:10px;
		font-weight:bold;			
}
* html .topNav a span { 
  width:auto; 
  cursor:hand;
		font-family:Arial, sans-serif;		
		font-size:10px;
		font-weight:bold;				
}
.topNav a b {
  display:block;
		font-family:Arial, sans-serif;		
		font-size:10px;
		font-weight:bold;				 
}
.topNav a:hover {
 text-decoration:underline;
}
	.topNav a:hover span {
  color:#e2e2e2;
		font-family:Arial, sans-serif;		
		font-size:10px;
		font-weight:bold;				
}
.topNav em {
  float:left;
  display:block; 
  width:1px;
		height:15px;
		background:#666666;
		font-size:1px;
		margin:8px 2px 2px 2px;
}
#stockLookUp tr, td{
color:#333333; font-family:Arial, sans-serif; font-size:11px; font-weight:normal
}

/* Left Nav Styles */
.navTop {
	display:inline-block;
	height:45px;
	/* width:180px; */
	background-color:#FFFFFF;
	color:#5A5758;
	text-decoration: none;
	font-size:18px;
	cursor: pointer;
	font-weight:normal;
	font-family: Arial, Sans-serif;
	text-decoration:none;
}
.navTop:hover{
	background-color:#FFFFFF;
	color:#5A5758;
}		
.navHeader {
	display:block;
	height:45px;
	width:190px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	color:#5A5758;
	text-decoration: none;
	font-size:18px;
	cursor: default;
	font-weight:normal;
	margin:0 0 2px 0;
	font-family: Arial, Sans-serif;
	text-decoration:none;
 text-align:left;
}
.navHeader:hover{
	background-color:#FFFFFF;
}		
.navTopHeader {
	display:block;
	height:45px;
/*	width:190px; */
	background-color:#FFFFFF;
	color:#5A5758;
	text-decoration: none;
	font-size:18px;
	cursor:default;
	font-weight:normal;
	margin:0 0 2px 0;
	font-family: Arial, Sans-serif;
	text-decoration:none;
	vertical-align:middle;
}
.navHeaderActive {
	display:block;
	height:45px;
	width:190px;
	background-color:#FFFFFF;
	color:#5A5758;
	text-decoration: none;
	font-size:12px;
	cursor: default;
	font-weight:normal;
	margin:0 0 2px 0;
	font-family: Arial, sans-serif;
	vertical-align:middle;
}
.navContent {
	background-color:#FFFFFF;
	overflow: hidden;
	font-weight:normal;
 font-family: Arial, Sans-serif;
	font-size:12px;
	color:#5A5758; 
	margin:0 0 2px 0;
	padding:20px 5px 0 5px;
 margin-left:22px;
	width:180px;
 border-bottom:1px solid #5A5758;
 text-align:left;
 height:25px;
 vertical-align:bottom;
}
.DI_Menu {
	display:block;
	height:30px;
	width:900px;
	background-color:#ffffff;
	vertical-align:middle;
	text-align:center;
}
.productMenu {
	display:block;
	height:40px;
	width:785px;
	background-color:#4d4e50;
	vertical-align:bottom;
	text-align:left;
}
.verticalPiping {
	background: #a28463;
	width: 1px;
	padding:0;
	margin:0;
	font-size:1px;
} 
.horizontalPiping {
	background: #a28463;
	line-height:1px;
	padding:0;
	margin:0;
	font-size:1px;
}
/* common classes */
.tableborder {
	border: 1px solid #999999;
}
.redheadingUnderlined {
	color: #EE3524;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.heading {
	font-size: 17px;
	padding-left:15px;
	color: #5A5758;
	text-decoration:none;
}
.subHeading {
	font-size: 12px;
	padding-left:15px;
	color: #666666;
	text-decoration:none;
}
.pageHeading {
	font-size: 18px;
	color: #666666;
	text-decoration:none;
}
.leftNavTable {
	width:180px;
	margin:0 0 10px 5px;
}
.checkBox{
 border:1px solid #000000;
	line-height:15px;
	width:12px;
	font-size: 15px;
	color: #5A5758;
	cursor:default;
	text-align:center;
}
.searchBox {
	width:140px;
	height:12px; 
	border:1px solid #777777;
	font-size: 9px;
	color: #777777;
	font-weight:bold;
	vertical-align:middle;
}
.SelectBox{
	font-size: 12px;
	width:210px; 
	color:#666666;
	text-align:left; 
 border:1px solid #000000;
	background-color:#ffffff;
	padding:0; 
	margin:0;
}
.SelectBox_Small{
	font-size: 12px;
	width:50px; 
	color:#666666;
	text-align:left; 
 border:1px solid #000000;
	background-color:#ffffff;
 border:0; 
	padding:0; 
	margin:0;
}
.SelectBox_Med{
	font-size: 12px;
	width:100px; 
	color:#666666;
	text-align:left; 
 border:1px solid #000000;
	background-color:#ffffff;
 border:0; 
	padding:0; 
	margin:0;
}
.textBox_Small{
	font-size: 12px;
	width:50px; 
	color:#666666;
	text-align:left; 
	background-color:#ffffff;
 border: 1px solid #000000; 
	padding:0 0 0 2px;
	margin:0;
}
.textBox_Custom{
	font-size: 12px;
	width:75px; 
	color:#666666;
	text-align:left; 
	background-color:#ffffff;
 border: 1px solid #000000; 
	padding:0 0 0 2px;
	margin:0;
}
.textBox_Med{
	font-size: 12px;
	width:100px; 
	color:#666666;
	text-align:left; 
	background-color:#ffffff;
 border: 1px solid #000000; 
	padding:0 0 0 2px;
	margin:0;
}
.textBox_Large{
	font-size: 12px;
	width:210px; 
	color:#666666;
	text-align:left; 
	background-color:#ffffff;
 border: 1px solid #000000; 
	padding:0 0 0 2px;
	margin:0;
}
.registerButton {
 width:150px;
	font-family:Lucida Sans Unicode, Arial;
	font-size:12px;
	background-color:#BBBBBB;
	border-style:ridge;
	border:ridge;
 
}
.leftNavHeader {
	font-size: 12px;
	color: #EE3524;
	text-decoration:none;
}
.leftNavBullets {
	font-size: 10pt;
	color: #666666;
	text-decoration:none;
	list-style-position: inside;
	list-style-type: disc;
 margin-left: 0px;
}
.sidebaritalic {
	font-size: 9px;
	font-style: italic;
	color: #808080;
}
.sidbarbulletedlinks {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	list-style-position:inside;
	list-style-type:disc;
 margin-left: 0px;
}
.navigationbar {
	font-size: 12px;
	text-decoration:none;
 padding:0 9px 0 9px;
 color: #000000;
	vertical-align:bottom;
}
.bottomNavigation {
	font-size: 12px;
	text-decoration:none;
 padding:0 9px 0 9px;
	color: #666666;
}
.boxBorder {
	border: 1px solid #000000;
	padding:5px 5px 5px 5px;
}
.boxBorder1 {
	border: 1px solid #000000;
	padding:0;
}
.boxHeading_white {
	font-size: 18px;
	color: #FFFFFF;
	padding:5px 0 0 5px;
	vertical-align:top;
}
.bodytype9 {
	font-size: 9px;
	color: #666666;
	text-decoration:none;
	text-align:left;
}
.bodytype9_bold {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
}
.bodytype10 {
	font-size: 10pt;
	color: #666666;
	text-decoration:none;
	text-align:left;
}
.bodytype10_red {
	font-size: 10pt;
	color: #FF0000;
	text-align:left;
}
.bodytype10_bold {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	text-align:left;
}
.bodytype11 {
	font-size: 11px;
	color: #666666;
	text-align:left;
	text-decoration:none;
}
.bodytype11_bold {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
}
.bodytype11_bullets{
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	list-style-position:inside;
	list-style-type:disc;
}
.body_type_bullets{
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	list-style-position:inside;
	list-style-type:disc;
}
.bodytype12 {
	font-size: 12px;
	color: #666666;
	padding-left:5px;
	text-align:left;
}
#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:gray;
	filter:alpha(Opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
}
#dialog {
	display:none;
	left:200px;
	top:200px;
	width:300px;
	height:100px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt tahoma;
	border:1px solid blue;
}
#eCatAskUs {
	display:none;
	left:200px;
	top:200px;
	width:400px;
	height:250px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt tahoma;
	border:1px solid black;
	z-index:900000;
}
#wishList {
	display:none;
 position: absolute;
 width: 450px;
 height: 325px;
 left: 50%;
 top: 20%;
 margin-left: -140px;
 margin-top: 100px;
	z-index:100;
	background:white;
	padding:2px;
	border:1px solid #555555; 
}
.secondaryNavText {
 font-size:11px;
	color: #3C3C3C;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 0;
}
.productPageText, .productPageText:link, .productPageText:visited {
 font-size:10px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
	padding: 5px 0;
}
.productPageText:active {
	text-decoration:underline;
}
.entireCollectionHeader, .entireCollectionHeader:link {
 font-size:11px;
	font-weight:bold;
	color: #b83c36;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 0 5px 5px 0;
}
.entireCollectionProductNum, .entireCollectionProductNum:link {
 font-size:11px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 10px 0;
}
.entireCollectionProductNum:active {
 font-size:11px;
	font-weight:bold;
	color: #b83c36;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px 10px 0;
}
#categorynav a:hover img {
	border-color: #c69d4b;
}
.productTextHeading {
	font-size: 18px;
	color: #666;
	text-decoration:none;
	text-align:left;
}
.productPreviewTable {
 height:260px;
	width:245px;
}
.productTextHeader a {
 font-size:12px;
	color: #000;
	text-decoration: none;
	vertical-align: left;
 font-family:Arial, sans-serif;
}
.productTextHeader a:hover {
	text-decoration: underline;
}
.productTextPreview {
 font-size:11px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration: none;
	vertical-align: middle;
}
#categorynav{
 float:left;
 margin-right:15px;
}
.wishListDetailHolder{
 width: 400px;
 float: left;
 border-bottom: solid 1px #CCC;
 margin-bottom: 5px;
 padding-bottom:5px;
}
.productTextPreview span,a {
	font-weight:normal;
}
.productTextPreview a:hover {
	text-decoration: underline;
}
.wishListLabel {
 font-size:14px;
	font-weight:bold;
	color: #5A5758;
	text-decoration: none;
	vertical-align: top;
}
.wishListLabel span,a {
	font-weight:normal;
}
.wishListLabel a:hover {
	text-decoration: underline;
}
.wishListData {
 font-size:14px;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
	vertical-align: top;
 width:200px;
}
.wishListData span,a {
	font-weight:normal;
}
.wishlistOptionsHolder{
 float:left;
 width:400px;
 margin-left:190px;
}
.wishListData a:hover {
	text-decoration: underline;
}
.productHeaderWishList {
 font-size:14px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration: none;
	vertical-align: middle;
 float:left;
 text-align:left;
 margin-bottom:10px;
}
.productHeaderWishList span,a {
	font-weight:normal;
}
.productHeaderWishList a:hover {
	text-decoration: underline;
}
.productText, .productText:link, .productText:visited {
 font-size:12px;
	color: #3C3C3C;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 4px 5px 2px;
}
.productText:active {
 font-size:11px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration:underline;
	text-align: center;
	vertical-align: middle;
	padding: 0 4px 5px 2px;
}
.productNavText:link, .productNavText:visited {
 font-size:9px;
	font-weight:bold;
	color: #b83c36;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0 4px 0 2px;
}
.productNavText:active {
 font-size:9px;
	font-weight:bold;
	color: #b83c36;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	padding: 0 4px 1px 2px;
}
.pageName {
 font-size:18px;
	font-weight:bold;
	background-color: #D7E4DF;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px 5px;
}
.pageHeader2 {
 font-size:14px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding: 0;
}
.pageText {
 font-size:12px;
	color: #5A5758;
	vertical-align: top;
	text-decoration: none;
	padding: 0;
	text-align:left;
}
.pageText H1 {
 font-size:15px;
	color: #666666;
	vertical-align: top;
	text-decoration: none;
}
.pageText:link {
	text-decoration: underline;
}
.pageTextNotes {
 font-size:9px;
	background: #fff;
	color: #666666;
	vertical-align: top;
}
.pageTextNotesSmall {
 font-size:8px;
	background: #fff;
	color: #666666;
	vertical-align: middle;
	text-decoration: none;
}
.catTypes, .catTypes:link, .catTypes:visited {
 font-size:10px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration: none;
}
.catTypes:active {
 font-size:10px;
	font-weight:bold;
	color: #b83c36;
	text-decoration: none;
}
.catTypesImages {
	background: #ffffff;
	margin-top: 0;
	margin-left: 5px;
	padding: 5px 0 5px 5px;
}
.catPageTextHeader {
 font-size:18px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 0;
	padding: 5px 5px 0 10px;
}
.catPageTypes {
 font-size:18px;
	font-weight:bold;
	background: #fff;
	color: #455886;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 5px;
	padding: 0 0 5px 5px;
}
.catTypes, .catTypes:link, .catTypes:visited {
 font-size:10px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration: none;
}
.catTypes:active {
 font-size:10px;
	font-weight:bold;
	color: #b83c36;
	text-decoration: none;
}
.catTypesImages {
	background: #fff;
	margin-top: 0;
	margin-left: 5px;
	padding: 5px 0 5px 5px;
}
#NewsList {
 font-size:12px;
	color: #666666;
}
.LoginText {
 font-size:11px;
	font-weight:bold;
	color: #5A5758;
	vertical-align:middle;
	text-align:left;
}
.copyright{ 
	font-size: 9px;
	color: #666666;
	font-style: normal;
	font-weight: normal 
}
.brandNames, .brandNames:link, .brandNames:visited, .brandNames:active {
	text-align: left;
	text-decoration: none;
	color: #5A5758;
	margin-top: 10px;
	border-collapse: collapse;
	font-size:20px;
	font-weight:bold;
	padding: 5px 0 5px 5px;
}
.searchPageName, .searchPageName:link, .searchPageName:visited, .searchPageName:active {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	font-size: 18px;
	padding:0 0 5px 10px;
}
.searchPageNav, .searchPageNav:link, .searchPageNav:visited, .searchPageNav:active {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
a.searchPageNav:hover {text-decoration:underline;}
.searchPageNameImages {
	background: #FFFFFF;
	color: #666666;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 5px;
	font-size:18px;
	font-weight:bold;
	padding: 0 5px 0 0;
}
.rightNavHeader {
	background: #FFFFFF;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	margin:0;
	font-size: 18px;
	padding:0;
}
.productInfo {
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
}
.productInfoText{
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size:12px;
	margin-left:5px;
}
.productInfoText_bold{
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
}
.productInfoText_bold span{
	color: #CC6600;
	font-weight:normal;
}
.categoryheadings {
	font-size: 12px;
	color: #5A5758;
	text-decoration:none;
	padding:0 0 6px 0;
}
.categorySubHeadings {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
.productDetailImage {
	text-align:center;
	position: relative;
	border:0;
	background: #FFFFFF;
}
.contentHolder span{
	display:block;
	position:absolute;
	top:6px;
	left:6px;
	height:36px;
	width:35px;
	z-index:2;
	float:left
}
.contentHolder b{
	display:block;
	position:absolute;
	top:6px;
	left:45px;
	height:36px;
	width:35px;
	z-index:2;
}
.contentHolder em{
	display:block;
	position:absolute;
	overflow:hidden;   
	top:0;
	left:0;
	height:290px;
	width:290px;
	z-index:2;
	background:url(/images/Discontinued.png);   
}
.contentHolder i{
	display:block;
	position:absolute;
	overflow:visible;
	border:1px solid #faf7dc;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background: #455886;    
	width:180px;
	top:129px;
	left:50px;   
	padding:5px;
	z-index:5;
}
.compare {
	font-size: 11px;
	color: #000000;
	text-align:left;
	text-decoration:none;
	vertical-align:top;
 border-left:2px solid #808080;
	padding:2px 2px 2px 5px;
	width:156px;
}
.compare_bold {
	font-size: 11px;
	color: #000000;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	vertical-align:top;
	padding:2px;
	width:150px;
}
img {border:0;}
.celldivider {    
 background-image: url(/images/horiz_dots.gif);
	line-height:1px;    
 height: 1px; 
} 
.bodytype_nopadding {
	font-size: 12px;
	color: #5A5758;
	text-align:left;
}
.boxHeading_blacknopadding {
	font-size: 18px;
	color: #000000;
	vertical-align:top;
}
.bodytype11_linkbox {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	list-style-position:inside;
	list-style-type:disc;
}
.lightingtipborder {
	border: 2pt dotted #A0C8BA;
}
.redheading {
	color: #EE3524;
	font-size: 12px;
 text-decoration:none;
}
.redheadingCentered {
	color: #EE3524;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.bodytext {
	font-size: 10pt;
	color: #666666;
}
.sidebaritalic {
	font-size: 9px;
	font-style: italic;
	color: #666666;
}
.links {
	font-size: 8px;
	color: #666666;
 text-decoration:none;
}
.bulletCell {
 padding:5px 5px 0 0;
	vertical-align:top;
}
.productBulletText {
	color: #666666;
	vertical-align:top;
	font-size: 11px;
}
.bulletedtext {
	font-size: 10pt;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(/images/bullet.jpg);
	list-style-type: square;
}
.verticalrule {
	background-image: url('/images/rule.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
.bodytextBOLD {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}
/*
 Dealer Locator
*/
.reportHeaderRow{
 background-color:#919396;
	padding:8px 3px 8px 3px;
}
.reportHeaders{
	font-size:11px;
	font-weight:bold;
	text-decoration:none; 	
 color:#ffffff;
}
.dealerHeaderRow{
 background-color:#919396;
}
.dealerHeaders{
 font-family:Arial, sans-serif;
	font-size:11px;
 color:#FFFFFF;
	font-weight:bold;
}
.dealerRows{
 font-family:Arial, sans-serif;
	font-size:10px;
	color:#666666;
	background-color:#f6f2ed;
	padding:5px;
}
.dealerRows2{
 font-family:Arial, sans-serif;
	font-size:10px;
	color:#666666;
	padding:5px;
}
a.dealerLinks:link,a.dealerLinks:visited {
 color: #666666;
 text-decoration: none;
	font-weight:bold;
 font-family: Arial, sans-serif;
 font-size: 11px;}
a.dealerLinks:hover{
 text-decoration: underline;
}
/*#B56C05;*/
.dealerLocator {
	font-family:  Arial, Sans-serif;
 color: #6c6c6c;
	font-size:14px;
}

/* Footer
***************************/
#footerDivider {
 width:1000px;
	margin: 0 auto;
	padding: 0 ;
	height:17px;
	overflow:hidden;
}
#footerContainer {
	background-color: #fff;
 width:1000px;
}
#footer2 {
	position: static;
	color: #fff;
	background-color: #968d83;
	width: 972px;
	text-align:center;
}
#footer2 #locator {
	font-family:  Arial, Sans-serif;
	font-size:14px;
	background-color: #fff;
	border-left:none;
	border-right:none;
	height: 90px;
	margin: 0 auto;
	padding: 0 ;
	width: 972px;
}
#locator {
	display: table;
	overflow: hidden;
	position: static;
	margin: 0;
	padding: 0;
}
#footerUl {
	width: 972px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#footerUl li {
	float: left;
	position: relative;
	background-color: #4d4e50;
	border-right: 1px solid #fff;
	height: 49px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#footerUl li span {
	position: absolute;
	top: 35%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
	cursor: pointer;
	vertical-align:middle;
}
#footerUl li span.middle {
	position: absolute;
	top: 30%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
	cursor: pointer;
	vertical-align:middle;
}
#footerUl li.first-child {
	float: left;
	border-right: 1px solid white;
}
#footerUl li.last-child {
	border: 0;
	width: 173px;
	_width: 177px;
	*width: 177px;
}
.textInput {
 font-size: 10pt;
 font-family: Arial;
 border: 1px solid #666;
 width: 100px;
}
.DI_Select{
	font-family: Arial, Sans-serif;
	font-size: 12px;
	width:170px; 
	color:#3C3C3C;
	text-align:left; 
	background-color:#ffffff;
}
.hospHeader {
	font-family: Arial, Sans-serif;
 font-size:23px;
	color: #4d4e50;
	text-decoration: none;
	text-align: left;
	line-height:24px;
	font-weight:normal;
}
.hospText {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	color: #595959;
	text-align: left;
	font-weight: normal;
	line-height:15px;
}
.hospLink {
	font-family: Arial, Sans-serif;
	font-size: 11px;
	color: #4d4e50;
	text-align: left;
	font-weight: normal;
	line-height:18px;
	text-decoration:none;
}
.hospLink:hover {
 text-decoration:underline;
}
.hospLinkSmall {
	font-family: Arial, Sans-serif;
	font-size: 9px;
	color: #4d4e50;
	text-align: left;
	font-weight: normal;
	text-decoration:none;
}
.hospLinkSmall:hover {
 text-decoration:underline;
}
.hospInput{
	font-family: Arial, Sans-serif;
	font-size: 11px;
	color: #595959;
	text-align: left;
	font-weight: normal;
	line-height:11px;
 box-shadow: inset 1px 1px;
 -moz-box-shadow: inset 1px 1px;
 -webkit-box-shadow: inset 1px 1px;
}

/*------------------ NEW Product Details Style ------------------------------ */

.productDetailLeftHolder{
  border:2px solid #CCC;
  float:left;
  clear:both;
  margin-left:20px;
}
.largeProductImage{
 width:597px;
 vertical-align: middle;
} 
.mainImageTop{
 max-height:821px;
 position: relative;
 width: 100%;
}
.helper {
 padding-top: 100%;
}
.img-container {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}
.mainImageBottom{
 width:597px;
 height:300px;
 border-top:2px solid #CCC;
 clear:both;
 padding-top:10px;
}
.mainBottomLeft{
 width:290px;
 height:298px;
 float:left;
 border-right:2px solid #CCC;
}
.mainBottomRight{
 width:300px;
 height:294px;
 float:right;
}

.productDetailRightHolder{
  width:478px;
  padding-left:40px;
  float:right;
  margin-right:20px;
  margin-top:15px;
}
h1{
 font-family:Arial, sans-serif;
 font-size:12pt;
 font-weight:bold;
 color:#000;
 text-align:left;
 margin:0 auto;
 padding:0px;
}
.styleNumber{
 text-align:left; 
 width:100%;
 font-size:11pt;
 font-weight:bold;
}
.productExpander{
 border-top:1px #CCC solid;
 width:400px;
 text-align:left;
 float:left;
 min-height:30px;
 padding-top:5px;
 margin-top:10px;
 padding-bottom:10px;
}
.expanderTitle{
 font-size:10pt;
 font-family:Arial, sans-serif;
 font-weight:bold;
}
.colorText{
 font-family:Arial, sans-serif;
 font-weight:bold;
 font-size:8pt;
}
.wishText{
 padding-top:5px;
 padding-bottom:5px;
 text-align:center;
 font-family:Arial, sans-serif;
 font-size:8pt;
 border:1px solid #CCC;
 margin-right:5px;
 width:125px;
 float:left;
 letter-spacing:1px;

}
.buyText{
 text-align:center;
 font-family:Arial, sans-serif;
 font-size:9pt;
 font-weight:bold;
 color:#FFF;
 letter-spacing:1.3px;
}
.buy{
 padding-top:4px;
 padding-bottom:4px;
 text-align:center;
 background-color:#000;
 width:250px;
 float:left;
}
.imageIcons{
 text-align:center;
 vertical-align:middle;
 margin-right:5px;
 font-family:Arial, sans-serif;
 font-weight:bold;
 font-size:8pt;
}
.scroller{
 margin-top:50px; 
 width:400px; 
}
.scrollerTitle{
 width:400px;
 border-bottom:1px solid #ccc;
 font-family:Arial, sans-serif;
 font-size:11pt;
 font-weight:bold;
 color:#000;
 padding-bottom:10px;
 text-align:center;
}
.expanderInfo{
 width:400px;
  margin-top:10px;
  font-size:10pt;
}
.infoHolder{
 width:400px;
 margin-top:10px;
 margin-bottom:10px;
 font-family:Arial, sans-serif;
 font-size:9pt;
 font-weight:bold;
 color:#333;
}
#stockDiv{
 position:absolute; 
 z-index:-10; 
 width:170px;
 min-height:80px;
 background-color:#FFF;
 float:left;
 text-align:right;
 margin-top:20px;
}
.styleImage{
 border:2px solid #CCC; 
 width:224px; 
 height:282px; 
 padding-top:4px;
 padding-right:2px;
}
.infoDetail{
 width:210px;
 text-align:left;
 font-family:Arial, sans-serif;
 font-size:9pt;
 color:#5A5758;
 font-weight:normal;
}
.bottomBorder{
 border-bottom:1px solid #ccc;
}
.scrollerWrapper a{
 padding:0px;
 margin:0 auto;
 margin-right:15px;
 height:135px;
}
.scrollerHolder{
 margin-top:15px;
 overflow:hidden;
 width:390px;
 height:180px;
 position:absolute;
 margin-left:20px;
}
.scrollerWrapper{
 min-width:400px;
 height:180px;
 position:absolute;
 overflow:hidden;
 text-align:left;
 
 }
 .swatchImage img{
  margin-left:5px;
  width:441px;
  height:872px;
 }
.scrollerImage{
 width:116px;
 height:159px;
}
.arrow{
 position:absolute;
 cursor:pointer;
 margin-top:50px;
 z-index:100;
}
.pageText{
 text-align:center;
}
.scrollerComplete{
 width:420px;
 height:180px;
 margin-top:20px;
}
.scrollerRightArrow{
 margin-left:415px;
}
.collection_name {
	font-size: 18px;
}
.hidden{
display:none;
}
.float-left{
 float:left;
}
.float-right{
 float:right;
}
.pointer{
 cursor:pointer;
}
.gridHeader{
 font-family:"Times New Roman", serif;
 font-size:22px; 
 padding:10px;
}
.titleCategoryHolder{
 border:solid 1px #CCC;
 border-left:none;
}
.gridDescription{
 font-family:Arial, sans-serif;
 width:375px;
 font-size:14px; 
 line-height:20px; 
 padding:10px 15px 10px 10px;
}
.gridCell{
 font-family:Arial, sans-serif;
 font-size:14px;
 width:222px; 
 height:222px;
 text-align:center;
 float:left;
 }
.gridCellDouble{
 font-family:Arial, sans-serif;
 font-size:14px;
 width:399px; 
 height:201px;
 text-align:center; 
}
.mainTextAboutPages {
	font-size: 16px;
	color: #5A5758;
	font-weight: normal;
 font-family:"Times New Roman", serif;
 min-height:50px;
 text-align:center;
 font-style:italic;
}
.productScrollerWrapper a{
 padding:0px;
 margin:0 auto;
 margin-right:15px;
 height:135px;
}
.productScrollerHolder{
 margin-top:15px;
 overflow:hidden;
 width:835px;
 height:250px;
 position:absolute;
 margin-left:20px;
}
.productScrollerWrapper{
 min-width:835px;
 height:250px;
 position:absolute;
 overflow:hidden;
 text-align:left;
 }
 .productScrollerComplete{
 width:875px;
 height:265px;
 margin-top:50px;
}
.productScrollerRightArrow{
 margin-left:865px;
}
.productScrollerImage{
 margin-left:15px;
}
.productArrow{
 position:absolute;
 cursor:pointer;
 margin-top:90px;
 z-index:100;
}
.scrollerInsideTitle{
 font-style:italic; 
 margin-left:10px; 
 margin-top:15px; 
 font-family:'Times New Roman', serif;
 font-size:19pt;
}
.ScrollerPageScrollerHolder{
 float:left; 
 width:878px; 
 height: 350px;
}
.scrollerPageTitle{
 font-style:italic; 
 font-size:30pt; 
 font-family:'Times New Roman', serif;
}
.wishItemDetail{
 border-bottom:solid 1px #CCC;
 width:400px;
 height:15px;
}
.wishListItem{
 min-height:320px;
}
.textAboutPages{
	font-size: 16px;
	color: #5A5758;
	font-weight: normal;
 min-height:50px;
 font-family:Arial, sans-serif; 
 font-style:normal; 
 text-align:left;
}
.siteMapTitle{
 text-align:left;
 font-weight:bold;
 font-family:Arial, sans-serif; 
}
.cartArrow{
 margin-bottom:5px;
}
.siteMapText{
 text-align:left;
 font-family:Arial, sans-serif; 
}
.gridRowSmall{
 width:446px;
 height:221px;
}

.gridRowSmallHD{
 height:223px;
}
.borderRight{
 border-right:1px solid #CCC;
}
.borderBottom{
 border-bottom:1px solid #CCC;
}

.borderTop{
 border-top:1px solid #CCC;
}
div.arrow-left{
	margin-top: 800px;
 margin-left: 235px;
}
div.arrow-right{
	margin-top: 800px;
 margin-left: 1125px;
}
.sg-btn
{
width:100px;
position: relative;
display: inline-block;
text-transform: uppercase;
letter-spacing: .1em;
font-size: .75em;
padding: 12px 2px 9px 2px;
border-radius: 2px;

}
.sg-btn:hover
{
	text-decoration:none;
	transition: all .5s;
}
#sg-btn_local
{
	background-color: #595959;
	color: #FFFFFF;
}

#sg-btn_online
{
	
	background-color: #664E33;
	color: #FFFFFF;
}
#sg-btn_local:hover
{
	background-color: #afacac;
	color: #FFFFFF;
}

#sg-btn_online:hover
{
	
	background-color: #d1a977;
	color: #FFFFFF;
}

