.alter-list {
	width: 931px;
	margin: 0;
	padding: 0 0 0 0;
	box-shadow: 0px 0px 15px rgb(221, 221, 221);
	background-color: rgb(255, 255, 255);
	border-radius: 0 0 5px 5px;
}
.customContent {
	padding: 20px 10px 10px;
font-size: 13px !important;
color: #000;
font-family: "ProximaNova Regular",Arial;
line-height: 26px;
margin-left:5px;
clear:both;
margin-top:20px;
}
.content .catalog ul.alter-list {
	padding: 13px 0 0 0;
	left: 1px;
}

.content .catalog .alter-list li {
    float: none;
    display: block;
    padding: 0 0 3px 25px;
    margin: 0 0 25px 0;
    width: auto;
    min-height: 0;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: none;
    border: 0;
    vertical-align: top;
    text-align: left;
    background: url('../img/alter-li-shadow.gif') center bottom repeat-x;
	border-radius: 5px;
}

.content .catalog .alter-list > li {
	border-radius: 5px;
}

.alter-list  li > .left {
    float: left;
    width: 633px;
}

.alter-list  li > .left .top {
    position: relative;
    padding: 10px 0 20px 150px;
    min-height: 88px;
    border-bottom: 1px solid #c1c1c1;
}

.alter-list .img-wrap {
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 4px 0 0;
    text-align: center;
}

.alter-list .img-wrap a {
    display: table-cell;
    width: 146px;
    height: 118px;
    text-align: center;
    vertical-align: bottom;
}

.alter-list  li > .left img {
    display: inline-block;
    margin: 0;
    max-width: 146px;
    max-height: 118px;
    vertical-align: bottom;
}


.alter-list .item-title {
    font: bold 16px/22px 'Arial';
    color: #000;
	float: left;
	margin-right: 5px;	
}

