/* Meigee Tabs */
.meigee-tabs {
    margin: 0!important;
    padding:0!important; 
    margin-left: 7px !important;
}
.meigee-tabs li { 
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
    float:left;      
    list-style: none;
    border:1px solid #fff;
    border-bottom:none;
    margin-right:1px;
    height:42px;
    overflow:hidden;
    background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */



}
.meigee-tabs li:first-child {margin-left:0!important;}
.meigee-tabs li.last {}
.meigee-tabs a { 
    display:block; 
    padding:12px 24px;
    color:#999 !important;
    font-size:14px;
    font-weight:normal;
    background: url("../images/border.png") repeat-x scroll left top, url("../images/bg-categories.png") repeat scroll 0 0 transparent;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:0;
    transition:none;
/*     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); */
    -webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border:1px solid #d8d8d8; 
}
.meigee-tabs a:hover {     
    text-decoration:none;    
}
.meigee-tabs li.active{
  position:relative;
  margin:-5px -5px -1px;
  height:48px;
  background-color:#151515 !important;
 
}


.meigee-tabs li.active a{
	color: #666 !important;
}

.meigee-tabs li.active a,
.meigee-tabs li.active a:hover {     
  background: #fff; 
  font-size:18px;  
  height: 24px;
    
}
.meigee-tabs-content{
    border-top:1px solid #d8d8d8;    
    padding:22px 0px;
}

.meigee-tabs-content .box-collateral{padding: 0;}

.meigee-tabs-content h1 {
    border-bottom: 1px dotted #666666;
    margin-bottom: 7px;
    color: #FF604E;
}

/* ======================================================================================= */
