/* Block new products */
#tv-topseller-products{float:left;border:1px solid #d6d4d4;margin-top:20px;}
#tv-topseller-products .title_block{text-align:center;margin-bottom:6px; margin-top:7px;clear:both;}
#tv-topseller-products .title_block a{font-family:Oswald; font-size:14px; font-weight:bold;color:#0c08a6;text-transform:uppercase;}
#tv-topseller-products .block_content{}
#tv-topseller-products  ul {list-style-type:none;}
#tv-topseller-products ul li {
	float:left;
	margin:10px;
	position:relative;
	overflow:hidden;
	height:240px;
	padding:10px;
	text-align:center;
}
#tv-topseller-products.no-product{padding:10px;}
#tv-topseller-products .block_content h3.name_product{font-family:Roboto;font-size:12px; font-weight:bold;color:#666;margin:0px;text-align:center;}
#tv-topseller-products .block_content .price{font-family:Roboto;font-size:13px; color:#1153c1;}
#tv-topseller-products .block_content .price-discount{font-family:Roboto;font-size:13px; color:#999;text-decoration:line-through;margin-right:5px;}

#tv-topseller-products  a.btn{
  background-image: url("../img/bkg_pre_next.png");
  background-repeat: no-repeat;
  float: left;
  height: 16px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 115px;
  transition: all 0.3s ease 0s;
  width: 16px;
  z-index: 0;
}

#tv-topseller-products  a.next {
  background-position: 100% 0;
  margin-right: 5px;
  right: 0;
}
#tv-topseller-products a.next:hover {
  background-position: 100% 100%;
}
#tv-topseller-products a.prev {
  left: 0;
  margin-left: 5px;
}
#tv-topseller-products a.prev:hover {
  background-position: 0 100%;
}
#tv-topseller-products .content_price{margin-top:5px;margin-left:10px;margin-bottom:5px;}


