/* root element for tabs  */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  outline-style:none;
}

ul.subtabs{  
	margin:0 !important; 
	padding:0;
	height:45px;
	width: 700px;
	
}

/* single tab */
ul.subtabs  li   {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
	height: 40px;
	text-align: center;
	width: auto;
	margin-left: 0px !important;
	margin-right: 15px;
	background:none;
}



/* link inside the tab. uses a background image */
ul.subtabs a {   
	float:left;
	font-size:18px;
	display:block;
	padding-left: 5px;
	text-decoration:none;
	border:1px solid #696258;	
	color:#696258;
	position:relative;
	top:1px;	
	width: 173px;
	padding-top: 4px;
	height: 24px;
	text-align: left;
	padding-bottom: 0px;
}
ul.subtabs.tabs2 li a{
	width: 270.5px;

}

ul.subtabs a:hover {
	background-color:#d57929;
	color:#ffffff;
	border-color: #d57929;
}
	
/* selected tab */
ul.subtabs a.current {
	background-color:#d57929;
	color:#FFFFFF;	
	cursor:default;
	border-color: #d57929;
}


.tab_holder{
	width: 570px;
}
/* tab pane */
.tab_holder div.pane {
	display:none;
	width: 570px;
	float: left;
}

ul.subtabs .more_top
{
	padding-top: 10px;
	padding-bottom: 0px;	
}

.tab_holder
{
	padding-left: 0px;
	float:left;
	width: 570px;
	
	margin: 15px 0;
}

.tab-padding
{
	float: left;
	width: 100%;
	margin-bottom: 220px;
}