@charset "utf-8";
/* CSS Document */

#handy-listing-wrapper {
	border: 1px solid #dcdcdc;
	padding: 15px;
	padding-bottom: 0;
	margin-top: 5px;
}

* html #handy-listing-wrapper {
	margin-top: -15px;
}

*+html #handy-listing-wrapper {
	margin-top: -15px;
}

.handy-listing-inner-wrapper {
	border-bottom: 1px dotted #dcdcdc;
	margin-bottom: 15px;
}

.handy-listing-products-image {
	width: 128px;
	height: 186px;
	float: left;
}

.handy-listing-right-side {
	width: 480px;
	float: left;
}

* html .handy-listing-right-side {
	width: 480px;
}

*+html .handy-listing-right-side {
	width: 480px;
}


.handy-listing-products-name {
	height: 30px;
}

.handy-listing-products-name a {
	font-size: 11px;
	color: #76a900;
	text-decoration: underline;
}

.handy-listing-products-description {
	font-size: 11px;
}

.handy-listing-products-price {
	margin-top: 10px;
	display: table;
}

.handy-listing-products-price-info {
	font-size: 10px;
	color: #cbcbcb;
	float: left;
}

#handy-listing-buttons {
	float: right;
}

#sorting-filter {
	float: right;
	margin-top: -17px;
	margin-bottom: 5px;
}

#sorting-filter select, #products-info-selection select {
	font-size: 11px;
	border: 1px solid #dcdcdc;
}