/* Notes
* All ULs need to have the class "first-child" applied to the first <li> in the list and "last-child" applied to the last <li> in the list, even if there are only two list items.
* Padding & Margin read as follows - padding: top right bottom left
*
/*

/* Fonts
***************************/
@font-face {
 font-family: 'TrajanProRegular';
 src: url('/Includes/css/Fonts/trajanpro-regular-webfont.eot');
 src: url('/Includes/css/Fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
      url('/Includes/css/Fonts/trajanpro-regular-webfont.woff') format('woff'),
      url('/Includes/css/Fonts/trajanpro-regular-webfont.ttf') format('truetype'),
      url('/Includes/css/Fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'TrajanProBold';
 src: url('/Includes/css/Fonts/trajanpro-bold-webfont.eot');
 src: url('/Includes/css/Fonts/trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
      url('/Includes/css/Fonts/trajanpro-bold-webfont.woff') format('woff'),
      url('/Includes/css/Fonts/trajanpro-bold-webfont.ttf') format('truetype'),
      url('/Includes/css/Fonts/trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'BaskervilleOldFaceRegular';
 src: url('/Includes/css/Fonts/baskerville-webfont.eot');
 src: url('/Includes/css/Fonts/baskerville-webfont.eot?#iefix') format('embedded-opentype'),
      url('/Includes/css/Fonts/baskerville-webfont.woff') format('woff'),
      url('/Includes/css/Fonts/baskerville-webfont.ttf') format('truetype'),
      url('/Includes/css/Fonts/baskerville-webfont.svg#BaskervilleOldFaceRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'NewsGothicMTRegular';
 src: url('/Includes/css/Fonts/newsgothicmtregular-webfont.eot');
 src: url('/Includes/css/Fonts/newsgothicmtregular-webfont.eot?#iefix') format('embedded-opentype'),
      url('/Includes/css/Fonts/newsgothicmtregular-webfont.woff') format('woff'),
      url('/Includes/css/Fonts/newsgothicmtregular-webfont.ttf') format('truetype'),
      url('/Includes/css/Fonts/newsgothicmtregular-webfont.svg#NewsGothicMTRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

.Ministry-Medium { 
	font-family: Ministry-Medium;
	font-weight: normal;
	font-style: normal;
}
.Ministry-ExtraLight { 
	font-family: Ministry-ExtraLight;
	font-weight: normal;
	font-style: normal;
}
.Ministry-Light { 
	font-family: Ministry-Light;
	font-weight: normal;
	font-style: normal;
}


/* Body Styles
***************************/
body {
	background-color: #c2c1c2;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
img { border: 0; }
a { text-decoration: none; }
a:hover { text-decoration:underline; }
.textInput {
 font-size: 10px;
 font-family: Arial;
 border: 1px solid #666;
 width: 140px;
}

table {position: relative;}


/*
    Taken from Bootstrap for screen reader accessibility
*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

/* Container
***************************/
#container {
	width: 972px;
	padding: 0 14px 0 14px;
	background-color: #fff;
 text-align:center
}

/* Header
***************************/
#header {
	position: relative;
	text-align: center;
	width: 972px;
	height: 97px;
	background-color: #fff;
}
#header .feiss {
	position: relative;
}
#header .logo h1 span { display: none; }
#header .logo h1 {
	background-image: url(/Images/logo.jpg);
	background-repeat: no-repeat;
	width: 383px;
	height: 67px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.vcc-logo{
	width: 157px;
	position: absolute;
	right: 0;
	top: 4px;
}
.partners-insight-link{
	position: absolute;
	top: 4px;
	left: 0;
	width: 100px;
	font-family:'Ministry-Light';
	font-size: 10px;
	color: black;
	text-transform:uppercase;
	padding: .25rem .5rem;
}

#header .logo {
	position: absolute;
	left: 308px;
	top: 14px;
}

#header .search {
	text-align: left;
	position: absolute;
	right: 0px;
	top: 50px;
	color: #666;
	font-size: 10px;
}
#feissleft{
	display: none;
}
.searchLink {
	color: #666;
	font-size: 10px;
}

#searchGoBtn,.search img {display:none;}

.search input {float: right;}
.search span {margin-left: 4px;}

/* Mobile Slide Menu
***************************/
#slide-menu {
margin-left: -250px;
left: 0;
top: 0px;
width: 150px;
background: #939598;
position: fixed;
height: 100%;
overflow-y: hidden;
z-index: 1000;
font-family: Ministry-Light;
color: #FFFFFF;
padding-left:10px;
text-align:left;
}
.navigationtop a {
color: #FFFFFF;
line-height:24px;
font-size: 13px;
font-weight: 400;
text-decoration: none;
}

.navigationtop a:hover {
color: #FFFFFF;
line-height:24px;
font-size: 13px;
font-weight: 400;
text-decoration: none;
}
.navigationtopsub a {
color: #333132;
line-height:24px;
font-size: 13px;
font-weight: 400;
text-decoration: none;
}

.navigationtopsub a:hover {
color: #FFFFFF;
line-height:24px;
font-size: 13px;
font-weight: 400;
text-decoration: none;
}

.navigationbottom a {
color: #FFFFFF;
line-height:24px;
font-size: 10.5px;
font-weight: 100;
font-family: Ministry-ExtraLight;
text-decoration: none;
}

.navigationbottom a:hover {
color: #FFFFFF;
line-height:24px;
font-size: 10.5px;
font-weight: 100;
font-family: Ministry-ExtraLight;
text-decoration: none;
}


/*
.navigation li {
line-height: 40px;
text-indent: 20px;
}
.navigation li a {
color: #999;
display: block;
padding: 20px 0;
text-decoration: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.navigation li a:hover {
color: #fff;
background: rgba(98,200,191,.5);
text-decoration: none;
padding-left: 20px;
}
.navigation li a:active, .navigation li a:focus {
text-decoration: none
}
*/
.hamburger-menu {
position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
}


/* Menu
***************************/
#menu {
	width: 972px;
	height: 35px;
	/* background-color: #939598; */
	background-color: white;
}
#menu * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#menu ul {
	width: 972px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Ministry-Light;
	/* color: #FFFFFF; */
	color: #939598;
	font-size: 13px;
	font-weight: 200;
	padding: 1em 0px;
	cursor: pointer;
}
#menu ul li {
	float: left;
	position: relative;
	background-repeat: no-repeat;
	/* border-right: 1px solid #fff;	 */
	border-right: 1px solid #939598;
	margin: 0;
	padding: 0;
	display: inline;
}
#menu ul li:last-child ul{
	width:105%;
}

