.leancoxtab{
	overflow:hidden;
}

.leancoxtab-menu{
   border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	font-size:12px;
}

ul.leancoxtab-menu li.active {
    background: none repeat scroll 0 0 #111111;
    border-bottom: 0 none;
    color: #5F95EF;
    top: 1px;
}

ul.leancoxtab-menu li {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #D0CCC9;
    color: #898989;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin-bottom: -1px;
    padding: 5px 10px;
    position: relative;
}

ul.leancoxtab-menu li {
    float: left;
    margin-bottom: -1px;
    margin-right: 5px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.leancoxtab-content {
    background: none repeat scroll 0 0 #111111;
    border: 1px solid #D0CCC9;
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 20px;
    text-align: left;
	width:100%;
	float:left;
}