/* Styles used on promotion pages, loaded in ~/_promotion/Default.aspx */

.content-text
{
	padding: 12px 0px 0px 10px;
	width: 730px;
}
.content-holder h1
{
	font-size: 18px;
	color: #ff2200;
	font-weight: normal;
	margin-top: 0px;
	line-height: 20px;
}
/* Lister */
#result-list
{
	margin-left: 8px;
	background: none;
	border-top: solid 1px #cccccc;
	margin-top: 10px;
}
#result-list li
{
	cursor: pointer;
	overflow: inherit;
	background: none;
	border-bottom: solid 1px #cccccc;
}
#result-list li.hover
{
	background-color: #fffae5;
}

#result-list .info-box ul li
{
	background: url(../images/bullet01.gif) no-repeat 0 5px;
	border: none;
}
.items-form .img-holder
{
	margin-left: -10px;
}
.items-form
{
	clear: both;
}
.items-form .content-block
{
	padding-top: 8px;
	width: 325px;
}
.acco-name
{
	display: none;
}
.items-form .heading ul
{
	color: #555555;
}
#result-list li .heading li, .items-form .heading ul li
{
	border: none;
	background: url("../images/separator-04.gif") no-repeat 0 4px;
}
.info-block-col-1
{
	float: left;
}
.info-block-col-2 .price-box
{
	padding-top: 0px;
}
.rating-box span
{
	color: #333333;
	font-size: 12px;
	float: left;
	line-height: 18px;
}
.rating-box .mark
{
	color: #ff2200;
	font-size: 20px;
	font-weight: bold;
	float: left;
	text-indent: 5px;
	line-height: 18px;
}
.departure-prices
{
	width: 155px;
	float: right;
	padding-top: 12px;
	font-size: 10px;
}
.departuredate
{
	color: #ff2200;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.vacation-length
{
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	display: block;
}
.departure-prices .all
{
	color: #ff2200;
	text-decoration: none;
}
.departure-prices .all span
{
	color: #1754B5;
}
.departure-prices .all:hover span
{
	text-decoration: underline;
}
/* End lister */

/* Star rating */
.items-form .heading span.star-rating
{
	background-position: 0 -8px;
	text-indent: -9000px;
}

.items-form .heading span.star-rating-0
{
	width: 0px;
}

.items-form .heading span.star-rating-10
{
	width: 11px;
}

.items-form .heading span.star-rating-15
{
	width: 16px;
}

.items-form .heading span.star-rating-20
{
	width: 22px;
}

.items-form .heading span.star-rating-25
{
	width: 27px;
}

.items-form .heading span.star-rating-30
{
	width: 33px;
}

.items-form .heading span.star-rating-35
{
	width: 38px;
}

.items-form .heading span.star-rating-40
{
	width: 44px;
}

.items-form .heading span.star-rating-45
{
	width: 49px;
}

.items-form .heading span.star-rating-50
{
	width: 55px;
}
/* End star rating */
/* Fading borders */
.fading-borders
{
	border-top: 1px solid #CCC;
	position: relative;
	font-size: 10px;
	color: #333;
	margin-bottom: 15px;
}

.fading-borders .fade-left, .fading-borders .fade-right
{
	background: transparent url(../images/fadingborder.gif) no-repeat left bottom;
	overflow: hidden;
}

.fading-borders .fade-left-med, .fading-borders .fade-right-med
{
	background: transparent url(../images/fadingborder-lists.jpg) no-repeat left bottom;
}

.fading-borders .fade-left-short, .fading-borders .fade-right-short
{
	background: transparent url(../images/fadingborder2.gif) no-repeat left top;
}

.fading-borders .fade-left-small, .fading-borders .fade-right-small
{
	background: transparent url(../images/fadingborder-lists2.jpg) no-repeat left bottom;
}

.fading-borders .fade-right-small, .fading-borders .fade-right-med, .fading-borders .fade-right
{
	background-position: right bottom;
}

.fading-borders .fade-right-short
{
	background-position: right top;
}

.fading-borders .top-left
{
	height: 3px;
	width: 3px;
	background: transparent url(../images/list-rounded-top-left.png) no-repeat;
	left: -1px;
	top: -1px;
	position: absolute;
	overflow: hidden;
}

.fading-borders .top-right
{
	height: 3px;
	width: 3px;
	background: transparent url(../images/list-rounded-top-right.png) no-repeat top right;
	right: -1px;
	top: -1px;
	position: absolute;
	overflow: hidden;
}
.fading-borders .top-right
{
	right: 0px;
}
.fading-borders .top-left
{
	left: 0px;
}
/* End fading borders */
.pad10
{
	padding: 10px;
}
