/* generic styles
----------------------------------------------*/
* {
	margin: 0; 
	padding: 0;
}
img{ 
	border: none;
}

/* layout
----------------------------------------------*/
body{
	background: #FDFFDD;
}
#page *{
	/* mozilla browser specific layout directive */
	-moz-box-sizing: content-box;
}
#page{
	width: 980px;
	margin: 0 auto;
	background: white;
	border-top: 3px solid steelblue;
	border-bottom: 3px solid steelblue;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}
#page-header{
	padding: 10px;
}
#top-ads{
	padding: 10px 0 0 0;
	clear: both;
}
#top-ad-left{
	float: left;
}
#top-ad-right{
	float: right;
}
#page-mid{
	background: url('/o/cruise/images/page-mid-bg.jpg') repeat-y;
	border-top: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;		
	clear: both;	
}
#mid-left{
	width: 730px;
	float: left;
	padding: 5px 15px;
}
#mid-right{
	width: 170px;
	float: right;
	padding: 5px 15px;
}
#page-footer{
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}	
#page-footer table{
	text-align: left;
}
#footer-include{
	margin-top: 10px;
}

/* typography
----------------------------------------------*/
html, body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: .3em .1em;
	letter-spacing: -.02em;
}
h1{	font-size: 24px; }
h2{	font-size: 18px; }
h3{	font-size: 16px; }
h4{	font-size: 14px; }
h5{	font-size: 12px; }
h6{	font-size: 12px; }
p{
	margin: .8em .1em;
}
a{
	text-decoration: none;
}
a:link{ 
	color:#0066CC; 
}
a:visited{
	color: #006699; 
}
a:hover{
	color:#006699;
	text-decoration: underline;
}
a:active{
	color:#006699; 
}

/* level links in footer
----------------------------------------------*/
.level-link{
	padding: 2px 10px;
	white-space: nowrap;
}
ul.list-link-footer{
	list-style-type: none;
	margin: 0 0 8px 0;
}
ul.list-link-footer li{
	margin: 2px 0;
}

/* links in list on listing pages
----------------------------------------------*/
ul.list-link{
	font-size: 1.2em;
	list-style-type: none;
}
ul.list-link li{
	margin: 2px 0 8px 5px;
}

/* detail related
----------------------------------------------*/
p.short_desc{ 
	/* appears on line-detail */
	font-weight: bold;
	font-size: 1.3em;
}
p.no-results{
	font-weight: bold;
	color: red;
}

/* individual cruise detail
----------------------------------------------*/
label{
	font-weight: bold;
	margin-right: 10px;
	display: block;
	clear: left;
	float: left;
	text-align: right;
	width: 18em;
}
#fineprint{
	margin-top: 10px;
	font-size: x-small;
}

/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
