body {
  	background-repeat: repeat-x;
  	background-position: top;
	background-image: url("../images/bg_gradient.gif");
	background-color: #ffffff;
  	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
	text-align:center; /* IE6 hack to center contained divs */
}

form
{
	text-align:left;
	}

a {
	text-decoration:underline;
	color:#0c7dac;
}

td {
	font-size:7pt; /* for home page - remove when redesigned */
	vertical-align:top;
	color:#666666;
}

input {
	color:#666666;
	margin-top:2px;
}

select, option {
	border-color:#000000;
	color:#666666;
}

ul, li  {
	 list-style:square;
}

img
{
	border-style: none;
}

h2
{
	font-size:10pt;
	font-weight:bold;
	color:#336885;
}
p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#666666;
	margin-top: 0px;
}

/* Page Forms */
#formGeneralPage {
	width:765px;
	clear:both;
}

#formProductGroupPage {
	width:765px;
	clear:both;
}


/* Default Page Styles */
#divSiteHeader
{
}

#divSiteFooter
{
	text-align:center;
	font-size: 7pt;
}

#divSiteFooter a
{
	text-decoration:none;
}

#divHeaderPicture {
}


/* Page Titles enclosed in H1 */
#formGeneralPage h1
{
	font-size:9pt;
	text-align: left;
}

/* Ship Name - Banner */
#formProductGroupPage h1
{
	font-size:9pt;
	text-align: left;
}

#divPageBanner 
{
	background-repeat:no-repeat;
  	background-position: top left;
	background-image: url("../images/group_title.jpg");
	height: 26px;
}

#divPageBannerText
{
	width: 100%;
	color:#dcebf2;
	padding:  5px 0px 0px 60px;
}

#divPageBannerOver
{
	height: 10px;
	background-image: url("../images/blue_line_475.gif");
	background-repeat:repeat-x;
  	background-position: left bottom;
}
#divPageBannerUnder
{
	display:none;
}

/* Main Content */
#tblPageContent
{
}

#tdLeftCol 
{
	padding-right: 25px;
}

#tdMiddleCol 
{
	/* expand when left/right col hidden */
	width: 100%;
}


/* Page resources not currently used for Avalon */
#tdRightCol 
{
	padding-left: 25px;
}


#divPageResources
{
}

#divSiteResources
{
}

/**********************************************/
/*     Control Specific styles                */
/**********************************************/
/***************************/
/* LeftNav.ascx			   */
/***************************/
#ulLeftNav {	
	color:#0f7ead; 
	margin-left: 0px;
	width:135px; 
	list-style:none;
}

#ulLeftNav li {	
	height:22px;
	background-image: url("../images/grey_line_thin.gif");
	background-repeat:  no-repeat;
  	background-position: left bottom;
}

#ulLeftNav a {
	text-decoration:none;
}

#ulLeftNav a:hover {
	background-color:#dcebf2;
	background-image: url("../images/grey_line_thin.gif");
	background-repeat:  no-repeat;
  	background-position: left bottom;
}

#liLeftNavParent, #liLeftNavParent a {
	font-weight:bold;
	font-size:8pt; 
	text-decoration:none;
}


#liLeftNav_selected {
	padding-top: 4px;
	padding-left: 10px;
	font-weight:bold; 
	background-color:#dcebf2;
	height: 22px;
}

#liLeftNav {
	padding-top: 4px;
	padding-left: 10px;
}

#liLeftNav a {
	height: 22px;
	width:135px;
}

#liLeftNav a:hover {
	background-color:#dcebf2;
}

/**************************/
/*  ShipDisplay.ascx      */
/**************************/
#divShipContent h2
{
	margin: 8px 0px 0px 0px;
	font-size:8pt;
	font-weight:bold;
	color:#a99337;
}

#divShipContent
{
}

#divShipContent ul
{
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
}

#divShipNavHeader
{
	text-align: left;
}

#ulShipNavHeader
{
	padding: 2px;
	margin: 0px;
}

#ulShipNavHeader a
{
	text-decoration:none;
}

#ulShipNavHeader li
{
	text-align: center;
	font-size:8pt;
	display:inline;
	list-style:none;
}

