/* ######### CSS for Shade Tabs.######### */

.shadetabs{
	padding: 0 0 0 5px;
	margin: 0;	
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 21px;
}
.shadetabs li{
	display: inline;
	margin: 0;
}
.shadetabs li a {
	float:left;
	width: 67px;
	height: 18px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding-top: 4px;
	margin-right: 2px;
	font: bold 11px Arial;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: -0.05em;
}
.shadetabs li a:hover{
	text-decoration: underline;
}

/*===========================Latest Deal Tab======================================*/

.shadetabs li #latestDeal a {	
	background: white url("../images/tab_latestDeal_off.gif") no-repeat;
}
.shadetabs li #latestDeal a.selected{
	top: 1px;
	position: relative;
	background: white url("../images/tab_latestDeal_on.gif") no-repeat;
	border-bottom: white;
	color: #1CA8BE;
}
.shadetabs li #latestDeal a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #1CA8BE;
}


/*===========================Dine======================================*/

.shadetabs li #dine a {
	background: white url("../images/tab_dine_off.gif") no-repeat;
}
.shadetabs li #dine a.selected{
	top: 1px;
	position: relative;
	background: white url("../images/tab_dine_on.gif") no-repeat;
	border-bottom: white;
	color: #FF7E00;
}
.shadetabs li #dine a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #FF7E00;
}


/*===========================Shop======================================*/

.shadetabs li #shop a{
	background: white url("../images/tab_shop_off.gif") no-repeat;
}
.shadetabs li #shop a.selected{
	top: 1px;
	position: relative;
	background: white url("../images/tab_shop_on.gif") no-repeat;
	border-bottom: white;
	color: #017EFF;
}
.shadetabs li #shop a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #017EFF;
}


/*===========================Groom======================================*/

.shadetabs li #groom a{
	background: white url("../images/tab_groom_off.gif") no-repeat;
}
.shadetabs li #groom a.selected{
	top: 1px;
	position: relative;
	background: white url("../images/tab_groom_on.gif") no-repeat;
	border-bottom: white;
	color: #5EBB0B;
}
.shadetabs li #groom a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #5EBB0B;
}


/*===========================Play======================================*/

.shadetabs li #play a{
	background: white url("../images/tab_play_off.gif") no-repeat;
}
.shadetabs li #play a.selected{
	top: 1px;
	position: relative;
	background: white url("../images/tab_play_on.gif") no-repeat;
	border-bottom: white;
	color: #FFC71C;
}
.shadetabs li #play a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #FFC71C;
}


/*===========================Services======================================*/

.shadetabs li #services a{
	background: white url("../images/tab_services_off.gif") no-repeat;
}
.shadetabs li #services a.selected{
	top: 1px;
	position: relative;
	background: white url("../images/tab_services_on.gif") no-repeat;
	border-bottom: white;
	color: #E82D96;
}
.shadetabs li #services a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #E82D96;
}

/*===========================products======================================*/

.shadetabs li #products a{
	background: white url("../images/tab_products_off2.gif") no-repeat;
	
}
.shadetabs li #products a.selected{
	top: 1px;
	position: relative;
	background: white url("../images/tab_products_on2.gif") no-repeat;
	border-bottom: white;
	color: #000000;
}
.shadetabs li #products a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #000000;
}


/*===========================Tab Container======================================*/

#tabContainer{
	background-image: url(../images/tab_content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 492px;
	padding-top: 5px;
}

#voucherdivcontainer{
	font: 10px Verdana;
	color: #000000;
	border-left: 1px solid #BBBABA;
	border-right: 1px solid #BBBABA;
	width:474px;
	height: 277px;
	float: left;
	padding: 6px 8px 6px 8px;
	margin: 0;
}

#tabContainerBottom{
	background-image: url(../images/tab_content_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 492px;
	margin: 0;
	padding: 0;
	clear: both;
}

