.filteredJourneyPage {
	width: 100%;
	clear:both;
	border-bottom:	1px solid #5A5D5A;  
	border-right:	1px solid #5A5D5A;  
	border-left:	1px solid #5A5D5A;  
}

.journeyTitleBox {
	border-bottom: 1px solid #848284;
	background:#E1EAF3;
	width: 100%;
}
.journeyInfoBox {
	padding:5px 5px 0px 5px;
	border-right: 1px solid #848284;
	background-color:#ECF9E9;
	width: 75%;
}
.journeyRating {
    background-image:url("../../images/corner_white_bottom_right.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:#ECF9E9;
	padding: 2px 5px 5px 6px; /* extra 1px on left for IE 6*/
	width: 75%;
}

.journeyImage {
	margin-top:3px;
	margin-left:5px;
}
.journeyCompany {
	margin-bottom:3px;
	margin-left:20px
}
.journeyDescription {
	padding:5px;
}

.journeyDescription ul ol {
	/*  Need to do this because <ol> and <ul> 
	    margins are not displaying properly.
	    
	    Sadly the problem still persists in IE6 even with this hack...*/
	margin: 5px 0px;
}

.journeyDescription li {
	/*  Need to do this because <ol> and <ul> lack
	    margins that cause the descriptions to not display
	    user-generated lists well.
	    
	    Sadly the problem still persists in IE6 even with this hack...*/
	margin-left: 	20px;
}

.journeyDescription p {
	margin:			5px 0px;
}
