@import "global.cssx";
#main .content {
	width: 720px;
	margin-top: 10px;
}
#container #sidebar {
	float: right;
	background: transparent;
	width: 135px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#container #tabHolder {
	display: none;
}
#searchRingMenu {
}
/**
 * Results table
 * ------------------------------------------------
 */
.results {
	padding-left: 10px;
}
.results #reminderPanel
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75b7d9;
}
.results #reminder 
{
	color: #003366;
	font-weight: bold;
	font-size: 8px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	text-align: left;
	padding-left: 7px;
	width: 350px;
}
.results #searchresult
{
	padding-left: 5px;
	padding-right: 6px;
	width: 400px;
	text-align: left;
	margin-bottom: 5px;
}
.results #navigate
{
	color:#003366;
	float:right;
	text-align: center;
	white-space : nowrap;
	clear: left;
	width: 200px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
}
.results #navigate .navPanel {
	float: right;
}


.results #lower-navigate
{
	padding : 13px 9px 4px 9px;
	background-color: White;
	border: solid 0px red;
	color:#003366;
	float:right;
	width: 99px;
	text-align: center;
	white-space : nowrap;
}
.results #sortingPanel {
	width: 200px;
	float: right;
	font-size: 11px;
	color: #003366;
	margin-top: 19px;
	font-weight: bold;
}
.results #space
{
	height: 6px;
}
.results #searchresult
{
	float:left; 
	font-size: 19px;
}
/* Results Elements */
.results h1 {
    margin-bottom:0;
    padding-bottom: 6px;
    height: 22px;
	border-bottom: solid 1px #267EB0;
}
/**
 * Individual Result item
 * ------------------------------------------------
 */
table.results
{
	border-collapse: collapse;
	font-weight: bold;
	clear: both;
}
table.results .defaulttext
{
	color: #333333;
}
table.results  .extrasText
{
	color: #003366;
	font-size: 10px;
}
.results .heading
{
	text-align: center;
	font-size: 9px;
	padding-left: 20px;
	line-height: 12px;
	color: #000000;
}
.results .heading th
	, .results td
{
	padding-left: 4px;
	padding-right: 4px;
}
.results  .bookingcell  {
	padding-left: 4px;
	padding-right: 0px;
}
.results .row
{
	text-align: center;
}
.results .row td
{
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}
.results .odd
{
	background-color: #f2f2f2;
}
.results .description
{
	text-align: left;
	color: #000;
}
.results .subheading
{
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}
.results .savings
{
	color: #69B030;
	font-size: 20px;
}
.results .bookHere {
	color: #FFFFFF;
	font-size: 9px;
	background-color: #f16c11;
	height: 25px;
	width: 86px;
	line-height: 11px;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	background-image: url(../Images/arrow_r_big.gifx);
	background-repeat: no-repeat;
	background-position: 66px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.results .moreDetails {
	color: #333333;
	font-size: 9px;
	background-color: #FDF682;
	height: 25px;
	width: 86px;
	line-height: 11px;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	background-image: url(../Images/arrow_r_bigYell.gifx);
	background-repeat: no-repeat;
	background-position: 66px 1px;
}
.result {
    position: relative;
    float: left;
    width: 572px;
    height:58px;
    border-bottom: 1px solid #DDD;
    margin:0;
    padding: 4px 0 2px 0;
    overflow:hidden;
}
/* Result Elements */
.result img {
    float: left;
    margin-right: 6px;
    width: 78px;
    height: 52px;
}
.result h1 {
    display: inline;
}
/* Result Nested Classes */
.result .info 
{
	float:left;
	width: 350px;
    border: solid 0px green;
}
.result .arrow 
{
	white-space:nowrap;
	float: right;	
	padding-left: 16px;  
	padding-top: 36px;  
    background: transparent url(../Images/arrow.gifx) no-repeat 2px 38px;
    height: 54px;
    border: solid 0px red;
    width: 99px;
}
.result .arrow a.bookOnline 
{
    color:red; 
}
/*
Top and Bottom rows of search results
*/
.topRow
{
    border-top: solid 1px #267EB0;
}
.bottomRow
{
    border-bottom: solid 1px #267EB0;
}
.cruiseRed {
	color: #FF0000;
	font-size: 8px;
	width: 40px;
	line-height: 9px;
	text-align: right;
	float: right;
	padding-top: 0px;
}

