#sbsp_top {
	display: block;
	clear: both;
	min-height: 100px;
	padding: 0;
	width: 100%;
}

#sbsp_top form {
	margin: 6px 0 0;
}

.sbsp_loader div {
	width: 100%;/*890px*/
	display: block;
	height: 390px;
	background-color: rgb(221, 221, 221);
	opacity: 0.9;
}
.sbsp_loader div img {
	margin: 0px auto;
	display: block;
	top: 165px;
	position: relative;
	left: -450px;
}
.sbsp_submit {
	display: inline-block;
	margin-top: 90px;
}

.sbsp_submit .button_mini {
	border: 1px solid rgb(190, 182, 182);
	border-radius: 4px;
	height: 22px !important;
	width: 42px;
	font-weight: bold !important;

	background: #316fe9; /* Old browsers */
	background: -moz-linear-gradient(top,  #316fe9 0%, #24478d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316fe9), color-stop(100%,#24478d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #316fe9 0%,#24478d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #316fe9 0%,#24478d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #316fe9 0%,#24478d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #316fe9 0%,#24478d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316fe9', endColorstr='#24478d',GradientType=0 ); /* IE6-9 */
}

.sbsp_submit .button_mini:hover {
	background: #24478d; /* Old browsers */
	background: -moz-linear-gradient(top,  #24478d 0%, #316fe9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24478d), color-stop(100%,#316fe9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #24478d 0%,#316fe9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #24478d 0%,#316fe9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #24478d 0%,#316fe9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #24478d 0%,#316fe9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24478d', endColorstr='#316fe9',GradientType=0 ); /* IE6-9 */
}

.sbsp_div {
	display: inline-block;
	min-width: 150px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.sbsp_div.sbsp_div4 {
	margin-right: 0;
}

.disabled {
	opacity: 0.2;
}

.enabled {
	opacity: 1.0
}

.sbsp_selectbox {
	display: block;
	width: 164px;
	padding: 0;
	font-size: 14px;
	height: 22px;
}

#sbsp_top .title_head {
	padding: 10px 0;
	font: 600 17px "Open Sans";
	color: #2452AE;
}

/* Selectors */
.sbsp_selector {
	/*width: 200px;*/
	float: left;
	/*margin-right: 10px;*/
	height: 380px;
}
/*
.sbsp_selector.number1 {
	width: 150px;
}

.sbsp_selector.number3 {
	width: 225px;
}
.sbsp_selector.number4 {
	width: 275px;
}*/

.sbsp_selector .title {
	color: #2452AE;
	font-weight: 600;
	font-size: 13px;
	padding: 0 0 5px;
	text-align: center;
	width: 100%;
}

.sbsp_selector .container {
	width: auto;
	border: 1px solid #dbdbdb;
	padding: 0 0 0 10px;
}

.sbsp_selector .scrollUp,
.sbsp_selector .scrollDown {
	width: 100%;
	height: 30px;
	padding: 0;
	cursor: pointer;
}

.sbsp_selector .scrollUp {
	background: url("../img/scrollUp.png") center center no-repeat;
	border-bottom: 1px solid #dbdbdb;
}

.sbsp_selector .scrollDown {
	background: url("../img/scrollDown.png") center center no-repeat;
	border-top: 1px solid #dbdbdb;
}

.sbsp_selector .items {
	height: 350px;
	overflow: auto;
}

.sbsp_selector .items li {
	font-weight: 600;
	padding: 0 0 5px;
	cursor: pointer;
	font-size: 13px;
}

.sbsp_selector .items li:first-of-type {
	padding-top: 5px;
}

.sbsp_selector .items li.selected {
	color: #2452AE;
}

.sbsp_selector .items li:hover {
	text-decoration: underline;
}

.sbsp_check-boxes table {
	width: 100%;
	margin: 20px 0;
}

.sbsp_check-boxes table td {
	padding: 5px 0;
}
.sbsp_check-boxes table td label {
	color: #2452AE;
	font-weight: 600;
}

#productsSortForm {
	clear: both;
}

.sbsp-subtitle {
	color: #2452AE !important;
	font-weight: 600;
	padding: 0 0 20px;
	margin: 0;
}

.sbsp-num-products {
	display: block;
	color: #2452AE !important;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 30px 0 10px !important;
	clear: both;
}