.tabs_container{
	position:relative;
	width:650px;
	height:250px;
	background: #460201;
}
ul.tabs {
	height: 36px;
	list-style: none;
	background-color: #0F0F0F;
	background-image:none !important;
	border-bottom:2px solid #000000 !important;
	border-top: 1px solid #494949;
	padding-top:10px;
}

ul.tabs li
{
	float: left;
	background: transparent url(../templates/images/profile_tabs.png) no-repeat scroll 0 0 !important;
	height: 35px !important;
	min-width:60px;
	color: #ffffff;
	font-weight: bold;
	width: 100px;
	margin-right:5px;
	text-align:center;
	width:auto;
	padding: 0 20px;
	padding-right:20px;
}

ul.tabs li span
{
	display: block;
	cursor: pointer;
	height:18px;
	padding-top:5px;
	float:left;
	display:block;
	margin-top:7px;
}

ul.tabs li span.bullet
{
	background: transparent url(../templates/images/bg_red_bullet.png) no-repeat scroll 0 0;
	width:23px;
	/*margin-left:20px;*/
	position:relative;
	left:10px;
}

ul.tabs li div.tabs_div
{
	display: none;
	margin-top:60px;
	text-align:left;
}

ul.tabs li.selected{
	background: #460201 !important;
	border-bottom: 2px solid #460201;
	border-left: 1px solid #610A06;
	border-top: 1px solid #78120B;
}
ul.tabs li.selected span
{
	color: #fff;
}

ul.tabs li.selected div.tabs_div
{
	display: block;
	left: 0px;
	float: left;
	/*margin: 8px;
	margin-top: 25px;*/
	position: absolute;
	width: 100%;
	height: 227px;
}
