﻿section.section_tilesContainer
{
	width		: 960px;
	margin-top	: 20px;
	height		: 257px;
}

section.section_tilesContainer section.section_tilesWrapper
{
	height	: 100%;
    position: relative;
    width	: 100%;
    margin	: 0;
    padding	: 0;
}

section.section_tilesContainer article.article_specialOfferTile
{
	position	: relative;
	float		: left;
	width		: 308px;
	height		: 257px;
}

section.section_tilesContainer article.article_specialOfferTile a.a_specialOfferTile
{
	height	: 257px;
	display	: inline-block;
}

section.section_tilesContainer article.article_specialOfferTile a.a_specialOfferTile div.div_priceOffer
{
	top				: 0;
	right			: 0;
	background-image: url("../CssImages/SpecialOffer/priceBackground.png");
	width			: 149px;
	height			: 110px;
	text-align		: right;
}

section.section_tilesContainer article.article_specialOfferTile a.a_specialOfferTile div.div_priceOffer span.span_price
{
	color		: #FC0002;
    display		: inline-block;
    font-size	: 22px;
    font-weight	: bold;
    margin-right: 10px;
    margin-top	: 10px;
}

section.section_tilesContainer article.article_specialOfferTile a.a_specialOfferTile div.div_priceOffer span.span_date
{
	color		: black;
	display		: block;    
	font-size	: 14px;
    margin-right: 15px;
    margin-top	: 5px;
}

section.section_tilesContainer article.article_specialOfferTile section.section_specialOfferTileInfo
{
	position	: absolute;
	background	: url("../CssImages/General/inactive_black.png") scroll left top transparent;
	width		: 292px;
	height		: 35px;
	left		: 0;
	bottom		: 0;
	text-align	: left;
	padding		: 8px;
}

section.section_tilesContainer article.article_specialOfferTile section.section_specialOfferTileInfo span.span_smallTitle
{
	font-size		: 16px;
	font-weight		: bold;
	color			: White;
	display			: block;
	overflow		: hidden;
    text-overflow	: ellipsis;
    white-space		: nowrap;
    max-width		: 297px;
    margin-right	: 5px;
}

section.section_tilesContainer article.article_specialOfferTile section.section_specialOfferTileInfo span.span_country
{
	clear			: both;
	overflow		: hidden;
    text-overflow	: ellipsis;
    white-space		: nowrap;
    max-width		: 298px;
}

section.section_tilesContainer article.article_specialOfferTile section.section_specialOfferTileInfo span.span_locality
{	
	clear			: both;
	overflow		: hidden;
    text-overflow	: ellipsis;
    white-space		: nowrap;
    max-width		: 298px;
    margin-top		: 2px;
    color			: White;
    font-size		: 14px;
}

section.section_tilesContainer article.article_specialOfferTile section.section_specialOfferTileInfo span.span_hotelCategory img
{
	height: 15px;
}

.ca-nav span.ca-nav-next 
{
    background-position	: right top;
    left				: auto;
    right				: -15px;
}

.ca-nav span 
{
    background	: url("../CssImages/Icons/arrows.png") no-repeat scroll left top transparent;
    cursor		: pointer;
    height		: 55px;
    left		: -15px;
    margin-top	: -19px;
    opacity		: 0.7;
    position	: absolute;
    text-indent	: -9000px;
    top			: 50%;
    width		: 25px;
    z-index		: 100;
}