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

#tv-special-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: 8px;
  transition: all 0.3s ease 0s;
  width: 16px;
  z-index: 0;
}

#tv-special-products  a.next {
  background-position: 100% 0;
  margin-right: 5px;
  right: 0;
}
#tv-special-products a.next:hover {
  background-position: 100% 100%;
}
#tv-special-products a.prev {
  right: 30px;
  margin-left: 5px;
}
#tv-special-products a.prev:hover {
  background-position: 0 100%;
}
#tv-special-products .content_price{margin-top:5px;margin-bottom:5px;text-align:center;}


