.tires-block {
	margin-left: 0px !important;
}

#tires > div > div, .tires-filter {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 5px 10px;
    padding: 20px;
}

.tires-filter {
	margin: 0px;
}

.tires-filter-block {
	overflow: hidden;
}

#tires div.block {
	overflow: hidden; 
}

#tires .image {
	float: left; height:90px;
}

#tires .price {
	float: right;
	padding-top: 40px;
}

#tires .image img {
	max-height: 90px;
	max-width: 60px;
}

#tires .brand {
	font-weight: bold;
}

#tires .name {
	height: 40px; margin-bottom:5px;
}

#tires div.chars {
	height: 150px;
	margin-top: 10px;
}

#tires div.chars div.char {
	font-size: 80%;
	margin: 2px 0;
	overflow: hidden;
}

#tires div.chars div.char div.lb {
	border-bottom: 1px dotted;
	float: left;
	width: 65%;
}

#tires div.chars div.char div.lb span {
	background-color: white;
	padding: 0 2px 1px 0;
}

#tires div.chars div.char div.value {
	float: left;
	margin-left: 10px;
}

#tires-filter-row {
	margin-left: 0px !important;
}

.tires-filter-checkbox {
	margin-left: 0px !important;
}
#tires-filter-row .tires-filter-checkbox{width: 48.717948717948715%;}

.tires-filter-checkbox input, .tires-filter-checkbox label {
	float: left;
}
.tires-filter-checkbox label{width:80%; font-size:13px; word-break: break-word;} 
.tires-filter-checkbox input {
	margin-right: 4px !important;
}

.switcher_wrap {
	margin-bottom: 10px;
	overflow: hidden;
}

.switcher_wrap .item_switch {
	cursor: pointer;
	float: left;
}

.switcher_wrap .item_switch span {
	border-bottom: 1px dotted;
}

.switcher_wrap .item_switch.show_popular {
	border-right: 1px solid #333333;
    padding-right: 10px;
}

.switcher_wrap .item_switch.show_all {
	padding: 0 0 1px 10px;
}

.switcher_wrap .item_switch.act_switch {
	color: #0088cc;
}

.switcher_wrap .item_switch.act_switch span {
	border-bottom: none;
}

.tires-filter-checkbox.filter-hidden.check-hidden {
	display: none !important;
}

#slider-range {
	margin: 0 10px 2px 7px;
}

.tires-filter input.btn-primary {
	margin-top: 20px;
	width: 100%;
}

/* Temporary css 
#content {
	min-width: 1270px;
}

#content div.tires-block {
	min-width: 1200px;
}

#content div.tires-filter {
	min-width: 290px;
}

#content #tires {
	min-width: 880px
}*/
@media screen and (max-width: 1387px) {
#tires-filter-row .tires-filter-checkbox{width:100%; font-size:14px;}
}
@media screen and (max-width: 1199px) {
#tires > div > div{width:48%} 
}
@media (max-width: 1330px) and (min-width: 1200px) {
#tires .price .btn{padding: 4px 8px; font-size: 12px;}
#tires div.block{height:90px;} 
#tires div.chars div.char div.lb{width:61%}
#tires div.chars div.char div.value{margin-left:7px;}
}
@media screen and (max-width: 1170px) {
.tires-filter #amountMin, #amountMax{width:35px!important;}
}
@media screen and (max-width: 1117px) {
{
.tires-filter-block h5{font-size:12px; color:#000}
}
@media screen and (max-width: 1024px) {
#tires{width: 74%!important;}
}
@media (max-width: 767px) {
.tires-block .span3.tires-filter{float: left; width: 23%;}
#tires > div > div{float:left;}
}