/* REVMAN - Product Catalog */

/*************************************************************************/

.by-REVMAN, .by-revman{
	color: #666;
	font-size: 75%;
	vertical-align: top;
	font-family:tahoma;
}

/* advanced search form */
 

#pc-searchwindow1 { position: relative; height: 40px; }
	#pc-searchwindow1 .pc-searchheader,
	#pc-searchwindow1 .pc-searchindiv { display: none; }
	#pc-searchwindow1 #pc-filter4 { /*position: absolute; top: 0; left: 30px;*/ }
	#pc-searchwindow1 #pc-filter4 input#search_keyword {
		width: 98%;
		margin-left: 10px;
		margin-top: 8px;
		*margin-top: 0;
		background-color: #fff;
		color: #333;
		border: 2px solid #fff;
	}
	#pc-searchsubmit {
		position: absolute;
		top: 5px;
		*top: 1px;
		right: 0; }
 

 
/*************************************************************************/

/* specials window */
#wpc_featured_products { 
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.default #wpc_featured_products {
	margin-bottom:0px;
}

.specials_item {
	display: inline;
	float: left;
	margin: 0px 0 20px 20px;
	width: 220px;
	height: 190px;
	overflow: hidden;
	border: 2px solid #a1c9e2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#wpc_featured_products > div:first-child { margin-left: 0 !important; }
.default2 #wpc_featured_products > div.clearit + div.specials_item {
	margin-left: 0;
}
.specials_item:hover,
.specials_item:active,
.specials_item:focus {
	border-color: #658db1; 
}
.specials_item_inner { 
	position: relative;
	width: 100%;
	height: 100%;
}
.specials_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.specials_img img { margin-top: -40px; }
.specials_info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	line-height: 1;
	font-size: 12px;
	background-color: #658db1;
	background-color: rgba(101,141,177,0.7);
	color: #fff;
}
.specials_nm { margin-bottom: 5px; font-weight: bold; }
.specials_nm a, .specials_nm a:hover { color: #fff; text-decoration: none; }
.specials_price {  }
.specials_searchfields, .specials_searchfields li {
	margin: 0;
	padding: 0;
	list-style: none; }

.specials_sku, .specials_ds { font-size: 11px;  }
.specials_cart { margin: 5px 0; }
input.specials_qtybox { width: 25px; text-align: center; vertical-align: middle; }
input.specials_cartbtn { margin-left: 5px; vertical-align: middle; }

/*************************************************************************/

/* narrow your search */
#nys_window {
	position: relative;
	margin-right: 3px;
	margin-bottom: 20px;
	font-size: 85%; }
	
	#nys_window #disabled_overlay {
		display: none;
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		background-color: #fff;
		opacity:0.8;
		*zoom:1;
		*filter:alpha(opacity=80); /* IE5-7 */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
	}

	#nys_summary { /*display: none;*/ }
	
	#nys_filters {  }
		.nys_section { margin: 5px 0px; }
			.nys_section br { display: none; }
			.nys_subtitle {
				margin-bottom: 5px;
				padding: 2px 5px;
				background-color: #a1c9e2;
				color: #fff;
				font-weight: bold;
				font-size: 11px;
				text-transform: uppercase; }
			.nys_section label { display: block; }
			
	#nys_getfilters {  }
	#nys_additionalfilters {  }

/*************************************************************************/

