@CHARSET "ISO-8859-1";


.banner-overlay-buttons {
	position: relative;
}

.banner-overlay-buttons .tabs {
	position: absolute;
	bottom:0px;
	right:0px;
	padding:10px;
	z-index: 20;
}

.banner-overlay-buttons .tab {
	margin-right:10px;
	width:20px;
	height:20px;
	text-align:center;

	border: 1px solid gray;
	color: black;
	background-color: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
	float: left;

	cursor:pointer;
}

.banner-overlay-buttons .selectedTab {
	margin-right:10px;
	width:20px;
	height:20px;
	text-align:center;

	border: 1px solid black;
	color: black;
	background-color: white;
	filter: alpha(opacity=80);
	opacity: 0.8;
	float: left;

	cursor:pointer;
}

.banner-overlay-buttons .features {
	overflow: hidden;
	position: relative;
}

.banner-overlay-buttons .feature {
	display: none;
	position: absolute;
}


.banner-overlay-buttons .tabs .index { font: bold 14px arial,sans-serif; color:gray; }

.banner-overlay-buttons .tabs .title { display: none; }
.banner-overlay-buttons .tabs .description { display: none; }








.banner-no-buttons {
	position: relative;
}

.banner-no-buttons .tabs {
	display: none;
}

.banner-no-buttons .tab {
	display: none;
}

.banner-no-buttons .selectedTab {
	display: none;
}

.banner-no-buttons .features {
	overflow: hidden;
	position: relative;
}

.banner-no-buttons .feature {
	display: none;
	position: absolute;
}


.banner-no-buttons .tabs .index { font: bold 14px arial,sans-serif; color:gray; }

.banner-no-buttons .tabs .title { display: none; }
.banner-no-buttons .tabs .description { display: none; }








.banner-left-buttons {
	position: relative;
}

.banner-left-buttons .tabs {
	position: absolute;
	display: inline-block;
	width: 200px;
	overflow: visible;
	z-index: 20;
	vertical-align: top;
}

.banner-left-buttons .tab {
	width: 200px;
	background-image: url("box.gif");
	background-repeat: no-repeat;
	color: black;
	position: relative;
	height: 50px;

	cursor:pointer;
}

.banner-left-buttons .selectedTab {
	width: 224px;
	background-image: url("arrow.gif");
	background-repeat: no-repeat;
	color: black;
	position: relative;
	height: 50px;

	cursor:pointer;
}

.banner-left-buttons .selectedTab .title { width: 200px; }
.banner-left-buttons .selectedTab .description { width: 200px; }

.banner-left-buttons .features {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	left: 200px;
}

.banner-left-buttons .feature {
	display: none;
	position: absolute;
}

.banner-left-buttons .tabs .index { display: none; }
.banner-left-buttons .tabs .title { font: bold 14px arial,sans-serif; color:#333333; padding-left:10px; }
.banner-left-buttons .tabs .description { font: 11px arial,sans-serif; color:gray; padding-left:10px; }













.BHQ-banner-left-buttons {
	position: relative;
}

.BHQ-banner-left-buttons .tabs {
	position: absolute;
	display: inline-block;
	width: 200px;
	overflow: visible;
	z-index: 20;
	vertical-align: top;
}

.BHQ-banner-left-buttons .tab {
	width: 200px;
	position: absolute;
	display: inline-block;
	background-image: url("BHQ-banner-left-button-03.png");
	background-repeat: no-repeat;
	color: black;
	position: relative;
	height: 48px;

	cursor:pointer;
}

.BHQ-banner-left-buttons .selectedTab {
	width: 224px;
	background-image: url("BHQ-banner-left-button-03-selected.png");
	background-repeat: no-repeat;
	color: black;
	position: relative;
	height: 48px;
	
	cursor:pointer;
}

.BHQ-banner-left-buttons .selectedTab .title { width: 200px; }
.BHQ-banner-left-buttons .selectedTab .description { width: 200px; }

.BHQ-banner-left-buttons .features {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	left: 200px;
}

.BHQ-banner-left-buttons .feature {
	display: none;
	position: absolute;
}

.BHQ-banner-left-buttons .tabs .index { display: none; }
.BHQ-banner-left-buttons .tabs .title { font: bold 14px arial,sans-serif; color:white; padding-left:10px; padding-top:9px; }
.BHQ-banner-left-buttons .tabs .description { font: 11px arial,sans-serif; color:#CCCCCC; padding-left:10px; padding-top:2px; }

