/* root element for tabs  */

#content #column_2 ul.css-tabs li
{
	margin: 0px 5px 0px 0px;
}

ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:28px;
	border-bottom:1px solid #e4e2d5;
	position: relative;
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	margin: 0px;
	padding: 0px;
	list-style-type:none;	
	background: url(../content/images/tabs.jpg) repeat top right;
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 15px;	
	text-decoration:none;	
	height:18px;	
	color:#777;
	margin-right:2px;
	position:relative;	
	outline: none;
	background: url(../content/images/tab_left.jpg) no-repeat top left;
}

ul.css-tabs a:hover {	
	color: #ff3700;
}

/* single tab */
ul.css-tabs li.current
{  
	float:left;	 
	margin: 0px;
	padding: 0px;
	list-style-type:none;	
	background: url(../content/images/tabs_selected.jpg) top right;	
}
	
/* selected tab */
ul.css-tabs a.current {	
	background: url(../content/images/tabs_selected_left.jpg) no-repeat top left;
	border:0px solid #fff;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div
{
	display: none;	
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color: #fff;	
}

div.css-panes div .media
{
	display: block;
}

div.css-panes div .collapse
{
	display: block;
	min-height: 0px;
	padding: 0px;
}

div.css-panes div .collapse_box
{
	min-height: 0px;
	padding: 0px;
}