#menu ul li ul { 
    position: absolute;
    /*background: #ccc;*/
    width: 100%; 
    margin: 0;
    padding: 0;
    display: none; 
	border-right: 0px;	  
	left: 0;  
	top: 100%;
	z-index: 1;
	
    }
    
#menu ul li ul li { 
	/* background-color: #939598; */
	background-color: #ffffff;
    width: 100%; 
	font-size: 13px;
	font-weight: 400;
	border-right: 0px;	
	z-index: 1;
	padding-bottom:2px;
    text-align: left;
    padding-left: 12px;
	/* width:84%; */
	width:100%;
}
#menu ul li ul li:last-child{
	padding-bottom: 8px;
}

/* #menu ul li:nth-child(2) ul li {

} */

/* #menu ul li:nth-child(7) ul li {

} */

#menu ul li ul a { 
	padding: 10px 0; 
	/* color: #333132; */
	color: #939598;
}

#menu ul li ul a:hover { 
	padding: 10px 0; 
	/* color: #FFFFFF; */
	color: #333132;
}

#menu ul li:hover ul { 
	display: block; 
	}

#menu.menuProductPageTitle ul
{
	padding:0;
}
#menu.menuProductPageTitle ul li
{
	position:relative;
	height:35px;
	
}

#menu.menuProductPageTitle ul li.menuPageTitle
{
	border-left: 1px solid #fff;
	
	color:#939598 ;
	font-size:14px;
}

#menu.menuProductPageTitle ul li.menuPageTitle,
#menu.menuProductPageTitle ul li#whereToBuy
{
	padding-top: .38em;
	background-color: white;

}

#menu.menuProductPageTitle ul li#whereToBuy ul
{
	top: 35px;
}
#menu.menuProductPageTitle ul li#whereToBuy ul li 
{
	background-color: none;
	padding-left: 0;
}
#menu.menuProductPageTitle ul li#whereToBuy img 
{
    position: relative;
}
#menu.menuProductPageTitle ul li#whereToBuy ul li 
{
	display:inline-block;
	background-color: white;
	padding: 2px 5px 2px 5px;
	/* width: 75px; */
	width: 100px;
	height: auto;
}
#menu.menuProductPageTitle ul li#whereToBuy ul li a{
	color:#333132;
}
#menu.menuProductPageTitle ul li#whereToBuy ul li a:hover{
	color:#939598;
}

