/* catalog.section */
div.itemBrandList
{
  border:1px solid #F3EFF0;
  border-width: 1px 0;
  padding: 10px 0;
}

div.itemBrandList .itemCat
{
  float:left;
  /*padding: 15px 10px;*/
  margin-left:20px;
  margin-right:20px;
  margin-bottom:40px;
  position: relative;
  height: 200px;  
  width: 250px;
  border:1px solid #BEBEBE;
  border-radius:3px;
}
div.itemBrandList div.itemCat:nth-child(4n+1) {
    margin-left: 0px;
}
div.itemBrandList .itemCat div.img
{
  margin:0 auto;
  text-align:center;
  padding:5px;
  margin-top:10px;
  display: table-cell;
  height: 200px;
  width:250px;
  vertical-align: middle;
}
div.itemBrandList .itemCat div.img img
{
  margin:0 auto;
  max-width:130px;
  max-height:150px;
  text-align:center;
}

div.itemList div.itemCat div.img a
{
  display:block;
  text-align: center;
}
.brand-block div.itemList div.itemCat div.itemContent div.nophoto
{
  background:url('/images/no_photo.png') 50% 50% no-repeat;
}
.brand-block div.itemList div.itemCat div.itemContent div.name
{
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  height:45px;
  overflow:hidden;
}
.brand-block div.itemList div.itemCat div.itemContent div.name a
{
  color:#B42B41;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

.brand-block div.itemList div.itemCat div.itemContent div.name a.detailLink
{
  color:#2B8AB2;
  font-size:12px;
  float: right;
}
.brand-block div.itemList div.itemCat div.itemContent div.href
{
  font-size: 14px;
  text-align: center;
}
.brand-block div.itemList div.itemCat div.itemContent div.href a{
	color:#1a0dab;
}
.brand-block div.itemList div.itemCat div.itemContent div.status
{
  margin: 5px 0 10px;
  font-size: 14px;
  text-align: center;
  color:#999;
  font-weight:bold;
}


.brand-block div.itemBrandList div.itemCat div.itemContent div.labelsFor
{
  position:relative;
  margin-top: 3px;
  height:0 !important;
}
.brand-block div.itemBrandList div.itemCat div.itemContent a.favoriteLabel
{
  position:absolute;
  width:40px;
  height:40px;
  border:0;
  right:0;
  top:-11px;
  background:url('images/favorites.png') -80px 0 no-repeat;
  display:none;
}
.brand-block div.itemBrandList div.itemCat div.itemContent a.favoriteLabel:hover
{
  background-position:-30px 0;
}
.brand-block div.itemBrandList div.itemCat div.itemContent a.activeFav
{
  background-position:-80px -50px;
  display:block;
}
.brand-block div.itemBrandList div.itemCat div.itemContent a.activeFav:hover
{
  background-position:-30px -50px;
}

div.itemBrandList div.itemCat div.labels
{
  position:absolute;
  left:0;
  top:-3px;
}
div.itemBrandList .itemCat div.labels div.label
{
  /*background:url('/images/labels5ws.png') 0 0 no-repeat;*/
  border-radius:3px;
  padding:5px 5px;
  color:white;
  font-weight:600;
  margin-right:3px;
  line-height:normal;
  float:left;
}


div.itemBrandList .itemCat div.userraiting
{
  position:absolute;
  width:40px;
  left:0;
  top:15px;
  z-index:1;
}
div.itemBrandList .itemCat div.userraiting div.label
{
  height:30px;
  width:30px;
  margin:0 0 5px 5px;
  text-align:center;
  vertical-align:middle;
  color:#fff;
  line-height:30px;
  border-radius:15px;
}
div.itemBrandList .itemCat div.userraiting div.userprop1{
	background: #38ad6b;
}
div.itemBrandList .itemCat div.userraiting div.userprop2{
	background: #46bd7a;
}
div.itemBrandList .itemCat div.userraiting div.userprop3{
	background: #55ce8a;
}
div.itemBrandList .itemCat div.userraiting div.userprop4{
	background: #68dc9b;
}

div.itemBrandList .itemCat div.profraiting
{
  position:absolute;
  width:35px;
  right:0;
  top:15px;
  z-index:1;
}
div.itemBrandList .itemCat div.profraiting div.label
{
  height:30px;
  width:30px;
  background:red;
  margin:0 5px 5px 0;
  text-align:center;
  vertical-align:middle;
  color:#fff;
  line-height:30px;
  border-radius:15px;  
}
div.itemBrandList .itemCat div.profraiting div.profprop1{
	background: #9277c7;
}
div.itemBrandList .itemCat div.profraiting div.profprop2{
	background: #a791d4;
}
div.itemBrandList .itemCat div.profraiting div.profprop3{
	background: #b9a7de;
}
div.itemBrandList .itemCat div.profraiting div.profprop4{
	background: #c6b8e2;
}

@media (max-width: 960px) {
	.w720 div.itemBrandList .itemCat:nth-child(4n+1){
		margin-left: auto;
	}	
	div.itemBrandList .itemCat{
		float:none;
		margin:20px auto;
	}
	div.itemBrandList .itemCat:nth-child(4n+1){
		margin-left: auto;
	}
}
.itemBrandSlider{
	position:relative;
}
.itemBrandSlider .next{
	position:absolute;
	top:100px;
	right:10px;
	width:30px;
	height:50px;
	display:block;
	background: url(images/next.png) no-repeat;
}

.itemBrandSlider .prev{
	position:absolute;
	top:100px;
	left:10px;
	width:30px;
	height:50px;
	display:block;
	background: url(images/prev.png) no-repeat;
}