#liShipNavHeader
{
	padding:0px 12px;
}

#liShipNavHeader_selected
{
	padding:0px 12px;
	color:#947b0c;
	font-weight:bold;
}

#liShipNavHeader_sep
{
	width: 1px;
	background-color:#0c7dac;
}

#ulShipNavHeader a:hover
{
	background-color:#dcebf2;
}

#divShipNavHeaderOver
{
	width: 500px;
	height: 1px;
	background-image: url("../images/dotted_line_horizontal.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
}

#divShipNavHeaderUnder
{
	width: 500px;
	height:1px; 
	background-image: url("../images/dotted_line_horizontal.gif");
	background-position:top left;
	background-repeat:repeat-x;
	padding-bottom: 4px;
}

/***************************/
/* ProductList2007.ascx  */
/* (also ref common.css)   */
/***************************/
#divProductList {
	padding-top: 10px;
}

/* override divShipContent */
#divProductList ul {
	margin-left: 0px;
	padding-left: 0px;
}

#divProductList h2 {
	color:#947b0c;
}

#divProductListProduct {
	background-image: url("../images/dotline.gif");
	background-repeat:repeat-x;
	background-position:top left;
}

#divProductListLinks {
	padding: 8px 0px 0px 0px;
}

#divProductListLinks a {
	background-image: url("../images/arrow_grey.gif");
	background-repeat:  no-repeat;
  	background-position: 100% 70%;
}

#divProductListTravelstyle {
	display:none;
}

#spanProductListTourCode {
	color:#666666;
}

#ulProductListYears
{
	color: #0c7dac;
}
#liProductListYears_sep {
	margin: 0px 8px;
	width: 2px;
	background-color: #0c7dac;
}

#ulProductListYears a {
	padding-right: 12px;
	background-image: url("../images/arrow_grey.gif");
	background-repeat:  no-repeat;
  	background-position: 100% 70%;
}


/**************************/
/*  ConsumerEmail.ascx    */
/* (also ref common.css)  */
/**************************/

/***************************/
/* TravelAgentLocator.ascx */
/* (also ref common.css)   */
/***************************/
#divAgencyLocResultsAgency {
	background-image: url("../images/dotted_line_horizontal.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
}

#tblAgencyLocRequest select {
	width: 150px;
}

#tblAgencyLocRequest input {
	width: 75px;
}

#divAgencyLocSubmit input {
	width: auto;
}


#divAgencyLocResultsHeader {
	font-size: 10pt;
	color:#a99337;
}

#divAgencyLocResultsIntro {
}

/**************************************************/
/* TourSearchResults.ascx                         */
/* (default positioning/text styles in common.css */
/**************************************************/
#trTourSearchHeader td  {
	background-color:#03658e;
}

#trTourSearchHeader a  {
	color:white; 
}

#trTourSearchItemAlt  {
	background-color:#e6f6fd;
}

#trTourSearchItemAltLine2  
{
	background-color:#e6f6fd;
}

#tdTourSearchTourCode {
	color:#615F51;
}

#tdTourSearchTourName {
	color:#615F51;
}

/**************************************************/
/* TourSearchGrid.ascx                         */
/* (default positioning/text styles in common.css */
/**************************************************/
.trTourSearchHeader
{
	color: #ffffff;
	background-color: #03658e;
}
.trTourSearchHeader a:link {
	color:#FFFFFF;
	text-decoration: none;
}

.trTourSearchHeader a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.trTourSearchHeader a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.trTourSearchItemAlt  {
}

.trTourSearchItemAltLine2  
{
	background-color:#e6f6fd;
}

.tdTourSearchTourCode {
	color:#615F51;
}

.tdTourSearchTourName {
	color:#615F51;
}




/***********************************************************/
/* User style classes - SiteRefresh only, not used in code */
/***********************************************************/

/** HEADER **/
.header_top_links {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	font-size:7pt;
}

.header_top_links a {
	color:#8d750b;
	font-size:7pt;
}

.header_top_links a:hover {
	color:#ffffff;
	background-color:#8d750b;
}


/** FOOTER **/
.footer, #footer {
	margin-top:-1px;
	text-align:center;
	width:746px;
	line-height:16px;
}

