@import "global.css";

#main .content {
	width: 685px;
}

#searchRingMenu {
	float: right;
	padding-right: 45px;
}

/**
 * Results table
 * ------------------------------------------------
 */
.results {
	border: solid 0px green;
	padding-left: 50px;
}

.results #reminderPanel
{
	padding: 0;
	border-bottom: 1px solid #000;
	width: 635px;
}

.results #reminder 
{
	color: #267EAE;
	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:#267EB0;
	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:#267EB0;
	float:right; 
    width: 99px;
    text-align: center;
	white-space : nowrap; 
}
.results #sortingPanel {
	width: 200px;
	float: right;
	font-size: 11px;
	color: #267EB0;
	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: #277DB8;
}
table.results  .extrasText
{
	color: #277DB8;
	font-size: 10px;
}

table.results a
{
	color: #277DB8;
	text-decoration: none;
}

table.results a:hover
{
	text-decoration: underline;
	cursor: hand;
}

.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: #CFE3FE;
}

.results .bookingcell
{


}

.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: #FF0000;
	height: 25px;
	width: 86px;
	line-height: 11px;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	background-image: url(../Images/arrow_r_big.gif);
	background-repeat: no-repeat;
	background-position: 66px 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.results .moreDetails {
	color: #277DB8;
	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.gif);
	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 a {
    color: #069;
    font-weight: bold;
}

/* 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.gif") no-repeat 2px 38px;
    height: 54px;
    border: solid 0px red;
    width: 99px;
}

.result .arrow a 
{
    text-decoration : none;
}


.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;
}
