﻿#result-ribbon 
{
	min-height:27px;
}
/* left */
#left h4{
	/*margin:10px 0 0 0;*/
	font:14px Georgia, "Times New Roman", Times, serif;
	border:none;
	padding:0;
	margin:10px 0 5px 10px;
}
#left ul{
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	color:#8f8f8f;
}
#left ul li a 
{
	color:#0096ff;
}
#left ul span.active{
	color:#333;
}
#left ul li.active a:hover{
	text-decoration:line-through;
}
#left form fieldset{
	padding:9px 0 0 10px;
	overflow:hidden;
}
#left form input{
	float:left;
}
#left form input.txt{
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:100px;
	margin:0 8px 0 0;
	height:15px;
	border:1px solid #e1e1e1;
	padding:2px 0 0 4px;
}
/* list */
#list{
	width:705px;
	overflow:hidden;
	margin:0;
	padding:0;
	color:#555;
	list-style:none;
}
#list li
{
	cursor:pointer;
	position:relative;
	float:left;
	width:684px;
	padding:9px 9px 9px 10px;
	margin:10px 0 0;
	border:1px solid #e2e2e2;
	overflow:hidden;
	background:#e7f7fb url(../images/master/bg-li.gif) repeat-x 0 0;
}
#list li.hover
{
	background:#f5eede url(../images/master/bg-li-hover.gif) repeat-x  0 0;
}
#list li img{
	float:left;
	display:block;
	border:1px solid #e2e2e2;
	width:368px;
	height:169px;
	margin-right:20px;
}

#list li img.destination-country
{
	height:176px;
}

#list li .acco 
{
	width:294px;
	float:left;
}

#list li div.bullets
{
	padding-left:5px;
	margin-top:5px;
}

#list li div.bullets span
{
	background:transparent url(../images/master/bullet2.png) no-repeat scroll 0 5px;
	padding:0 0 0 10px;
}

#list li .title 
{
	width:294px;
	font:12px Georgia, Times New Roman, Times, serif;
}
#list h2{
	font:18px Georgia, "Times New Roman", Times, serif;
	margin:0;
	color:#333;
}
#list li .info {
	width:193px;
	overflow:hidden;
	margin-right:10px;
	float:left;
}
#list li .info ul{
	margin:14px 0 0;
	padding:0;
	list-style:none;
	width:260px;
	overflow:hidden;
}
#list li .info ul li{
	padding:0;
	border:none;
	width:260px;
	margin:0;
	overflow:hidden;
	background:none;
}

/* title */
#result-ribbon 
{
	color:#666666;
	width:900px;
	padding:0 10px;
	border-bottom:1px solid #e2e2e2;
}
#result-ribbon h1{
	font:18px Georgia, "Times New Roman", Times, serif;
	margin:0;
	float:left;
	font-weight:normal;
	line-height:20px;
}
#result-ribbon span{
	color:#999;
	font:14px Georgia, "Times New Roman", Times, serif;
	display:block;
	float:left;	
	margin-left:30px;
	line-height:20px;
}
#result-ribbon span.remove 
{
	display:inline;
	float:none;
	margin:0;
	color:#666;
}
#result-ribbon span a
{
	color:#C97B00;
	text-decoration:underline;
}

#result-ribbon strong{
	color:#666;
	font-size:18px;
	font-weight:normal;
}

/*
*	DateTime picker
*/
#departeday-div 
{
	padding-left:15px;
	padding-bottom:5px;
	width:155px;
}
#departeday-div select.daterange
{
	margin:5px 0 5px 0;
	font-family:Verdana;
	font-size:11px;
}

table.jCalendar {
	background: #fff;
    border-collapse: collapse;
    margin-top: 5px;
}
table.jCalendar th {
	background: #c3f0fb;
	color: #555;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border: solid 1px #666;
	line-height:16px;
}
table.jCalendar td {
	background: #fff;
	color: #000;
	padding: 3px 4px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #e7f7fb;
	color: #000;
}
table.jCalendar td.current-month {
	background: #e7f7fb;
}
table.jCalendar td.today {
	/*background: #666;
	color: #fff;*/
}
table.jCalendar td.selected {
	background: #c3f0fb;
	/*cursor: default;*/
	color: #000;
}
table.jCalendar td.selected:hover {
	background: #8ce6fb;
	color: #000;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #a5ebfb;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	/*background: #fff;*/
	color: #ccc;
}
table.jCalendar td.disabled:hover 
{
	background: #e7f7fb;
}
table.jCalendar td.selected.disabled:hover 
{
	background: #8ce6fb;
}
table.jCalendar td.click,
table.jCalendar td.click:hover {
	background-color:#30d5fb;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	start-datefont-size: 10px;
	font-family: arial, sans-serif;
	padding: 1px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 11px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	font-weight:bold;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 78px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
	display:none;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 0px;
	right: 4px;
	width: 78px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
	border:1px solid #666;
}
div.dp-popup td.disabled 
{
	color:#ccc;
	cursor: default;
}

#info_tooltip 
{
	background-color: #ffffe1;
	border: solid 1px #000;
	padding: 0px 2px 0px 2px;
	width:300px;
}
#list li .img-includes
{
	width:183px;
	height:40px;
	margin-top:14px;
	position:absolute;
	bottom:9px;
	left:400px;	
}

#list li .img-includes.large
{
	width:154px;
	height:62px;
}
