/* Tabs styles for ENZ */

/* ----- tabs ----- */				

#tabs {
	background: url(../img/bg-tabs.gif) repeat-y 0 100%;
	border-top: 1px solid #e7e7e7;
	}
	
#tabs2 {
	background: url(../img/bg-tabs.gif) repeat-y 0 100%;
	border-top: 1px solid #e7e7e7;
	position: relative;
	padding-bottom: 37px;
	}	
	
#tabs-padded {
	background: url(../img/bg-tabs.gif) repeat-y 0 100%;
	border-top: 1px solid #e7e7e7;
	padding: 15px;
	}
	
#tabs-padded-hero {
	background: url(http://newzealandeducated.com/scholarships/html/img/bg-tabs-hero.gif) repeat-y 0 100%;
	border-top: 1px solid #e7e7e7;
	padding: 15px 15px 0 15px;
	zoom: 1;
	}		
	
#tabs-no-content {
	background: url(../img/bg-tabs.gif) repeat-y 0 100%;
	border-top: 1px solid #e7e7e7;
	height: 28px;
	}	

/* tabs in tabs area */

.top-tabs {
	position: absolute;
	bottom: -1px;
	left: 0;
	}	

#tabs2 .top-tabs ul {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
	}

#tabs2 .top-tabs li {
	display: inline;
	margin: 0;
	padding: 0;	
	}
   
#tabs2 .top-tabs a {
	float: left;
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-left2.gif) no-repeat 0 0;
	margin: 0 0;
	padding: 0 0 0 26px;
	text-decoration: none !important;
	display: inline; /* Fixes double float double margin bug in IEWin */
	cursor: pointer;
	}
   
#tabs2 .top-tabs a span {
	float: left;
	display: block;
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-right.gif) repeat-x 0 0;
	padding: 8px 60px 6px 6px; /* FF */
	font-weight: bold;
	color: #367e29;
	width: auto;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	}

#tabs2 .top-tabs .current a {
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-left2.gif) no-repeat 0 0;	
	border-width: 0;
	text-decoration: none;
	}

#tabs2 .top-tabs .current a span {
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-right.gif) repeat-x 0 0;
	color: #000;
	text-decoration: none;
	padding-right: 60px;
	}

#tabs2 .top-tabs a:hover {
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-left2.gif) no-repeat 0 0;
	text-decoration: none;
	}
    
#tabs2 .top-tabs a:hover span {
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-right.gif) repeat-x 0 0;
	color: #000;
	text-decoration: none;
	padding-right: 60px;
	}
	
#tabs2 .search-again {
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-search-again.gif) no-repeat 0 0;
	width: 13.8em;
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 8px 0 6px 0;
	}
	
#tabs2 .search-again a:link, #tabs2 .search-again a:visited {
	background: url(http://newzealandeducated.com/scholarships/html/img/arw-search-again.gif) no-repeat 100% 1px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 25px 0 18px;
	margin: 0;
	display: block;
	line-height: 1;
	float: left;
	}
	
#tabs2 .show-shortlist {
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-show-shortlist.gif) no-repeat 100% 0;
	width: 16.6em; /* FF */
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 8px 0 6px 10px;
	}
	
#tabs2 .show-shortlist a:link, #tabs2 .show-shortlist a:visited {
	background: url(http://newzealandeducated.com/scholarships/html/img/arw-black.gif) no-repeat 0 1px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 18px 0 11px;
	margin: 0;
	display: block;
	line-height: 1;
	float: left;
	}	
	
/* homepage tab */

.home-graphic .your-shortlist, .home-graphic-noflash .your-shortlist {
	background: url(http://newzealandeducated.com/scholarships/html/img/tab-your-shortlist.gif) no-repeat 0 0;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 8px 0 5px 0;
	}
	
.home-graphic .your-shortlist a:link, .home-graphic .your-shortlist a:visited, .home-graphic-noflash .your-shortlist a:link, .home-graphic-noflash .your-shortlist a:visited {
	text-align: left;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 48px 0 33px;
	margin: 0;
	display: block;
	line-height: 1;
	float: left;
	}