@import url('base.css');
@import url('grid_1200.css');
@import url('products.css');
@import url('cart.css?v1');
@import url('ddt.css');

/* REVMAN: Screen Style -----------------------------------------

#a1c9e2	light blue
#658db1	dark blue

/* General
/* Buttons / Navigation
/* Enhancements
/* Layout
/* Slideshows
/* Thickbox
/* jScrollPane
/* Show Page Info
/* Web Page Catalog
/* Mail Chimp
/* AJAX Add to Cart
/* Search Spring
/* Bedding Size Chart
/* Validation
/* Announcement Bar
/* New Social Icons

----------------------------------------------------------------- */


/* General
----------------------------------------------------------------- */
body {
	/*height: auto;
	background-image: url('../gfx/bgpattern.jpg');
	background-color: #dbe5ee;
	background-attachment: fixed;
	border-top: 5px solid #a1c9e2;*/
	color: #444;
}

/* Make room for announcement bar */
body.interior, body.default, body.default2 {
	margin-top: 30px;
}

/* No announcements during checkout */
body.interior.checkout {
	margin-top: 0;
}

h1,h2,h3,h4,h5,h6 { color: #658db1; }

.wpc_container h2,
.wpc_container h3,
.wpc_container h4,
.wpc_container h5,
.wpc_container h6 { margin-bottom: 0.5em; }

.wpc_container ul { line-height: 1.3; }
.wpc_container li { margin-bottom: 0.3em; }

table.border { border-left: 1px solid #ccc; border-top: 1px solid #ccc; }
table.border th,
table.border td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }

a { color: #369; }
a:hover, a:active, a:focus { color: #658db1; }

.infobox {
	margin: 10px;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #6C6;
	color: #fff; }
	.infobox a { color: #fff; }
	.infobox_close { float: right; text-decoration: none; font-size: 11px; }

.icon-cart {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	*zoom: 1;
	*display: inline;
	overflow: hidden;
	background: url('../gfx/spr_icon_cart.png') no-repeat 0 -80px;
}
	

/* Buttons / Navigation
----------------------------------------------------------------- */

.chrome, .formBtn, .form_submit {
	padding-left: 15px;
	padding-right: 15px;
	background: #658db1;
	color: #fff;
	border-color: #a1c9e2;
	border-width: 1px;
	cursor: pointer; }
	.chrome:hover,
	.chrome:active,
	.chrome:focus,
	.form_submit:hover,
	.form_submit:active,
	.form_submit:focus,
	.formBtn:hover,
	.formBtn:active,
	.formBtn:focus {
		background-color: #a1c9e2;
		color: #fff;
		outline: 0; }

/*.btn {
	cursor: pointer;
	width: 127px;
	height: 36px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold; 
	background: transparent url(../gfx/btn_127x36.png) no-repeat center 1px;
	color: #658db1;
	border: 0;
	outline: 0;
	text-shadow: 0 1px 0 white; }
.btn:hover,
.btn:active,
.btn:focus { background-position: center -81px; }*/

				
.bigbtn {
	cursor: pointer;
	width: 144px;
	height: 45px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 17px;
	font-weight: bold; 
	background: transparent url(../gfx/btn_144x44.png) no-repeat center 1px;
	color: #658db1;
	border: 0;
	outline: 0;
	text-shadow: 0 1px 0 white; }

.bigbtn:hover,
.bigbtn:active,
.bigbtn:focus { background-position: center -93px; }

.bigbtn2 {
	cursor: pointer;
	width: 190px;
	height: 45px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 17px;
	font-weight: bold; 
	background: transparent url(../gfx/btn_180x44.png) no-repeat center 1px;
	color: #658db1;
	border: 0;
	outline: 0;
	text-shadow: 0 1px 0 white; }

.bigbtn2:hover,
.bigbtn2:active,
.bigbtn2:focus { background-position: center -93px; }

.navlist,
.navlist ul,
.navlist li {
	margin: 0;
	padding: 0;
	list-style: none; }
	.navlist.horz li {
		position: relative;
		float: left;
		z-index: 9; }
	.navlist .sub {
		display: none;
		position: absolute; }
	.navlist .qmclear { display: none !important; }

.tabmenu {
		height: 30px;
		background-color: #fff;
		color: #658db1;
	}
	.tabmenu > ul, .tabmenu > ul > li { height: 100%; }
	.tabmenu > ul > li > a {
		position: relative;
		display: block;
		height: 100%;
		line-height: 30px;
		margin-right: 1px;
		padding: 0 7px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		background-color: #658db1;
		color: #fff;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-o-border-top-left-radius: 5px;
		-o-border-top-right-radius: 5px;
		-khtml-border-top-left-radius: 5px;
		-khtml-border-top-right-radius: 5px;
		border-radius: 5px 5px 0 0;
		behavior: url(templates/css/PIE.htc); }
	.tabmenu > ul > li > a:hover,
	.tabmenu > ul > li > a:focus,
	.tabmenu > ul > li > a.active,
	.tabmenu > ul > li > a.subhover {
		outline: none;
		background-color: #a1c9e2; }
	.tabmenu > ul > li > a.active { top: 1px; }
	.tabmenu > ul > li.subroot a .arrow {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 7px;
		margin-bottom: 2px;
		font-size: 0;
		text-indent: -99999px;
		border-style: solid;
		border-width: 4px 4px 0 4px;
		border-color: #fff #658db1;
		background-color: #eee; }
	.tabmenu > ul > li.subroot a:hover .arrow,
	.tabmenu > ul > li.subroot a:active .arrow,
	.tabmenu > ul > li.subroot a:focus .arrow,
	.tabmenu > ul > li.subroot a.activelink .arrow,
	.tabmenu > ul > li.subroot.activelink a .arrow,
	.tabmenu > ul > li.subroot a.subhover .arrow { border-color: #fff #a1c9e2; }
	.tabmenu ul.sub {
		display: none;
		position: absolute;
		z-index: 99;
		left: -1px;
		width: 180px;
		background-color: #a1c9e2;
		border: 1px solid #fff;
		-moz-box-shadow: 2px 2px 5px rgba(101,141,177,0.5);
		-webkit-box-shadow: 2px 2px 5px rgba(101,141,177,0.5);
		-o-box-shadow: 2px 2px 5px rgba(101,141,177,0.5);
		-khtml-box-shadow: 2px 2px 5px rgba(101,141,177,0.5);
		box-shadow: 2px 2px 5px rgba(101,141,177,0.5); }
		.tabmenu ul.sub li {
			width: 100%;
			border-bottom: 1px dotted #fff; }
		.tabmenu ul.sub li:last-child { border-bottom: 0; }
		.tabmenu ul.sub a {
			display: block;
			padding: 7px 10px;
			text-decoration: none;
			background: transparent;
			color: #fff; }
		.tabmenu ul.sub a:hover,
		.tabmenu ul.sub a:focus,
		.tabmenu ul.sub a:active,
		.tabmenu ul.sub a.activelink {
			background: #658db1;
			color: #fff; }

	#btn_avSubmit{
		margin-bottom: 100px;
	}

	#cart_addr_verify_back, 
	#cart_addr_verify_ds, 
	#cart_addr_verify {
		margin-left: 20px;
	}


/* Layout
----------------------------------------------------------------- */
#pagecontainer {
	background-color: #fff;
	color: #444;
	padding-bottom: 40px; }
	
	#pageheader { padding: 10px 0; line-height: 1; }
	
		#pagelogo {
			position: relative;
			height: 60px;
			margin: 10px 0px; }
			#pagelogo > a {
				float: left;
			}
			#pagelogo .free-shipping {
				margin: 11px 0 0 10px;
				display: none;
			}
			#pagelogo span {
				display: inline-block;
				vertical-align: bottom;
				font-size: 11px;
				font-weight: bold;
				text-transform: uppercase;
				color: #a1c9e2; }
			#live_help {
				position: absolute;
				right: 20px;
				top: -3px;
				width: 170px;
				height: 30px;
				overflow: hidden; }
				#live_help tr.lpPoweredBy { display: none !important; }
				
		#pageutil {
			position: relative;
			float: right;
			z-index: 1020;
			text-align: right;
			margin-bottom: 12px; }
			#header-menu:after,
			#pageutil:after {
				content: '';
				clear: both;
				display: block;
			}
			#pageutil .navlist {
				float: right;
				font-size: 10px;
				text-transform: uppercase; }
				#pageutil .navlist>li { margin: 0; padding: 0; }
				#pageutil .navlist a {
					font-weight: bold;
					text-decoration: none;
					color: #a1c9e2; }
				#pageutil .navlist a:hover { color: #658db1; }
				#pageutil #util_menu { clear: both; margin-bottom: 12px; }
					#pageutil #util_menu li {  }
				#pageutil #acct_menu {
					width: 100%;					
					text-align: left;
					z-index:12;
					text-transform: none;
					height:21px; }
				#pageutil #acct_menu>li:nth-child(2) {
					float: right;
				}
				#pageutil .flag {
					background-position:0px 2px;
					background-repeat:no-repeat;
				}
					#pageutil #acct_menu a, #emailsignup .emailbutton {
						display: block;
						padding: 5px 24px;
						font-size: 11px;
						background-color: #a1c9e2;
						color: #fff;
						white-space: nowrap; }
					#pageutil #acct_menu a:hover,
					#pageutil #acct_menu a:active,
					#pageutil #acct_menu a:focus,
					#pageutil #acct_menu a.activelink,
					#pageutil #acct_menu li.activelink a,
					#pageutil #acct_menu a.subhover { background-color: #658db1; }
					#pageutil #acct_menu .subroot a .arrow {
						display: inline-block;
						width: 0;
						height: 0;
						margin-left: 7px;
						margin-bottom: 2px;
						font-size: 0;
						text-indent: -99999px;
						border-style: solid;
						border-width: 4px 4px 0 4px;
						border-color: #fff #a1c9e2;
						background-color: #eee; }
					#pageutil #acct_menu a:hover .arrow,
					#pageutil #acct_menu a:active .arrow,
					#pageutil #acct_menu a:focus .arrow,
					#pageutil #acct_menu a.activelink .arrow,
					#pageutil #acct_menu li.activelink a .arrow,
					#pageutil #acct_menu a.subhover .arrow { border-color: #fff #658db1; }
					#pageutil #acct_menu .sub {
						left: -1px;
						z-index:11;
						margin-top: 3px;
						padding: 5px 20px 5px 10px;
						background-color: #658db1;
						color: #a1c9e2;
						border: 1px solid #fff; }
					#pageutil #acct_menu .sub li {
						float: none; }
					#pageutil #acct_menu .sub a {
						float: none;
						padding: 5px 0;
						background-color: transparent;
						color: #fff; }
					#pageutil #acct_menu .sub a:hover,
					#pageutil #acct_menu .sub a.activelink,
					#pageutil #acct_menu .sub li.activelink a {
						background-color: transparent;
						color: #a1c9e2; }
			
			.cartwin_popout {
				display: none;
				position: absolute;
				z-index: 10000;
				*top: 30px;
				right: 0;
				width: 380px;
				margin-top: 7px;
				line-height: 1.3;
				text-align: left;
				background-color: #fff;
				border: 4px solid #658db1;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				-moz-box-shadow: 3px 3px 12px rgba(0,0,0,0.2);
				-webkit-box-shadow: 3px 3px 12px rgba(0,0,0,0.2);
				box-shadow: 3px 3px 12px rgba(0,0,0,0.2); 
			}
				#pagecart .cartwin_popout {
					margin-top: 45px;
				}
				.cartwin_popout .itemlist {
					margin: 0;
					padding: 0;
					max-height: 420px;
					overflow: auto; 
				}
					.cartwin_popout .itemlist li {
						margin: 0;
						padding: 10px;
						list-style: none;
						overflow: hidden;
						border-bottom: 1px solid #658db1; 
					}
					.cartwin_popout .itemlist p { margin: 0 0 5px 0; font-size: 12px; }
					.cartwin_popout .itemlist .thumb { float: left; margin-right: 10px; }
						.cartwin_popout .itemlist .thumb img { width: 80px; height: auto; }
					.cartwin_popout .itemlist .nm { font-weight: bold; }
					.cartwin_popout .qtyinput { display: inline-block; vertical-align: middle; width: 30px; }
					.cartwin_popout .update { font-size: 11px; text-decoration: none; }
					.cartwin_popout .itemlist .price { color: #777; }
					.cartwin_popout .itemlist .price strong {  }
					.cartwin_popout .itemlist .price em { color: #690; }
					.cartwin_popout .itemlist .remove { font-size: 11px; text-align: right; }
					.cartwin_popout .itemlist .remove a { text-decoration: none; color: #ccc; }
					.cartwin_popout .itemlist .remove a:hover,
					.cartwin_popout .itemlist .remove a:focus,
					.cartwin_popout .itemlist .remove a:active { color: #c00; }
					.cartwin_popout .itemlist .remove a strong { font-size: 16px; }
				.cartwin_popout .checkout {
					padding: 10px;
					text-align: right;
					overflow: hidden;
					background: #658db1;
					color: #fff; 
				}
					.cartwin_popout .checkout .btn {
						float: right;
						font-size: 18px;
						line-height: 44px;
						text-align: center;
						text-decoration: none; 
					}
					.cartwin_popout .checkout .btn.bigbtn {
						background-image: url(../gfx/btn_144x44_green.png);
						color: #fff;
						text-shadow: 0 1px 0 rgba(0,0,0,0.1);
					}
					.cartwin_popout .checkout .btn .icon-cart { 
						margin-right: 5px; 
						background-image: url(../gfx/spr_icon_cart_green.png);
					}
				.cartwin_popout .itemlist .empty { padding: 20px; }

				.cartwin_popout .cart_totals { background-color:#658db1; padding:3px 10px 0px 0px; text-align:right; color:#fff; font-weight:bold; }
				.cartwin_popout .cart_totals > span { padding-left:20px; }

		#pagemenu {  }
			#pagemenu ul.sub {  }
		
		#pagesearch {
			height: 40px;
			line-height: 40px;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			background-color: #a1c9e2;
			color: #fff; }
			#callout { 
				color: #fff; 
				width: 35%; 
				margin-right: 3px;
				text-align: center;
			}
				#callout h4 {
					margin: 0;
					padding-top: 10px;
					padding-left:4px;
					line-height: 1;
					font: bold 14px Georgia, "Times New Roman", Times, serif;
					text-transform: uppercase;
					color: #ad2e07; }
					#callout h4 em {
						font-weight: normal;
						text-transform: none;
						color: #fff; }
				#callout h4 a {
					margin-left: 5px;
					font-size: 11px;
					font-weight: normal;
					text-transform: none; }
			#callout2 { 
				color: #fff; 
				width: 33%; 
				margin-right: 3px; 
				margin-left: 3px;;
				text-align: center;
				line-height: 37px;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			#callout2 a { color: #fff; text-decoration: none;} 
			#callout a { color: #fff; text-decoration: none;} 

			/*#searchgrid { width: 25%; float:right; }
			#searchform {
				float: right;
				width: 300px;
				margin-left: 10px;
				margin-right: -5px;
				text-align: right; }
				#pcsearchform { position: relative; height: 40px; }*/
					#pcsearchkeywords {
						display: inline-block;
						width: 250px;
						background-color: #fff;
						color: #333;
						border: 2px solid #fff; }
					#pcsearchbutton {
						display: inline-block;
						width: 30px;
						height: 30px;
						margin-top: -2px;
						margin-left: -20px;
						background: transparent url('../gfx/icon_searchglass.png') no-repeat left center;
						color: #fff;
						border: 0;
						text-indent: -99999px;
						cursor: pointer; }
					#pcsearchhelp {
						position: absolute;
						top: 10px;
						left: -145px;
						height: 22px;
						padding: 0 5px;
						font-size: 11px;
						line-height: 22px;
						background-color: #fff;
						color: #658db1; }
						#pcsearchhelp .point {
							position: absolute;
							top: 50%;
							right: -11px;
							margin-top: -11px;
							width: 0;
							height: 0;
							font-size: 0;
							line-height: 0;
							border-color: #a1c9e2 #fff;
							border-style: solid;
							border-width: 11px 0 11px 11px; }

			.social table tr td {
				padding: 5px;
			}
			.social {
				float: right;
				margin-right: 40px;
			}
			
		#pagebrands { background-color: #658db1; color: #fff; }
			#pagebrands ul {
				width: 940px;
				text-align: center; /*
				overflow: hidden;
				background: #fff url('../gfx/brands_bar.png') no-repeat;*/ }
				#pagebrands li {
					display: inline;
					/*width: 84px;
					height: 30px;
					margin-right: 1px;*/ }
					#pagebrands li a {
						display: inline-block;
						padding: 7px;
						font-size: 11px;
						color: #fff;
						text-decoration: none;
						/*width: 100%;
						height: 100%;
						text-indent: -99999px; */ }
					#pagebrands li a.active, #pagebrands li a:hover {
						background-color:#A1C9E2; }
					
	
	#pagecontent { min-height: 300px; }
		#pagecolumns {  }
		#pageside {
			margin-right: 14px;
			min-height: 400px;
			border-right: 1px dotted #A1C9E2; }
		#pageside .prodcat_window, #pageside .prodcat_window li {
			margin: 0;
			padding: 0;
			list-style: none; }
		#pageside .prodcat_window {
			/*padding: 10px;
			border: 1px solid #658db1;*/ }
		#pageside .prodcat_window a {
			display: block;
			padding: 2px 5px; }
		#pageside .prodcat_window strong {
			display: block;
			margin-bottom: 10px;
			font-size: 17px;
			font-weight: normal;
			color: #658db1; }
		#pagemain { padding-bottom: 40px;  }
	/*
	#pagefooter {
		padding-top: 10px;
		overflow: hidden;
		border-top: 10px solid #658db1; }
		.footer_left a:hover { text-decoration:underline; }
		.default2 #emailsignup {
			margin-right: 0px;
			background-color: #a1c9e2;
			color: #fff;
			float:right;
			height:166px; }
			.default2 #emailsignup form { padding: 10px; text-align:center; }
			.default2 #emailsignup h4 {
				font-size: 19px;
				font-weight: normal;
				line-height: 1.5;
				margin-bottom: 10px;
				color: #fff; }
			.default2 #emailsignup input { margin-bottom: 15px; color:#999; }
			.default2 #emailsignup .emailfield {
				background-color: #fff;
				color: #333;
				border: 2px solid #fff; }
			.default2 #emailsignup .emailbutton {
				height: 25px;
				line-height:25px;
				padding: 0px 14px;
				font-size: 13px;
				cursor:pointer;
				color: #fff;
				border: 0;
				background-color: #658db1;
				margin:0px auto; }*/
		/* Interior */
		
			/*.interior #emailsignup {
			height: 120px;
			margin-bottom: 10px;
			margin-right: 20px;
			background-color: #a1c9e2;
			color: #fff; }
			.interior #emailsignup form { padding: 10px; }
			.interior #emailsignup h4 {
				font-size: 17px;
				font-weight: normal;
				line-height: 1;
				margin-bottom: 10px;
				color: #fff; }
			.interior #emailsignup input { margin-bottom: 10px; color:#999; }
			.interior #emailsignup .emailfield {
				background-color: #fff;
				color: #333;
				border: 2px solid #fff; }
			.interior #emailsignup .emailbutton {
				height: 20px;
				padding: 3px 14px;
				font-size: 11px;
				background: transparent url('../gfx/btn20_658db1_full.png') no-repeat 50% 50%;
				color: #fff;
				border: 0; }*/
				
		#foot_menu {  }
			#foot_menu li {
				float: left;
				width: 25%;
				height: 103px;
				margin-right: 20px;
				padding-top: 5px;
				border-right: 3px solid #a1c9e2;
				font-size: 17px;
				color: #658db1; }
			body.home #foot_menu li {
				padding-top:0px;
				border:0px;}
			#foot_menu li.last { border-right: 0; }
			#foot_menu ul { margin-top: 5px; }
			#foot_menu li li {
				border: 0;
				float: none;
				width: 100%; 
				height: auto;
				padding-top: 0;
				font-size: 12px; }
				#foot_menu .columns li {
					float: left;
					width: 40%; }
		#footermisc { 
			padding: 10px 0;
			text-align: center;
			border-top: 10px solid #658db1; 
			margin-top: 15px; }
			#footer_info p {
				font-size: 10px;
				margin: 3px auto; }
			#footer_info p#contactinfo {
				font-size: 12px;
				text-transform: uppercase;
				color: #658db1; }
			#footermisc .badge {
				height: 70px;
				text-indent: -99999px;
				background: #fff url('../gfx/spr_badges.jpg') no-repeat; }
				#footermisc #badge_verisign { background-position: 0 0; }
				#footermisc #badge_ups { background-position: -140px 0; }
				#footermisc #badge_cards { background-position: -280px 0; }

