
.super_title {
  padding: .4em .5em .5em .6em;
  margin-bottom: 20px;
  clear: both;
  margin-left: -0.6em;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
  background-color: #FCF8E3;
  color: #fff;
  
background: #36c8e7; /* Old browsers */
background: -moz-linear-gradient(top,  #36c8e7 0%, #0388ac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36c8e7), color-stop(100%,#0388ac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #36c8e7 0%,#0388ac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #36c8e7 0%,#0388ac 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #36c8e7 0%,#0388ac 100%); /* IE10+ */
background: linear-gradient(to bottom,  #36c8e7 0%,#0388ac 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36c8e7', endColorstr='#0388ac',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:21px;
font-weight: 100;
letter-spacing: .05em;

position: relative;
  }
  
  
.super_title.green {
  background: #8ed622; /* Old browsers */
  background: -moz-linear-gradient(top,  #8ed622 0%, #369e14 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ed622), color-stop(100%,#369e14)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8ed622 0%,#369e14 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8ed622 0%,#369e14 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8ed622 0%,#369e14 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #8ed622 0%,#369e14 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ed622', endColorstr='#369e14',GradientType=0 ); /* IE6-9 */
  }
  
/* #FC0 0%,#BE4C00 100%); */

.super_title.orange {
  background: #f1c928; /* Old browsers */
  background: -moz-linear-gradient(top,  #f1c928 0%, #ce6f30 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c928), color-stop(100%,#ce6f30)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f1c928 0%,#ce6f30 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f1c928 0%,#ce6f30 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f1c928 0%,#ce6f30 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f1c928 0%,#ce6f30 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c928', endColorstr='#ce6f30',GradientType=0 ); /* IE6-9 */
  }
  
  
.mini_object {
  float: left;
  margin: 0 0 20px 17px;
  width: 100px;
  height: 140px;
  overflow: visible;
  min-height: 100px;
  display: block;
	position: relative;
}
.mini_object .object_type,
.mini_object .object_name {
  text-align: center;
  font-size: 11px;
  }
.mini_object .object_name {
  font-size: 13px;
  margin: -6px -10px 0;
  }


.catalog-object-photo,
.catalog-object-photo i{  
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
}

.catalog-object-photo i {
	cursor: pointer;
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	background: transparent url('/design2012/img/tieser-mask.png') 0 0 no-repeat scroll;
	}

.recommended {
	background: transparent url('http://anapka.ru/design2012/img/recommended.png') 0 0 no-repeat scroll;
	width: 68px;
	height: 68px;
	border: none;
	position: absolute;
	top: -26px;
	right: -8px;
	z-index: 4;
	}