#main-right {
	width: 373px;
	float: right;
}

.rbox {
	border: 1px solid #1f1f1f;
	margin-bottom: 21px;
}
	
	.rbox .header {
		height: 25px;
		background: url("../img/rbox_title_bg.jpg") repeat-x;
		padding: 12px 12px 0 12px;
	}
					
		.rbox .header a,
		.rbox .header span {
			text-decoration: none;
			font-family: sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #474646;
			float: left;
			padding: 0 4px 0 4px;
		}
		
		.rbox .header a.active, 
		.rbox .header a:hover, 
		.rbox .header a.more:hover {
			color: #ffffff;
		}
		
		.rbox .header a.more {
			color: #6c6c6c;
			float: right;
		}
	
	.rbox .entry.odd {
		background-color: #181818;
	}
	
	.rbox .entry:hover {
		background-color: #272727;
	}
	
	.rbox .entry {
		height: 27px;
		border-top: 1px solid #2f2f2f;
		border-bottom: 1px solid #0f0f0f;
		background-color: #202020;
		padding: 0 5px 0 5px;
		overflow: hidden;
	}
	
		.rbox .entry .text {
			padding-top: 6px;
		}
	
		.rbox .entry .text,
		.rbox .entry .text a {
			color: #d2d2d2;
			text-decoration: none;
			font-size: 11px;
			font-family: sans-serif;
			display: inline-block;
		}
		
		.rbox .entry .text a:hover {
			color: #ffffff;
		}
		
		.rbox .entry .detail {
			color: #727272;
		}
		
			.rbox .entry .detail a {
				color: #909090;
				text-decoration: none;
			}
			
			.rbox .entry span.detail a:hover {
				color: #6dc44c;
			}
	

#xlotour .header {
	background: url("../img/xlotour_title_bg.jpg") repeat-x;
}

#xlotour .entry {
	height: 63px;
	overflow: hidden;
}

	#xlotour .imgframe {
		width: 75px;
		height: 43px;
		border: 2px solid #181818;
		margin: 8px 5px 0 3px;
		float: left;
	}
	
		#xlotour .imgframe img {
			border: 1px solid #2c2c2c;
			padding: 0;
		}
	
	
	#xlotour .status {
		font-family: arial;
		font-size: 12px;
	}
	
	#xlotour .text {
		float: left;
		width: 190px;
		padding: 0;
	}
	
		#xlotour .text p {
			margin: 5px 0 5px 0;
			font-family: arial;
			font-size: 10px;
			color: #ffffff;
		}
			
			#xlotour .text p span.label {
				color: #828282
			}
		
			#xlotour .text p.title {
				color: #6dc44c;
				font-size: 11px;
				font-weight: bold;
			}
			
	#xlotour .right {
		padding-top: 20px;
		padding-right: 10px;
	}
	

#spotlight {
	height: 100px;
	overflow: hidden;
}