#wpc_featured_products { display:none; height:190px; }
.footer_right #wpc_featured_products { display:block; }

.home .footer_wrap .footer_left, 
.home .footer_wrap .footer_right {
	float:left;
}

.home .footer_wrap .footer_left {
	width: 61%;
}

.home .footer_wrap .footer_right {
	width: 39%;
}

.footer-top:after {
	content:'';
	display:block;
	height:20px;
	clear:both;
}

.footer-top a {
	margin-left:20px;
	float:left;
}

.footer-top a:first-child {
	margin-left:0px;
}

#footer_home {
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
}

#footer_home span {
	color:#005;
	font-size:16px;
	font-weight:bold;
}

#footer_home a {
	font-size:15px;
	text-decoration:none;
}

#footer_home a:hover {
	text-decoration:underline;
}

.home_categories {
	display:block;
	height:176px;
	padding:10px 20px 0px 20px;
	border:2px solid #a1c9e2;
	margin-right:10px;
	margin-bottom:20px;
}

.home_categories > li {
	float:left;
	width:50%;
	line-height:20px;
}

.home_categories ul a span {
	font-size:16px;
	color:#005;
	font-weight:bold;
}

.home_categories ul a, .home_categories .navlist a {
	font-size:15px;
	text-decoration:none;
}