.footer_content {
	padding-top:10px;
	padding-left:5px;
	text-align:left;
}

.footer_line {
	width:746px;
	height:5; 
	background-color:#dcebf2;
}
/* was .footer_line_long */ 
/* chg to use background image to avoid IE </div> bug */
#spacer_footer_over {
	width:765px;
	background-image: url("../images/blue_line_257.gif"); 
	background-repeat:repeat-x;
  	background-position: left bottom;

}

.footer_bottom_links, .footer_bottom_links a, .footer_copyright {
	color:#999999;
}

.footer_bottom_links a:hover {
	color:#ffffff;
	background-color:#999999;
}

.footer_copyright {
	font-weight:bold;
}

.footer_brown, .footer_brown a {
	color:#947b0c;
}

.footer_brown a:hover {
	color:#ffffff;
	background-color:#947b0c;
}


/** INTERIOR **/

.full_line {
	width:765px;
	height:5; 
	background-color:#dcebf2;
}

p, .sub_content, sub_content_cruise { /* Added p - 071024 - Golesorkhi */
	font-size:8pt;
	color:#615F51;
	/*padding-bottom:10px;
	padding-top:10px;*/
}

p a, .sub_content a, sub_content_cruise a { /* Added p a - 071024 - Golesorkhi */
	color:#0f7ead;
	text-decoration:underline;
	font-size:8pt;
}

/* was .heading */
h2, #content_heading, .content_heading { /* Added h2 - Golesorkhi - 071024 */
	font-size:10pt;
	font-weight:bold;
	color:#a99337;
	text-align:left;
	display:inline;
}

.sub_heading, .sub_heading_no_bold, .sub_heading_no_padding {
	font-size:8pt;
	font-weight:bold;
	color:#a99337;
	text-align:left;
}

.sub_heading {
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

.sub_heading_no_bold {
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
}


/** QUAD PAGE **/
.quad_left_col {

	width:500px;
}

h2, .quad_heading { /* Added h2 - Golesorkhi - 071024 */
	font-size:10pt;
	font-weight:bold;
	color:#336885;
	text-align:left;
}

.quad_left_col_line {
	width:475px;
	height:5; 
	background-image: url("../images/blue_line_257.gif"); 
	background-repeat:repeat-x;
  	background-position: left bottom;
}

.quad_right_col {

	width:257px;
}


.quad_right_col_line {
	width:257px;
	height:5; 
	background-image: url("../images/blue_line_257.gif"); 
	background-repeat:repeat-x;
  	background-position: left bottom;
}

.quad_left_col_dotted_line {
	width:475px;
	height:1px; 
	background-image: url("../images/dotted_line_horizontal.jpg");
	background-repeat:repeat-x;
  	background-position: left bottom;
}

.quad_sub_head {
	font-weight:bold;
	color:#0c7dac;
	font-size:8pt;
}

p, .quad-content { /* Added p - Golesorkhi - 071024 */ 
	font-size:8pt;
	padding-right:20px;
	text-align:left; /* IE7 */
}

p a:hover, .quad-content a:hover { /* Added p a:hover - Golesorkhi - 071024 */ 
	color:#FFFFFF;
	background-color:#0c7dac;
}

img.quad_image {
	margin-right:10px;
	margin-bottom:10px;
	text-align:left;
	margin-left:-5px;
}

img.quad_right_image {
	margin-bottom:10px;
	margin-left:-5px;
	clear:both;
}




/** HOME PAGE **/
#theToolTip {
	BORDER-RIGHT: #6f6641 1px solid; 
	BORDER-LEFT: #6f6641 1px solid; 
	BORDER-BOTTOM: #6f6641 1px solid; 
	BORDER-TOP: #6f6641 1px solid; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 10px; 
	Z-INDEX: 100; 
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4); 
	LEFT: -300px; 
	VISIBILITY: hidden; 
	PADDING-BOTTOM: 0px; 
	WIDTH: 130px; 
	PADDING-TOP: 6px; 
	POSITION: absolute; 
	background-image:url("../images/tooltipbg.gif");
	background-repeat:repeat-x;
	background-color:#f8eec6;
}

