@charset "UTF-8";
/* CSS Document */
#tab_box	{
	margin-top:20px;	
}
div.panes div {
	display:none;		
	text-align:left;
	width:525px;
	padding:15px 10px;
	border-top:0;
	font-size:14px;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none;
	width:545px;
	margin:0 0 -3px 10px; !important; 
	padding:0;		
	height:21px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	background-color:#CCC;
	padding:0;
	margin:0 3px !important;
	list-style-image:none !important; 
	border:1px solid #999;
	border-bottom:none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
ul.tabs li:hover	{
	background-color:#b2a59a;
	color:#333;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:12px;
	display:block;
	letter-spacing:2px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px 14px;
	margin:0px;	
	position:relative;
}


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; 
	background-color:#b2a59a;
	color:#fff;!important;
	
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/*=============tabs accordian===============*/

/* root element for accordion. decorated with rounded borders and gradient background image */