.home_categories a:hover, .navlist a:hover {
}

.footer_bottom {
	clear: both;
	padding:10px;
	margin:20px 0px;
	border:2px solid #a1c9e2;
	overflow:hidden;
}

#footer_home {
	float:left;
	width:520px;
	padding:10px 0px;
}

#footer_home li {
	float:left;
	height:25px;
}

#footer_home .col1 {
	width:140px;
}

#footer_home .col2 {
	width:205px;
}

#footer_home .col3 {
	width:115px;
}

.footer_bottom #emailsignup {
	width:382px;
	height:65px;
	float:right;
	overflow:hidden;
}

.footer_bottom #emailsignup form {
	padding:0px;
	margin:0px;
}

.footer_bottom #emailsignup h4 {
	float:left;
	line-height:65px;
	margin:0px;
	padding:0px 35px 0px 10px;
}

.footer_bottom #emailsignup .home-email-right {
	width:185px;
	float:right;
}

.footer_bottom #emailsignup .email {
	margin:5px 0px;
	width:162px;
}

/* Slideshows
----------------------------------------------------------------- */
.slideshow {
	position: relative;
	overflow: hidden;
	margin: 0;
	list-style: none;
}

	.slideshow ul.slide_items {
		margin: 0;
		padding: 0;
		list-style: none; 
	}
		.slideshow ul.slide_items li {
			display: none;
			overflow: hidden;
			margin: 0;
			padding: 0;
			list-style: none; 
		}

			.slideshow ul.slide_items li img {
				display: block;
				margin-left: auto;
				margin-right: auto;
                width:1180px;
			}

