/*
	Author		: Michael Janea
	Version		: 1.1
	Author URL	: www.michaeljanea.com
*/

.mj_tab {padding:0; margin:0;}
.mj_tab_items:after {clear:both; display:table; content:' ';}
.mj_tab_items > div {float:left; cursor:pointer; padding:10px 15px; margin-bottom:-1px; border:1px solid transparent; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0; margin-right:2px; position:relative; z-index:1;}
.mj_tab_items > div:hover {background:#eee;}
.mj_tab_items > div.active, .mj_tab_contents > div {border:1px solid #ddd; background:#fff;}
.mj_tab_items > div.active {border-bottom-color:#fff;}
.mj_tab_contents > div {display:none; padding:15px; -webkit-border-radius:0 4px 4px 4px; border-radius:0 4px 4px 4px;}
.mj_tab_contents > div.active {display:block;}