/* -------------------------------------------------------------- */
/* TABS */
/* -------------------------------------------------------------- */

.stmedia
{
float: left;
margin-right: 10px;
border: 5px solid #f7f7f7;
padding: 1px;
}

* {
	margin : 0;
	padding : 0;
	border : 0;
}
#mediaTabs {
	padding : 0 10px 20px 0;
	margin : 0 0 20px 0;
}
#miscTabs {
	margin : 20px 0 0 0;
}
.tabs .tabmenu {
	list-style-type : none;
	height : 40px;
	margin : 0 0 20px 0;
	border-bottom : 1px solid #d7d7d7;
}
.tabs .tabmenu li {
	float : left;
	height : 40px;
	background-color : #ffffff;
	text-align : center;
	margin-right: 5px;
}
.tabs .tabmenu li a {
	display : block;
	height : 29px;
	color : #181818;
	text-decoration : none;
	font-size : 18px;
	padding : 10px 10px 0 10px;
	border: 1px solid #d7d7d7;
	background : #e5e5e5;
}
.tabs .tabmenu li a:hover {
	color : #181818;
	text-decoration : none;
}
.tabs .tabmenu .selected {
	color : #181818;
	border-bottom : 1px solid #ffffff;
	background : #ffffff;
}
.clear {
	clear: both;
}
a {
	outline:none;
}