/* Homepage-style */
#pagecontent .slideshow {
	width: 100%;
	height: 550px;
      margin-bottom: 10px;
}

#slide_show_150A90DA485D424F96EAC4D007845361_container {
    display: none;
}



	#pagecontent .slideshow ul.slide_items li {
		width: 100%;
		height: 563px;
	}

		#pagecontent  .slideshow ul.slide_items li .slide_text {
			position: absolute;
			bottom: 0;
			left: 0;
			display: block;
			padding: 40px;
			line-height: 1.2;
			color: #fff;
			text-shadow: 2px 2px 0 rgba(0,0,0,0.7); 
		}
			#pagecontent .slideshow ul.slide_items li .slide_text a {
				color: #fff; 
			}
			#pagecontent .slideshow ul.slide_items li .slide_text h1.slide_title {
				margin-bottom: 0;
				font-size: 37px;
				font-weight: bold;
				text-transform: uppercase;
				color: #fff; 
			}
			#pagecontent .slideshow ul.slide_items li .slide_text div.slide_desc {
				width: 500px;
				font-size: 17px; 
			}

	#pagecontent .slideshow ul.slide_pager {
		position: absolute;
		bottom: 15px;
		right: 10px;
		margin: 0;
		padding: 0;
		z-index: 99;
		font-size: 11px; }
		#pagecontent .slideshow ul.slide_pager li {
			float: left;
			margin:0px 10px 0px 0px;
			padding: 0;
			list-style: none;
			width: 20px;
			height:20px;
			line-height:20px;
			*zoom: 1;
			*display: inline; }
			#pagecontent .slideshow ul.slide_pager li a {
				display: block;
				width: 100%;
				height: 100%;
				overflow: hidden;
				background-color: #d3d3d3;
				color: #fff;
				text-indent: -99999px;
				text-decoration: none;
				text-align: center;
				border-radius: 100px; }
			#pagecontent .slideshow ul.slide_pager li a.activeSlide {
				background-color: #929292;
				color: #fff; }

	#pagecontent .slideshow ul.slide_nav {
		display: none !important;
		position: absolute;
		z-index: 99;
		bottom: 10px;
		left: 10px;
		margin: 0;
		padding: 0; }
			#pagecontent .slideshow ul.slide_nav li {
				float:left;
				margin:0px 6px;
				padding: 0;
				list-style: none;
				font-size:12px; }
					#pagecontent .slideshow ul.slide_nav li a {
						font-size:12px;
						text-decoration:none;
						color: #fff; }


