.advSearchContainer {
	margin-top: 5px;
    margin-bottom: 10px;	
}

.js-search-select, .js-normal-select {
    float: left;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}

.select2-container {  }
.advSearchField {
 display:inline-block;
 line-height:30px;
 position:relative;
 /*width:responsive*/
 height: 35px; 
 text-indent:10px; 
 background:#EEE;	
 font-size: 15px;
 margin: 0;
 padding: 0; 
 border: none;
 width: 100%; 
 color: #444;
}

.advSearchGo {
	float: right;
	width: 40px;
	background-color:#666;
	position:relative;
	margin: 0px;
	padding: 0px;
	clear:both;
	display:inline-block;
	height:35px;
    /*width:responsive*/
	color: #FFFFFF;
	border: none;
	font-size: 14px;
	background-image: url(../../images/search-submit-button.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.advSearchBox1 {
	float: left;
    width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);	
	position:relative;
	top: 0;
	display: inline-block;
	height: 35px;
	padding: 0px;		
	background-color:#EEE;		
}

.advSearchBox2 {
	float: left;
	width: 100%;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;
	margin: 0;	
	margin-top: 10px;	
	background-color:#EEE;		
}
.advSearchBox2 span { 
    color: #FFF;
}
.advSearchBox3 {
	float: left;
	width: 100%;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;		/* All Price Ranges */
	margin: 0;			/* All Price Ranges */
	margin-top: 10px;
	background-color:#EEE;	
}
.advSearchBox3 span { 
    color: #FFF;
}
.advSearchBox4 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;	
	margin: 0;	
	background-color:#EEE;			
}
.advSearchBox5 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px; /* cigar ring gauge */				
}
.advSearchBox6 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;		
}
.advSearchBox7 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;	/* cigar length */		
}
.advSearchBox8 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;	/* cigar length */		
}
.advSearchBox9 {
	float: left;
	position:relative;
	top: 0;
	display: inline-block;
	height:35px;
	padding: 0px;	
	float: left;		
}

/* featured boxes */

	.featured-product-box {
		margin:0 auto;
	}

	.featured-product-box img {
            width: 100%;
			height: auto;
			background-color: #FFFFFF;
	}

   .product-also-content {
	margin:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; /* future proofing */
	-khtml-border-radius:3px; /* for old Konqueror browsers */	
	padding: 0px;
    background-color: #F7F7F7;
	padding: 10px;
   }

   .product-also {
	float:left;
	margin:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; /* future proofing */
	-khtml-border-radius:3px; /* for old Konqueror browsers */	
	margin-left: 5px;
	margin-right: 5px;
	min-height: 250px;
	padding: 0px;
	margin-bottom: 10px;	
   }
	
   .featured-product-box h3 {
    background: none;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    text-transform: none;
    margin-top: 10px;
	margin-bottom: 15px;	
   }

   .featured-product-box h3 span {
     color: #009966;	
   }   
   .featured-product-box h3 strong {
     color: #0066CC;	
	 font-weight: normal;
   }    
   
		.product-also.last{
			margin:0 0 30px;
		}
			.product-also-name{
				padding:10px 0;

			}
			.product-also-name, .product-also-name a{
				color:#666;
				text-decoration:none;
			}
				.product-also-name a:hover{
					color:#000;
					text-decoration:underline;
				}
			.product-also-price{
				padding:0 0 10px;
				font-size:18px;
			}		
				.product-also-price, .product-also-price a{
					color:#333;
					font-weight:bold;
				}
				.product-also-price a:hover{
					color:#000;
				}

#also_purchased .count_3cols_col_3{margin-right: 10px !important;}
#also_purchased .count_3cols_col_4{margin-right: 0 !important;}