/*ducdq*/
.categorytab{
	position:relative;
	overflow:hidden;
}
.cattabs_title{
	padding: 20px 10px;
    font-size: 150%;
    font-weight: bold;
}
.cattabs_container{
	padding-bottom:20px;
}
.cattabs_container .protabs_tab_active{
	display:none;
}
.cattabs_container .cattabs{
	display:block;
	margin:0;
	padding-bottom:15px;
	border-bottom: 1px solid #ecf0f1;
}
.cattabs_container  ul.cattabs li{
	display:inline;
	text-transform:uppercase;
	font-weight: bold;
    color: #bbc1cd;
    padding: 0px 20px;
    font-size: 143%;
    position: relative;
    cursor: pointer;
}
.cattabs_container  ul.cattabs li:firsr-child{
	padding-left:0;
}
.cattabs_container  ul.cattabs li:hover,
.cattabs_container  ul.cattabs li.cattab_active{
	color: #383838;
}
.cattabs_container  ul.cattabs li:hover:before,
.cattabs_container  ul.cattabs li.cattab_active:before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -21px;
  left: 0;
  background: #e74c3c;
}
.categorytab .cattab_items_container .cattab_items{
	display:none;
	margin:0;
	padding:0;
	width:100%;
}
.categorytab .cattab_items_container  .cattab_items_active{
	display:block;
}
.categorytab .cattab_items .cattab_loading{
  background: transparent url("../images/tab_loading.gif") no-repeat scroll center center;
  display: block;
  max-width: 100%;
  min-height: 320px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
.categorytab .cattabFirst_loading{
	  position: relative;
	  background: url("../images/tab_loading.gif") no-repeat center center scroll transparent;
	  z-index: 9999;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  top: 0px;
	  max-width: 100%;
	  width:100%;
	  min-height:320px;
	  padding:0;
	 
}
.categorytab .cattab_item_preload{
	min-height:300px;
	height:300px;
	overflow:hidden;
}