/* Content Pages
----------------------------------------------------------------- */

/* Help & FAQs */
#helpmenu {
	float: left;
	width: 200px; }
#help-faq {
	width: 950px;
	overflow: hidden;
	border-left: 1px dotted #a1c9e2; }


/* Thickbox
----------------------------------------------------------------- */
#TB_window {  }
#TB_secondLine {  }
#TB_overlay {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; }
.TB_overlayBG {
	background-color: #fff;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85; }
#TB_window {
	display: none;
	position: fixed;
	background: #ffffff;
	z-index: 10002;
	border: 4px solid #658db1;
	text-align: left;
	top: 50%;
	left: 50%;
	-moz-box-shadow: 0 0 15px rgba(101,141,177,0.5);
	-webkit-box-shadow: 0 0 15px rgba(101,141,177,0.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 15px rgba(101,141,177,0.5);
	border-radius: 10px; }
#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666; }
#TB_caption{
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px; }
#TB_closeWindow{
	float: right;
	height: 25px;
	padding: 9px 25px 10px 0; }
#TB_closeAjaxWindow{
	float: right;
	margin-bottom: 1px;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	padding: 2px 5px 5px 0;
	text-align: right; }
#TB_ajaxWindowTitle{
	float: left;
	padding: 2px 0 5px 5px;
	margin-bottom: 1px;
	font-weight: bold;
	text-transform: uppercase; }
