﻿/*
 * Styles used on the accommodation print page, a printable representation of an accommodation. Loaded in Print.aspx.
 */
html,
body {
	padding:5px 0px;
	margin:0px;
	font-family:Verdana;	
	font-size:11px;
	line-height:16px;
	color:#000;
	width:730px;
}

* html .links-back-to-sudtours { /*\*/width:300px;position: absolute; top: expression((10 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((20 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }
.links-back-to-sudtours
{
    position:fixed;
    left:800px;    
    color:#0B70B8;  
    top:5px;
}

.links-back-to-sudtours a,
.links-back-to-sudtours a:link,
.links-back-to-sudtours a:visited,
.links-back-to-sudtours a:hover
{
    color:#0B70B8;
    background:transparent url(../images/list_arrow.gif) no-repeat scroll left bottom;
    display:block;
    padding:2px 0 5px 20px;
    text-decoration:none;
    display:block;
}
.links-back-to-sudtours a:hover
{
    text-decoration:underline;
}

.container 
{
	width:730px;
	position:relative;
	float:left;
	margin: 0px 0px 0px 15px;
}


.header {
	font-size:14px;
	font-weight:bold;
	margin:15px 0px 3px 0px;
	padding:5px 5px;
	background-color: #CCC;
}
.content 
{
	margin:0px 5px 0px 5px;	
}
#acco-ribbon {
	padding:10px 15px 0px 0px;
	width:718px;
	position:relative;
}

#acco-ribbon .main-image {
	border:1px solid #CCC;
	padding:3px;
	float:left;
	width:264px;
	height:176px;
	overflow:hidden;
	text-align:center;
}

#acco-ribbon .info {
	margin-left:9px;
	float:left;
	width:315px;
}

#acco-ribbon .details {
	width:321px;
}
#acco-ribbon .star-rating {
	display:inline-block;
	width:60px;
	background:transparent url(../images/accommodation-five-stars.png) no-repeat center left;
	text-indent:-2000px;
	float:left;
	overflow:hidden;
}

#acco-ribbon .details .star-rating {
	height:22px;
}

#acco-ribbon .acco-name {
	margin:0px 5px 5px 0px;
	padding:0px;
	font-size:18px;
	line-height:22px;
	color:#FF4400;
	font-weight:normal;
	float:left;
}

#acco-ribbon .acco-location {
	font-size:13px;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	color:#FF4400;
	font-weight:normal;
	clear:left;
}


#acco-ribbon ul.usp-texts {
	margin:0px;
	padding:0px;
	list-style:none;
	width:188px;
	font-size:10px;
	width:315px;
}

#acco-ribbon ul.usp-texts li {
	padding:0px 5px 0px 7px;
	margin:0px;
	color:#333;
	background:transparent url(../images/search-usp-bullet.gif) 0px 3px no-repeat;
	border:none;
	width:145px;
	float:left;
}

#acco-ribbon .pricetag {
	height:50px;
	float:left;
	color:#000;
	width:321px;
	font-size:24px;	
}


#acco-ribbon .acco-userrating {
	width:315px;
	font-size:12px;
	color:#434343;
	margin-bottom:5px;
}

#acco-ribbon .acco-userrating span.sub-ratings 
{
	color:#444;
	font-size:11px;
	font-weight:normal;
	padding:0;
}

#acco-ribbon .acco-userrating span {
	padding-left:5px;
	color:#E62F30;
	font-weight:bold;
	font-size:16px;
	line-height:32px;
}

#acco-ribbon .star-rating-0 {
	width:0;
}
#acco-ribbon .star-rating-10 {
	width:12px;
}
#acco-ribbon .star-ing-15 {
	width:18px;
}
#acco-ribbon .star-rating-20 {
	width:24px;
}
#acco-ribbon .star-rating-25 {
	width:30px;
}
#acco-ribbon .star-rating-30 {
	width:36px;
}
#acco-ribbon .star-rating-35 {
	width:42px;
}
#acco-ribbon .star-rating-40 {
	width:48px;
}
#acco-ribbon .star-rating-45 {
	width:54px;
}
#acco-ribbon .star-rating-55 {
	width:67px;
}

.acco-weather-temp-table
{
float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
.acco-weather-temp-month-top
{
	font-size: 11px;
	font-weight: bold;
}
.acco-weather-temp-data-top
{
	font-size: 11px;
	font-weight: bold;
	text-align:center;
}
.acco-weather-temp-month
{
	font-size:11px;
	width: 130px;
}
.acco-weather-temp-data
{
	font-size:11px;
	width: 60px;
	text-align:center;
}

ul.no-bullets
{
	list-style-type:none;
	margin-bottom:30px;
	margin-left:0;
	margin-top:0px;
	padding-left:0;
}

ul.no-bullets li ul
{
	padding-left: 19px;
}


