.package {
	width : 305px;
	margin-top : 30px;
	border-top : 1px solid #cccccc;
	float : left;
}

.package .tourname {
/*	width : 165px; */
	font-size : 14px;
	font-weight : bold;
	line-height : 24px;
	float : left;
}

.package .price {
	width : 140px;
/*	font-size : 11px; 
	line-height : 24px; */
	text-align : right;
	float : right;
}

.package .tour {
	padding-top : 12px;
	border-top : 1px solid #cccccc;
}

.package img {
/*	margin-right : 12px; */
	margin-left: 30px;
}

.package .date {
	padding-left : 166px;
}

.package a.detail {
	width : 45px;
	margin-top : 2px;
	padding-left : 20px;
	background : url( ../images/arrow.gif ) no-repeat center left;
	float : right;
}

.m {
	margin-left : 30px;
}

.m12 {
	margin-top : 12px;
}

.more {
	clear : both;
	width : 600px;
	margin-top : 30px;
	padding : 10px 20px;
	color : #0067b2;
	font-size : 15px;
	font-weight : bold;
	border : 1px solid #cccccc;
	float : left;
}

.more li {
	width : 280px;
	float : left;
	padding-left : 20px;
	background : url( ../images/arrow.gif ) no-repeat 0px 5px;
}

.more a {
	font-size : 13px;
	font-weight : normal;
}


