
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/**
 * Hide until loaded
 */

.middle{
	height: 170px;
	overflow: hidden;
}

.middle{
	background: no-repeat url(../images/bnkrs_ajax_loader.gif) center center;
}

.middle ul{
	margin-top: 170px !important;
}

.middle div.carousel-wrapper{
	margin-top: 170px !important;
}

.loaded{
	background: none;
}

.loaded ul{
	margin-top: 0 !important;
}

.loaded div.carousel-wrapper{
	margin-top: 0 !important;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	width: 974px;
	clear: both;
	border-top: 1px solid #bfbeca;
	padding: 10px 0;
	overflow: hidden;
}

.jcarousel-container ul{
	margin: 0;
	padding: 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width: 914px;
	height: 115px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 115px;
    height: 115px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */

.jcarousel-next, .jcarousel-prev{
	margin-top: 45px;
}

.jcarousel-next {
    z-index: 3;
	cursor: pointer;
	height: 19px;
	width: 27px;
    display: none;
	float: right;
	background: no-repeat url(../images/bnkrs_carousel_right_btn.gif) center top;
}

.jcarousel-prev {
	cursor: pointer;
    z-index: 3;
	height: 19px;
	width: 27px;
    display: none;
	float: left;
	background: no-repeat url(../images/bnkrs_carousel_left_btn.gif) center top;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled {
	background-position: center -19px;
}

/**
 * Tabs
 */

ul.tab-controls{
	margin: 10px 0 0 24px;
	padding: 0;
	list-style: none;
	z-index: 9999;
	position: relative;
	top: 1px;
	line-height: 1;
}

ul.tab-controls li{
	margin: 0;
	list-style: none;
	float: left;
	border: 1px solid #bfbeca;
	border-left: none;
	color: #171344;
	font-size: 114.28%;
	z-index: 100;
	width: auto;
	line-height: 1;
}

ul.tab-controls li a{
	color: #171344;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 1;
	padding: 8px;
}

ul.tab-controls li.ui-tabs-selected{
	border-bottom: 1px solid #fff;
}

ul.tab-controls li.first{
	border-top: none;
	padding: 8px;
	padding-top: 9px;
}

.ui-tabs-hide{
    position: absolute;
    left: -10000px;
}

/**
 * Pop ups
 */

ul.carousel li{
	position: relative;
}

a.slide{
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 115px;
	height: 115px;
	z-index: 1;
	font-weight: normal;
	text-decoration: none;
}

ul.carousel li div.details{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	font-size: 85.7%;
	color: #000;
	padding: 5px;
	width: 105px;
	background: transparent url(../images/bnkrs_carousel_highlight_bg.png);
}

ul.carousel li div.details span.price{
	display: block;
	clear: both;
}

ul.carousel li img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