#menu.menuProductPageTitle ul li#whereToBuy ul li:nth-child(even) {display:none;}

.footer {
	font-family: Ministry-Light;
	color: #666666;
	font-size: 11px;	
	padding-bottom:20px;
	padding-top:20px;
}

.footer  a {
	padding-right: 10px;
	text-decoration:none;
	color: #666666;
}
.footer a img{
	max-width:20px;
}

/*
#menu ul li span, #footerUl li span {
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	vertical-align:middle;
	text-align: center;
}
#menu ul li.first-child {
	float: left;
	border-right: 1px solid white;
	text-align: center;
}
#menu ul li.last-child {
	border: 0;
	width: 130px;
	_width: 134px;
	*width: 134px;
	text-align: center;
}
*/
.pageTitle2 {
	font-family: arial;
	vertical-align:middle;
	padding: 22px 20px 0 0;
	font-size: 10px;
	color:white;
	float:right;
	
}
.nextPrev {
	font-family: arial;
	display: table-cell;
	vertical-align:middle;
	padding: 12px 20px 0 0;
	font-size: 10px;
	color:white;
	float:right;
}

#menu li a {
	color: #939598;
	text-decoration: none;
}

/* Home Body
***************************/
#homeBody, #innerBody {
	padding-bottom: 25px; 
	background-color: #fff;
}
#homeBody img { border-top: 2px solid white; }

/* Inner Body
***************************/
#innerBody { 
	background-color: #fff;
	width: 971px;
	height:100%;
}
#leftMenu {
	width: 190px;
	border-bottom: 1px solid white;
	text-align: left;
	background-color: #FFF;
 	margin-top:-6px;
	margin-left: 1px;
	cursor: pointer;
	height:100%;
	min-height:650px;
	font-family: Ministry-Light;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 200;	
	padding-top:10px;

}
#leftMenu div  .left-header {
	
	text-align: left;
	text-decoration:none;
	background-color: #FFFFFF;
 	margin-top:0px;
	cursor: pointer;
	height:100%;
	font-family: Ministry-Light;
	color: #939598;
	font-size: 16px;
	font-weight: 200;	
}

/* Left Menu */
#leftMenu div, #leftMenu ul {

	font-family: Ministry-Light;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 200;	
	margin-left: 15px;

}
#leftMenu div a {
	color: #333132;
	line-height:14px;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	padding-bottom:0px;
}

#leftMenu div a:hover {
	color: #939598;
}

#leftMenu div .active-link {
	color: #939598;
}

#leftMenu .quickLinksMenu
{
	padding-left: 0;
	margin: 0;
	margin-left: 15px;
	list-style: none;
}

table#online-dealer-logos {position: relative;}

table#online-dealer-logos a {display: block;}

table#online-dealer-logos tr:nth-of-type(-n+4) a {
	padding: 10px 0;
}

table#online-dealer-logos tr:nth-last-child(-n+2) a {
	padding: 20px 0;
}

/*
	#Dealer Logos
*/

#online-dealer-logos{position: relative;}
.dealer-logo{
	position: relative;
	width: 258px;
	height: 90px;
	float: left;
	text-align: center;
	margin: 1em 0;
	white-space: nowrap;
}

.dealer-logo .image-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.dealer-logo img {
	vertical-align: middle;
	max-height: 90px;
	max-width: 258px;
}

