@CHARSET "ISO-8859-1";

.offers-list {
	width: 100%;
	margin-bottom: 16px;
	table-layout: fixed;
}

.offers-list tr td {
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
	vertical-align: top;
}

.offers-list h2.city {
	font-size: 1.0em;
	font-weight: 600;
}

.offers-list h2, .offers-list h4 {
	margin: 0;
	padding: 0;
}

.offers-list h2 a {
	color: #414141;
}

.offers-list h4 {
	font-weight: normal;
	color: #919191;
}

.offers-list h4 a {
	color: #919191;
}

.offers-list .col-1 {
	width: 81px;
}

.offers-list .col-2 {
	width: 355px;
	padding-left: 10px;
	word-wrap: break-word;
}

.offers-list .col-3 {
	width: 120px;
	padding-left: 10px;
	word-wrap: break-word;
}

.offers-list .col-4 {
	text-align: right;
}

.offers-list .col-4 {
	font-weight: 600;
}

.offers-list .col-4 span {
	font-size: 0.75em;
	font-weight: normal;
	color: #919191;
}

.offers-list .contract-box {
	width: 65px;
	height: 20px;
	overflow: hidden;
	background-color: #91a819;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

.offers-list .contract-box a {
	color: #fff;
}
