/*.j-tab {
	width:321px;
	margin:0 auto;
}*/

.j-tab {
	width: 326px;
	margin: 0 auto;
        margin-bottom: 24px;
}

.tabs{
	margin:0;
	padding:0;
	border:solid 1px #4f5155;
	list-style:none;
	text-transform:uppercase;
	border-radius:4px;
	float:left;
}

.tabs li{
	display:inline-block;
	margin:0;
	padding:0;
	color:#4f5155;
	width:159px;
	float:left;
	cursor:pointer;
	background: #fff;
	border-radius: 4px;
}

.tabs li:hover {
	border-radius: 0 4px 4px 0;
	color: #4f5155;
}

.tabs li.current{
	background: #4f5155;
	color: #fff;
	border-radius: 4px;
}

.tab-content{
	display: none;
	background: #ededed;
	padding: 15px;			
	line-height:1.4;	
}

.tab-content.current{
	display: inherit;
}

/*.j-tab {
	width:321px;
	margin:0 auto;
}

.j-tab ul {
	margin:0;
	padding:0;
	width:100%;
	border:solid 1px #afafaf;
	list-style:none;
	text-transform:uppercase;
	border-radius:4px;
}

.j-tab ul li {
	width:161px;
}

.j-tab ul li.current{
	background: #FFFFFF;
	color: #7d7f87;
}*/