/**************************************************************************************
******* COMMON STYLES
***************************************************************************************/
body {
	background: #e6e6e6;
	font: normal 14px/1 Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {text-decoration: none;}
a:hover, a:focus, a:active {}
.right {
	display: block;
	float: right;
	margin: 0 0 1.3em 1.3em;
}
.left {
	display: block;
	float: left;
	margin: 0 1.3em 1.3em 0;
}
.centered {
	display: block;
	margin: 0 auto 1.5em;
}
.column {margin: 0;}
.half {width: 475px;}
sup {vertical-align: text-top;}
.content-wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

/**************************************************************************************
******* TOOLBAR AREA STYLES
***************************************************************************************/
#toolBar {
	background: #fff url(/elements/images/global/toolBarBG.gif) 0 0 repeat-x;
	border-bottom: 1px solid #bfbfbf;
	font-size: 0.85em;
	height: 37px;
	text-align: right;
}
	#myCart {
		background: transparent url(/elements/images/icons/shopping-cart.gif) left center no-repeat;
		color: #333;
		float: right;
		font-weight: bold;
		line-height: 35px;
		padding-left: 25px;
	}
	#myCart:hover, #myCart:visited {color: #333;}
	#toolBar form {
		float: right;
		margin: 8px 15px;
	}
	#facebookLike {float: right; margin: 8px 0;}
		#toolBar form input {
			display: block;
			float: left;
			padding: 0;
		}
		#toolBar form input.text {
			background: #fff;
			border: 1px solid #d6d6d6;
			border-right: none;
			color: #999;
			font-size: 0.9em;
			height: 14px;
			padding: 2px 5px;
			width: 170px;
		}
		#toolBar form input.submit {
			background: #8e8e8e;
			border: none;
			color: #fff;
			height: 20px;
			padding: 0 5px;
			text-transform: uppercase;
			width: auto;
		}
	#toolBar a.button {
		background: #000 url(/elements/images/global/blackGradientBG.gif) 0 0 repeat-x;
		border: 1px solid #000;
		color: #fff;
		display: block;
		float: right;
		font-size: 0.9em;
		height: 18px;
		font-weight: bold;
		line-height: 20px;
		margin: 8px 0;
		padding: 0 10px;
		text-transform: uppercase;
	}
	#toolBar a.button:hover {background-position: 0 -18px;}
	#myWelcome {
		color: #333;
		float: left;
		font-weight: bold;
		line-height: 35px;
		padding-left: 25px;
		margin-right: 15px;
	}
	#myWelcome a, #myWelcome a:hover { color:#5382A1; }