/* search results / list view */
#list_wrap {
	text-align: left;
	min-height: 400px;
}
	#list_wrap_pad { padding: 0; }
	
	#list_head { margin-bottom: 10px; overflow: hidden;  }
		.head_thumb {
			float: right;
			margin: 0 0 15px 15px;
			color: #555;
		}
		.head_thumb img { margin: auto; }
		h1.head_title { margin: 0 0 10px 10px; }
		.head_desc { margin: 0 0 10px 10px; }
		.head_desc p { margin: 0 0 10px 10px; }
		
	#products_header {
		position: relative;
		height: 25px;
		text-align: center;
	}
		#products_header .xresults_pagelist { /*display: none;*/ }
	#products_footer {
		text-align: center;
	}
	.list_toolbar { margin-bottom: 10px; font-size: 11px; }
		.list_toolbar input, .list_toolbar select {
			font-size: 11px;
		}
		.list_sortby { 
			position: absolute;
			right: 140px;
			top: 5px;
		}
		.list_rpp {
			position: absolute;
			top: 5px;
			right: 10px;
		}
		.list_sortby select {  }
		#products_header .list_paging {  }
		#products_footer .list_paging {  }
		
	ul#layout_control {
		float: left;
		margin: 0;
		padding: 0;
	}
		ul#layout_control li {
			display: inline;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		ul#layout_control li a {
			display: inline-block;
			margin: 2px 1px;
			padding-left: 18px;
			padding-right: 5px;
			font-size: 11px;
			background: transparent url(../gfx/sprites-icons.gif) no-repeat;
			color: #777;
			text-decoration: none;
			border: 1px solid #fff;
			*zoom: 1;
			*display: inline;
		}
		ul#layout_control li a:hover{
			color: #444;
			border-color: #eee;
		}
		ul#layout_control li a.active {
			color: #111;
			border-color: #ccc;
		}
		ul#layout_control li a#gallery_layout { background-position: 2px -98px; }
		ul#layout_control li a#list_layout { background-position: 2px -117px; }
		
	#list_subcats {   }
	
	table.subcats_wrap_table {
		width: 100%;
		margin-bottom: 10px; }
		table.subcats_wrap_table td { vertical-align: top; }
		.subcat_item {
			width: 20%;
			text-align: left;  }
			.subcat_item_pad { padding: 10px; }
			.subcat_item .subcat_thumb {
				width: 130px;
				height: 130px;
				overflow: hidden;
				margin-bottom: 5px;
				text-align: center;
				border: 1px solid #ddd;
				background: #fff url(../gfx/beddingstyle_logo_sm_gray.png) no-repeat 50% 50%;
				color: #555; }
			.subcat_item .subcat_thumb img {  }
			.subcat_item .subcat_nm { font-weight: bold; font-size: 12px; text-transform: uppercase; }
			.subcat_item .subcat_nm a { text-decoration: none; color: #005; }
			.subcat_item .subcat_nm a:hover,
			.subcat_item .subcat_nm a:active,
			.subcat_item .subcat_nm a:focus { text-decoration: underline; }

			.subsubcat_nm { margin-left: 10px; }
			.subsubcat_nm a { text-decoration: none; }
			.subsubcat_nm a:hover,
			.subsubcat_nm a:active,
			.subsubcat_nm a:focus { text-decoration: underline; }
	
	#list_prods {  }
	
	table.product_wrap_table {
		width: 100%;
		margin-bottom: 10px;
		border-top: 1px dotted #a1c9e2; }
		
		table.product_wrap_table td { vertical-align: top; }
		
		.prod_item {
			width: 25%;
			padding-bottom: 40px;
			border-bottom: 1px dotted #a1c9e2;
			border-right: 1px dotted #a1c9e2;
			text-align: left;
			line-height: 1.3; }
			.prod_item.last_item { border-right: 0; }
			.prod_item_pad { position: relative; padding: 10px; }
			
				.prod_item a.favlink {
					position: absolute;
					display: block;
					top: -7px;
					left: 3px;
					width: 14px;
					height: 14px;
					font-size: 10px;
					text-decoration: none;
					background: url(../gfx/sprites-icons.gif) no-repeat 0 -60px;
					color: #000; }
				.prod_item a.favlink span { display: NONE; }
				
				.prod_item .thumb {
					width: 240px;
					height: 240px;
					margin-bottom: 5px;
					text-align: center;
					background: #fff url(../gfx/beddingstyle_logo_sm_gray.png) no-repeat 50% 50%;
					color: #777; }
					.prod_item .thumb a {
						position: relative;
						display: block;
						width: 100%;
						height: 100%;
						overflow: hidden;
						text-decoration: none; }
					.prod_item .thumb img { }
					
				.prod_item .item_row { margin-bottom: 10px; }
					.prod_item .item_row label { margin-right: 5px; }
					
				.prod_item .nm {  }
				.prod_item .nm a { text-decoration: none; }
				.prod_item .nm a:hover, .prod_item .nm a:active, .prod_item .nm a:focus { text-decoration: underline; }
				.prod_item .nm strong { font-weight: bold; text-transform: uppercase; }
				
				.prod_item .sku { font-size: 10px; padding: 2px; }
				
				.prod_item .item_pricing { margin-bottom: 10px; }
					.prod_item .sretail { color: #aaa; }
					.prod_item span.strike { text-decoration: line-through; font-size: 12px; }
					.prod_item .retail { font-weight: bold; font-size: 13px; }
					.prod_item .yousave { font-style: italic; }
					.prod_item .noprice {  }
					.prod_item .noprice a { text-decoration: none; }
					
					.prod_item .msrp_price_range_search { text-decoration: line-through; }
					.prod_item .new_price_range_search { color: red; }
					
				.ratingstars {
					width: 92px;
					height: 19px;
					overflow: hidden;
					background-image: url(../gfx/rating_stars.png);
					background-repeat: no-repeat;
					background-position: 0 -199px;
				}
				.stars_5-0, .stars_4-9, .stars_4-8, .stars_4-7, .stars_4-6 { background-position: 0 0; }
				.stars_4-5, .stars_4-4, .stars_4-3, .stars_4-2, .stars_4-1 { background-position: 0 -19px; }
				.stars_4-0, .stars_3-9, .stars_3-8, .stars_3-7, .stars_3-6 { background-position: 0 -39px; }
				.stars_3-5, .stars_3-4, .stars_3-3, .stars_3-2, .stars_3-1 { background-position: 0 -59px; }
				.stars_3-0, .stars_2-9, .stars_2-8, .stars_2-7, .stars_2-6 { background-position: 0 -79px; }
				.stars_2-5, .stars_2-4, .stars_2-3, .stars_2-2, .stars_2-1 { background-position: 0 -99px; }
				.stars_2-0, .stars_1-9, .stars_1-8, .stars_1-7, .stars_1-6 { background-position: 0 -199px; }
				.stars_1-5, .stars_1-4, .stars_1-3, .stars_1-2, .stars_1-1 { background-position: 0 -139px; }
				.stars_1-0, .stars_0-9, .stars_0-8, .stars_0-7, .stars_0-6 { background-position: 0 -159px; }
				.stars_0-5, .stars_0-4, .stars_0-3, .stars_0-2, .stars_0-1 { background-position: 0 -179px; }
				

				.prod_item .inv { padding: 2px; }
				
				.prod_item ul.product_links { margin: 5px auto; padding: 0; font-size: 10px; }
					.prod_item ul.product_links li { list-style: none; margin: 2px auto; }
					.prod_item ul.product_links li a { 
						padding-left: 16px;
						background: transparent url(../gfx/sprites-icons.gif) no-repeat;
						color: #777;
						text-decoration: none; }
					.prod_item ul.product_links li a:hover { color: #111; }
					.prod_item ul.product_links li a.fav {
						background-position: 0 -60px; }
					.prod_item ul.product_links li a.emf {
						background-position: 0 -38px; }
				
				.prod_item .actions {  }
					.actions .qtyinput { font-size: 11px; font-weight: bold; }
					.actions .btn_addtocart, .actions .btn_moreinfo {
						width: 90px;
						margin-top: 3px;
						color: #000;
						border: 1px solid #ddd;
						cursor: pointer;
						font: bold 12px Arial, sans-serif;
					}
	
	/* List Layout */
	#list_view_wrap {  }
	#list_view_wrap #products_header .list_paging { *margin-top: -25px; }
	#list_view_wrap input.btn_addtocart {
		float: right;
		padding: 0.25em 1em;
		background-color: #eee;
		color: #111;
		border: 1px solid #ccc;
		font-size: 14px;
	}
	table#list_layout { border: 1px solid #ddd; }
		table#list_layout th {
			background: #eee url(../gfx/bkg-btn-chrome.png) repeat-x 50% 50%;
			color: #333;
			padding: 5px;
			font-size: 11px;
			text-align: center;
			border-bottom: 2px solid #ddd;
		}
		table#list_layout td {
			padding: 5px;
			text-align: center;
			vertical-align: middle;
			background-color: #fff;
			border-bottom: 1px solid #ddd;
			/*border-right: 1px solid #efefef*/;
		}
		table#list_layout tr.alt td { background-color: #f5f5f5; }
		table#list_layout th.product_thumb_title { width: 10px; }
		table#list_layout td.product_thumb {  }
		table#list_layout th.product_sku_title {  }
		table#list_layout td.product_sku {  }
		table#list_layout th.product_desc_title { text-align: left; }
		table#list_layout td.product_desc { text-align: left; }
		table#list_layout th.product_status_title {  }
		table#list_layout td.product_status {  }
		table#list_layout th.product_price_title {  }
		table#list_layout td.product_price {  }
		table#list_layout th.product_quantity_title {  }
		table#list_layout td.product_quantity {  }
			table#list_layout td.product_quantity input {
				width: 30px;
				text-align: center;
				font-weight: bold; }
		table#list_layout td.product_desc ul.product_links { margin: 5px 0; padding: 0; font-size: 10px; }
			table#list_layout td.product_desc ul.product_links li { display: inline; list-style: none; }
			table#list_layout td.product_desc ul.product_links li a { 
				float: left;
				margin-right: 10px;
				padding-left: 16px;
				background: transparent url(../gfx/sprites-icons.gif) no-repeat;
				color: #777;
				text-decoration: none; }
			table#list_layout td.product_desc ul.product_links li a:hover { color: #111; }
			table#list_layout td.product_desc ul.product_links li a.fav {
				background-position: 0 -60px; }
			table#list_layout td.product_desc ul.product_links li a.emf {
				background-position: 0 -38px; }

