/* MAIN STYLES */
div#main_container_top {
	background-image: url(../images/info_main_top.jpg);
}

div#main_container_bottom {
	background-image: url(../images/info_main_bottom.jpg);
}

div.offer {
	width: 218px;
	height: 263px;
	float: left;
	padding: 18px 18px 0 0;
}

div.last_offer {
	padding-right: 0px;
}

div.offer a.special_offer {
	display: block;
	width: 195px;
	height: 239px;
	padding: 12px;
	background-image: url(../images/whats_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

div.offer a.special_offer:hover {
	background-position: 0px -263px;
}

div.offer a.special_offer span.offer_img_container {
	float: left;
	padding-bottom: 12px;
	background-image: url(../images/img_bottom_viewmore.png);
	background-position: bottom;
	cursor: pointer;
}

div.offer a.special_offer img {
	border: 1px solid;
	border-color: #003366;
	margin-bottom: 13px;
}

div.offer a.special_offer span.offer_date {
	display: block;
	font-size: 12px;
	color: #3f6074;
	font-weight: bold;
	width: 190px;
	float: left;
	padding: 0 0 15px 0;
	background-image: url(../images/underline_pattern.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
}

div.offer a.special_offer span.offer_title {
	display: block;
	font-size: 15px;
	color: #3f6074;
	font-weight: bold;
	width: 190px;
	float: left;
	padding: 12px 0 0 0;
	line-height: 15px;
	cursor: pointer;
}

div.offer a.special_offer span.offer_price {
	display: block;
	font-size: 13px;
	color: #535353;
	width: 190px;
	float: left;
	padding: 12px 0 0 0;
	cursor: pointer;
}

#pager {
	border-top: 1px solid #cbc6ba;
	float: left;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	width: 100%;
	text-align: center;
}

#pager ul {
	list-style-type: none;
	padding: 10px 0 0 0;
}

#pager ul li {
	list-style-type: none;
	float: left;
	background: none !important;
}

#pager ul .disable {
	padding: 7px 10px 3px 10px;
	margin: 0 10px 0 0;
	color: #adad9a;
}

#pager ul li a {
	display: block;
	padding: 5px 10px 5px 10px;
	background: none;
	border: 1px solid #cbc6ba;
	margin: 0 10px 0 0;
	text-decoration: none;
}

#pager ul li a:hover {
	background: #ffffff;
}

#pager ul .current a {
	color: #ffffff;
	background: #688794;
}

#pager ul .current a:hover {
	color: #ffffff;
	background: #688794;
}