﻿.ListContent
{
	padding: 10px;
}
.listBody
{
	width: 100%;
	height: auto;
}
.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;
}
.listDetail
{
	width: auto;
	float: left;
	padding: 1px;
	margin: 0px 5px 0px 5px;
}
.listDetail a 
{
	font-size: 13px;
	font-weight: bold;
}
.listOther 
{
	margin: 5px 0px 0px 0px;
}
.listDate
{
	margin: 5px 0px 0px 0px;
}
.listDate span
{
	font-size: 11px;
	color: #E68A00;
}
.ListContent input 
{
	border: 0px;
	background-image: none;
	width: auto;
}