/*************************************************************************/

/* product detail */
#detail_wrap { position: relative; zoom: 1; }
	
	.detail_header {
		margin-bottom: 20px;
		padding-bottom: 10px;
		overflow: hidden;
		border-bottom: 1px dotted #658db1; }
		.detail_header .marketing_flags { float: right; padding: 10px; }
		#detail_wrap h1.detail_title {
			clear: left;
			margin-left: 10px;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			line-height: 1.2; }
		.more_from { margin: 0 0 0 15px; font-size: 11px; color: #888; }
		.more_from a { text-decoration: none; }
	
	.detail_photo {
		float: left;
		width: 500px;
		margin: 0 20px 20px 10px; }
		.detail_photo .image_normal img { width: 400px; height: 400px; }
		.detail_enlarge {
			display: none ;
			float: left;
			margin: 10px auto;
			padding-left: 14px;
			background: url(../gfx/spr_icons.png) no-repeat 0 -58px;
			font-size: 11px;
			line-height: 1.2;
			text-decoration: none; }
		.detail_multipic { clear: both; text-align: center; }
			.detail_multipic ul { margin: 0; padding: 0; list-style: none; }
			.detail_multipic li { display: inline; margin: 0; padding: 0; list-style: none; }
			.detail_multipic img { width: 62px; height: auto; margin: 5px; }
			.detail_multipic a { text-decoration: none; }
		ul#detail_links { 
			clear: both;
			overflow: hidden;
			margin: 20px 0;
			list-style: none; }
			ul#detail_links li {
				margin: 5px 0;
				padding: 0;
				list-style: none;
				font-size: 11px; }
			ul#detail_links li a {
				display: block;
				float: left;
				padding-left: 14px;
				background-image: url(../gfx/spr_icons.png);
				background-repeat: no-repeat;
				text-decoration: none; }
			ul#detail_links li.noicon a { padding-left: 0; background: none; }
			ul#detail_links li.emailfriend a { background-position: 0 5px; display:none; }
			.wpc_title_action a { background-position: 0 7px; }
			ul#detail_links li.sizechart a { background-position: 0 -96px; }
			ul#detail_links li.doclink a { background-position: 0 -36px; }
			ul#detail_links li.sharethis a.addthis_button_compact { text-indent: -9999px; width: 20px; }
			
	.detail_cart { float: left; width: 640px; }
			
		
		ul.detail_info { margin: 10px 0; }
			ul.detail_info li { margin-bottom: 0.25em; }
			ul.detail_info li span { display: inline-block; width: 100px; }
			
		ul.detail_pricing {  }
			li.saleprice { font-weight: bold; font-size: 18px; color: #000; } 
		
		form#frmAddToCart {  }
			.child_row { padding: 3px; }
			.child_row label { display: block; margin: 10px 0 5px 0; font-weight: bold; }
			.child_row select { margin-bottom: 5px; width: 200px; font-size: 14px; }
			.detail_atc_droplist { padding: 5px 10px; }
			.detail_atc_standalone { padding: 5px 10px; }
				.detail_atc_standalone input { vertical-align: middle; }
			.detail_atc_matrix { text-align: right; padding: 20px; }
			#price_container { font-weight: bold; font-size: 18px; color: #000; }
			label.atc { display: block; margin: 15px 0; }
			label.atc input { vertical-align: middle; }
			input.qtyinput { width: 30px; text-align: center; }
			#idp_container { padding: 10px; }
				span.instock { font-size: 13px; font-weight: bold; color: #aaa; }
				span.outstock { font-size: 13px; font-weight: bold; color: #c00; }
		
		.detail_cart .jScrollPaneContainer, .detail_desc { margin-bottom: 20px; margin-left: 0; }
		.detail_desc {
			position: relative;
			overflow: hidden;
			/*margin-right: 10px;*/ }
			.detail_desc.scroll { overflow-y: auto; }
			.detail_desc h2 {  }
			.detail_desc_content { line-height: 1.5; width: }
			.detail_desc_content ul { margin-left: 7px; }
		
		.detail_pricerange { margin-bottom: 10px; }
			
		.detail_rating { margin-bottom: 20px; overflow: hidden; }
			.detail_rating .ratingstars {
				display: inline-block;
				vertical-align: middle;  }
			
	.detail_related {
		text-align: left;
		margin: 20px 0px 60px 0px; }
		.detail_related h4 {
			font-size: 175%;
			font-family: "Segoe UI", Optima, Arial, Helvetica, sans-serif;
			font-weight: normal;
		}
		.detail_related .prod_grid_list,
		.detail_related .prod_grid_list li {
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: center; }
		.detail_related .prod_grid_list li
		.prod_grid_list .thumb,
		.prod_grid_list .item_row {
				margin: 0px 10px;
				margin-bottom: 16px;
		}

		.prod_grid_list >li:nth-child(4n+1) .thumb,
		.prod_grid_list >li:nth-child(4n+1) .item_row {
				margin-left: 0px;
		}

		.detail_related li {
			width: 24%;
			vertical-align: top;
			display: inline-block;
			margin: 10px 0px;
			text-align: center; }
		.detail_related .thumb {
			overflow: hidden; }
		.detail_related .thumb img { max-width: 215px; max-height: 100%; }
		.detail_related .nm { font-weight: bold; font-size: 11px; line-height: 1.2; }
		.detail_related a { text-decoration: none; }
		.detail_related .pricerange { font-size: 11px; }
		.detail_related .retailprice {  }
		.detail_related .listprice { text-decoration: line-through; }

.detail_matrix {
	position: relative;
	clear: both;
	width: 1160px;
	padding: 10px;
	background-color: #a1c9e2; }
	#prod_size_tabs {
		clear: both;
		width: 100%;
		margin-top: 20px;
		overflow: hidden; }
		#prod_size_tabs ul { height: 30px; margin: 0 10px; }
		#prod_size_tabs ul>li>a { height: 29px; margin-right: 3px; }
	#qty_input_wrap {
		width: 100%;
		margin: 0 auto;
		background-color: #fff; }
		#qty_input_ddt {
			width: 100%;
			margin: 0; }
			
			#qty_input_ddt .childrow { display:none }
			#qty_input_ddt .childrow.all { display: table-row !important; }

			 #qty_input_ddt td {
			 	border-top: 1px solid #a1c9e2;
			 	border-bottom: 0px;
			 }

			#qty_input_ddt.filter_all .childrow { display:block; }
			#qty_input_ddt.filter_queen .childrow.queen { display:block; }
			#qty_input_ddt.filter_king .childrow.king { display:block; }
			#qty_input_ddt.filter_calking .childrow.calking { display:block; }
			#qty_input_ddt.filter_full .childrow.full { display:block; }
			#qty_input_ddt.filter_twin .childrow.twin { display:block; }
			#qty_input_ddt.filter_fullqueen .childrow.fullqueen { display:block; }
			#qty_input_ddt.filter_twinxl .childrow.twinxl { display:block; }
			#qty_input_ddt.filter_completetowel .childrow.completetowel { display:block; }
			#qty_input_ddt.filter_bathsheet2pc .childrow.bathsheet2pc { display:block; }
			#qty_input_ddt.filter_bathtowel4pc .childrow.bathtowel4pc { display:block; }
			#qty_input_ddt.filter_washtowel8pc .childrow.washtowel8pc { display:block; }
			#qty_input_ddt.filter_handtowel6pc .childrow.handtowel6pc { display:block; }
			

			.detail_qty_addtocart { padding: 20px; clear: both; text-align: right; }
			.detail_matrix .btn_addtocart { }
			.detail_matrix .btn_addtocart:hover,
			.detail_matrix .btn_addtocart:focus,
			.detail_matrix .btn_addtocart:active {  }
			
			#qty_input_ddt tr.groupby th { font-size: 13px; }
			
			.detail_matrix #idp_container { padding: 3px; }
				
			.detail_matrix .prod_info { padding: 10px 0; width: 889px; }
				.prod_info p { margin-bottom: 5px; }
				.prod_info .thumb {
					float: left;
					width: 80px;
					height: 80px;
					margin-right: 10px; }
					.prod_info .thumb img { width: 100%; height: auto; }
				.prod_info .nm { font-weight: bold; }
				.prod_info .shortds {  }
				.prod_info .sku { 
					float: left;
					margin-right: 15px;
					font-size: 11px;
					color: #888; }
				.prod_info .sizechart a {
					padding-left: 14px;
					font-size: 11px;
					background: url(../gfx/spr_icons.png) no-repeat 0 -98px;
					text-decoration: none;
				}
				
			.detail_matrix .prod_pricing {
				width: 90px;
				margin-top: 10px;
				padding: 10px 0;
				border-left: 1px dotted #658db1; }
				.prod_pricing p { margin: 0; padding-left: 10px; }
				.prod_pricing .retail_price { font-size: 14px; font-weight: bold; }
				.prod_pricing .sretail_price { text-decoration: line-through; color: #888; }
				.prod_pricing .you_save { color: #690; }

			.free_ship { color: red; }
	
			.detail_matrix .cart_input {
				width: 110px;
				margin-bottom: 10px;
				/*padding: 10px 0;*/
				text-align: center; }
				.detail_matrix .cart_input h6 {
					clear: both;
					margin: 10px 0 0 0;
					padding: 0;
					font-size: 10px;
					text-transform: uppercase; }
				.detail_matrix .cart_qty {
					margin-top: 10px;
					padding: 0 6px 8px 6px;
					overflow: hidden;
					background-color: #a1c9e2;
					color: #658db1;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					-o-border-radius: 5px;
					-khtml-border-radius: 5px;
					border-radius: 5px; }
					.detail_matrix .cart_qty h6 {
						clear: both;
						margin: 0;
						padding: 3px;
						font-size: 10px;
						text-transform: uppercase;
						color: #fff; }
					.detail_matrix .qtyinput {
						/*float: left;*/
						width: 52px;
						height: 25px;
						margin-bottom: 8px;
						font-size: 16px;
						font-weight: bold; }
					.detail_matrix .qtycontrol { 
						display: none;
						float: left;
						margin: 0;
						padding: 0; }
					.detail_matrix .qtycontrol li {
						margin: 0;
						padding: 0;
						list-style: none; }
					.detail_matrix .qtycontrol a {
						display: block;
						width: 10px;
						height: 25px;
						margin-left: 5px;
						line-height: 25px;
						text-decoration: none;
						font-size: 25px;
						font-weight: bold;
						outline: 0; }
					#price_below, 
					.detail_matrix .cart_qty .btn_addtocart,
					#btn_add_bundle_to_cart {
						width: 96px;
						padding: 8px 0;
						*padding: 6px 0;
						line-height: 1;
						/*background: #A1C9E2 url('../gfx/btn_96x27.png') no-repeat 0 1px;
						color: #658DB1;*/
						background: url('../gfx/btn_96x27_green.png') no-repeat 0 1px;
						color: #fff;
						border: 0;
						cursor: pointer; }
					#price_below:hover, 
					#price_below:focus, 
					.detail_matrix .cart_qty .btn_addtocart:hover,
					.detail_matrix .cart_qty .btn_addtocart:focus,
					#btn_add_bundle_to_cart:hover,
					#btn_add_bundle_to_cart:focus {
						background-position: 0 -77px;
						/*color: #658DB1;*/
						color: #fff;
						outline: none;
					}
					.wpc_title_action .wpc_email {
						width: 176px;
						height:36px;
						display:block;
						text-decoration:none;
						line-height: 36px;
						background: url('../gfx/btn_176x35.png') no-repeat 0 1px;
						color: #658DB1;
						border: 0;
						cursor: pointer;
						text-align:center; }
					.wpc_title_action .wpc_email:hover,
					.wpc_title_action .wpc_email:focus {
						background-position:0px -39px;
					}
					.wpc_title_action .wpc_email {
					}
					.detail_matrix .cart_qty .btn_addtocart:active {
						background-position: 0 -156px;
						color: #fff;
						outline: none;
					}
				.detail_matrix .cart_idp { clear: both; }
				.detail_matrix .instock { display: block; margin-top: 5px; font-size: 11px; font-weight: normal; color: #aaa; }
				.detail_matrix .outstock { display: block; font-size: 11px; font-weight: bold; color: #c00; }
				.detail_matrix .cart_idp .idp_watchlink { font-size: 11px; white-space: nowrap; }
				.idp_eta { font-size: 11px; }
					
			/* matrix-one */
			#detail_mx1_sizes {
				float: right;
				width: 480px; }
			#detail_mx1_loading { visibility: HIDDEN; }
			#detail_mx1_sizes form { margin: 0; padding: 0; }
			#detail_mx1_sizes table { width: 100%; }
			/* #detail_mx1_sizes table tr td { padding: 5px 5px 10px 5px; } */
			#detail_mx1_sizes table tr td input.qtybox { width: 30px; text-align: center; font-weight: bold; border: 1px solid #ccc; }
			#detail_mx1_sizeinfo {  }
			#detail_mx1_sizeheader {
				font-size: 14px;
				font-weight: bold;
				border-bottom: 1px solid #ccc;
				padding: 2px;
				margin-bottom: 2px; }
			#detail_mx1_colors { width: 220px; }
			#detail_mx1_colors select {
				width: 200px;
				margin: 0 0 10px 10px; }
			.add_cart_container { text-align: right; padding: 10px; }	
			
	#detail_reviews {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 60px; }
	
	/* Detail Add-on Products */
	a#child_detail_enlarge {
		background:url(../gfx/sprites-icons.gif) no-repeat scroll 0 -80px transparent;
		display:block;
		/*float:left;*/
		clear:both;
		font-size:11px;
		margin:10px auto;
		padding-left:16px;
		text-decoration:none; }
	div#addon_product_container {
	margin:0 30px 12px 0;
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px;
	/*width: 380px;*/ }
		div#addon_product_container label {
			display:block;
			font-style:italic;
			font-weight:bold;
			padding-right:5px;
			margin: 0; }
		div#addon_product_container select{
			vertical-align:middle;
			width: 300px; }
		