#TB_title{
	background-color: #658db1;
	color: #fff;
	height: 27px; }
#TB_title a { color: #fff; }
#TB_ajaxContent{
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em; }
#TB_ajaxContent.TB_modal{ padding: 15px; }
#TB_ajaxContent p{ padding: 5px 0 5px 0; }
#TB_load{
	display: none;
	position: fixed;
	height: 13px;
	width: 66px;
	z-index: 10003;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px; /* -height/2 0 0 -width/2 */ }
#TB_HideSelect{
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 0;
	-moz-opacity: 0;
	opacity: 0; }
#TB_iframeContent{
	clear: both;
	border: 0;
	margin-bottom: -1px;
	margin-top: 1px; }

#TB_closeWindowButton {
	background-image:url(../gfx/thickbox_close.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:200px;
	height:17px;
	width:17px;
	overflow:hidden;
	display:block;
}

/* jScrollPane
----------------------------------------------------------------- */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
	outline: 0; }
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #dbe7ee; }
.jScrollPaneDrag {
	position: absolute;
	background: #658db1 url(../gfx/scrollpane_handle.png) no-repeat center center;
	border-top: 1px solid #dbe7ee;
	border-bottom: 1px solid #dbe7ee;
	cursor: pointer;
	overflow: hidden; }
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden; }
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden; }
a.jScrollArrowUp,
a.jScrollArrowDown {
	background: transparent url(../gfx/scrollpane_arrows.png) no-repeat;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 16px;
	background-position: -40px 0; }
a.jScrollArrowUp:hover {  }
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 16px;
	background-position: -40px -16px; }

a.jScrollArrowDown:hover {  }
a.jScrollActiveArrowButton,
a.jScrollActiveArrowButton:hover {  }


/* Show Page Info
----------------------------------------------------------------- */
button#toggleShowPageInfo {
	position: absolute;
	z-index: 999999;
	top: 15px;
	left: 15px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 2px 6px;
	font-size: 11px;
	font-family: "Segoe UI", Arial, sans-serif;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#showPageInfo {
	position: absolute;
	z-index: 999998;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 0 0 15px 0;
	overflow: hidden;
	opacity: 0.9;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border-bottom: 2px solid #000;
	text-shadow: 1px 1px 0 #eee;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#showPageInfo table#showPageInfoTable {
	width: 48%;
	float: left;
	margin-top: 15px;
}
#showPageInfo table#showPageInfoTable td {
	vertical-align: top;
	padding: 2px 5px;
	font-size: 11px;
}
#showPageInfo table#showPageInfoTable td.pageInfoLabel {
	text-align: right;
	font-weight: bold;
	width: 185px;
}
#showPageInfo font {
	display: block;
	float: left;
	margin: 15px;
	width: 48%;
	min-width: 500px;
	line-height: 1.6;
	text-align: center;
}


/* Web Page Catalog
----------------------------------------------------------------- */
#pagemain .wpc_page_content {
	overflow: hidden;
	margin: 0 10px 30px 10px; }
#pagemain h1 {
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
	border-bottom: 1px dotted #a1c9e2; }
#pagemain .wpc_section {
	width: 96%;
	margin: 20px auto; }
	#pagemain .wpc_section_backlink { float: right; padding: 5px; }
	#pagemain .wpc_section_title { font-weight: bold; }
	#pagemain .wpc_section_date { font-style: italic; }

