/*SLIDER*/

.prodSort_b-slider .ui-slider{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 8px;
	margin: 0 0 0 20px;
	background-color: #f2f2f2;
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15);
}

.prodSort_b-slider .ui-slider-handle{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 20px;
	line-height: 20px;
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, #f4f4f4), to(#e5e2e1));
	background-image: -webkit-linear-gradient(#f4f4f4 50%, #e5e2e1);
	background-image: -moz-linear-gradient(#f4f4f4 50%, #e5e2e1);
	background-image: -o-linear-gradient(#f4f4f4 50%, #e5e2e1);
	background-image: linear-gradient(#f4f4f4 50%, #e5e2e1);
	margin: -10px 0 0 -17px;
	border-radius: 3px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: default;
}
.prodSort_b-slider .ui-slider-handle:focus{
	outline: none;
}
	.prodSort_b-slider .ui-slider-handle:after{
		content: "";
		position: absolute;
		right: 0;
		bottom: -6px;
		left: 0;
		height: 6px;
		background: url(../../img/sh-7.png) 50% 0 no-repeat;
	}

	.prodSort_b-slider .ui-slider-handle span{
		font-weight: normal;
	}

.prodSort_b-slider .ui-slider-range{
	position: absolute;
	height: 8px;
	background-color: #e25500;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15);
}

/*TABS*/

.tabsProdFilterNav_l .ui-state-default a:hover, .tabsProdFilterNav_l .ui-tabs-active a{
	color: #fff;
	text-shadow: 0 0 10px #ff7900;
}

.tabsProdFilterNav_l .ui-tabs-active a{
	background-color: #4f3632;
	background-color: rgba(79, 54 ,50, .7);
	font-family: 'helveticaneue-bold', Arial, Helvetica, sans-serif;
}	
	.tabsProdFilterNav_l .ui-tabs-active a:before, .tabsProdFilterNav_l .ui-tabs-active a:after{
		content: "";
		position: absolute;
		bottom: 0;
		width: 4px;
		height: 4px;
		background-image: url(../../img/angle-2.png);
		background-repeat: no-repeat;
	}
	.tabsProdFilterNav_l .ui-tabs-active a:before{
		left: -4px;
		background-position: 0 0;
	}
	.tabsProdFilterNav_l .ui-tabs-active:first-child a:before{
		display: none;
	}
	.tabsProdFilterNav_l .ui-tabs-active a:after{
		right: -4px;
		background-position: -4px 0;
	}

.ui-state-default a:focus{
	outline: none;
}

.ui-tabs-active a{
	cursor: default;
}

/*ACCORDION*/

.prod_l-item.var-3.ui-accordion-header-active{
	background: none;
}
.accountHistory_b-itemHeader.ui-accordion-header-active{
	border-bottom: none;
}
.ui-accordion-header{
	cursor: pointer;
}
.ui-accordion-header:focus{
	outline: none;
}

/*SPINNER*/

.ui-spinner{
	position: relative;
	display: block;
}

.ui-spinner-button{
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url(../../img/icon-plusminus.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.ui-spinner-up{
	right: -30px;
	background-position: 0 0;
}

.ui-spinner-down{
	left: -30px;
	background-position: 0 -30px;
}

/*TOOLTIP*/

.ui-tooltip{
	min-width: 80px;
	padding: 5px 10px;
	position: absolute;
	z-index: 9999;
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.6, #f3f3f3), to(#ccc4c3));
	background-image: -webkit-linear-gradient(#f3f3f3 60%, #ccc4c3);
	background-image: -moz-linear-gradient(#f3f3f3 60%, #ccc4c3);
	background-image: -o-linear-gradient(#f3f3f3 60%, #ccc4c3);
	background-image: linear-gradient(#f3f3f3 60%, #ccc4c3);
	border: 1px solid #b4adab;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	text-align: center;
	text-transform: none;
}

	.ui-tooltip:after{
		content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		width: 11px;
		height: 8px;
		margin: 0 0 0 -5px;
		background: url(../../img/arr-3.png) 0 0 no-repeat;
	}

/*DIALOG*/

.ui-dialog{
	position: absolute;
	z-index: 5001;
	top: 0;
	left: 0;
	outline: none;
}
.ui-dialog[aria-describedby="dialogReservation"]{
	position: fixed;
}


.ui-dialog .ui-dialog-titlebar{
	display: none;
}

	.ui-dialog .ui-dialog-content a{
		outline: none;
	}

.ui-widget-overlay{
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .6;
	filter: Alpha(Opacity=50);
}