/*------------------------tabs-------------------------*/


/* root element for tabs */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	
	height:26px;
	background:transparent url(../images/tab-ul.gif) repeat-x top left;
	width:495px;
	float:left;
	margin-left:2px !important;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	background: transparent  url(../images/tab-li.gif) top right  scroll no-repeat;
	border:none;
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:11px;
	display:block;
	height: 26px; line-height:27px;
	width: 78px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important;
	color:#fff !important;
	background: transparent url(../images/cur-tab-bg.gif) bottom left  scroll no-repeat;
}


/* initially all panes are hidden */
div.panes div.pane {
	display:none;
}

.panes {
	color:#FFFFFF;
} 

.panes img {
	float:left;
}

.panes span{
	float:left;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:11px;
}

.panes h4 {
	float:left;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}

.panes p {
	float:left;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:13px;
}


