/* CRUISEVACATIONS.NET MASTER STYLESHEET */


/*--- LINKS AND NAVIGATION -----------------------------------------------------------*/

/* BODY LINK */
A {
	color : #069; 
	font-size :  12px; 
	font-weight : normal; 
	font-family : Arial, Verdana, sans-serif;
	text-decoration : none; 
	}
A:link { text-decoration: none }
A:hover { text-decoration: underline }

/* SPLASH DEALS LINK */
A.spdeals {
	color : #069; 
	font-size :  11px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

/* FEAT LINE LINK */
A.featline {
	color : #fff; 
	font-size :  11px; 
	line-height :  11px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

/* FEATURES LINK */
A.feature {
	color : #069; 
	font-size :  11px; 
	line-height :  11px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration : underline; 
	}

/* SECOND LEVEL NAV */
A.secondnav {
	/* color : #CC9933; */
	color : #6384A4; 
	font-size : 11px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration : underline; 
	}

/* LEFT NAV */
A.leftnav {
	color : #6384A4; 
	font-size :  11px;
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration : underline; 
	}

/* FOOTER LINK */
A.footer {
	color : #B4D1ED; 
	font-size :  10px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration : underline; 
	}




/*--- COPY ---------------------------------------------------------------------------*/


/* BODY TEXT */
.body {
	color : #000; 
	font-size : 12px;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}
	
/* FEATURES BODY */
.feature {
	color : #069; 
	font-size :  11px; 
	line-height :  11px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

/* SPLASH DEALS BODY */
.spdeals {
	font-size :  11px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

/* LEFT NAV */
.leftnav {
	color : #6384A4; 
	font-size :  11px;
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	}
	
/* SECOND LEVEL NAV */
.secondnav {
	color : #809B41; 
	font-size : 11px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

/* TD FOR SPECIALS LIST MAIN */
.tdspecmain {
	padding : 7px; 
	/* background-color : #6384A4; */
	background-color : #103052;
	color : #fff; 
	font-size : 14px;
	line-height : 14px;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* TD FOR SPECIALS LIST HEAD */
.tdspechead {
	padding : 7px; 
	background-color : #84A6CE;
	/* color : #6384A4;  */
	color : #ffffff; 
	font-size : 12px;
	line-height : 12px;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* TD FOR SPECIALS LIST */
.tdspec {
	padding : 7px; 
	background : url(/images/list_specials_bkg.gif);
	background-repeat : no-repeat;
	color : #369; 
	font-size : 12px;
	line-height : 12px;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* FOOTER */
.footer {
	font-size :  10px; 
	font-weight : normal; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	}


/*=*/
	
/* SPLASH TEXT */
.splash {
	color : #366; 
	font-size :  11px; 
	font-weight : normal; 
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* BEST DEAL TEXT */
.bestdealbody {
	margin-left : 15px;
	margin-bottom : 15px;
	width : 375px;
	color : #000; 
	font-size : 12px;
	line-height : 15px;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* DESTINATIONS TEXT */
.destbody {
	margin-left : 15px;
	margin-bottom : 15px;
	color : #000; 
	font-size : 11px;
	line-height : 14px;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* BOOKING FAQ TEXT */
.bookfaqbody {
	color : #000; 
	font-size : 12px;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

	
	
	
	
	
	
	


/*--- FORMS ---------------------------------------------------------------------------*/

/* STANDARD FORM FIELDS */
.formstandard {
	color : #333;
	background-color : #ECF4FE;
	FONT : 12px Arial, Verdana, sans-serif;
	font-weight :  normal; 
	width : 390px;
	}

/* STANDARD BUTTON */
.buttonstandard {
	border-right : #7f7f7f 1px solid;
	border-bottom : #7f7f7f 1px solid;
	border-top : #7f7f7f 1px solid;
	border-left : #7f7f7f 1px solid;
	font : 12px Arial, Verdana, sans-serif;
	color : #333;
	background-color : #c0c0c0;
	}





/*------------------------------------------------------------------------------------*/

/* BACKGROUND REPEAT */
.bkg_rpt {
	background-repeat : no-repeat;
}

/* NETSCAPE FIXES */
b {
	font-weight : bold;
}

strong {
	font-weight : bold;
}