
/****************************************
 * Dubaidir.net
 * Tabs CSS Rules
 *
 * ©2008 Nikpendar (www.nikpendar.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 ****************************************/

/* General Formatting
   ------------------ */
.tabs{
	padding:0 4px 4px;
	border:#ccc solid 1px;
	background:url(../images/gradients/hdr-fade-tabs.gif) #eee repeat-x top;
	overflow:hidden;
}

.tabs li{ 
	list-style:none; 
	float:left;
}

/* Tab Formatting
   -------------- */
.tabs ul a{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	height:21px; min-height:21px;
	padding:0 10px 0 13px;
	line-height:1.4em;
	border-right:#eee solid 1px;
	white-space:nowrap;
	/*added*/
	width:47px;
	background:url(../images/gradients/hdr-fade-tabs.gif) #eee repeat-x top;
	/*/added*/
}

/* Mouse Roll over
   --------------- */
.tabs ul a:hover{
}

/* Icon of each tab
   ---------------- */
.tabs ul a img{
	position:relative;
	top:5px; right:3px; 
	margin-top:-3px; 
	border:none;
}

/* Remove Last Border
   ------------------ */
.tabs ul a.last{
	border-right:none;
}

/* Selected Tab
   ------------ */
.tabs ul a.selected{
	color:#000;
	background:url(../images/gradients/hdr-fade-tab.gif) #fff repeat-x top;
	cursor:default;
	padding:0 10px 0 13px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	padding-bottom:4px;
	margin-top:-1px;
	position:relative;
	top:1px;
}

/* Tab's data
   ---------- */
.tabs div {
	padding:3px 10px 8px 10px;
	clear:both;
	background:#fff;
	border:#ccc solid 1px;
}
