html, body
{
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Georgia, Times, serif !important;
	height:100%;
	background-repeat:repeat;
	background-image: url('/static/images/background-main.gif');
	color:#1f1f1f;
}

h1,
h2
{
	font-family: "Yanone Kaffeesatz", Georgia, sans-serif;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

hr
{	
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #fff; 
}
a
{
	color:#1f1f1f;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}


/***************HEADER*****************/
#header
{
	background-image: url('/static/images/purple-background.jpg');
	background-repeat: repeat;
	background: #662e91;
}
#header-topbar
{
	height: 11px;
	width:100%;
	position:fixed;
	z-index: 1300;
	border-bottom:solid #1f1f1f 1px;
	background-repeat:repeat;
	background-image: url('/static/images/background-footer.gif');
}
#header-topbar-lights
{
	height: 120px; /* XMAS CHANGE */
	width: 100%;
	z-index: 1199;
	background-repeat: repeat;
	background-image: url('/static/images/top-banner-lights.png'); /* XMAS CHANGE */
	background-position: center; 
	margin: 0 auto;
}
#header-topbar-fixed
{
	width:100%;
	position:fixed;
	text-align:center;
	top:11px;
	z-index: 1200;
}
	#shoppingcart-wrap-centered
	{
		width:995px;
		margin: 0px auto;
	}
		#shoppingcart
		{
			float:right;
			right:0px;
			z-index: 1300;
			cursor:pointer;	
		}
		#shoppingcart-dropdown
		{
			float:right;
			right:0px;
			z-index: 1300;
			clear:both;
		}

#header-callsection-wrap
{
	width:100%;
	position: absolute;
	text-align:center;
	top:11px;
}
	#header-callsection-centered
	{
		width:995px;
		margin: 0px auto;
	}
	#header-callandsocial-wrap
	{
		position:relative;
		width:600px;
		top:8px;
		left:280px;
		z-index:1200;
	}
	#header-calltext
	{
		font-size:18px;
		float:right;
		padding-top:2px;
		color:white;
		text-shadow: 0px 1px 0px black;
	}
		#header-phonenumber
		{
			font-family: Arial,Verdana;
			font-size: 25px;
		}
	#header-socialbutton-wrapper
	{
		width:165px;
		height:32px;
		float:right;
		padding-left:4px;
	}
		#header-twitterbutton,
		#header-facebookbutton,
		#header-linkedinbutton,
		#header-googlebutton
		{
			background-image:url('/static/images/social-button-sprite.png');
			background-repeat:no-repeat;
			height:32px;
			width:32px;
			cursor:pointer;
			display:block;
			text-decoration:none;
			float:left;
			margin-left:7px;
		}
		#header-twitterbutton
		{
			background-position: 0px 0px;
		}
			#header-twitterbutton:hover
			{
				background-position: 0px -32px;
			}
		#header-facebookbutton
		{
			background-position: -32px 0px;
		}
			#header-facebookbutton:hover
			{
				background-position: -32px -32px;
			}
		#header-linkedinbutton
		{
			background-position: -64px 0px;
		}
			#header-linkedinbutton:hover
			{
				background-position: -64px -32px;
			}
		#header-googlebutton
		{
			background-position: -96px 0px;
		}
			#header-googlebutton:hover
			{
				background-position: -96px -32px;
			}
	
#header-nav
{
	height: 138px;
	text-align:center;
}
	#header-nav-centered
	{
		width:995px;
		margin: 0px auto;
	}
		#header-logo
		{
			height: 105px;
			width: 255px;
			background-image: url('/static/images/top-logo2.png');
			background-repeat: no-repeat;
			float:left;
			position:relative;
			top:28px;
			top: 15px;
			text-decoration:none;
		}
/*******TOP MENU NAVIGATION *********/
#header-nav-menu-wrapper
{
	float:right;
	z-index: 1000;
	margin-top:84px;
	height:55px;
	width:735px;
}

#header-nav-menu-wrapper ul 
{
	padding:0px;
	margin:0px;
	margin-top:15px;
	float:right;
}

#header-nav-menu-wrapper li 
{
	float: left;
	list-style-type: none;
	text-align:left;
}

#header-nav-menu-wrapper li a 
{
	font-family: "Yanone Kaffeesatz", Georgia,  sans-serif;
	font-size: 20px;
	color: white;
	display: block;
	padding: 7px 10px 5px;
	padding: 5px 5px 5px 5px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0px black;
}

#header-nav-menu-wrapper li a:hover,
#header-nav-menu-wrapper li a:active 
{
	background-color: #1f1f1f;
	color: #fff;
	text-shadow: none;
}

#header-nav-menu-wrapper li a.sf-with-ul 
{
	padding-right: 25px;
}

#header-nav-menu-wrapper li a .sf-sub-indicator 
{
	background: url('/static/images/menu-nav-downarrow.gif') no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 15px;
	height: 10px;
	width: 10px;
}

#header-nav-menu-wrapper li li a,
#header-nav-menu-wrapper li li a:link,
#header-nav-menu-wrapper li li a:visited
{
	text-shadow: none;
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	text-transform: none;
	font-size:15px;
	padding: 7px 10px;
	position: relative;
	width: 158px;
}

#header-nav-menu-wrapper li li a:hover,
#header-nav-menu-wrapper li li a:active 
{
	background-color: #000;
}

#header-nav-menu-wrapper li li a .sf-sub-indicator 
{
	background: url('/static/images/menu-nav-rightarrow.gif') no-repeat;
	top: 10px;
}

#header-nav-menu-wrapper li ul, #topnav li ul.children 
{
	margin: 0;
	padding: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 1100;
}

#header-nav-menu-wrapper li ul a 
{ 
	width: 160px;
}

#header-nav-menu-wrapper li ul ul
{
	margin: -31px 0 0 179px;
}

#header-nav-menu-wrapper li:hover ul,
#header-nav-menu-wrapper li.sfHover ul
{
	left: auto;
}
/***********SEARCH BAR  ***************/
#header-searcbbar
{
	position:relative;
	top: 0px;
	height: 35px;
	width:100%;
	text-align:center;
/*	border-bottom: solid #1f1f1f 1px;
	border-top: solid #1f1f1f 1px;
	background-image: url('/static/images/background-footer.gif');
	background-repeat: repeat;*/

	/* SHADOW */
	/*-moz-box-shadow: 0px 0px 8px #6d6d6d;  Firefox */
	/*-webkit-box-shadow: 0px 0px 8px #6d6d6d;  Safari, Chrome */
	/*box-shadow: 0px 0px 8px #6d6d6d;  CSS3 */
}
	#header-searcbbar-centered
	{
		margin: 0px auto;
		width: 995px;
		height:35px;
	}
	#searchbox-label
	{
		color:#bdbdbe;
		float: right;
		padding-top:8px;
		padding-right:8px;
		font-size:14px;
	}
	#searchbox-wrapper 
	{
		width:227px; /*follow your image's size*/
		height:30px;/*follow your image's size*/
		background-image:url('/static/images/searchbox.png');
		background-repeat:no-repeat; /*important*/
		padding:0px;
		margin:0px;
		position:relative; /*important*/
		top:2px;
		float:right;
	}
		#searchwrapper input:focus,
		#searchbox-text:focus,
		#searchbox_submit:focus
		{
			outline-width: 0;
		}
		#searchbox-wrapper form
		{
			display:inline;
			padding:0px;
			margin:0px;
		}
		#searchbox-text
		{
			border:0px; /*important*/
			background-color:transparent; /*important*/
			position: absolute; /*important*/
			top:1px;
			left:9px;
			width:186px;
			height:25px;
			font-size:14px;
			color: #1f1f1f;
		}
			#searchbox-wrapper input:-moz-placeholder
			{
				color: #1f1f1f;
			}
			#searchbox-wrapper input::-webkit-input-placeholder
			{
				color: #1f1f1f;
			}
		#searchbox-submit
		{
			border:0px; /*important*/
			background-color:transparent; /*important*/
			position:absolute; /*important*/
			top:0px;
			left:196px;
			width:29px;
			height:30px;
			cursor:pointer;
		}

/************HOME PAGE BANNER*************/
#home-banner
{
	position: relative;
	top:0px;
	width:100%;
	text-align:center;
}
	#home-banner-centered
	{
		margin: 0px auto;
		width: 995px;
	}

/************SLIDER****************/
#slider
{
	z-index:300;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	width:537px;
	height:312px;
	clear:both;
	overflow:hidden;
	position:relative;
	border: solid #ccc9c7 1px;

	/* SHADOW */
	-moz-box-shadow: 0px 12px 15px #6d6d6d; /* Firefox */
	-webkit-box-shadow: 0px 12px 15px #6d6d6d; /* Safari, Chrome */
	box-shadow: 0px 12px 15px #6d6d6d; /* CSS3 */
}
#slider .top-slide, #slider .bottom-slide
{
	background: url('/static/images/slider-background.png');
	width:537px;
	position:absolute;
	height:46px;
}
#slider .top-slide
{ 
	top:-100px; /* starts it above the slider */
	left:0;
	color:white;
	display:none;
}
#slider .bottom-slide
{
	bottom:-100px;
	left:0;
	color:white;
	display:none;
}

#slider a.arrow-right, #slider a.arrow-left 
{
	cursor:pointer;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:.75;
	position:absolute;
	bottom:0px;
	padding:0;
	width:50px;
	height:312px;
	background-color:black;
}
#slider a.arrow-right
{
	background-image: url('/static/images/slider-arrowRight.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: black;
	right:-50px;
}
#slider a.arrow-left
{
	background-image: url('/static/images/slider-arrowLeft.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: black;
	left:-50px;
}

#slider .slider-entry
{
	width:100000px;
	height:375px;
	position:relative;
	overflow:hidden;
}
#slider .slider-entry img
{
	width:537px;
	height:312px;
	border:none;
}
#slider .slider-block
{
	height:312px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
	#slider .slider-block h1,
	#slider .slider-block h2,
	#slider .slider-block p
	{
		display:none;
	}
	
#slider-contentbox
{
	position:relative;
	text-align:left;
}
	#slider-contentbox-title
	{
		font-size:25px;
		text-shadow: 0 1px 1px #fff;
	}
	#slider-contentbox-subtitle
	{
		font-size:16px;
		color: #313131;
	}

	#slider-contentbox hr
	{
		border-top: solid #3f3f3f 1px;
		border-bottom: solid #7a7a7a 1px;
	}
	#slider-contentbox-content
	{
		font-size:12px;
		line-height:18px;
	}


#slider-selection-wrapper
{
	position:relative;
	width:426px;
	text-align:left;
	height:30px;
}
	.slider-select-dot
	{
		margin-top:6px;
		width: 17px;
		height: 17px;
		background-image: url('/static/images/slider-selectiondots.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		cursor:pointer;
		float:left;
		margin-right:7px;
		font-size:0px;

		-webkit-user-select: none; 
		-khtml-user-select: none; 
		-moz-user-select: none; 
		-ms-user-select: none; 
		-o-user-select: none; 
		user-select: none; 

	}
		.slider-select-dot.off
		{
			background-position: 0px 0px;
		}
		.slider-select-dot.on
		{
			background-position: 0px -34px;
			cursor:default;
		}
		.slider-select-dot:not(.on):hover
		{
			background-position: 0px -17px;
		}
	
	#slider-select-arrow-left
	{
		margin-top:4px;
		width: 21px;
		height: 21px;
		background-image: url('/static/images/slider-selectionarrows.png');
		background-repeat: no-repeat;
		background-position: 0px -42px;
		cursor:pointer;
		float:left;
		margin-right:7px;
		font-size:0px;

		-webkit-user-select: none; 
		-khtml-user-select: none; 
		-moz-user-select: none; 
		-ms-user-select: none; 
		-o-user-select: none; 
		user-select: none; 
	}
		#slider-select-arrow-left.off
		{
			background-position: 0px -21px;
			cursor:default;
		}
		#slider-select-arrow-left.on
		{
			background-position: 0px -42px;
		}
		#slider-select-arrow-left:not(.off):hover
		{
			background-position: 0px 0px;
		}
	#slider-select-arrow-right
	{
		margin-top:4px;
		width: 21px;
		height: 21px;
		background-image: url('/static/images/slider-selectionarrows.png');
		background-repeat: no-repeat;
		background-position: -21px -42px;
		cursor:pointer;
		float:left;
		margin-right:7px;
		font-size:0px;

		-webkit-user-select: none; 
		-khtml-user-select: none; 
		-moz-user-select: none; 
		-ms-user-select: none; 
		-o-user-select: none; 
		user-select: none; 
	}
		#slider-select-arrow-right.off
		{
			background-position: -21px -21px;
			cursor:default;
		}
		#slider-select-arrow-right.on
		{
			background-position: -21px -42px;
		}
		#slider-select-arrow-right:not(.off):hover
		{
			background-position: -21px 0px;
		}

/**********HOME CATEGORY SELECT SECTION****************/
#home-categoryselect-anterior,
#home-categoryselect-posterior
{
	position: relative;
	width:100%;
	text-align:center;
}
	#home-categoryselect-centered
	{
		margin: 0px auto;
		width: 995px;
	}
	#home-categoryselect-centered h1
	{
		text-shadow: 0 1px 1px #fff;
	}
	#home-categoryselect-wrapper
	{
		margin-top:12px;
		margin-left:0px;
	}

/**********CATEGORY SELECTION BOX****************/
.categorySelectionBox
{
	width: 150px;
	background-color:white;
	border: solid #626262 2px;
	float:left;
	padding:0px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	cursor:pointer;
	position:relative;
	z-index: 1098;

	/* SHADOW */
	-moz-box-shadow: 0px 0px 7px #6d6d6d; /* Firefox */
	-webkit-box-shadow: 0px 0px 7px #6d6d6d; /* Safari, Chrome */
	box-shadow: 0px 0px 7px #6d6d6d; /* CSS3 */
}
	.categorySelectionBox table,
	.categorySelectionBox tr,
	.categorySelectionBox td
	{
		vertical-align:top;
		margin:0px;
		padding:0px;
		text-align:center;
	}
	.categorySelectionBox h3
	{
		padding:0px;
		margin:0px;
		position:relative:
		bottom:0px;
		font-weight:normal;
	}
	.categorySelectionBox .imageholder
	{
		height: 60px;
	}
		.categorySelectionBox .imageholder-hover
		{
			height: 60px;
			background-color:black;
			filter: alpha(opacity=75);
			-moz-opacity: 0.75;
			opacity: .75;
			position: relative;
			margin-top:-60px;
			padding:0px;
			display:none;
		}
	.categorySelectionBox .textholder
	{
		height: 40px;
		width:150px;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		border:none;
	}
		.categorySelectionBox .textholder h3
		{
			text-shadow: 0px 1px 0px #dfdfdf;
		}
		.categorySelectionBox .textholder-hoveroverlay
		{
			width:150px;
			height: 40px;
			background-color: black;
			margin-top:-40px;
			padding: 0px;
			display: none;
			color: white;
			
			vertical-align:middle;
			text-align:center
		}
			.categorySelectionBox .textholder-hoveroverlay h3,
			.categorySelectionBox .textholder-hoveroverlay a
			{
				text-decoration:none;
				font-weight:normal;
				color:white;
			}
			.categorySelectionBox a,
			.categorySelectionBox a:hover
			{

			}
	

/************HOME PAGE BANNER*************/
#home-3section
{
	position:relative;
	width:100%;
	text-align:center;
	clear:both;
}
	#home-3section-centered
	{
		margin: 0px auto;
		width: 995px;
	}
	#home-3section-centered table
	{
		width:100%;
	}
	#home-3section-centered td
	{
		vertical-align:top;
		width:330px;
		text-align:left;
		border-right: solid #cccccc 1px;
		padding-right:10px;
		padding-left:10px;
	}

/************FOOTER*************/
#footer
{
	position:relative;
	width:100%;
	clear:both;
	background-repeat:repeat;
	background-image: url('/static/images/background-footer.gif');
	border-top: solid #161616 4px;
	margin-top:0px;
}
	#footer-centered
	{
		margin: 0px auto;
		width: 995px;
	}
	.footer-linkgroup
	{
		float:left;
	}
	.footer-title
	{
		font-family: "Yanone Kaffeesatz", Georgia, sans-serif;
		font-size:25px;
		color:white;
		padding-top:7px;
		padding-left:15px;
		padding-bottom:7px;
		text-shadow: 0 1px 1px black;
	}
	.footer-links
	{
		border-right: solid #454545 1px;
		padding-right:20px;
	}
	.footer-links address
	{
		font-size: 12px;
		color:white;
		line-height:20px;
		font-style:normal;
		padding-left:40px;
	}
	.footer-links ul
	{
		float:left;
		padding:0px;
		margin:0px;
		margin-left:40px;

	}
	.footer-links li
	{
		list-style-type: none;
		line-height:20px;
		color:white;
		font-size:12px;
	}
	.footer-links a
	{
		color:white;
		text-decoration:none;
	}
	.footer-links a:hover
	{
		text-decoration:underline;
	}
	

/**********STANDARD PAGE PARTS****************/
.pageWrap
{
	padding-bottom:30px;
}
	.pageWrap-centered
	{
		margin: 0px auto;
		width: 995px;
	}

.pageTitle,
.pageTitle h1
{
	text-shadow: 0 1px 1px #fff;
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
	float:left;
}
.pageSubTitle,
.pageSubTitle h2
{
	text-shadow: 0 1px 1px #fff;
	padding-top:18px;
	padding-bottom:5px;
	float:right;
	color:#adadad;
}
.breadcrumb
{
	float:left;
	clear:both;
	margin-top:-5px;
}
	.breadcrumb a,
	.breadcrumb span
	{
		font-family: "Yanone Kaffeesatz", Georgia, sans-serif;
		color:#7b7b7b;
		text-decoration:none;
		font-size:18px;
	}
	.breadcrumb a:hover
	{
		color:#7b7b7b;
		text-decoration:underline;
	}


.standardcontent
{
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;	
	line-height:18px;
}

.regularButton
{
	cursor:pointer;
	background-image:url('/static/images/regularbutton.png');
	background-repeat: repeat-x;
	color:black; 
	border-right: solid #999999 1px;
	border-left: solid #999999 1px;
	border-top: none; 
	border-bottom: none;
	height:30px;
	background-position: 0px 0px;
	background-attachment: scroll;
}

#categorypage-centered .widget-wrap
{
	float:right;
}
#productpage-centered .widget-wrap
{
	margin-top:15px;
}
	.widget-wrap h2
	{
		color:#8b8b8b;
		font-size:24px;
		text-shadow: 0 1px 1px #fff;
	}
	.widget-content
	{
		color:#7d7d7d;
		font-size: 12px;
		padding:10px;
		background-color:#ececec;
		border: solid #d7d7d7 1px;
		line-height:18px;
	}	
		.widget-content ul
		{
			padding-left:15px;
		}
		.widget-content li
		{
			padding:0px;
			margin:0px;
		}
	
	.widget-wrap th
	{
		border-top: solid gray 1px;
		background-color: #c9c9c9;
		padding: 3px;
		font-size: 15px;
		text-align: left;
	}

.category-select
{
}

.addtocartbutton,
.checkoutbutton
{
	cursor:pointer;
	background-image:url('/static/images/button-addtocart.png');
	background-position:center 0px;
	background-repeat:no-repeat;
	height:38px;
	width:129px;
}
	.addtocartbutton:hover,
	.checkoutbutton:hover
	{
		background-position:center -38px;
	}

	.checkoutbutton
	{
		background-image:url('/static/images/button-checkout.png');
	}

.productQuantityBox,
.productQuantityBox input
{
	font-size:16px;
	height:30px;
	width:50px;
	border: solid #bbbbbb 1px;
	background-color:white;

	-webkit-user-select: auto; 
	-khtml-user-select: auto; 
	-moz-user-select: auto; 
	-ms-user-select: auto; 
	-o-user-select: auto; 
	user-select: auto;
}
.search-results
{
}
	.search-results-featured-badge
	{
		font-size:0px;
		background-image:url('/static/images/featured-product-badge.png');
		background-position:center 0px;
		background-repeat:no-repeat;
		height:81px;
		width:80px;
		position:relative;
		margin-top:-30px;
		top:0px;
		left:-40px;
	}
	.search-results .sale-icon
	{
		background-image:url('/static/images/sale-icon.png');
		background-repeat:no-repeat;
		height: 59px;
		width: 113px;
		margin-left:20px;
		margin-top:10px;
	}
		.search-results .sale-text
		{
			font-size:14px;
		}
		.search-results .sale-text .sale-text-price
		{
			font-size:20px;
			text-decoration: line-through;
		}
	.search-results-box
	{
		background-color:white;
		border: solid #b9b8b8 2px;
		border: solid gray 1px;
		float:left;
		padding:0px;
		margin-right:10px;
		margin-bottom:10px;
		text-align:center;

		/* SHADOW */
		/*
		-moz-box-shadow: 0px 3px 7px #6d6d6d;
		-webkit-box-shadow: 0px 3px 7px #6d6d6d;
		box-shadow: 0px 3px 7px #6d6d6d;*/
	}
	.search-results-box td
	{
		vertical-align:middle;
	}
	.search-box-thumb-cell
	{
		width:110px;
		text-align:center;
		border-right: solid #e6e6e6 1px;
		cursor:pointer;

		-webkit-user-select: none; 
		-khtml-user-select: none; 
		-moz-user-select: none; 
		-ms-user-select: none; 
		-o-user-select: none; 
		user-select: none;
	}
		.search-box-thumb-cell img
		{
			max-width:100px;
		}
	.search-box-content-cell
	{
		padding:3px;
		text-align:left;
		line-height:20px;
		cursor:pointer;

		-webkit-user-select: none; 
		-khtml-user-select: none; 
		-moz-user-select: none; 
		-ms-user-select: none; 
		-o-user-select: none; 
		user-select: none;
	}
		.search-box-content-cell h3,
		.search-box-content-cell a
		{
			font-size:17px;
			text-decoration:underline;
			margin:0px;
			padding:0px;
			color:#1f1f1f;
		}

		.search-box-content-itemnum
		{
			font-size:14px;
			color:#9f9f9f;
			margin:0px;
			padding:0px;
		}
		.search-box-content-description
		{
			font-size:14px;
			margin:0px;
			padding:0px;
		}
		.search-box-content-cell img
		{
			max-width:450px;
			max-height:100px;
			padding-top:6px;
		}

	.search-box-price-cell
	{
		width: 170px;
		vertical-align: middle;
		border-left: solid #e6e6e6 1px;
		border-right:solid #e6e6e6 1px;
		cursor:pointer;

		-webkit-user-select: none; 
		-khtml-user-select: none; 
		-moz-user-select: none; 
		-ms-user-select: none; 
		-o-user-select: none; 
		user-select: none;
	}

	.search-box-cart-cell
	{
		width: 160px;
		padding:10px;
		padding-left:5px;
		text-align:left;
		vertical-align:middle;
	}
		

/** PAGINATION (jquery jpaginate) **/	
.pagination {-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; list-style:none; margin:0px; padding:0px;float:right;}  
.pagination li{float:left; margin:3px;height:22px;}  
.pagination li a{   display:block; padding:3px 5px; color:#fff; background-color:#3f3f3f; text-decoration:none;}	 
.pagination li a.active {border:1px solid #000; color:#000; background-color:#fff;}  
.pagination li a.inactive {background-color:#eee; color:#777; border:1px solid #ccc;}  
	

/***PRODUCT PAGE **/
#productDescription ul
{
	padding-left:22px;
}
#productRightSide a
{
	font-weight:bold;
	color:#1f1f1f;
	text-decoration:underline;
}
#productRightSide a:hover
{
	text-decoration:none;
}
	#productRightSide #sale-box
	{
		width:300px;
	}
	#productRightSide .sale-icon
	{
		background-image:url('/static/images/sale-icon.png');
		background-repeat:no-repeat;
		width: 113px;
		margin:0px;
		padding:0px;
		float:left;
		height:70px;
	}

		#productRightSide .sale-text
		{
			float:left;
			font-size:14px;
			padding-left:8px;
			padding-top:10px;
		}
		#productRightSide .sale-text .sale-text-price
		{
			font-size:18px;
			font-weight:bold;
			text-decoration: line-through;
		}
	

/************CHECKOUT PAGE****************/
#checkoutpage
{
}
	#checkoutpage-centered
	{
	}

#checkoutpage .titleBox
{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	color: #2a2a2a;
	font-family: "Yanone Kaffeesatz", Georgia, sans-serif;
	text-shadow: white 0px 1px 1px;
	font-size:24px;
	background-image: url('/static/images/homebanner-background.jpg');
	background-repeat:repeat-x;
	background-position: center center;
	border: solid #83758d 1px;
	float:left;
}
#checkoutpage .reviewTable
{
	margin-top:10px;
	width: 992px;
}
	#checkoutpage .reviewTable th
	{
		border-bottom: solid #dddddd 1px;
		padding:10px;
		padding-left:5px;
		text-align:left;
		font-size:18px;
		color:black;
	}

	#checkoutpage .reviewTable .itemRow
	{
		border-bottom: solid #dddddd 1px;
		background-color:#f7f7f7;
		text-align:left;
	}

#checkoutpage .inputTable
{
	margin-top:10px;
	width:100%;
}
	#checkoutpage .inputTable th
	{
		border-bottom: solid #dddddd 1px;
		padding:10px;
		padding-left:5px;
		text-align:left;
		font-size:18px;
		color:black;
	}

	#checkoutpage .inputTable .lightRow
	{
		border-bottom: solid #dddddd 1px;
		background-color:#f7f7f7;
		text-align:left;
		padding:10px;
	}
	#checkoutpage .inputTable .darkRow
	{
		border-bottom: solid #dddddd 1px;
		background-color:transparent;
		text-align:left;
		padding:10px;
	}
	#checkoutpage .inputTable .labelText
	{
		font-size:18px;
		color: #121212;
		text-align:left;
	}
	#checkoutpage .inputTable .inputDeselected
	{
		text-align: left;
		font-size:16px;
		height:30px;
		background-color:white;
		padding-left:10px;
		border: solid #bbbbbb 1px;
		color: #bbbbbb;
	}
	#checkoutpage .inputTable .inputSelected
	{
		text-align: left;
		font-size:16px;
		height:30px;
		background-color:white;
		padding-left:10px;
		border: solid #666666 1px;
		color: black;
	}
	#checkoutpage .inputTable .inputOriginal
	{
		text-align: left;
		font-size:16px;
		height:30px;
		border: solid #bbbbbb 1px;
		background-color:white;
		padding-left:10px;
		color: black;
	}

	#checkoutpage .inputTable select,
	#checkoutpage #checkoutTable select
	{
		text-align: left;
		font-size:16px;
		border: solid #bbbbbb 1px;
		background-color:white;
		padding-left:10px;
		color: black;
		padding:5px;
	}

	/**DATE PICKER, DISABLE NOW AND CALENDAR SECTIONS*/
	.ui-datepicker-calendar
	{
		display: none;
	}
	.ui-datepicker-current
	{
		display: none;
	}

/************CONTACT FORM****************/
#contactFormTable .inputTable
{
	margin-top:10px;
	width:100%;
}
	#contactFormTable .inputTable th
	{
		border-bottom: solid #dddddd 1px;
		padding:10px;
		padding-left:5px;
		text-align:left;
		font-size:18px;
		color:black;
	}

	#contactFormTable .inputTable .lightRow
	{
		border-bottom: solid #dddddd 1px;
		background-color:#f7f7f7;
		text-align:left;
		padding:10px;
	}
	#contactFormTable .inputTable .darkRow
	{
		border-bottom: solid #dddddd 1px;
		background-color:transparent;
		text-align:left;
		padding:10px;
	}
	#contactFormTable .inputTable .labelText
	{
		font-size:18px;
		color: #121212;
		text-align:left;
	}
	#contactFormTable .inputTable .inputDeselected
	{
		text-align: left;
		font-size:16px;
		height:30px;
		background-color:white;
		padding-left:10px;
		border: solid #bbbbbb 1px;
		color: #bbbbbb;
	}
	#contactFormTable .inputTable .inputSelected
	{
		text-align: left;
		font-size:16px;
		height:30px;
		background-color:white;
		padding-left:10px;
		border: solid #666666 1px;
		color: black;
	}
	#contactFormTable .inputTable .inputOriginal
	{
		text-align: left;
		font-size:16px;
		height:30px;
		border: solid #bbbbbb 1px;
		background-color:white;
		padding-left:10px;
		color: black;
	}

	#contactFormTable .inputTable select
	{
		text-align: left;
		font-size:16px;
		border: solid #bbbbbb 1px;
		background-color:white;
		padding-left:10px;
		color: black;
		padding:5px;
	}

/***SEARCH BOX TOOL TIP **/

.tooltip
{
  position: relative;
  background: #eaeaea;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip span
{
  visibility: hidden;
  position: absolute;
  top: 26px;
  left: 50%;
  z-index: 1099;
  width: 230px;
  margin-left: -144px;
  padding: 10px;
  border: 2px solid #ccc;
  opacity: .9;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1099;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  border-bottom: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
}

div#shoppingcart .parent-shopping-parent{
	background: none !important;
	    height: 45px;
    width: 150px;
}
div#shoppingcart .parent-shopping{
	    background-image: url(/static/images/cart.png)!important;
	        background-size: contain;
	        width: 75px ;
    height: 44px;+
        background-repeat: no-repeat;
    background-position: center center;
    float: left;
        position: relative;
    left: 8px;
}
div#shoppingcart .parent-shopping-child{ padding-top: 19px !important; }
#header-nav-menu-wrapper li:last-child{}
#header-nav-menu-wrapper.custom-menu-mbt{margin-top: -3px;
z-index: 99999;
    position: relative;
    left: -139px;
        margin-top: 5px;
}

.search-modification {
    float: right;
    width: 670px;
    margin-top: 41px;
}

.search-modification #header-searcbbar-centered{
	    width: auto;
}
div#shoppingcart .parent-shopping-parent.darkHeader{
    background-color: #000 !important;

}
