﻿.ListContent
{
	padding: 10px 0px 10px 10px;
}
.listBody
{
	width: 274px;
	height: 230px;
	float: left;
	margin-right: 13px;
}
.listLine
{
	width: 100%;
	height: 2px;
	background-image: url("../img/orangeLine.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 7px 0px 7px 0px;
	clear: both;
}
.listImg
{
	border: 1px solid #999;
	padding: 1px;
}
.listImg:hover
{
	border: 1px solid #555;
}
.listDetail
{
	width: auto;
	padding: 1px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #E5E5E5;
	margin-bottom: 1px;
}
.listDetail:hover
{
	background-color: #F0F0F0;
}
.listDetail a 
{
	font-size: 13px;
	font-weight: bold;
}