#bundle_size {
width: 150px;
    background: white;
    box-shadow: none;
    height: 30px;
    border: 1px solid #424242;
    border-radius: 0 !important;
    -webkit-appearance: none;
    background: url(/../../images/chevrondrop.png);
    background-position: 95% 50%;
    padding: 0 0 0 10px;
    background-repeat: no-repeat;
}

/*************************************************************************/

/* Marketing Flags */

span.flag {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	padding: 0 4px 0 10px !important;
	height: 14px;
	overflow-y: hidden;
	line-height: 14px;
	font-size: 9px;
	text-transform: uppercase; }
	span.flag span.point {
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		border-style: solid;
		border-width: 7px 7px 7px 0; }
	span.flag.red { background-color: red; color: white; }
	span.flag.red span.point { border-color: white red; }
	span.flag.blue { background-color: blue; color: white; }
	span.flag.blue span.point { border-color: white blue; }
	span.flag.green { background-color: green; color: white; }
	span.flag.green span.point { border-color: white green; }
	span.flag.orange { background-color: orange; color: white; }
	span.flag.orange span.point { border-color: white orange; }
	span.flag.yellow { background-color: yellow; color: red; }
	span.flag.yellow span.point { border-color: white yellow; }
	span.flag.purple { background-color: purple; color: white; }
	span.flag.purple span.point { border-color: white purple; }
	span.flag.black { background-color: black; color: white; }
	span.flag.black span.point { border-color: white black; }