#ToolTipPointer {
	Z-INDEX: 101; LEFT: -300px; VISIBILITY: hidden; POSITION: absolute;
}
#theToolTip P {
	MARGIN-TOP: 0px; FONT-SIZE: 1.1em; COLOR: #8A0C11; LINE-HEIGHT: 1.4em; MARGIN-RIGHT: 10px;
}
#ToolTipTextWrap {
	FONT-SIZE: 7pt; COLOR: #6f6641; MARGIN-RIGHT: 0px; text-align:left;
}

.home_search {
	padding-left:10px;
	padding-top:10px;
	vertical-align:text-top;
}

td.home_sub {
	padding-top:5px;
	font-size:8pt;
	text-align:left; /* IE7 */
}

td.home_sub_gfob {
	padding-top:5px;
	font-size:7pt;
}

td.home_sub a {
	color:#0c7dac;
}

td.home_sub a:hover, .home_search_links a:hover {
	color:#ffffff;
	background-color:#0c7dac;
}

.home_sub_head, .home_sub_head_bold, .home_search_links, .home_search_links a {
	color:#0c7dac;
	font-size:8pt;
}

.home_sub_head_signature {
	color:#666666;
	text-align:left;
}

.home_sub_head_bold {
	font-weight:bold;
}

.home_grey_link a {
	color:#949494;
	font-weight:bold;
}

.home_grey_link a:hover {
	color:#ffffff;
	background-color:#949494;
}

.home_search_links, .home_search_links a {
	font-size:8pt;
}

.home_search_links {
	text-align:center;
	padding-top:10px;
}


.location 
{
	font-size:10pt;
	font-weight:bold;
	color:#a99337;
	text-align:left;
}

/* Image gallery */
.ship_rollover_images
{
	cursor: default;
	list-style: none;
	width:460px;
	margin-top:15px;
}
.ship_rollover_images a
{
	cursor: default;
}
.ship_rollover_images a .preview
{
	display: none;
}
.ship_rollover_images a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.ship_rollover_images img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.ship_rollover_images li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: #CCCCCC;
	display: inline;
	float: left;
	margin: 5px;
	padding: 2px;
	position: relative;
}
.ship_rollover_images .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
	padding:4px;

}
.ship_rollover_images a
{
	position: relative;
}
.ship_rollover_images a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}
.ship_rollover_images a:hover .preview
{
	top: -38px;
	left: -50px;
}
.ship_rollover_images li
{
	position: static;
}

/*************************/
/** Product Page Styles **/
/*************************/
#formProductPage
{
	width:765px;
	margin:0 auto;
	clear:both;
	text-align:left;
}

/* Content field from Site Asset */
#divProductHeader
{
}

/* Avalon Only: Special Page Banner display */
#divPageBanner
{
	background-repeat:no-repeat;
  	background-position: top left;
	background-image: url("../images/group_title.jpg");
	height: 26px;
}

#divPageBanner h2
{
	color:#dcebf2;
	font-size:9pt;
	font-weight:bold;
	margin: 5px 0px 0px 5px;
}

.ProductContentTitle 
{
	display: none;
}


/* Page Title - Product Name */
#formProductPage h1
{
	margin:  12px 0px 4px 0px;
	font-size:11pt;
	font-weight:bold;
	color:#a99337;
}

/* Product Subtitle */
#formProductPage h3
{
	margin: 0px 0px 4px 0px;
	font-weight:bold;
	color:#6fb2ce;
	font-size:8pt;
}

#divProductReturnLink
{
	float:right;
	background: url("../images/arrow_grey.gif") no-repeat;
  	background-position: 100% 70%;
  	padding-right:10px;
	margin-top: -40px;
}
#divProductReturnLink a
{
	vertical-align:middle;
}
#divProductReturnLink a:hover
{
	background-color: #dcebf2;
}

#ProductContent_divBookNow
{
	height:40px;
	float:right; 
	background: url("/images/book_cruise_online.jpg") no-repeat;
	background-position:  left top;
	margin-top: -40px;
}
#ProductContent_divBookNow a
{
	font-size: 7pt;
	color:#949494;
	font-weight:bold;
	vertical-align:middle;
	text-indent: 35px;
}
#ProductContent_divBookNow a:hover
{
	color:#ffffff;
	background-color:#949494;
}

