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

#contents{
	clear:both;
	display:table;
	min-height:400px;
	padding:15px;
	margin-bottom:20px;
}

#boat-entry{
	margin-top:5px;
	display:table;
	clear:both;
}

#left-box{
	width:350px;
	display:block;
	float:left;
	margin-left:40px;
}

#main-pic{
	margin-top:50px;
	width:350px;
	float:left;
}

.main-thum{
	border:#555555 1px solid;
	padding:2px;
	float:left;
	width:350px;
	display:block;
}

.thums{
	margin:10px 5px 0 5px;
	display:block;
	float:left;
}

.thum{
	border:#555555 1px solid;
	padding:1px;
	width:100px;
}

#boat-info{
	width:450px;
	margin-left:60px;
	display:block;
	float:left;
}

#boat-name{
	font-size:20px;
	font-weight:bold;
}

#price{
	font-size:18px;
	color:#CC0000;
	font-weight:bold;
	width:400px;
	display:block;
	text-align:right;
	margin-bottom:4px;
}

#sub_price{
	font-size:12px;
	line-height:14px;
	color:#000000;
	width:400px;
	display:block;
	text-align:right;
}

#boat-model{
	
}


#boat-description{
	margin-top:20px;
}

.details{
}