/*
#leftMenu div.main { padding: 5px 0 5px 16px; }
#leftMenu div.hasSub { padding: 10px 0 0 16px; }
#leftMenu div.noSub { padding: 10px 0 10px 16px; }
#leftMenu div:hover {
 background-color:#939598;
	color: #646263;
}

#leftMenu ul li {
	list-style: none;
	background-color: #939598;
	border: 0;
	padding: 2px 0 2px 16px;
	color: #333132;
	position: relative;
	left:0;
	font-size: 13px;
	font-weight: 400;	
	text-decoration: none;
}
#leftMenu ul li a { 
	color: #333132;	
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;}
#leftMenu ul li.first-child { 
}
#leftMenu ul li.last-child { 
	border-bottom: 1px solid white;
}
#leftMenu ul li a:hover {
 background-color:#939598;
	color: #FFFFFF;
}
#leftMenu ul li.first-child a:hover {
 background-color:#939598;
	color: #FFFFFF;
}

#leftMenu ul li.first-child a:after{
      content: "\25BC";
   }
#leftMenu ul li.first-child a:after{
      content: "\25B2";
   }
*/
/* Mani Content Area */
#rightContent {
	width: 775px;
	*width: 776px;
	_width: 776px;
	text-align: left;
	background-color:#fff;
}
/* Footer
**************************
#footerContainer {
	background-color: #fff;
 width:1000px;
	border-top: 2px solid #968d84;
}
#footer {
	position: static;
	color: #fff;
}
#footer #locator {
	background-color: #fff;
	border-left:none;
	border-right:none;
	height: 110px;
	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: black;
	background-image: url(/Images/wood_bar.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #fff;
	height: 49px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#footerUl li.first-child {
	float: left;
	border-right: 1px solid white;
}
#footerUl li.last-child {
	border: 0;
	width: 173px;
	_width: 177px;
	*width: 177px;
}
#footer {
	background-color: #968d83;
	width: 972px;
	text-align:center;
}
#footerlinks {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 23px;
	color: #fff;
}
#footerlinks a {
	text-decoration: none;
	color: #fff;
}
#footerlinks span {
	display: block;
	color: #d1d3d4;
	padding-top: 8px;
}
.woodBar {
	float: left;
	position: relative;
	background-color: white;
	background-image: url(/Images/wood_bar.jpg);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0;
	padding: 0;
}
*/
/* Misc
***************************/
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.pointer {cursor:pointer;}
.bold {font-weight:bold;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.row-group {margin-bottom: 20px;}

/* Legacy Styles */
#printHeader {display: none; margin:0 auto; }
#warningBar {overflow:hidden; width:1000px; margin:0 auto;background-color:#ff0000; height:30px; text-align:center; vertical-align:middle; padding:7px 0 0 0;}
.warningBarText{ font-size:16px; color:#000000;}
#buyOnline {
	display:none;
	left:22px;
	top:72px;
	width:460px;
	height:275px;
	position:absolute;
	z-index:100;
	background:white;
	padding:2px;
	font:10pt arial;
	border:1px solid black 
}
.buyOnlineLinks{
	font-size: 14px;
	color: #3C3C3C;
	text-decoration:none;
}
.buyOnlineLinks:hover{ text-decoration:underline;}
.bodytype9 {
	font-size: 9px;
	color: #3C3C3C;
	text-decoration:none;
	text-align:left;
}
.bodytype9_bold {
	font-size: 9px;
	color: #3C3C3C;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
}
.bodytype10 {
	font-size: 10px;
	color: #3C3C3C;
	text-decoration:none;
	text-align:left;
}
.bodytype10_red {
	font-size: 10px;
	color: #FF0000;
	text-align:left;
}
.bodytype10_bold {
	font-size: 10px;
	color: #3C3C3C;
	font-weight: bold;
	text-align:left;
}
.bodytype11 {
	font-size: 11px;
	color: #3C3C3C;
	text-align:left;
	text-decoration:none;
}
.bodytype11_bold {
	font-size: 11px;
	color: #3C3C3C;
	font-weight: bold;
	text-align:left;
}
.bodytype11_bullets{
	font-size: 11px;
	color: #3C3C3C;
	text-decoration:none;
	list-style-position:inside;
	list-style-type:disc;
}
.body_type_bullets{
	font-size: 11px;
	color: #3C3C3C;
	text-decoration:none;
	list-style-position:inside;
	list-style-type:disc;
}
.bodytype12 {
	font-size: 12px;
	color: #3C3C3C;
	text-align:left;
}
#cover {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:gray;
	filter:alpha(Opacity=20);
	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: 350px;
 height: 300px;
 left: 50%;
 top: 20%;
 margin-left: -140px;
 margin-top: -175px;
	z-index:100;
	background:white;
	padding:2px;
	border:1px solid #555555; 
}
.wishListLabel {
 font-size:14px;
	font-weight:bold;
	color: #999999;
	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: #3C3C3C;
	text-decoration: none;
	vertical-align: top;
}
.wishListData span,a {
	font-weight:normal;
}
.wishListData a:hover {
	text-decoration: underline;
}
.productHeaderWishList {
 font-size:14px;
	font-weight:bold;
	color: #3C3C3C;
	text-decoration: none;
	vertical-align: middle;
}
.productHeaderWishList span,a {
	font-weight:normal;
}
.productHeaderWishList a:hover {
	text-decoration: underline;
}
.pageName {
 font-size:14px;
	font-weight:bold;
	color: #3C3C3C;
	text-align: left;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 5px;
}
.pageText {
 font-size:12px;
	color: #3C3C3C;
	text-align:left;
}
.pageText H1 {
 font-size:15px;
	color: #3C3C3C;
	vertical-align: top;
	text-decoration: none;
}
.pageTextNotes {
 font-size:9px;
	background: #fff;
	color: #3C3C3C;
	vertical-align: top;
}
.pageTextNotesSmall {
 font-size:8px;
	background: #fff;
	color: #3C3C3C;
	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;
}
.productText {
 font-size:11px;
	color: #3C3C3C;
	text-decoration: none;
	vertical-align: bottom;
}
.productTextLink {
 font-size:11px;
	color: #C77A0E;
	text-decoration: none;
	vertical-align: bottom;
}