/* Special Email/Print Product page links (not in Site Asset Product Header - China) */
/* Will Golesorkhi - 1/07 */
#divProductEmailPrint
{
	display:none;
}

#divProductContentOver
{
}

#divProductContentUnder
{
	background-image: url("../images/grey_pixel.gif");
	background-repeat:repeat;
  	background-position: left top;
	height:1px; 
	margin: 2px  0px 8px 0px; 
}

/*  Main Product Content container */
#divProductContent
{
	margin:  0px 0px 0px 8px;
}

/* Special Product Context Nav - used for Avalon/China */
#divProductNavHeader
{
	text-align:left;
	visibility:visible;
	width:550px;
	padding-bottom: 8px;
}

#divProductNavHeader a
{
	color:#0f7ead;
	text-decoration:none;
}

#divProductNavHeader a:hover
{
	background-color: #dcebf2;
}

#divProductNavHeader ul
{
	padding: 4px 0px;
	margin:0px;
}

#divProductNavHeader li
{
	display:inline;
	list-style:none;
	padding-left: 10px;
}

#liProductNavHeader
{
	color:#0f7ead;
}

#liProductNavHeader_sep
{
	color:#0f7ead;
}

#liProductNavHeader_selected
{
	font-weight:bold;
	color:#a99337;
}

/* Special Product Context Nav separators */ 
#divProductNavHeaderOver
{
	width: 550px;
	height: 10px;
	background-image: url("../images/dotted_line_horizontal.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
/*	*margin-bottom:-15px;  IE7 - *=IE ONLY */
}
#divProductNavHeaderUnder
{
	width: 550px;
	height:1px; 
	background-image: url("../images/dotted_line_horizontal.gif");
	background-position:top left;
	background-repeat:repeat-x;
	/**margin-top:-15px;  IE7 - *=IE ONLY */
	 /**margin-bottom:0px; IE7 - *=IE ONLY */
}

/* Product Content Images */
.content_images_header 
{
	font-weight:bold;
}
.rollover_images {
	cursor: default;
	list-style: none;
	width: 700px;
	margin-left:0px;
}
.rollover_images a {
	cursor: default;
}
.rollover_images a .preview {
	display: none; 
}
.rollover_images a .preview_map { 
	display: none; 
}
.rollover_images a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.rollover_images a:hover .preview_map { 
	display: block;
	position: absolute;
	left:-80px;
	top:-80px;
	z-index: 1;
}
.rollover_images img {
	color: inherit;
	vertical-align: top;
	width: 69px;
	height: 69px;
}
.rollover_images li {
	color: #CCCCCC;
	display: inline;
	float: left;
	margin: 0px;
	padding: 3px;
	position: relative;
}
.rollover_images .preview {
	border-color: #000;
	width: 150px;
	height: 150px;
}
.rollover_images .preview_map { 
	border-color: #000;
	position:absolute;
	left:-80px;
	top:-80px;
}
.rollover_images a {
	position: relative;
}
.rollover_images a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}
.rollover_images a:hover .preview {
	top: -38px;
	left: -40px;
}
.rollover_images a:hover .preview_map { 
	position:absolute;
	left:-80px;
	top:-80px;
}
.rollover_images li {
	position: static;
}
/* Magnifying glass */
.rollover_images li div 
{
	position:relative;
	margin-top:-19px;
	width: 19px;
	height: 19px;
}
.rollover_images li div img {
	color: inherit;
	vertical-align: bottom;
	width: 19px;
	height: 19px;
}
.rollover_images li div img:hover {
	display:none;
	visibility:hidden;
}

/* Itinerary Rollover */
.hideitineraryimage {
	display:none; 
	visibility:hidden; 
} 
.showitineraryimage {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 5px;
	position:absolute; 
	width:200px;
	margin-left:5px;
	margin-top:5px;
	border:thin;
	border-style:solid;
	visibility:visible; 
	color:#999999;
}

/* Product Page Footer Nav  */
#divProductNavFooter ul
{
	margin-left:  10px;
	text-decoration: none;	
}
#ulProductNavFooter 
{	
	/**float:left;   IE7 - *=IE ONLY */
}

