/* Mixes */
.content_categories li {
	min-width: 80px;
	font-size: 16px !important;
}

/* Список миксов */
.tile.mixes_list_item {
	width: 155px;
	float: left;
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 5px;
	border-radius: 4px;
	margin: 4px;
	font-size: 12px;
}
.mixes_list_item .photo 
{
	height: auto !important;
	overflow: visible !important;
	margin-bottom: 0px !important;
}
.mixes_list_item .photo:hover 
{
	opacity:0.82;   
	-moz-opacity:0.82;   
	filter: alpha(opacity=82) white;   
	-khtml-opacity: 0.82;   
	background-color:#FFF; 
}
.mixes_list_item .photo-title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	font-weight: 700;
	color: #FFF;
	padding: 5px;
	width: 118px;
	border-radius: 0px 4px 4px 0px;
	float: left;
	margin-bottom: -40px;
	z-index: 1;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-left: -5px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mixes_list_item .f_title_name {
	margin-top: 2px;
	font-size: 14px;
	height: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('/examples/text-overflow.xml#ellipsis');
}
.mixes_list_item .f_title_name a {
	color: #333;	
}
.mixes_list_item .f_systems_mix {
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	color: #AAA;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 15px;
	/*padding-top: 2px;*/
}
.mixes_list_item .f_content {
	font-size: 12px;
	color: #999;
	height: 50px;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.mixes_list_item .f_content:hover {
	color: #333;
}
.mixes_list_item .f_mix_type {
	font-size: 12px;
	color: #FFF;
	background-color: #CCC;
	text-align: center;
	border-radius: 0 0 3px 3px;
	padding-bottom: 3px;
	padding-top: 1px;
}
.mixes_list_item .f_mix_type:hover {
	background-color: #999;
}
.mixes_list_item .f_mix_type a {
	color: #FFF;
	text-decoration: none;
}


/* Стараница микса */
.mixes_item #form_mixes_convert {
	width: 160px;
	border-radius: 3px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.mixes_item #form_mixes_convert:hover {
		border: 1px solid #F90;
}
#form_mixes_convert select {
	white-space: nowrap;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px;
    max-width: 100%;
}
#form_mixes_convert .button-submit {
	/*width: 100%;
	background-color: #27ae60;
	border-radius: 1px;
	padding: 4px;*/
}
#form_mixes_convert .button-submit:hover {
	/*background-color: #2CC06B;*/
}
.content_item.mixes_item .field {
  margin-bottom: 6px;
}