.bodytype_nopadding {
	font-size: 12px;
	color: #36424A;
	text-align:left;
}

#categorynav a:hover img {
	border-color: #c69d4b;
}
.productTextHeading {
	font-size: 12px;
	color: #C77A0E;
	font-weight:bold;
	text-decoration:none;
}
.productPreviewTable {
 height:225px;
	width:245px;
}
.productTextPreview {
 font-size:11px;
	color: #3C3C3C;
	text-decoration: none;
	vertical-align: top;
}
.productTextPreview_Bold {
 font-size:11px;
	color: #3C3C3C;
	text-decoration: none;
	vertical-align: top;
	padding:0;
}
.productText, .productText:link, .productText:visited {
 font-size:11px;
	font-weight:bold;
	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;
}
.productInfo {
	color: #3C3C3C;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-size:10px;
	font-weight:bold;
}
.productInfoText{
	color: #373629;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size:10px;
	margin-left:5px;
}
.tableborder {
	border: 1px solid #999999;
}
.redheading {
	color: #C77A0E;
	font-size: 12px;
	font-weight:bold;
 text-decoration:none;
}
.redheadingCentered {
	color: #C77A0E;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	font-weight:bold;
}
.bodytext {
	font-size: 10px;
	color: 666666;
}
.energycopy {
	font-size: 9px;
	color: 666666;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.blackheading {
	color: #000;
	font-size: 12px;
}
.redheadingUnderlined {
	color: #C77A0E;
	font-size: 12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.collection_name {
	font-size: 18px;
	color: #C77A0E;
	font-weight:bold;
}
.collection_name a {
 font-weight:bold;
	color: #C77A0E;
}
.description_title {
	font-size: 10px;
	color: #3C3C3C;
	vertical-align:top;
}
.DI_Select{
	font-family: Ministry-Light;
	color: #333132;
	font-size: 13px;
	font-weight: 400;	
	width:170px; 
	text-align:left; 
	background-color:#ffffff;
}
/*
#leftMenu div a {
	color: #333132;
	line-height:24px;
	font-size: 13px;
	font-weight: 400;
*/
.catPageHeader {
	color: #C77A0E;
	font-size: 14px;
	font-weight:bold;
 text-decoration:none;
	padding:5px 0 5px 10px;
}
.catPageSubHeader {
	font-size: 14px;
	color: #464646;
	text-align:left;
 padding:5px 0 5px 10px;
}
.catPageText {
	font-size: 11px;
	color: #464646;
	text-align:left;
	text-decoration:none;
	padding:5px 10px 0 10px;
	vertical-align:top;
}
.catPageLink{
	font-size: 11px;
	color: #7D8C48;
	text-align:left;
	text-decoration: underline;
}
.bottomNavigation {
	font-size: 12px;
	text-decoration:none;
 padding:0 9px 0 9px;
	color: #666666;
}
.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;
}
.searchPageName, .searchPageName a {
	background: #FFFFFF;
	color: #373629;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	margin-top: 0;
	margin-left: 5;
	font-size: 18px;
	padding: 0;
}
.searchPageNameImages {
	background: #FFFFFF;
	color: #373629;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	margin-top: 0;
	margin-left: 5;
	font-size:18px;
	font-weight:bold;
	padding: 0 5px 0 0;
}
label {
 display: block;     
	padding-left: 15px;     
	text-indent: -15px; 
} 
.checkBoxInput {
 width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;     
	position: relative;     
	top: -1px;     
	*overflow: hidden; 
} 
.bulletCell {
 padding:0 5px 0 0;
	vertical-align:top;
}
.productBulletText {
	color: #666666;
	vertical-align:top;
	font-size: 11px;
}
.bulletedtext {
	font-size: 10px;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(/images/bullet.jpg);
	list-style-type: square;
}
/* Top Nav Styles */
.topNav {
 position:static;
 padding:0; 
 margin:0; 
 list-style-type:none;
 white-space:nowrap;
	font-family:'TrajanProRegular',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:'TrajanProRegular',Arial, sans-serif;		
	font-size:10px;
	font-weight:bold;				
}
.topNav a span {
  display:block; 
  color:#666666; 
  text-align:center; 
  cursor:pointer;
		padding:8px 3px 8px 3px;
		float:left;
		font-family:'TrajanProRegular',Arial, sans-serif;		
		font-size:10px;
		font-weight:bold;			
}
* html .topNav a span { 
  width:auto; 
  cursor:hand;
		font-family:'TrajanProRegular',Arial, sans-serif;		
		font-size:10px;
		font-weight:bold;				
}
.topNav a b {
  display:block;
		font-family:'TrajanProRegular',Arial, sans-serif;		
		font-size:10px;
		font-weight:bold;				 
}
.topNav a:hover {
 text-decoration:underline;
}
	.topNav a:hover span {
  color:#e2e2e2;
		font-family:'TrajanProRegular',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;
}
.SelectBox{
	font-size: 12px;
	width:210px; 
	color:#666666;
	text-align:left; 
 border:1px solid #000000;
	background-color:#ffffff;
 border:1; 
	padding:0; 
	spacing: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; 
	spacing: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; 
	spacing: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;; 
	spacing:0; 
	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;; 
	spacing:0; 
	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;; 
	spacing:0; 
	margin:0;
}
.registerButton {
 width:150px;
	font-family:Lucida Sans Unicode, Arial;
	font-size:12px;
	background-color:#BBBBBB;
	border-style:ridge;
	border:ridge;
}
.checkBox{
 border:1px solid #000000;
	line-height:15px;
	width:12px;
	font-size: 15px;
	color: #36424A;
	cursor:hand;
	text-align:center;
}
.hospHeader {
	font-family:'NewsGothicMTRegular', Arial, Sans-serif;
 font-size:23px;
	color: #4d4e50;
	text-decoration: none;
	text-align: left;
	line-height:24px;
	font-weight:normal;
}
.hospText {
	font-family:'NewsGothicMTRegular', Arial, Sans-serif;
	font-size: 13px;
	color: #4d4e50;
	text-align: left;
	font-weight: normal;
	line-height:15px;
}
.hospTextSmall {
	font-family:'NewsGothicMTRegular', Arial, Sans-serif;
	font-size: 9px;
	color: #4d4e50;
	text-align: left;
	font-weight: normal;
	line-height:12px;
}
.hospLink {
	font-family:'NewsGothicMTRegular', Arial, Sans-serif;
	font-size: 12px;
	color: #4d4e50;
	text-align: left;
	font-weight: normal;
	line-height:18px;
	padding-bottom:10px;
	text-decoration:none;
	white-space:nowrap;
}

.hospLink:hover {
 text-decoration:underline;
}
.hospLinkSmall {
	font-family:'NewsGothicMTRegular', 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:'NewsGothicMTRegular', Arial, Sans-serif;
	font-size: 11px;
	color: #919396;
	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;
}

[id*=publitas-embed]{min-height: 518px;}

/************************************************/
/*                NEO LANDING                   */
/************************************************/

.neoGreen{
 color:#878c45;
}
.neoLandingContent{
 height:475px; 
 width:353px; 
 background-color:#f1f2f2; 
 padding:15px;
 font-family: 'NewsGothicMTRegular', Arial, Sans-serif;
}
.neoContentTitle{
 width:270px;
 margin-bottom:50px;
}
div.neoLandingContent a{
 font-size:9pt;
 text-decoration:underline;
 margin-bottom:10px;
}
.neoContainerText{
 font-size:9pt;
}
.neoBottomBoxContainer{
 background-color:#FFF;
 border-bottom: 10px solid #d7dbc9;
 width:150px;
 height:140px;
 padding: 15px 10px 10px 10px;
}
