table.tourBox {
	margin-bottom: 15px;
}


table.tourBox th {
	background-color: #bfe4ff;
}

table.tourBox td {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #e1e1e1;
}

table.tourBox td.leftCol {
	width: 440px;
	padding-right: 15px;
}

table.tourBox td.leftCol div.title {
	margin-bottom: 5px;
}

table.tourBox td.leftCol div.mainTitle a {
	font-size: 14px;
	color: #834201;
}

table.tourBox td.rightCol {
	vertical-align: bottom;
	font-weight: bold;
	font-size: 11px;
}

table.tourBox td.rightCol {
	width: 120px;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 11px;
}

table.tourBox td.rightCol div.price {
	color: green;
	margin-top: 10px;
	font-family: "Arial";
	font-size: 14px;
}

table.tourBox td.daysCol {
	width: 65px;
}

table.tourBox a.descLink {
	font-weight: normal;
}

table.tourBox div.route {
	font-size: 11px;
}



/* Tour Detail Seite */

div.tour div.course-box {
	background-image: url("images/bg_gar_sky.gif");
	background-repeat: repeat-x;
	background-color: #f5fbff;
	
	padding: 5px;
	margin-bottom: 30px;
}

div.tour table.course-table th {
	width: 60px;
}

div.tour table.course-table td.first-col {
	padding-right: 15px;
}

div.tour div.day-box {
	margin-bottom: 15px;
	/*
	background-image: url("images/bg_gar_sunset.gif");
	background-repeat: repeat-x;
	background-color: #fffaf5;
	*/
}

div.tour div.day-box div.day-header {
	font-weight: bold;
	background-color: #bfe4ff;
	background-image: url("/fileadmin/awt_php/tour_10/icons/bg-day-header.gif");
	background-repeat: repeat-x;
	background-position: top;
	
	padding: 0px;
	margin: 0px;
}

div.tour div.day-box div.day-header div.sun-icon {
	width: 21px;
	float: left;
	overflow: hidden;
	
	padding: 0px;
	margin: 0px;
}
div.tour div.day-box div.day-header div.title-text{
	margin-top: 4px;
	margin-left: 4px;
	width: 525px;
}

div.tour div.day-box div.day-header span.place {
	color: #834201;
}

div.tour div.day-box div.dayDesc {
	padding: 5px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

div.tour div.day-box div.footer {
	text-align: right;
}

div.info-box {
	margin-bottom: 30px;
}
div.info-box h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.info-box ul {
	margin: 0px;
}

div.info-box li {
	margin-bottom: 5px;
}


div.price-box {
	margin-bottom: 30px;
}
/*
div.tour table.prices {
	width: 500px;
	border: solid 1px grey;
}

div.tour table.prices td,
div.tour table.prices th {
	padding: 0px 5px 0px 5px;
}

div.tour table.prices th.date {
	width: 100px;
}

div.tour table.prices tr.info-row {
	border-top: solid 1px grey;
}
*/

div.tour table.prices {
	margin-left: 1px;
	margin-bottom: 11px;
	width: 556px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

div.tour table.prices th {
	background-color: #ffc080;
	vertical-align: bottom;
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	padding-right: 10px;
}

div.tour table.prices td {
	padding: 2px 10px 11px 2px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}

div.tour table.prices .price {
	width: 60px;
	text-align: right;
	font-weight: bold;
}
div.tour table.prices td.price {
	color: #166f00;
}