/**************************************************************************************
******* CONTENT AREA STYLES
***************************************************************************************/
#middle {
	background: #fff;
	padding: 20px 0;
}
	#header {
		height: 90px;
		position: relative;
		z-index: 9999;
	}
		#header .logo {
			display: block;
			height: 50px;
			left: 0;
			position: absolute;
			top: 50px;
			width: 200px;
		}
		#headerConnect {
			position: absolute;
			right: 0;
			*width: 240px;
		}
			#headerConnect h3 {
				color: #5382A1;
				display: inline-block;
				float: left;
				font: bold 14px "Futura Std", "Futura", Helvetica, Arial, sans-serif;
				margin: 0 5px 0 0;
			}
				#headerConnect h3 * {vertical-align: middle; *margin: 2px 0 0;}
			#headerConnect ul.social-media {float: right;}
		#header ul.navigation {
			behavior: url(/elements/scripts/PIE.htc);
			background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.11) 11%, rgba(231,231,231,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(11%,rgba(245,245,245,0.11)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.11) 11%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.11) 11%,rgba(231,231,231,1) 100%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.11) 11%,rgba(231,231,231,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.11) 11%,rgba(231,231,231,1) 100%); /* W3C */
			-pie-background: linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,0.11) 11%,rgba(231,231,231,1) 100%);
			border: 1px solid #bfbfbf;
			bottom: 0;
			display: block;
			right: 0;
			position: absolute;
			z-index: 9999;
		}
		.ie9 #header ul.navigation {background: #f5f5f5;}
			#header ul.navigation li {
				background: transparent url(/elements/images/global/top-nav-separator.png) right center no-repeat;
				display: block;
				float: left;
				margin: 0;
				z-index: 9999;
			}
			#header ul.navigation li:last-child {background: none;}
				#header ul.navigation > li > a {
					background-position: center 0;
					background-repeat: no-repeat;
					color: #5382A1;
					display: block;
					font: bold 16px/40px "Futura", Arial, sans-serif;
					padding: 0 30px;
					text-indent: -9999em;
					width: 120px;
				}
				#header ul.navigation li a.shop {background-image: url(/elements/images/global/nav-sprite-shop.png); width: 60px;}
				#header ul.navigation li a.about-us {background-image: url(/elements/images/global/nav-sprite-about-us.png); width: 90px;}
				#header ul.navigation li a.how-it-works {background-image: url(/elements/images/global/nav-sprite-how-it-works.png); width: 130px;}
				#header ul.navigation li a.contact {background-image: url(/elements/images/global/nav-sprite-contact.png); width: 80px;}
				#header ul.navigation > li.current {
					behavior: url(/elements/scripts/PIE.htc);
					background: rgb(123,123,123); /* Old browsers */
					background: -moz-linear-gradient(top, rgb(123,123,123) 27%, rgb(73,73,73) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(123,123,123)), color-stop(100%,rgb(73,73,73))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, rgb(123,123,123) 27%,rgb(73,73,73) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, rgb(123,123,123) 27%,rgb(73,73,73) 100%); /* Opera11.10+ */
					background: -ms-linear-gradient(top, rgb(123,123,123) 27%,rgb(73,73,73) 100%); /* IE10+ */
					background: linear-gradient(top, rgb(123,123,123) 27%,rgb(73,73,73) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
					-pie-background: linear-gradient(top, rgb(123,123,123) 27%,rgb(73,73,73) 100%);
					color: #bfbfbf;
				}
				#header ul.navigation > li:hover {
					behavior: url(/elements/scripts/PIE.htc);
					background: #5b94af; /* Old browsers */
					background: -moz-linear-gradient(top, #5b94af 0%, #376a81 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b94af), color-stop(100%,#376a81)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #5b94af 0%,#376a81 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #5b94af 0%,#376a81 100%); /* Opera11.10+ */
					background: -ms-linear-gradient(top, #5b94af 0%,#376a81 100%); /* IE10+ */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b94af', endColorstr='#376a81',GradientType=0 ); /* IE6-9 */
					background: linear-gradient(top, #5b94af 0%,#376a81 100%); /* W3C */
					-pie-background: linear-gradient(top, #5b94af 0%,#376a81 100%);
				}
				#header ul.navigation > li:hover a,
				#header ul.navigation > li.current a,
				#header ul.navigation > li > a:hover {background-position: center -40px;}
				#header ul.navigation li ul {
					behavior: url(/elements/scripts/PIE.htc);
					background: -moz-linear-gradient(top, rgba(64,64,64,0.92) 0%, rgba(102,102,102,0.92) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,0.92)), color-stop(100%,rgba(102,102,102,0.92))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, rgba(64,64,64,0.92) 0%,rgba(102,102,102,0.92) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, rgba(64,64,64,0.92) 0%,rgba(102,102,102,0.92) 100%); /* Opera11.10+ */
					background: -ms-linear-gradient(top, rgba(64,64,64,0.92) 0%,rgba(102,102,102,0.92) 100%); /* IE10+ */
					background: linear-gradient(top, rgba(64,64,64,0.92) 0%,rgba(102,102,102,0.92) 100%); /* W3C */
					-pie-background: linear-gradient(top, rgba(64,64,64,0.92) 0%,rgba(102,102,102,0.92) 100%);
					border: 1px solid #bfbfbf;
					-webkit-box-shadow: -10px 10px 20px rgba(0,0,0,0.62);
					-moz-box-shadow: -10px 10px 20px rgba(0,0,0,0.62);
					box-shadow: -10px 10px 20px rgba(0,0,0,0.62);
					left: -9999em;
					margin: 0;
					padding: 15px;
					position: absolute;
					z-index: 99999;
					width: 570px;
				}
				.ie9 #header ul.navigation li ul {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040404', endColorstr='#666666',GradientType=0 );}
				#header ul.navigation li.hover ul,
				#header ul.navigation li:hover ul {left: -1px;}
					#header ul.navigation li ul li {
						background: none;
						display: block;
						margin: 0;
						width: 190px;
					}
						#header ul.navigation li ul li a,
						#header ul.navigation li.hover ul li a,
						#header ul.navigation li:hover ul li a {
							border: none;
							color: #fff;
							display: block;
							font: normal 12px/18px Arial, Helvetica, sans-serif;
							margin: 0;
							padding: 2px 0;
						}
						#header ul.navigation li ul li a:hover {color: #86bce1;}
	#bannerArea {}
		#bannerArea #banner {
			border: 1px solid #bfbfbf;
			overflow: hidden;
			padding: 1px;
		}
	#primaryContent {}
		#primaryContent h1,
		#primaryContent h2,
		#secondaryContent h1 {
			color: #5382A1;
			font: bold 20px/26px "Futura Std", "Futura", Helvetica, Arial, sans-serif;
			height: 26px;
			margin: 0 0 5px;
		}
		#primaryContent h2,
		#secondaryContent h1 {
			font-size: 16px;
			height: 20px;
			line-height: 20px;
		}
		#primaryContent h2.sub {margin: -5px 0 5px;}
		#primaryContent h4 {
			font-size: 0.85em;
			font-weight: bold;
			line-height: 1.25em;
			margin: 0 0 0.333em;
		}
		#secondaryContent h1 {margin: 0 0 10px;}
		#primaryContent p,
		#primaryContent li,
		#primaryContent address,
		#primaryContent table,
		#primaryContent fieldset .section_caption {
			font-size: 0.85em;
			line-height: 1.25em;
			margin: 0 0 1.25em;
		}
		#primaryContent li * {font-size: 1em;}
		#primaryContent li ul {margin-bottom: 0;}
		#primaryContent a {
			color: #5382A1;
			font-weight: bold;
		}
		#primaryContent a:hover {text-decoration: underline;}
		#primaryContent table {
			border: 1px solid #b5b5b5;
			border-width: 1px 1px 0 0;
		}
			#primaryContent thead tr {background: #fff url(/elements/images/shop/smallGrayGradient.gif) left bottom repeat-x;}
			#primaryContent th,
			#primaryContent td {
				border: 1px solid #b5b5b5;
				border-width: 0 0 1px 1px;
				padding: 5px 10px;
			}
			#primaryContent tbody tr.even {background: #f6f6f6;}

