.small_basket {
	font-family: Myriad Pro, Arial, sans-serif;
	margin-right: 0px;
}
.small_basket .cart_img{
	width:25px;
	height:26px;
	margin-top:5px;
	background:url(images/cart.png) no-repeat;
}
.small_basket a,.small_basket span {
	font-family: Myriad Pro, Arial, sans-serif;
	text-decoration:none;
	font-size:14px;
}
.small_basket a#count_cart_item {
    display: block;
    color: #f1ef6a;
    font-size: 14px;
    margin-top: 15px;    
	margin-left:18px;
	margin-top:1px;
	text-decoration:underline;
}
.small_basket a#count_cart_item:hover {
	color:#fff;
}
.small_basket .cart_right {
	margin-top: 10px;
	width: 100px;
	text-align: left;
	margin-right: 6px;
}
.small_basket a.name_cart:hover { color:#606060; }
.small_basket a.summ_cart{
	margin-left:10px;
	font-weight:normal;
	color:#fff;
	display:block;
	font-size:14px;
	margin-top:1px;
}
.small_basket a.summ_cart span{
	font-weight:normal;	
	font-size:14px;
}
.small_basket a.min_col {
	display:none;
	padding-top: 2px;
	font-size: 13px;
}
@media (max-width:600px){
	.small_basket a#count_cart_item {
		display:none;
	}
}
@media (max-width:480px){
	.small_basket span.summ_text {
		display:none;
	}
}
@media (max-width:460px){
	.small_basket a.summ_cart {
		margin-left: 2px;
	}
}
@media (max-width:310px){
	.small_basket a.summ_cart {
		display:none;
	}
	.small_basket a.min_col {
		display:block;
	}
}