@charset "UTF-8";

/*------------------------------------------------------------------------------
	GUEST&ME - CSS Modules Import
	Date: 2009-11-19
------------------------------------------------------------------------------*/

#main{
	padding:0px 25px 20px;
	position:relative;
}


#main h2{
	float:left;
	text-align:right;
	width:90px;
	padding:15px 0;
	margin:0;
}

.camp{
	width:730px;
	height:278px;
	margin-bottom:30px;
	margin-top:10px;
	text-align:center;
}

.lineup2{
	float:right;
	width:640px;
}
.lineup{
	float:left;
	width:320px;
}
.lineup .photo{
	width:140px;
	height:140px;
}
.lineup .photo p{
	padding:5px 12px 20px 0;
	text-align:right;
}
.lineup .details{
	width:160px;
	padding:5px 0 30px;
}
.lineup .details{
	font-size:10px;
	color:#353535;
}
.lineup .details h3{
	font-size:11px;
	line-height:1.4;
	color:#9e5b33;
	font-weight:bold;
	padding:2px 0;
}
.lineup .price{
	font-size:10px;
	color:#333;
	padding:0 0 8px;
}

.lineup .cargo{
	padding:0 0 5px;
}
.category{
	padding-top:20px;
	width:730px;
	background:url(../../online/img/online_line.gif) bottom center no-repeat;
	zoom:100%;
}
.category:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
