/*************** CLEARFIX
***************************/
.exide_search_container .cf:before, .vhg-selector.cf:before,
.exide_search_container .cf:after, .vhg-selector.cf:after {
	content:"";
	display:table;
}

.exide_search_container .cf:after, .vhg-selector.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.exide_search_container .cf, .vhg-selector.cf {
	zoom:1;
}

/*************** STYLE
***************************/

.qv {
	display: inline-block;
	padding: 2px;
	width: 100%;
	max-width: 120px;

	background: #0161aa;
	color: #fff;
	text-transform: uppercase;
}

.exide_search_container form {
	margin-bottom: 40px;
	padding: 30px 40px;

	background: #e6e7e9;
	color: #000;
}

.exide_search_container form p:last-child {
	margin-bottom: 0;
}

.exide_search_container p.submit {
	text-align: right;
}

.exide_search_container .results .item .image {
	float: left;

	height: auto;
	margin-right: 5%;
	width: 40%;
}

.exide_search_container .results .item.thumb .inner {
	float: left;

	padding-top: 6%;
}

.exide_search_container .results .item h3 {
	margin-top: 10px;
}

.exide_search_container input[type="text"], .exide_search_container select {
	width: 100%;
}

.dimensions_search_container label {
	display: block;
	width: 100%;
}
@media (min-width: 500px) {

	.dimensions_search_container label {
		display: inline-block;
		width: 120px;
	}
}

/*************** VHG SELECTOR
***************************/
.vhg-selector {
	margin-top: 40px;
	padding: 4%;

	background: #cc3d28;
	color: #fff;
}
.vhg-selector a {
	display: block;
	float: left;

	height: 25px;
	width: 70px;
	padding: 18px;

	color: #fff;
	text-decoration: none !important;
}
.vhg-selector a:hover, .vhg-selector a.active {
	color: rgba(255, 255, 255, 0.6);
}
.vhg-selector h4 span {
	display: inline-block;
	float: right;

	height: 20px;
	width: 60px;

	background-color: rgba(255, 255, 255, 0.2);
	font-size: small;
	line-height: 1.5;
	text-align: center;
}
