/* 

#ff2700 - bright red (special dates, promo id) 
#1191fc - blue (used for links)
#aa1700 - dark red (used for h2)
#cde1e8 - body background

*/
/*---------------------- main structure styling -------------------------*/

body {
	margin:0;
	/*background:url(http://www.bestpricecruises.com/images/site_images/bc_repeat.jpg) repeat-x 0 bottom #cde1e8;*/
	/*background-color:#cde1e8;*/
	background-color:#0E3777;
	font-family:Arial, Helvetica, sans-serif;
}

#gradient {
	margin:0;
	/*background:url(http://www.bestpricecruises.com/images/site_images/top_repeat.jpg) repeat-x 0 0 transparent;*/
}

#wrap {
	width:804px;
	/*margin:0 auto;*/
	margin: 5px auto;
	padding:0 0 10px 0;
}

#toplogo {
	height:90px;
	background:url(http://www.bestpricecruises.com/images/hp_banner_white.png) repeat-x 0 0;
	width:800px;
	/*
	border-left: 2px SOLID #D3DEE0;
	border-right: 2px SOLID #D3DEE0;
	*/
	border-top: 2px SOLID #AFAFAF;
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	
}

#menu {
	height:20px;
	background-color: #0081E9;
	margin-bottom: 5px;
	/*
	border-left: 2px SOLID #D3DEE0;
	border-right: 2px SOLID #D3DEE0;
	border-bottom: 2px SOLID #D3DEE0;
	*/
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	border-bottom: 2px SOLID #AFAFAF;
}

#head {
	height:197px;
	background-color: #F5A02E;
	/*border: 2px SOLID #D3DEE0;*/
	border: 2px SOLID #AFAFAF;
	overflow-y: hidden;
}

#flash {
	float:right;
	margin:10px 10px 10px 5px;
}

#search {
	width:220px;
	float:right;
	margin:0;
	padding:0;
}

#left {
	float:left;
	width:257px;
	margin:0 0 0 0;
	padding:0;
}

#right {
	float:left;
	width:539px;
	margin:0 0 0 7px;
	padding:0;
}


#footer {
	clear:both;
	display:block;
	height:50px;
	margin-top:14px;
	font-size:12px;
	text-align:center;
}





/*---------------------- text styling -------------------------*/


#search form h1 {
	font-size:18px;
	font-weight:bold;
	padding:5px 0 0 0 ;
	margin:0;
	color:#fff;
}

#left h1{
	font-size: 17px;
	color: #FFFFFF;
	height: 18px;	
}

#left h2 {
	margin-left:18px;
	font-size:11px;
	font-weight:bold;
	color:#aa1700;
	margin-bottom:0;
}

#left p {
	margin-left:18px;
	margin-top:3px;
	font-size:10px;
	color:#000;
}


#right h1 {
	font-size: 17px;
	color: #FFFFFF;
	height: 18px;
}

#right h2 {
	font-size:15px;
	color:#aa1700;
	margin-bottom:0;
}

#right p {
	margin-top:3px;
	font-size:12px;
	color:#000;
}

#right a{
	color:#1191fc;
	font-size:12px;
	text-decoration:none;
}

#footer p{
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	/*color:#3c3c3c;*/
	color:#AFAFAF;
}

#footer a{
	/*color:#3c3c3c;*/
	color:#AFAFAF;
	text-decoration: none;
}

#footer .sitemap{
	text-align:right;
	color:#8A8A8A;
	font-size: 10px;
	font-weight: normal;
}

#footer .sitemap a:visited{
	/*color:#3c3c3c;*/
	color:#8A8A8A;
	text-decoration: none;
}

#footer .sitemap a:hover{
	/*color:#3c3c3c;*/
	color:#8A8A8A;
	text-decoration: underline;
}

.red {
	color:#ff2700
}	

/*---------------------- block content styling ----------------------------*/

#left .header {
	background-color: #0081E9;
	color: #FFFFFF;
	/*
	border-left: 2px SOLID #D3DEE0;
	border-right: 2px SOLID #D3DEE0;
	border-top: 2px SOLID #D3DEE0;
	*/
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	border-top: 2px SOLID #AFAFAF;
	margin:8px 0px 0px 0px;
	width: 231px;
	padding:1px 5px 1px 18px;
	height: 20px;
	font-weight: BOLD;
}

#left .header h1{
	color: #FFFFFF;
	height: 21px;
	margin-top: 0px;	
}

#left .header a{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

#left .header a:visited{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;	
}

#left .header a:hover{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;	
}