.large_flags span.flag {
	margin-left: 6px;
	padding: 0 5px 0 12px;
	height: 18px;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold; }
	.large_flags span.flag span.point { border-width: 9px 9px 9px 0; }


/*************************************************************************/

/* Make and Model Detail (Style Detail) */

#style_detail_wrap {  }
	#style_detail_wrap .btn_addtocart { padding: 5px 10px; font-weight: bold; }
	#style_detail_wrap .detail_photo {
		float: none;
		width: 720px;
		max-width: 720px;
		overflow: hidden;
		margin: 0 auto 15px auto;
		padding: 0;
		background: none;
		color: #555; }
		#style_detail_wrap .detail_photo img {
			float: left;
			width: auto;
			height: auto;
			max-width: 710px;
			*width: expression(this.width > 710 ? 710 : true);
			-ms-interpolation-mode: bicubic; /* makes resized imgs look better in IE7 */
			margin-right: 15px;
			border: 3px solid #efefef; }
		.detail_searchfields { float: left; }
		.detail_searchfields ul {
			margin: 1em;
			padding: 0;
			text-align: left; }
		.detail_searchfields li {
			list-style: none;
			list-style-position: outside;
			margin: 0 0 0.25em 0;
			padding: 0; }
		.detail_searchfields li strong {
			display: inline-block;
			width: 100px;
			*zoom: 1;
			*display: inline; }

	.detail_products {
			margin: 15px 0;
			padding-top: 15px;
			border-top: 2px solid #ccc; }
		.detail_products .productwrap {
			clear: both;
			margin-bottom: 10px; }
		.detail_products .productwrap table.DDT-wrap {  }
		.detail_products .detail_info {
			clear: both;
			margin: 10px 0;
			padding: 10px 0;
			border-top: 1px solid #ccc; }
	

/*************************************************************************/


/* Catalog Builder Common */

.xresults_pages { float: left; }
	.xresuls_counter, .xresults_counter {
		position: absolute;
		top: 5px;
		left: 10px;
		font-size: 11px;
	}
	ul.xresults_pagelist {
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	ul.xresults_pagelist li {
		display: inline-block;
		text-align: center;
		margin: 2px;
		padding: 0;
		list-style-type: none;
		font-size: 11px;
	}
	ul.xresults_pagelist li strong {
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		border: 1px solid #658db1;
		background-color: #fff;
		color: #658db1;
	}
	ul.xresults_pagelist li a {
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		border: 1px solid #fff;
		background-color: #fff;
		color: #a1c9e2;
		text-decoration: none;
	}
	ul.xresults_pagelist li a:hover {
		border-color: #a1c9e2;
	}
	li.xresults_pagespan {
		border: 0;
		background-color: #fff;
		padding: 3px;
		margin-top: 0.5em;
	}
	ul.xresults_pagelist li a.xresults_pageprev,
	ul.xresults_pagelist li a.xresults_pagenext { width: 40px; }
	
/*************************************************************************/


/* Size-Color Matrix Table  */

.asc-matrix {  }
.asc-matrix td { padding: 5px; font-size: 11px; border-bottom: 1px solid #eee; }
.asc-matrix tr.headrow td {
	background: #ccc url(../gfx/bkg-btn-chrome.png) repeat-x left;
	color: #000;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.asc-matrix a.swatch {
	display: block;
	width: 50px;
	height: 30px;
	background: url(../../images/i_magnify.gif) no-repeat right bottom;
	text-decoration: none;
	border: 1px solid #333;
}
.asc-matrix a.swatch-no-image {
	cursor: default;
	display: block;
	width: 50px;
	height: 30px;
	text-decoration: none;
	border: 1px solid #333;
}
.asc-matrix-colorname { width: 70px; }

.asc-matrix .qtybox { width: 25px; text-align: center; font-weight: bold; display: block; font-size: 11px; }
.asc-matrix-price { font-weight: bold; font-size: 12px; }
.asc-matrix-idp {  }
.asc-matrix-idp a { display:block; white-space:no-wrap; }
.asc-addtocart { text-align: right; padding: 10px 0; }


/*************************************************************************/

/* Ratings - Reviews */

ul.reviews_list {
	margin: 10px 0;
	padding: 10px 0;
	list-style: none;
	border-top: 1px solid #658db1; }
	ul.reviews_list li {
		margin: 0 0 10px 0;
		padding-bottom: 10px;
		/*clear: both;*/
		list-style: none;
		list-style:none;
		border-bottom: 1px dotted #a1c9e2; }
	ul.reviews_list p { margin: 0 0 0.5em 0 !important; }
	#detail_reviews .overall_rating {
		float: right;
		overflow: hidden;
		margin: 0 0 20px 20px;
		padding: 10px 20px;
		background-color: #fff;
		border: 1px solid #658db1; }
		span.overall_rating_stars {
			display: block;
			width: 92px;
			height: 19px;
			overflow: hidden;
			background-image: url(../gfx/rating_stars.png);
			background-repeat: no-repeat;
			background-position: 0 -199px; }
		span.indiv_rating_stars {
			display: block;
			width: 92px;
			height: 19px;
			overflow: hidden;
			background-image: url(../gfx/rating_stars.png);
			background-repeat: no-repeat;
			background-position: 0 -199px; }
			span.rating_1 { background-position: 0px -159px; }
			span.rating_2 { background-position: 0px -119px; }
			span.rating_3 { background-position: 0px -79px; }
			span.rating_4 { background-position: 0px -39px; }
			span.rating_5 { background-position: 0px 0px; }
	ul.reviews_list li div.review_info { float: left; width: 120px; }
	ul.reviews_list li div.review_info h4 {
		font-size: 25px;
		line-height: 1; }
	ul.reviews_list li div.review_details {
		margin-left: 135px;
		padding-left: 15px;
		border-left: 1px dotted #a1c9e2; }
		ul.reviews_list li div.review_details em { font-size: 12px; }
	.detail_reviews a.btn {
		display: block;
		padding: 5px 10px;
		background-color: #F90;
		color: #fff;
		font-weight: bold;
		text-decoration: none; }
	button.add_review {
		width: 100px;
		padding: 0.2em;
		background: #7d2d06 url(../gfx/fade-v-medium-20.png) repeat-x 0 8px;
		color: white;
		border: 1px solid #300;
		outline: 0;
		font-size: 10px;
		text-transform: uppercase;
		cursor: pointer;
		border-radius: 0.33em;
		-moz-border-radius: 0.33em;
		-webkit-border-radius: 0.33em; }


/*************************************************************************/

/*************************************************************************/
/* auto-complete jQuery plugin styles */
/*************************************************************************/

.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
        text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	background-color: #444;
	color: white;
}


/* Cloud Zoom */

/* This is the wrapper for the photo */
#cloud-zoom-wrap {
position: relative;
z-index: 8;
top: 0px;
float: left;
}

.detail_multipic {
	float: right;
	clear: none;
}

.detail_multipic li {
	display: block;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 1px solid #000;
margin: -1px;	/* Set this to minus the border thickness. */
background-color: #fff;	
cursor: move;
}

/* This is for the title text. */
.cloud-zoom-title {
font-family: Arial, Helvetica, sans-serif;
position: absolute !important;
background-color: #000;
color: #fff;
padding: 3px;
width: 100%;
text-align: center;	
font-weight: bold;
font-size: 10px;
top: 0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 1px solid #000;
overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
position: absolute;
top: 50% !important;
left: 50% !important;
width: 80px !important;
overflow: hidden;
margin-top: -10px;
margin-left: -40px;
background: #fff;
text-align: center;
padding: 5px 0;
font: 14px Arial, Helvetica, sans-serif;
}



/* Misc */

.detail_styles { clear:both; }
#p_nm_container .form_lcol, #p_nm_container form_rcol, #p_sku_container .form_lcol, #p_sku_container form_rcol { float:left !important; margin-right;9px; margin:0px !important; padding:.05em 0px !important; }

#p_nm_container { margin:0px; }

#p_nm_container, #p_sku_container, #to_email_container { font-weight:bold; font-size:11px !important; }
#p_nm_container div, #p_sku_container div, #to_email_container div { font-weight:bold; font-size:11px !important; }

#price_table { margin:0px; padding:0px; border-collapse:collapse; border-top:1px solid #ccc; border-right:1px solid #ccc; }
#price_table td { border-left:1px solid #ccc; border-bottom:1px solid #ccc; text-align:left; padding:2px 4px; }
#price_table .price_title { background-color:#ccc; padding:2px 4px; text-align:left; }
#to_email_question_container { width:100px; }
#to_email { width:200px; }
#to_email_answer_container {float:left; width:200px; }
#to_email_question_container { float:left; }
/*
.megamenu {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
	clear:both;
}

.megamenu ul {
	margin:0px;
	padding:0px;
}

.megamenu li {
	list-style:none;
	margin:0px;
	padding:0px;
}

.megamenu > li {
	float:left;
	z-index:998;
	width: auto;
}

.megamenu .mega_clear {
	display:block;
	clear:left;
	width:100%;
	border-bottom:1px solid #a1c9e2;
	margin-bottom:5px;
	width:693px;
}

.megamenu > 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);
}

.megamenu > li > a:hover,
.megamenu > li > a:focus,
.megamenu > li > a.active,
.megamenu > li > a.subhover {
	outline: none;
	background-color: #a1c9e2;
}

.megamenu > li > ul {
	display:none;
	float:left;
	position:absolute;
	top:30px;
	left:0px;
	padding:10px 5px;
	width:933px;
	background-color:#fff;
	z-index:999;
	border:1px solid #a1c9e2;
}

.megamenu .featured {
	vertical-align:top;
	width:170px;
	min-height:150px;
	position:relative;
	float:right;
	margin:0px 5px 0px 0px;
	padding:0px;
	text-align:center;
	overflow:hidden;
}

.megamenu .featured a {
	border:0px;
}

.megamenu .featured br {
	display:none;
}

.megamenu .mega_child {
	margin-bottom:5px;
	margin-right:10px;
	float:left;
	vertical-align:top;
	width:151px;
	padding:0px 0px 5px 70px;
	position:relative;
}

.new .mega_child {
	padding:0px 0px 5px 15px;
}

.mega_child img {
	position:absolute;
	top:0px;
	left:0px;
}

.megamenu > li > ul > li > a {
	position:relative;
	vertical-align:top;
	display:block;
	width:100%;
	font-weight:bold;
	font-size:16px;
	margin-bottom: 3px;
}

.megamenu > li > ul > li a {
	display:block;
	text-decoration: none;
}

.megamenu ul ul {
	display:block;
}

.megamenu ul a {
	line-height:16px;
}

.mega_child a {
	color: #005;
}
.mega_child ul >  li > a {
	color: #369;
}

.megamenu ul ul a:hover {
	color: #005;
}

.mmimage {
	height:120px;
	padding: 10px 0px 0px 20px !important;
}

.mmimage > a > img {
	width: 120px;
}*/

.imageclear{
	width: 100% !important;
}

.header {
	font-weight: bold;
	font-size:13px;
	padding-bottom:10px;
	text-transform: uppercase;
}

.header a {
	font-weight: normal;
}

.new .mega_child {
	border-right: solid #a1c9e2 1px;
	height:300px;
	margin:0px;
	padding: 10px 0px 10px 15px;
}

#color {

}

#specials {
	height:100px !important;
	border-bottom: solid #a1c9e2 1px;
}

#pattern_type {
	height:190px !important;
	padding: 10px 0px 0px 15px;
}


/*****************************************************************************/

.default #wpc_featured_products .clearit { display:none; }

.default .specials_item { margin-top:20px; }

#price_below {
	display: inline-block;
	width: 124px;
	margin-left: 15px;
	background-image: url(../gfx/btn_124x27_green.png);
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}


/* category page alt description */

#footer_text { 
	/*display: none;*/ 
	padding: 5px;
	margin-top: 25px;
	margin-left:10px;
}