.wpc_blog, .wpc_blog_archive { float: left; display: inline; }
.wpc_blog { width: 868px; border-right: 1px dotted #A1C9E2; }
.wpc_blog_archive { width: 280px; }
.wpc_blog .entry {
	margin: 0 30px 30px 0;
	padding: 15px;
	border-bottom: 1px dotted #A1C9E2; }
	.wpc_blog .entry h3 { float: left; width: 80%; }
	.wpc_blog .entry h3 a { text-decoration: none; }
	.wpc_blog .entry .date {
		float: right;
		padding: 8px;
		font-size: 12px;
		font-style: italic;
		color: #888; }
	.wpc_blog .entry .summary { clear: both; }
	.wpc_blog .entry .more { text-align: right; }
.wpc_blog h4.more_entries { text-align: right; margin-right: 30px; }
.wpc_blog_archive h4,
.wpc_blog_archive .tree_nav { margin-left: 30px; }
.tree_nav ul, .tree_nav li {
	margin: 0;
	padding: 0;
	list-style: none; }
	.tree_nav li a {
		display: block;
		padding: 2px 2px 2px 24px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		background: url(../gfx/spr_plusminus.png) no-repeat -2px 3px; }
		.tree_nav li.open a { background-position: -2px -37px; }
	.tree_nav li ul {
		display: none;
		margin: 5px 0 10px 22px; }
	.tree_nav li.open ul { display: block; }
	.tree_nav li ul li a {
		margin-bottom: 4px;
		padding: 2px;
		font-size: 13px;
		font-weight: normal;
		background: none; }
	.tree_nav li ul li a:hover,
	.tree_nav li ul li a:focus { text-decoration: underline; }


/* Mail Chimp
----------------------------------------------------------------- */
#mc-embedded-subscribe-form {  }
#mce-EMAIL {
	width: 90%; }
.mce_inline_error { font-size:11px; }
.mc-field-group {  }
.mce-responses {  }
	.mce-error-response {  }
	.mce-success-response {  }
#mc-embedded-subscribe {  }
.mc_embed_close {  }


/* AJAX Add to Cart
----------------------------------------------------------------- */
body.modal-open {
	/* prevent main page scrolling while modal window is open
	- Dang, this is busted in chrome... jumps you to the top of the page :(
	overflow: hidden; */
}
#atc_msg_container {
	position: fixed;
	z-index: 99998;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	background: transparent url('../gfx/trans_white.png') repeat;
}
#atc_msg {
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	width: 400px;
	*width: 410px;
	height: 400px;
	margin-top: -300px;
	margin-left: -200px;
}
	#atc_msg .cartwin_popout {
		width: 100%;
		height: 100%:
	}
	#pageheader .detail_close { display:none; }
	#cartwin_popout_detail .detail_close {
		display:block;
		position:absolute;
		top:-20px;
		right:-15px;
		z-index:999;
		font-size:12px;
		display:block;
		overflow:hidden;
		background-color:#fff;
		border:2px solid #658db1;
		text-decoration:none;
		font-weight:bold;
		height:20px;
		width:20px;
		line-height:20px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
		border-radius:12px;
		text-align:center;
	}
	/*#atc_msg_text { padding: 10px 20px; }
	#atc_msg_product {
		overflow: hidden;
		padding: 15px 30px;
		text-align: left; }
		#atc_msg_product .thumb {
			display: block;
			float: left;
			margin-right: 5px; }
			#atc_msg_product .thumb img { width: 100px; }
		#atc_msg_product .nm {
			display: block;
			overflow: hidden; }
		#atc_msg_product .qty {
			display: block;
			clear: both;
			padding: 10px; }
	#atc_msg_buttons, #atc_msg_buttons li { margin: 0; padding: 0; list-style: none; }
	#atc_msg_buttons { padding: 10px; }
		#atc_msg_buttons li { display: inline; }
		#atc_msg_buttons a, #form_builder_submit {
			display: inline-block;
			margin: 0 5px;
			padding: 0.5em 1em;
			font-weight: bold;
			text-decoration: none;
			background-color: #658DB1;
			color: #fff;
			*zoom: 1;
			*display: inline; }
			a#atc_msg_view_cart {  }
	#atc_msg_notice { width: 260px; margin: 10px auto; font-size: 90%; }*/

.nys_remove img { vertical-align:middle; }



/* Search Spring */

	body #searchspring-autocomplete_results {
		font-family: "Segoe UI",Optima,Arial,Helvetica,sans-serif;
		font-weight: normal;
		color: #333;
		border: 1px solid #658DB1;
	}

	body #searchspring-autocomplete_results li {
		list-style-type: none;
		margin: 0;
	}

	body .ac_term_suggest:hover,
	body .ac_term_suggest.highlight {
		background-color: #658DB1;
	}

	body #searchspring-autocomplete_results li em {
		color: #336699;
	}

	body #searchspring-autocomplete_results  li.ac_term_suggest.highlight em,
	body #searchspring-autocomplete_results li.ac_term_suggest:hover em {
		color: #fff;
	}

	body #searchspring-autocomplete_results li.ac_powered {
		line-height: 10px;
	}



/* Bedding Size Chart */

.size_chart_container {
	float:left;
	width:700px;
}

.size_chart_promo {
	float:right;
	text-align:center;
	width:230px;
	margin-top:74px;
}

.size_chart_promo > div {
	border:1px solid #a1c9e2;
	margin-bottom:10px;
}

.size_chart_promo > div p {
	margin:0px;
	padding:0px;
}

.size_chart_promo span {
	font-size:18px;
}

#list_head { clear:both; }



/* Validation */

.formrow .okay,
.formrow .not-okay { display: none; }
.formrow.valid .okay,
.formrow.invalid .not-okay {
	display: inline-block;
	vertical-align: top;
	*zoom: 1; *display: inline;
	margin-top: 5px;
}


/* Payment types */

.formblock .cc-img {
	margin-right: 3px;
	*zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.formblock .cc-img.active {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#footer_content {
	text-align: center;
	border-bottom: 10px solid #658db1;
	margin-bottom: 15px;
}

div.wpc_inner {
	display: inline;
	float: left;
	overflow: hidden;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.wpc_inner a{
	border: 2px solid #a1c9e2;
}
div.wpc_inner a:hover {
	border: 2px solid #658db1;
}

div.wpc_inner:not(:first-child){
	margin-left:11px;
}

#pageutil #acct_menu { padding-left: 0px; }
.flag { padding-left: 70px !important; }
#shipping_text a{
	font-size: 10px;
	padding-left: 30px;
	font-weight: normal;
	float: left;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #000;
	font-family: "Segoe UI", Optima, Arial, Helvetica, sans-serif;
	padding-top: 7px;
}

#divider {
	border-left: white 2px solid;
	/* line-height: 20px; */
	float: left;
	width: 3px;
}



