ul.tabs {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style: none;
	height: 32px;
	/* background: url(../images/layout/t-news.jpg) no-repeat;  */
	background-position: 20px 7px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border-left: none;
	
	
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	/* border: 1px solid #fff; */
	outline: none;
}
ul.tabs li a:hover {
	background: #ececec;
		-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #583c6e;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	
        
}

ul.tabs li.active a { color: white; }
ul.tabs li:first-child { color:black; }

.tab_container {

	border-top: none;
	clear: both;
	float: left; 
	width: 100%;

	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
}
.tab_content h2 a {
    
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
        margin-bottom: 10px;
        display:block;
        text-decoration: none;
        color: #7409C0;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
}
.tab_content h2 a:hover {
	border-bottom: 1px dashed #000;
}
.tab_content h3 a{
	color: #583c6e;
        line-height: 30px;
        font-size: 12px;
        text-decoration: none;
        
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

ul.news-list p { line-height: 1.5em; color: #565656;}