#left .content {
	padding:9px 3px 9px 3px;
	background-color: #FFFFFF;
	/*
	border-left: 2px SOLID #D3DEE0;
	border-right: 2px SOLID #D3DEE0;
	border-bottom: 2px SOLID #D3DEE0;
	*/
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	border-bottom: 2px SOLID #AFAFAF;
	margin:0px;
	width: 248px;
}

#right .lmbanner {
	padding:5px 3px 9px 5px;
	background-color: #F5A02E;
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	border-top: 2px SOLID #AFAFAF;
	border-bottom: 2px SOLID #AFAFAF;
	margin:8px 0px 0px 0px;
	width: 529px;
	color: WHITE;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

#right .lmbanner h2{
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 25px;
	height: 28px;	
}

#right .lmbanner h2 a{
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 25px;
	height: 28px;	
}

#right .lmbanner h2 a:visted{
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 25px;
	height: 28px;	
}

#right .lmbanner h2 a:hover{
	color: #FFFFFF;
	margin-top: 0px;
	font-size: 25px;
	height: 28px;	
}

#right .lmbanner a{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
}
#right .lmbanner a:visted{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
}
#right .lmbanner a:hover{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
}	

#right .header {
	background-color: #0081E9;
	color: #FFFFFF;
	/*
	border-left: 2px SOLID #D3DEE0;
	border-right: 2px SOLID #D3DEE0;
	border-top: 2px SOLID #D3DEE0;
	*/
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	border-top: 2px SOLID #AFAFAF;
	margin:8px 0px 0px 0px;
	width: 512px;
	padding:1px 5px 1px 18px;
	height: 20px;
	font-weight: BOLD;
}

#right .header h1{
	color: #FFFFFF;
	height: 21px;
	margin-top: 0px;	
}

#right .content {
	padding:9px 5px 9px 1px;
	background-color: #FFFFFF;
	/*
	border-left: 2px SOLID #D3DEE0;
	border-right: 2px SOLID #D3DEE0;
	border-bottom: 2px SOLID #D3DEE0;
	*/
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	border-bottom: 2px SOLID #AFAFAF;
	margin:0px;
	/*width: 528px;*/
	width:529px;
}

#right .content_foot {
	height:18px;
	background:url(http://www.bestpricecruises.com/images/site_images/right_col_foot.png) no-repeat 0 0 transparent;
}


/*---------------------- search form styling ----------------------*/
#search form  {
	width:210px;
	padding:0 5px;
	border:none;
}

#search fieldset {
	border:none;
	margin:0;
	padding:0;
}

#search select {
	margin:0 0 5px 0;
	width:200px;
	height: 20px;
	background-color: #D1EAFF;
}

#search input {
	margin:0 0 5px 0;
	width:200px;
	height: 20px;
	background-color: #D1EAFF;
}

#search .submitOLD {
	float:right;
	border:none;
	width:79px;
	height:21px;
	margin:auto 10px auto 0;
	padding:0 6px 0 0;
	background-image:url(http://www.bestpricecruises.com/images/site_images/submit.gif);
	background-color:transparent;
	color:#1191fc;
	font-size:14px;
	font-weight:bold;
}

#search .submit{
	font-size: 11px;
	color: #000AD1;
	border: 1px SOLID #000AD1;
	cursor: pointer;
	background-color: #D1EAFF;
	vertical-align: middle;	
	font-weight: bold;
}




/*---------------------- pager styling -------------------------*/

/*----------------*/

#left table .pager .next {
	float:right;
	margin:0;
	padding:0;
	margin-top:15px;
}

#left table .pager .next a{
	padding-right:17px;
	background:url(http://www.bestpricecruises.com/images/site_images/next.jpg) no-repeat 47px 0 transparent;
}

#left table .pager a{
	font-size:16px;
	font-weight:bold;
	color:#1191fc;
	text-decoration:none;
}

/*----------------*/

#right .pager {
	padding:10px 0;
}

#right .pager .next a{
	padding-right:17px;
	background:url(http://www.bestpricecruises.com/images/site_images/next.jpg) no-repeat 47px 0 transparent;
}

#right .pager .prev a {
	padding-left:17px;
	background:url(http://www.bestpricecruises.com/images/site_images/prev.jpg) no-repeat 0 -1px transparent;
}

#right .pager .next {
	float:right;
}

#right .pager .prev {
	float:left;
	padding-right:20px;
}

#right .pager p{
	width:60px;

	margin:0 0 0 0;
	padding:0 0 0 0;
}

#right .pager ul {
	width:345px;
	margin:0 0 0 65px;
	padding:0 15px;
	list-style:none;
}

#right .pager ul li{
	width:25px;
	margin:0;
	padding:0;
	float:left;
}