.alter-list .params {
    float: left;
    margin: 21px 0 0 0px;
    /*font: 14px/17px 'Arial';*/
    font: 15px/18px 'Arial';
    color: #000;
    /*text-shadow: 0 0 0 #000;*/
}
@media screen and (max-width:645px) {
.alter-list .jq-selectbox {
margin: 5px 0px 0px 18px!important;
}
}
.alter-list .jq-selectbox {
    float: left;
    margin: 8px 0 0 3px;
	/*margin: 6px 0px 0px 63px;*/
    padding: 0 20px 0 10px;
    box-shadow: none;
	/*width: 92px;*/
    width: auto;
	min-width: 92px;
    height: 28px;
    border: 1px solid #b5b5b5;
    border-top: 0;
    border-left: 0;
    box-shadow: 1px 1px 0 #e6e6e6;
    font: 14px/28px 'Arial';
    text-shadow: 0 0 0 #000;

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

.alter-list .jq-selectbox__select {
    line-height: 28px;
}

.alter-list .jq-selectbox__trigger {
    top: 10px;
    right: 6px;
    width: 17px;
    height: 9px;
    background: url('../img/alter-select-arrow.png') 0 0 no-repeat;
}

.alter-list .jq-selectbox__dropdown {
    margin: 0;
    left: -1px;
    box-shadow: 1px 1px 0 #e6e6e6;
}

.content .catalog .alter-list .jq-selectbox__dropdown ul {
    margin: 0 0 0 1px;
    padding: 5px 0 5px 10px;
	left: 0;
    box-shadow: none;
    width: auto;
    min-width: 134px;
    border: 1px solid #b5b5b5;
    border-top: 0;
    border-left: 0;
    font: 14px/28px 'Arial';
    text-shadow: 0 0 0 #000;

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

.content .catalog .alter-list .jq-selectbox__dropdown li {
    float: none;
    margin: 0;
    width: auto;
    min-width: 134px;
    height: auto;
    background: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    overflow: hidden;
    padding: 4px 0;
    font: 14px/18px 'Arial';
}

.content .catalog .alter-list .jq-selectbox__dropdown li:hover {
    color: #000;
}

.img-params {
    float: right;
    margin: 18px 3px 0 0;
	/*margin: 8px 3px 0px 0px;*/
}

.img-params>div {
    float: left;
    position: relative;
    margin: 0 0 0 11px;
}

.img-params .fuel {
    width: 51px;
    height: 36px;
    background: url('../img/img-params.gif') -2px 0 no-repeat;
}

.img-params .weather {
    width: 57px;
    height: 36px;
    background: url('../img/img-params.gif') -63px 0 no-repeat;
}

.img-params .loud {
    width: 53px;
    height: 36px;
    background: url('../img/img-params.gif') -133px 0 no-repeat;
}

.img-params>div>p {
    position: absolute;
    right: 8px;
    top: 8px;
    font: bold 16px/18px 'Myriad Pro';
    color: #449b07;
}

.img-params .value_a {
    color: #449b07;
}

.img-params .value_b {
    color: #50B349;
}

.img-params .value_c {
    color: #BED430;
}

.img-params .value_d {
    color: #F7EC00;
}

.img-params .value_e {
    color: #FCB713;
}

.img-params .value_f {
    color: #F27022;
}

.img-params .value_g {
    color: #ED1B26;
}

.alter-list  li > .left .bottom {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #c1c1
    overflow: hidden;
}

.alter-list .logo-wrap {
    float: left;
    margin: 0 4px 0 0;
    text-align: center;
}

.alter-list .logo-wrap a {
    display: table-cell;
    width: 150px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.alter-list .logo-wrap img {
    display: inline-block;
    margin: 0;
    max-width: 150px;
    max-height: 55px;
    vertical-align: middle;
}

.alter-list .bottom .info-wrap {
    float: left;
    margin: 0 0 0 121px;
}

.alter-list .bottom .info {
    display: table-cell;
    width: 340px;
    font: 15px/17px 'Arial';
    color: #000;
    /*text-shadow: 0 0 0 #000;*/
    vertical-align: middle;
}

.alter-list .bottom .info {
    height: 60px;
    width: 340px;
}

.alter-list .bottom .info p {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.alter-list  li > .right {
    float: right;
    padding: 9px 0 0 0;
    margin: 0 18px 10px 0;
    width: 233px;
    text-align: right;
}

.eup{
	font-size: 14px!important;
	color:#ccc;
/*width: 80px;
display: inline-block;
color: #cccccc;
font-weight: 100;	*/
}
.tyre-summer {
	display: block;
	float: left;
	/*margin: 4px 0 0 0;*/
	width: 16px;
	height: 16px;
	background: url('../img/tyre-type.png') -61px -3px no-repeat;
}

.tyre-winter {
	display: block;
	float: left;
	margin: 4px 0 0 0;
	width: 16px;
	height: 16px;
	background: url('../img/tyre-type.png') -31px -3px no-repeat;
}

.tyre-ms {
	display: block;
	float: left;
	margin: 4px 0 0 0;
	width: 16px;
	height: 16px;
	background: url('../img/tyre-type.png') -91px -3px no-repeat;
}

.noneed{
	font-size: 12px;
	color: #ccc;
}
.ltpo{
    text-decoration: line-through;
	color:#000;	
}
.eupo{
	font-size: 12px!important;
	color:#ccc;
	text-shadow: 0px 0px 0px #ccc;
    text-decoration: line-through;
	color:#ccc;	

/*	width: 80px;
display: inline-block;
color: #cccccc;
font-weight: 100;
text-shadow: 0px!important;*/
}
.alter-list  li > .right .old-price {
    display: inline-block;
    margin: 0 10px 0 15px;
    font: 13px 'Arial';

    text-shadow: 0 0 0 #000;
    letter-spacing: 0.6px;
}

.alter-list  li > .right .price {
    display: inline-block;
    font: 700 20px 'Arial';
    color: #000;
    letter-spacing: 0.6px;
}

.alter-list .delivery {
    margin: 13px 5px 0 0;
    font: 15px/17px 'Arial';
    color: #000;
    /*text-shadow: 0 0 0 #000;*/
}

.alter-list .buy-button {
    display: block;
    text-align: left;
    /*margin: 18px 0 0 0;*/
    margin: 45px 0 0 0;
    padding: 0 0 0 25px;
    height: 42px;
    width: 208px;
    background: url('../img/alter-buy-button.png') 0 0 no-repeat;
    font: 18px/37px 'Myriad Pro';
    color: #fff;
    letter-spacing: 0.6px;
    text-shadow: 0 1px 1px #46772b;
}