﻿.Result 
{
    height: 289px;
    width: 584px;
    margin-left: 80px;
    margin-bottom: 10px;
    padding: 12px;
    background-image: url("../images/result_background.png");
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
    font-size: 14px;
}

.Result:hover 
{
    background-position: bottom;
}

.ResultStars 
{
    padding-top: 2px;
    padding-left: 4px;
}

.ResultLink 
{
    text-decoration: none;
}

.ResultHeader 
{
    font-weight: bold;
}

.ResultHeaderLeft 
{
    float: left;
    font-weight: bold;
    margin-right: 8px;
}

.ResultRating 
{
    float: left;
    position: relative;
    top: 2px;
}

.ResultImage 
{
    float: right;
    padding-left: 6px;
    padding-bottom: 6px;
}

.ResultText 
{
    clear: both;
    font-size: 12px !important;
}

.ResultTopLeft 
{
    padding-left: 6px;
}

.ResultTableRoom 
{
	font-size: 11px;
}

.ResultTablePrice b 
{
    font-size: 14px;
    color: #901d1c;
}

.ResultEmpty 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}

.ResultActionInfoContainer 
{
	display: none;
}

.ResultAction 
{
	float: left;
	margin: 3px;
}

.ResultActionImage 
{
	cursor: pointer;
}

.ResultActionHeader 
{
	font-size: 13px;
	font-weight: bold;
	color: #901d1c;
}

.ResultActionDate, .HotelActionDate
{
	font-size: 11px;
	font-weight: bold;
}

.ResultActionText 
{
	font-size: 11px;
}

.ResultActionButtonImage
{
	float: left;
}

.ResultActionLarge 
{
	height: 40px;
}

.ResultActionButton 
{
	cursor: pointer;
	width: 100%;
	height: 40px;
}

.ResultActionButtonBody 
{
	float: left;
	width: 350px;
	height: 40px;
	margin: 4px;
	font-size: 12px;
}