/* --------------------------------------------------------------------------------
 *  Tabs Table
 * -------------------------------------------------------------------------------- */ 
.tabHeader {
	margin: 10px 0 0 20px;
}

.tabHeader  { /* so the tabs will sit infront of this border */
	position: relative;
	z-index: 100; 
	/*border-bottom: solid 1px #b3b1d6;*/
	color: #fff !important;
	clear: all;
}

.tabActive {
	float: left;
	position: relative; /* sit the tab over the top of the bounding div's border */
	top: 1px;
	z-index: 102;
}

.tabInactive {
	float: left;
	position: relative;
	top: 1px;
	z-index: 99;
}

.tabActive a, .tabInactive a, .tabActive a:hover, .tabInactive a:hover {
	text-decoration: none;
}


/* Content inside tabs */
.tabContentActive {
	width: 364px;
	height: 261px;
	float: left;
}

.tabContentInactive {
	display: none;
}

.tabActive a#tab1 {
	background: url(../../images/sections/homepage/tabs/tab_australian_hostels.gif);
	width: 157px;
	height: 36px;
	display: block;
	text-indent: -9999em;
}

.tabInactive a#tab1 {
	background: url(../../images/sections/homepage/tabs/tab_rp_australian_hostels.gif);
	width: 157px;
	height: 36px;
	display: block;
	text-indent: -9999em;
}

.tabInactive a#tab2 {
	background: url(../../images/sections/homepage/tabs/tab_international_hostels.gif);
	width: 167px;
	height: 36px;
	display: block;
	text-indent: -9999em;
}

.tabActive a#tab2 {
	background: url(../../images/sections/homepage/tabs/tab_rp_international_hostels.gif);
	width: 167px;
	height: 36px;
	display: block;
	text-indent: -9999em;
}

#tab2content {
	background: url(../../images/sections/homepage/tabs/bg_international_hostels.gif);
}



