#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;}



