@import '09global.css';

/* +++++++++++++ */
/*    LAYOUT     */
/* +++++++++++++ */
	
#container {
  position: relative;
  width: auto;
  padding-left: 180px;
}

/* Hides from IE-mac \*/
* html #container {height: 1%;}
/* End hide from IE-mac */	

#main {
	width: 550px; /* added to resolve no content issue in short stays */
	height: 480px; /* to clear abso positioned left col menu */ 
	}

#left-col {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 100px;
	background: #88001B url(/site/images/backgrounds/leftcol100.jpg) bottom right repeat-x;
}



/*** IE6 Fix ***/
/* this to null the rule applied in the global style sheet */
* html #left-col {
  left: 0;            /* RC width */
}


/* +++++++++++++ */
/*   RIGHT COL   */
/* +++++++++++++ */

#map {
	border: 1px solid #000;
	margin: 1em;
}

#right-col h2 {
	border-bottom: 1px solid;
}

/* this style added by js when hovered over */
#right-col h2.highlight {
	background-color: #800000;
	color: #fff;
	cursor: pointer;
}

	
div.horRule {
	height: 1px;
	border-top: 2px solid #800000;
	margin: 3px 0;
}
div.horRule hr {
	display: none;
}

#countryimages img, #tourimages img {
	margin-bottom: 10px;
}

#priceguide, #countryinfo, #exclusions, #inclusions, #features {
	height: auto;
	margin-bottom:1em;
	}

/* pricetable formatting */
#pricetableA, #pricetableB {
margin-bottom: 1em;
}

#pricetableA .col1 {
background-color: #eee;
}

#pricetableA td {
padding: 2px;
border-bottom: 1px dotted #ccc;
}


#pricetableB th {
background-color: #eee;
color: #333;
text-align: left;
}
#pricetableB strong {
color: #800000;
}
#pricetableB td {
padding: 2px ;border-bottom: 1px dotted #ccc;
}

.optionalextra {
	font-weight: bold;
	color: #800000;
}

/* Travel Info */

#features p {
	margin: 3px 0;
	}
#features ul, #countryinfo ul {
	list-style-type: none;
	margin-left: 0;
	}

#features li, #countryinfo li {
	background: transparent url(/site/images/features-arrow.gif) left top no-repeat;
	padding: 3px 0 0 16px;
	line-height: 20px;
	}

/* inclusions and exclusions formatting */

#inclusions ul, #exclusions ul {
list-style-type: square;
margin: 0.5em 1em 1em;
}

#inclusions li, #exclusions li {
padding: 2px 0;
}

#inclusions p, #exclusions p {
font-style: italic; 
}




/* +++++++++++++++++++++++ */
/*   MAIN and CONTAINER2   */
/* +++++++++++++++++++++++ */
	
#headtype1 h1 { 
	background: #800000 url('/site/images/sketchy-head-bkg.gif') left top no-repeat;
}	

.tourpics { 
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	width: 220px;
	}
.tourpics img {
    margin-bottom: 5px;	
	}


/* +++++++++++++++++++++++ */
/*      table styling      */
/* +++++++++++++++++++++++ */


#alltours-wrap { 
	padding: 1em;
}

#alltours { width: 100%; }

#alltours td { 
	padding: 2px 3px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
}

#alltours td.tourname { 
	text-align: left; 
	border-bottom: 1px solid #EDA3A3;
}
#alltours td.duration { 
	color:#fff; 
	border-top: 1px solid #800;	
	}
#alltours td.pricefrom { border-bottom: 1px solid #EDA3A3; }

#alltours td a {text-decoration: none; }
#alltours h2 { background: transparent;padding: 0;font-size: 1.2em;}
#alltours h2 a { color: #900;}

#alltours col { text-align: center; }
#alltours .months { background-color: #FFF5B8; }
#alltours .days { background-color:#800000; }
#alltours .odd { background-color: #FFE859; }




/* rules for ruler.js */
tr.ruled{
	background-color:#ff9;
	color: #800;
}
#alltours tr.ruled td  { 
	border-top: 1px solid #800;		
	border-bottom: 1px solid #800; 
	color: #800;
}   
#alltours tr.ruled td.duration { border-top: 1px solid #800;}







/* ########################	 */
/* left column country drop down menu styles */
/* ########################	 */

#country-nav {
	position: relative; 
	width: auto;
}

/* ########################	 */
/* INMAN ABSOLUTE POSITION FLOAT BUG WORKAROUND RULES	 */
/*  */
/* ########################	 */
.clear_children,.cc_tallest { position: relative; } /**/* html .clear_children { display: inline;}/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */



