
/************************************** CLASSIC CSS STYLES ************************************/
/* In stock checkbox */
.classic .checkbox {
	padding-top:4px;
	margin-bottom:-10px;
}
.classic .search_stock_checkbox {
	height:30px
}
.classic .search_stock_checkbox label {
	color:#333;
	margin-bottom:1px;
}
/* Drop down lists */
.classic .form-controlplus {
	display: block;
	width: 100%;
	padding: 3px 5px;
	line-height: 1.42857;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.classic .form-controlplus:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.classic .form-controlplus[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
.block select { width:100%; } /* override global.css */

/* Buttons */
.classic .btn-searchplus {
	display:inline-block;
	margin-bottom:0;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	white-space:nowrap;
	line-height:1.42857;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color: #ffffff;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	border:1px solid #5095d1;
	background-color:#116cba;
	box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
}
.classic .btn-searchplus:hover, .classic .btn-searchplus:focus, .classic .btn-searchplus:active, .classic .btn-searchplus.active {
  color: #ffffff;
  background: #6faadc;
  text-decoration: none;
}
.classic .searchplus_slider_container {
	margin-bottom: 15px;
}
/*******/
.classic .searchplus-block-photo {
	margin-bottom:15px;
}
.classic .searchplus-block.home .page-subheading {
	border-bottom: 1px solid #d6d4d4;
}
.classic span.before-field {
	display:none;
}
.classic .search_stock_checkbox .checkbox label {
    vertical-align: top;
}