﻿section.section_specialOffers
{
	width		: 473px;
	text-align	: left;
}

section.leftOffers
{
	margin-left: 14px;
}

section.section_specialOffers section.section_title
{
	height: 28px;
}

section.section_specialOffers section.section_title h2
{
	font-size		: 21px;
	color			: #252525;
	margin-bottom	: 0;
    padding-bottom	: 3px;
}

section.section_specialOffers article.article_specialOffer
{
	position: relative;
	height	: 45px;
	clear	: both;
}

section.section_specialOffers a
{
	display		: block;
	height		: 39px;
	padding-top	: 5px;
}

section.section_specialOffers article.article_specialOffer span.span_specialOfferMainInfo
{
	font-size		: 15px;
	font-weight		: bold;
	color			: #252525;
	max-width		: 259px;
	overflow		: hidden;
    text-overflow	: ellipsis;
    white-space		: nowrap;
    display			: inline-block;
}

section.section_specialOffers article.article_specialOffer:hover span.span_specialOfferMainInfo
{
	text-decoration: underline;
}

section.section_specialOffers article.article_specialOffer:hover span.smallPriceButton
{
	background-color: #FFCB00;
}

section.section_specialOffers article.article_specialOffer span.span_hotelCategory
{
	margin-left: 5px;
}

section.section_specialOffers article.article_specialOffer span.span_specialOfferOtherInfo
{
	width			: 360px;
	overflow		: hidden;
    text-overflow	: ellipsis;
    white-space		: nowrap;
    display			: inline-block;
}