/**************************************************************************************
******* FOOTER AREA STYLES
***************************************************************************************/
#footer {
	background: #e6e6e6 url(/elements/images/global/footerBG.gif) 0 0 repeat-x;
	border-top: 1px solid #bfbfbf;
	height: 75px;
}
#footer .content-wrapper {padding: 10px 0;}
#footer .columns {
	background: transparent url(/elements/images/global/footer-faux-bg.png) 0 0 repeat-y;
	margin: 0 0 10px;
}
	#footer .column {
		float: left;
		width: 184px;
	}
	#footer .top-level {padding: 10px 0;}
	#footer .two-column {
		margin: 0 20px 0 0;
		width: 368px;
	}
	#footer h3,
	#footer h4 {
		color: #5d95af;
		font-size: 0.85em;
		margin: 0 0 5px;
		text-transform: uppercase;
	}
	#footer h3 a {color: #5d95af;}
	#footer h4 {
		font-weight: normal;
		text-transform: none;
	}
	#footer h5 {
		color: #909190;
		font-size: 0.85em;
		font-weight: bold;
		margin: 0 0 3px;
		text-decoration: underline;
	}
	#footer h5 a {color: #909190;}
	#footer .inline {display: inline;}
	#footer ul.navigation {margin: 0 0 8px;}
	 	#footer ul.navigation li {
			display: block;
			font-size: 0.9em;
		}
		 	#footer ul.navigation li a {
				color: #999;
				display: block;
				line-height: 1.25em;
			}
		 	#footer ul.navigation li a:hover {color: #666;}
	#footer ul.social-media {}
		body ul.social-media li {
			border: none;
			display: inline-block;
			margin: 0 2px;
		}
		.ie7 body ul.social-media li {display: inline;}
			body ul.social-media li a {
				background-position: 0 0;
				background-repeat: no-repeat;
				display: block;
				height: 22px;
				padding: 0;
				text-indent: -9999em;
				width: 22px;
			}
			body ul.social-media li.email-opt-in a {background-image: url(/elements/images/icons/signup.png);}
			body ul.social-media li.facebook a {background-image: url(/elements/images/icons/facebook.png);}
			body ul.social-media li.twitter a {background-image: url(/elements/images/icons/twitter.png);}
			body ul.social-media li.youtube a {background-image: url(/elements/images/icons/youtube.png);}
			body ul.social-media li.wordpress a {background-image: url(/elements/images/icons/wordpress.png);}
			body ul.social-media li.flickr a {background-image: url(/elements/images/icons/flickr.png);}
	#footer p {
		color: #999;
		font-size: 0.8em;
		line-height: 1.33em;
		margin: 0 0 1.5em;
	}
	#footer p a {color: #5d95af; text-decoration: underline;}
	#footer form {margin: 5px 0 0;}
	#footer form input,
	.contact-type form input {
			display: block;
			float: left;
			padding: 0;
		}
		#footer form input.text,
		.contact-type form input.text {
			background: #fff;
			border: 1px solid #ccc;
			color: #999;
			font-size: 0.9em;
			height: 14px;
			margin: 0 4px 0 0;
			padding: 2px 5px;
			width: 140px;
		}
		#footer form input.submit,
		.contact-type form input.submit {
			background: transparent url(/elements/images/icons/whiteArrowOnBlueGradient.gif) 0 0 no-repeat;
			border: 1px solid #018fbf;
			height: 20px;
			width: 20px;
		}