#footer_header{
	margin-left:10px;
}

.head_desc {
	
}

#category_image {
	width: 100%;
	text-align: center;
}
#category_image > img {
	width: 100%;
	margin-bottom: 20px;
}

.head_desc { 
	text-align:center; 
	margin: 10px;
}

.category-button {
	padding: 10px 15px;
	font-size: 18px;
	background-color: #a1c9e2;
	color: #fff;
	white-space: nowrap;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	margin: 0px 10px;
}

ul#detail_links li {
	float: left;
	margin-right: 4px;
}

ul#detail_links li.addfave a {
	background: url(../gfx/icon-heart.png) 0px 0px no-repeat;
	height: 32px;
	padding-left: 40px;
	line-height: 32px;
	margin-top: 3px;
}

#sign-up input[type="button"] {
    background: #3a9905;
    cursor:pointer;
    border: none;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
}

#sign-up input[type="button"]:hover {
    background: rgba(58, 153, 5, 0.68);
}

#sign-up #EMAIL_FIELD {
    height: 27px;
    width: 215px;
    color: #999;
}
div#emailbox img {
    margin-top: 10px;
}

#sign-up {
    font-weight:300;
}

/* Firefox BugFix. */

#cart_addr_verify_back, #cart_addr_verify_ds, #cart_addr_verify {
    padding-bottom: 1px;
}

.blocks {
    display: inline-block;
    padding: 15px;
}

.blocks img {
    max-width: 250px;
    max-height: 250px;
}

.blocks p {
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 700;
}