/* Announcement Bar */

.announcement-bar {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width:100%;
	min-width: 1200px;
	height: 30px;
	overflow: hidden;
	background: #606060;
	color: #fff;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.announcement-bar .slideshow {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.announcement-bar .slideshow .slide_items, 
.announcement-bar .slideshow .slide_items .slide_item {
	width: 100%;
	height: 30px;
	text-align: center;
}

.announcement-bar .slideshow .slide_items .slide_item {
	line-height: 30px;
	letter-spacing: 0.05em;
}

.announcement-bar a {
	color: #fff;
	text-decoration: none;
}

.announcement-bar .slideshow .slide_pager, 
.announcement-bar .slideshow .slide_nav .slide_status, 
.announcement-bar .slideshow .slide_nav .slide_pause {
	display: none;
}

.announcement-bar .slideshow .slide_nav {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0.8;
	list-style: none;
}

.announcement-bar .slideshow .slide_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 30px;
	font-weight: bold;
}

.announcement-bar .slideshow .slide_nav .slide_prev, 
.announcement-bar .slideshow .slide_nav .slide_next {
	position: absolute;
	z-index: 1;
	top: 0;
}

.announcement-bar .slideshow .slide_nav .slide_prev {
	left: 5px;
	display: block !important;
} 

.announcement-bar .slideshow .slide_nav .slide_next {
	right: 5px;
} 

/* Hide announcements during checkout */
body.checkout .announcement-bar {
	display: none;
}


/* New Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.social-icons li {
	display: inline-block;
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

.social-icons a {
	display: block;
	height: 30px;
}

.social-icons a > img {
	max-height: 100%;
}

#cartbutton1, #cartbutton2, 
#btnProceed, #btn_avSubmit, 
#processbtn {
	display: block;
	margin-top: 10px;
	background: #339933;
	border-color: #51d85d;
	color: #fff;
	font-size: 16px;
	/*text-transform: uppercase;*/
}

#processbtn {
	font-size: 20px;
}

ul.address_list, 
ul.address_list li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.address_list label {
	display: inline-block;
	cursor: pointer;
}

.address_list label > input[type="radio"] {
	float: left;
	margin-right: 10px;
}

.address_list label > span {
	display: block;
	overflow: hidden;
}

#cart_addr_verify_back {
	margin-bottom: 10px;
}

#searchform {
	float: right;
	clear: both;
	margin-top: 18px;
}

#pc-filter4,
#pc-searchsubmit {
	float: left;
}

#pc-searchwindow1 #pc-filter4 input#search_keyword {
	margin: 0px;
	padding: 6px;
	width: 230px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #424242;
}

#pc-searchsubmit {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-left: 6px;
}

/*#pc-searchsubmit:after {
	content: '\F002';
	color: #fff;
	text-align: center;
	line-height: 26px;
	position: absolute;
	top: 7px;
	left: 7px;
	font-family: 'fontAwesome';
	background: #bdbdbd;
	border-radius: 40px;
	width: 26px;
	height: 26px;
	z-index: -1;
}

#pc-searchsubmit:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 40px;	
	background: #7893a5;
	z-index: -2;
}*/

#search_submit {
	width: 32px;
	height: 37px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

#search_submit:hover {
	cursor: pointer;
}

#header-menu {
	float: right;
}

.qmclear {
	display: none;
}

.headernav {
	margin: 0px;
	padding: 0px;
	z-index: 1;
	position: relative;
}

.headernav>li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.headernav>li>a {
	background: #93b9d1;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 22px;
	font-weight: 700;
	line-height: 18px;
	font-size: 11px;
	display: block;
}

.headernav>li:nth-child(2) {
	float: right;
}

.headernav>li>ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #658db1;
	border: 1px solid #fff;
	padding: 5px 20px 5px 10px;
	text-align: left;
}

.headernav>li>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.headernav>li:hover>ul {
	display: block;
}

.headernav>li>ul>li>a {
	color: #fff;
	padding: 5px 0;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

.headernav>li>ul>li>a:hover {
	color: #a1c9e2;
}

#pagecart {
	float: right;
	position: relative;
	height: 76px;
	margin: 0 0 0 20px;
	padding: 0 20px;
	border-left: 1px solid #797979;
	text-align: center;
	color: #929292;
	font-weight: 700;
}

#pagecart span {
	display: block;
}

.cartwin_title {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -13px;
}

#atc_msg span.cartwin_title {
    display: none;
}

#cartwin_trigger {
	background: #bdbdbd;
	border-radius: 100px;
	width: 26px;
	height: 26px;
	display: block;
	text-align: center;
}

#cartwin_trigger i {
	color: #e3e3e3;
	text-shadow: 0px 0px #fff;
	line-height: 26px;
}

#cartwin_trigger .arrow {
	display: none;
}

#pagecart .cartwin_title {
	width: 100%;
}

.cartwin_total,
.cartwin_qty {
	width: 100%;
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
}

#trust-pilot {
    background: #e0e0e0;
    padding: 15px 0;
    margin-bottom: 5px;
}