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

#content{
	width:100%;
	margin:0 0 20px 0;
}

.tours li{
	width:208px;
	height:270px;
	float:left;
	margin:10px 8px 0 0;
	background:#f3f3f3;
	border:1px solid #b7b7b7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:10px;
	position:relative;
}

#content .tours{
	margin:0 0 10px 0;
}

#content .tours li h1{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding:0;
	border:none;
	margin:0 0 10px 0;
}

#content .tours li h2{
	overflow:hidden;
}

#content .tours li h2 .tour_price{
	font-size:18px;
	font-weight:bold;
	color:#cc0000;
	float:left;
}

#content .tours li h2 .tour_period{
	font-size:11px;
	float:right;
	color:#666666;
	margin:3px 0 0 0;
}

#content .tours li a .read_more{
	width:100px;
	height:30px;
	background:url(../images/read_more.png) no-repeat;
	position:absolute;
	bottom:7px;
}

#content .tours li a .request_tour{
	width:100px;
	height:30px;
	background:url(../images/request_tour.png) no-repeat;
	position:absolute;
	bottom:7px;
	right:10px;
}


