.tour {
	color:#838383;
	padding-bottom:50px;
}
.tour header h1 {
	font:18px/30px Georgia, serif;
	color:#838383;
	text-transform:uppercase;
}

.tour dl {
	border-bottom:1px solid #c6c6c6;
	color:#464646;
}
.tour dt {
	border-top:1px solid #c6c6c6;
}
.tour dd {
	background-color:#e5e5e5;
	padding-top:20px;
	position:relative;
	margin-bottom:20px;
}

.tour dl h2 {
	font:24px Georgia, serif;
	border:0;
	margin:0;
}
.tour dl h2 a {
	color:#212121;
	border-bottom:4px solid #212121;
}
.tour dl p {
	font:14px Georgia, serif;
	color:#464646;
	margin-top:15px;
}
.tour dl img {
	vertical-align:top;
}
.tour dl .lBlock {
	float:left;
}
.tour dd .lBlock {
	padding-left:20px;
}
.tour dl .lBlock .sponsorsBlock {
	padding-top:20px;
}
.tour dl .lBlock .sponsorsBlock header {
	font:11px "Trebuchet MS", Verdana, sans-serif;
	color:#a7a7a7;
	text-transform:uppercase;
	padding:10px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	margin:0;
}
.tour dl .lBlock .sponsorsBlock .item {
	padding:25px 0 10px 0;
	text-align:center;
}

.tour dl .rBlock {
	padding:10px 0 10px 20px;
	overflow:hidden;
	position:relative;
}
.tour dl dd .rBlock {
	padding:10px 80px 10px 20px;
}
.tour dl dd .rBlock .btnClose {
	background:url(../img/bg/close.png) no-repeat;
	width:42px;
	height:42px;
	position:absolute;
	top:0;
	right:20px;
}
.tour dl .rBlock .date {
	width:200px;
	float:right;
	margin:0 0 50px 50px;
}
.tour dl .rBlock .date .txt1 {
	font:40px "Times New Roman", serif;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}
.tour dl .rBlock .date .txt2 {
	padding-top:15px;
	font:12px Georgia, serif;
	color:#848484;
}
.tour dl .rBlock .date .txt2 img {
	margin:-3px 5px 0 0;
}

.tour dl .rBlock ul {
	padding:20px 0;
}
.tour dl .rBlock li {
	border-top:1px solid #c6c6c6;
	width:100%;
	padding:0;
	background:none;
}
.tour dl .rBlock li:first-child {
	border-top:0;
}
.tour dl .rBlock li .date1 p {
	font-family:"Times New Roman", serif;
	margin:0;
}
.tour dl .rBlock li .date1 {
	width:80px;
	padding:12px 10px 0 0;
	float:left;
}
.tour dl .rBlock li .date1 .txt1 {
	font-size:28px;
	color:#212121;
}
.tour dl .rBlock li .date1 .txt2 {
	font-size:11px;
	color:#656565;
}

.tour dl .rBlock li .Img {
	width:77px;
	height:77px;
	float:left;
	overflow:hidden;
}

.tour dl .rBlock li .txt {
	overflow:hidden;
	padding:10px 0 0 20px;
}
.tour dl .rBlock li .txt h2 {
	font:18px/30px Georgia, serif;
	color:#212121;
	margin:0;
	padding:0;
}
.tour dl .rBlock li .txt p {
	margin-top:0;
	font-size:13px;
	color:#656565;
}
.tour dl .rBlock li .txt a {
	text-decoration:underline;
}
.tour dl .rBlock li .txt a:hover {
	text-decoration:none;
}
.tour dl .rBlock li .txt a span {
	color:#656565;
}
.tour dl .slider {
	background-color:#212121;
	padding:30px 75px;
	position:relative;
}
.tour dl .slider ul {
	margin:0;
}
.tour dl .slider li {
	float:left;
	width:77px;
	height:77px;
	position:relative;
	overflow:hidden;
	margin:0 6px;
	padding:0;
	background:none;
}
.tour dl .slider .btnPrev {
	background:url(../img/bg/page-prev.png) no-repeat;
	width:22px;
	height:12px;
	position:absolute;
	top:50%;
	left:30px;
	margin-top:-6px;
	opacity:0.6;
	cursor:pointer;
}
.tour dl .slider .btnPrev:hover {
	opacity:1;
}
.tour dl .slider .btnNext {
	background:url(../img/bg/page-next.png) no-repeat;
	width:22px;
	height:12px;
	position:absolute;
	top:50%;
	right:30px;
	margin-top:-6px;
	opacity:0.6;
	cursor:pointer;
}
.tour dl .slider .btnNext:hover {
	opacity:1;
}
.tour dl .slider .pag {
	background-color:#000000;
	position:absolute;
	bottom:10px;
	right:80px;
	font-size:14px;
	line-height:10px;
	color:#7c7c7c;
	padding:0 5px 2px 5px;
}
.tour dl .slider .pag a {
	color:#7c7c7c;
}