#sslVerificationBadge {
	background: #fff;
	border: 1px solid #bfbfbf;
	bottom: 5px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	padding: 5px;
	position: fixed;
	right: 5px;
}

body .ui-widget-overlay {
	opacity: 0.667;
}
body .ui-dialog .ui-dialog-titlebar {
	background: #5382a1 url(/elements/images/shop/smallBlueGradientButton.gif) repeat-x scroll 0 0;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 0.3em 0 1em;
}
	body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
		line-height: 25px;
		margin: 0;
	}
	body .ui-dialog h1 {margin: 0 0 5px;}
	body .ui-dialog h2 {
		color: #5382a1;
		font: bold 14px/20px "Futura Std", "Futura", Helvetica, Arial, sans-serif;
		margin: 0 0 5px;
	}
#primaryContent.all-reviews h2.title {font-size: 22px; font-weight: bold; height: 48px;}
#primaryContent.all-reviews .product-detail {margin: 10px 0 0; clear: both;}
#primaryContent .product-detail .primary #tab-Rating {padding: 0;}
	#primaryContent .product-detail .primary #tab-Rating .ratings-content {padding: 20px 15px;}
	#primaryContent.all-reviews #tab-Rating .ratings-content {
		border: 1px solid #bfbfbf;
		margin: 0 0 20px;
		padding: 10px 10px 0;
	}
	#primaryContent.all-reviews #tab-Rating .review-form fieldset {border: none;}
		#primaryContent.all-reviews #tab-Rating .review-form fieldset .form_element {margin: 0 0 10px;}
		#primaryContent.all-reviews #tab-Rating .review-form fieldset .input_basket {margin: 0; width: 300px;}
		#primaryContent.all-reviews #tab-Rating .review-form fieldset .wide label {width: 150px;}
