.priceVariations {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 7px 20px;
	border: 1px solid #e7e7e7;
	overflow: auto;
	float: right;
	width: 460px;
	min-height: 117px;
	text-align: center;
}

.priceVariations h4 {
	font-weight: 300;
	letter-spacing: -1px;
	color: #333;
	margin: 10px 0;
	font-size: 18px;
	line-height: 30px;
}

.priceVariations h4 em {
	color: #AC3E5B;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 5px;
}

.priceVariationsControls {
	display: inline-block;
}

.priceVariations select {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-right: 10px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 170px;
	margin-bottom: 0;
}

.priceVariations a {
	color: #666;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	font-size: 14px;
}

table.tv-loading {
	position: relative;
	z-index: 9;
}

table.tv-loading:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	z-index: 10;
}

table.tv-loading:after {
	position: absolute;
	content: " ";
	background: url("images/spinner.gif") top left no-repeat transparent;
	background-size: 32px 32px;
	top: 50px;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	z-index: 11;
}

@media (min-width: 1024px) and (max-width: 1200px) {

	.priceVariations {
		width: auto;
		float: none;
		min-height: 0;
		clear: both;
	}
	
	.priceVariations h4 {
		float: left;
		margin: 0;
	}
	
	.priceVariationsControls {
		float: right;
		margin: 0;
	}

}

@media (min-width: 860px) and (max-width: 1023px) {

	.priceVariations {
		width: auto;
		float: none;
		min-height: 0;
		clear: both;
	}
	
	.priceVariations h4 {
		float: left;
		margin: 0;
	}
	
	.priceVariationsControls {
		float: right;
		margin: 0;
	}

}

@media (min-width: 320px) and (max-width: 859px) {
	
	.priceVariations {
		width: auto;
		float: none;
		min-height: 0;
		padding: 7px;
		clear: both;
	}
	
}