@charset "UTF-8";
/* CSS Document */

#listbody {
	margin: 10px 10px 8px 0px;
	padding: 10px;
	background-color: #f9f9f9;
	border: 5px solid #AC0203;
	height: 115px;
}

#listthumbnail {
	float: left;
}

#listthumbnail a img {
	background-color: #FFFFFF;
	padding: 5px;
	width: 180px;
	margin-right: 10px;
	height: 105px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#listright {
	margin-bottom: 10px;
}

h3 a {
	font-weight: normal;
	}

#detail-wrap, #banner, detail-logo, detailsynopsis, #adress-holder, #detail-mainimg, #detail-activities, #maindescription, #detailhomeimages, #detailfoot, #detailcomments {
	float: left;
	width: 600px;

}

#detail-wrap {
	border: 5px solid #AC0203;
	padding: 10px;
	float: left;
	margin-top: 28px;
}



#detail-logo, #banner img, #adress-holder {
	width: 600px;
	text-align: center;
}

#detail-logo img {
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#adress-holder {
	text-align: left;
	margin-top: 10px;
}

#adress-holder img, #detail-mainimg img, #detailhomeimages img {
	border-top: 1px solid #f9f9f9;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #f9f9f9;
	padding: 10px;
	margin: 10px;
}


#adress-holder img {
	float: right;
	width: 220px;
}

#detail-mainimg, #detailhomeimages  {
	text-align: center;
}

#detail-mainimg img {
	width: 400px;
}

#detailhomeimages img {
	width: 160px;
	margin: 10px 5px;
}

#detailfoot {
	margin-bottom: 20px;
}