#tab-Rating .overall-rating {
	background: #fff url(/elements/images/shop/smallGrayGradient.gif) 0 100% repeat-x;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
}
.all-reviews #tab-Rating .overall-rating {
	border: 1px solid #bfbfbf;
	float: right;
	width: 335px;
}
	#tab-Rating .overall-rating h1 {
		float: left;
		margin: 0 10px 0 0;
		width: 150px;
	}
	#tab-Rating .overall-rating .ratings-container {margin: 2px 0 0;}
	.all-reviews #tab-Rating .overall-rating .ratings-container {margin: 3px 0 0;}
		#tab-Rating .overall-rating .ratings-container .count {
			color: #999;
			font-size: 12px;
			line-height: 16px;
			margin: 0 0 0 10px;
		}
#primaryContent #tab-Rating .ratings-content blockquote {
	border-bottom: 1px solid #bfbfbf;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
#primaryContent.all-reviews #tab-Rating .ratings-content blockquote:last-child {border: none; margin: 0;}
	#primaryContent #tab-Rating .ratings-content blockquote h2 {
		color: #999;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		margin: 0 10px 0 0;
	}
	#primaryContent #tab-Rating .ratings-content blockquote .ratings-container {
		float: left;
		height: 16px;
		width: 100px;
	}
	#primaryContent #tab-Rating .ratings-content blockquote p {margin: 5px 0 0;}
	#primaryContent #tab-Rating .ratings-content blockquote cite {
		color: #666;
		display: block;
		font-size: 12px;
		margin: 5px 0 0;
	}
#primaryContent.all-reviews #tab-Rating .product-detail .secondary {margin: 0;}
#primaryContent.all-reviews #tab-Rating .pagination {
	list-style: none;
	margin: 10px 0;
	text-align: center;
}
	#primaryContent.all-reviews #tab-Rating .pagination li {
		display: inline;
		line-height: 22px;
		margin: 0;
		padding: 0 2px;
	}
#primaryContent.all-reviews #tab-Rating.reviews-page .ratings-content {
	border-width:0 1px 0 0;
	padding:20px 50px 10px 0;
}
	.all-reviews #tab-Rating.reviews-page .overall-rating {
		width:390px;
		margin:0 0 0 25px;
	}
	#tab-Rating.reviews-page fieldset .form_element label, 
	#tab-Rating.reviews-page fieldset .form_element textarea,
	#tab-Rating.reviews-page fieldset .form_element input[type="text"],
	#primaryContent.all-reviews #tab-Rating.reviews-page .review-form fieldset .wide label,
	#primaryContent.all-reviews #tab-Rating.reviews-page .review-form fieldset .input_basket {
		width:100%;
	}
	#primaryContent.all-reviews #tab-Rating .review-form fieldset .form_element {
		padding:0;
	}
body ul#shareThisReview {
	list-style: none;
	margin: 0 0 2em;
}
	body ul#shareThisReview li {
		font-weight: bold;
		margin: 0 3px 0 0;
	}
	body ul#shareThisReview li,
	body ul#shareThisReview li a {
		display: inline-block;
		line-height: 20px;
	}
	body ul#shareThisReview li a img {vertical-align: middle;}

#primaryContent .product-detail .primary .ordering-info .overall-rating {
	background: #fff;
	border: 1px solid #999;
	float: left;
	margin: 10px 0 0;
	padding: 5px;
	text-align: right;
	width: 180px;
}
	#primaryContent .product-detail .primary .ordering-info .overall-rating .count {
		color: #999;
		font-size: 11px;
		line-height: 16px;
	}