#right .pager a, #right .pager ul li a{
	font-size:16px;
	font-weight:bold;
	color:#1191fc;
	text-decoration:none;
}

#right .pager ul .active a {
	color:#000;
}

/*---------------------- tables styling -------------------------*/

#left table{
	border-collapse: collapse;
	margin:0;
	padding:0;
}

.brown .odd {
	background:url(http://www.bestpricecruises.com/images/site_images/brown_table_repeat.jpg) repeat-y 0 0 transparent;
}


#right table {
	border-collapse: collapse;
	width:500px;
	margin:0;
	padding:0;
}

.grey td {
	padding-left:5px;
	border-right:solid 1px #ccc;
}
.grey a{
	color:#1191fc;
	font-size:12px;
	text-decoration:none;
}

.grey .odd {
	background-color:#e3ecf1;
}

.grey .even {
	background-color:#f9feff;
}

.grey .last {
	border:none;
}


/*---------------------- menu styling -----------------------*/

#menu ul{
	list-style:none;
	height:19px;
	padding:1px 0 0 0;
	margin:0;
}

#menu ul li{
	float:left;
	height:15px;
	margin:0 0 0 0;
	padding:0 23px;
	border-right:1px solid #fff;
	color:#fff;
}
	
#menu ul li a{
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin:0 0 0 0;
	padding:0;
	display:block;	
	text-decoration:none;
}

#menu ul .last{
	border:none;
	padding:0 16px;
}

/*---------------------- footer_menu styling -------------------------------*/

#footer_menu {
	list-style:none;
	height:22px;
	padding:4px 0 0 0;
	margin:0;
}

#footer_menu li{
	display:inline;
	height:17px;
	margin:0;
	padding:0 22px;
	color:#fff;
}
	
#footer_menu li a{
	font-size:11px;
	font-weight:bold;
	/*color:#3c3c3c;*/
	color:#AFAFAF;
	margin:0;
	padding:0;
	text-decoration:none;
}


/*---------------------misc styling ----------------------*/
.clr {
	clear:both;
}


.float_r {
	float:right;
}

.float_l {
	float:left;
}

hr {
	background-color:#1191fc;
	color:#1191fc;
}

.wideBox {
	width: 100px;	
}

.wideBox .header{
	background-color: #0081E9;
	color: #FFFFFF;
	/*
	border-left: 2px SOLID #D3DEE0;
	border-right: 2px SOLID #D3DEE0;
	border-top: 2px SOLID #D3DEE0;
	*/
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	border-top: 2px SOLID #AFAFAF;
	margin:8px 0px 0px 0px;
	width: 781px;
	padding:1px 1px 1px 18px;
	height: 20px;
	font-weight: BOLD;
}

.wideBox .content{
	width:794px;
	padding:4px 5px 4px 1px;
	text-align:center;
	margin: AUTO;
	margin: 0px;
	background-color: #FFFFFF;
	/*
	border-left: 2px SOLID #D3DEE0;
	border-right: 2px SOLID #D3DEE0;
	border-bottom: 2px SOLID #D3DEE0;
	*/
	border-left: 2px SOLID #AFAFAF;
	border-right: 2px SOLID #AFAFAF;
	border-bottom: 2px SOLID #AFAFAF;
	text-align:center;
}

#newsletter .submit{
	font-size: 11px;
	color: #000AD1;
	border: 1px SOLID #000AD1;
	cursor: pointer;
	background-color: #D1EAFF;
	vertical-align: middle;	
	font-weight: bold;
}

#newsletter input {
	margin:0 0 5px 0;
	width:200px;
	height: 20px;
	background-color: #D1EAFF;
}

#newsletter select {
	margin:0 0 5px 0;
	width:200px;
	height: 20px;
	background-color: #D1EAFF;
}

#qs .submit{
	font-size: 11px;
	color: #000AD1;
	border: 1px SOLID #000AD1;
	cursor: pointer;
	background-color: #D1EAFF;
	vertical-align: middle;	
	font-weight: bold;
}

#qs input {
	margin:0 0 5px 0;
	width:200px;
	height: 20px;
	background-color: #D1EAFF;
}

#qs select {
	margin:0 0 5px 0;
	width:200px;
	height: 20px;
	background-color: #D1EAFF;
}


#livechat img {
	border: 1px SOLID #0081E9;	
}

.lmplinks h3{
	display: inline;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;	
}

.lmplinks a{
	text-decoration: none;
	color: #0081E9;	
}

.lmplinks a:visited{
	text-decoration: none;
	color: #0081E9;
}

.lmplinks a:hover{
	text-decoration: underline;
	color: #0081E9;	
}