@charset "utf-8";
/* CSS Document */

.Day-Tour {
	padding: 10px;
	margin: 4px 0px 0px -10px;
	background:#3F4142;
	border:1px solid #968268;
	color:#968268;
}
.Day-Tour h1 {
	text-transform:uppercase;
}
.Day-Tour .Header {
	background:#3F4142;
	border:1px solid #968268;
	color:#9E7739;
	padding:10px;
	margin: 0 0 10px;
	width: auto;
}
.Day-Tour .Header h1 {
	margin: 0 0 5px;
}
.Day-Tour .main-table {
	width:100%;
	margin-bottom:10px;
}
.Day-Tour .main-table .right-details {
	/*background-image:url('../images/urn.gif');
	background-position:center bottom;
	background-repeat:no-repeat;*/
	width:350px;
}
.Day-Tour .main-table .right-details table{
	background-color:#3F4142;
}
.Day-Tour .right-details table{
	width:100%;
	border-collapse: collapse;
	border-top:none !important;
}
.Day-Tour .main-table td {
	vertical-align:top;
}
.Day-Tour .main-table td.imagetour, .Day-Tour .main-image-div{
	width:350px;
}
.Day-Tour .main-image-div {
	border:1px solid #968268;
	margin-right:10px;
}
.Day-Tour .main-image-div .pd {
	margin:5px;
	overflow:hidden;
	width:340px;
	height:229px;
}
.Day-Tour .Description {
	color:#968268;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.Day-Tour .Description p {
	padding:  0 0 10px;
}
.Day-Tour .Prices {
	color:#968268;
	padding:0px;
	margin:-1px 0px 0px 0px;
}
.Day-Tour .Prices td {
	padding: 6px;
	border:1px solid #968268;
	border-collapse: collapse;
}
.Day-Tour .Prices td.label {
	text-transform:uppercase;
	width:152px;
}
.Day-Tour .Prices .Details-Table {
	margin:0px;
}
.Day-Tour .Prices .Details-Table td {
	padding: 6px;
}
.Day-Tour .Other {
	margin-top:-1px;
}
.Day-Tour .Book {
	font-family:'Palatino Linotype','Book Antiqua',Palatino,serif;
	border:1px solid #968268;
	margin:0px;
	text-align: center;
	font-size:18px;
	text-transform:uppercase;
}
.Day-Tour .Book a {
	display: block;
	color:#9E7739;
	padding: 10px;
	text-decoration: none;
}
.Day-Tour .Book a:hover {
	background: #BFBFBF;
	color:#434A38;
	text-decoration: none;
}
.Day-Tour .Gallery {
	border:1px solid #968268;
	color:#968268;
	padding: 10px 10px 10px 25px;
	position: relative;
	margin: 0 0 10px;
	width: 661px;
	overflow:hidden;
	height:140px;
}
.Day-Tour .Gallery ul, .Day-Tour .Gallery li {
	margin:0px;
	padding:0px;
}
.Day-Tour .Gallery li {
	display:block;
	float:left;
}
.Day-Tour .Gallery .next {
	background:#3F4142 url(../images/next-horizontal.gif) no-repeat 0 50%;
	height:140px;
	right:2px;
	position:absolute;
	top:10px;
	width:32px;
	z-index:100;
	cursor: pointer;
}
.Day-Tour .Gallery .prev {
	background:#3F4142 url(../images/prev-horizontal.gif) no-repeat 0 50%;
	height:140px;
	left:2px;
	position:absolute;
	top:10px;
	width:32px;
	z-index:100;
	cursor: pointer;
}
.Day-Tour .MoreInfo {
	border:1px solid #968268;
	color:#968268;
	padding: 10px;
	margin: 0 0 10px;
}