#ulProductNavFooter a:hover
{	
	background-color: #dcebf2;
}

#divProductNavFooter a
{	
	text-decoration: none;
}

#divProductNavFooter li 
{	
	text-indent: 8px; 
}

#liProductNavFooter_empty
{	
	list-style:none; 
}

#liProductNavFooter_selected
{	
	font-weight:bold;
	color:#a99337;
	list-style:none;
	text-indent: 8px;
}

/************************/
/* ProductContent.ascx  */
/************************/
/* override h4, p tag defaults */
#divProductContent h4
{
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 4px;
}

#divProductContent p
{
	margin-top: 0px;
}

#divProductContent li
{
}

#ProductContent_divProductContentTitle
{
	display:none;
}

.ProductDayTitle 
{
	color:#a99337;
	font-size:9pt; 
	font-weight:bold;

}

/* Itinerary - 'Day x' */
#spanProductDay
{
	color: #737060;
	font-size: 8pt;
	padding-right: 8px; 
}

#ProductContent_divOverview
{
}

#ProductContent_divHighlights
{
}

#ProductContent_divItinerary
{
}

/* HACK: Adjust for Accommodations displayed on Highlights page */
#ProductContent_divAccommodations
{
	margin-top: -36px;
}


#ProductContent_divShips ul
{
	margin-top: 4px;
}

#ProductContent_divShips li
{
	/*text-indent: 24px; IE7 */
	list-style-type:none;
	list-style-image:none;
}

#ProductContent_divShips a
{
	text-decoration:underline;
}

#ProductContent_divShips a:hover
{
	background-color: #dcebf2;
}


#ProductContent_divRelatedTours
{
	font-weight:bold;
	color:#a99337;
}

#ProductContent_divRelatedList ul
{
	color: #666666;
	margin-top: 2px;
	font-weight:normal;
	margin-left: 32px;
}

#ProductContent_divRelatedList a:hover
{
	background-color: #dcebf2;
}

#ProductContent_divRelatedList li
{
	padding-top: 4px;
}

#ProductContent_divMap 
{
}

#ProductContent_divHighlights
{
	padding-bottom: 32px;
}

/**************************************/
/* NEW PRICE BOX - Golesorkhi - 11/07 */
/**************************************/
.PriceBox_Main
{
	border: solid 1px DarkGray;
	font-size:8pt;
}
.PriceBox_Main td
{
	font-size:8pt;
}
.PriceBox_Header
{
	color:#f3f2e3;
	background-color:#03658e;
	height:25px;
	vertical-align:middle;
}
.PriceBox_Header a, .PriceBox_Header a:hover, .PriceBox_Header a:visited
{
	color:White;
}
.PriceBox_Row
{
    height:17px;
}
.PriceBox_AlternatingRow
{
	color:#615F51;
	background-color:#e6f6fd;
	height:17px;
}
.PriceBox_Pager
{
    text-align:left;
    font-weight:bold;
}
#divPriceBoxFootnote
{
	font-size: smaller;
	text-align:left;
	margin: 4px 0px 6px 0px;
}

/****************************************/
/* PriceBox.ascx                        */ 
/*  + DepartureAvailabilityDisplay.ascx */ 
/* (also ref common.css)                */ 
/***************************************

#trPriceBoxHeader td {
	color:#f3f2e3;
	background-color:#03658e;
}

#trPriceBoxItem td {
	color:#615F51;
	background-color:#ffffff;
}

#trPriceBoxItemAlt td {
	color:#615F51;
	background-color:#e6f6fd;
}
*/

/* Email/Print this page - Will Golesorkhi - 1/07 */
#ProductContent_divProductContentTitleOverview,
#ProductContent_divProductContentTitleMap,
#ProductContent_divProductContentTitleItinerary,
#ProductContent_divProductContentTitleHighlights,
#ProductContent_divProductContentTitleAccommodations,
#ProductContent_divProductContentTitlePrices
{
	visibility:hidden;
	display:none;
}


/* Moved for IE7 fix - Will Golesorkhi - 12/06 */
input {
	border: expression( this.type=="checkbox"?'none':this.type=="radio"?'none':this.type=="image"?'none':'1px #000 solid');
}
