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


#lista-top {
	width: 712px;
	margin: 0 auto;
	padding-top: 25px;
}
#lista-top h1 { 
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #e3e4e6;
}
#lista-top .param {
	padding: 10px 5px;
	background: url(../images/center/lista/head-bg.jpg) no-repeat 50% 0;
}

#lista {
	width: 712px;
	margin: 0 auto;
	padding-bottom: 5px;
}
#lista table {
	margin: 0;
	padding: 0;
	background: #fcfaf7;
}
#lista table td {
	margin: 0;
	padding: 8px 8px;
	cursor: pointer;
	border:0;
}
#lista table .head td {
	height: auto;
	padding: 0 8px !important;
	margin: 0;
	border-bottom: 1px solid #e3e4e6;
}
#lista table tr.bg {
	background: #f8f2ed;
}
#lista table tr.active {
	background: url(../images/center/lista/active.png) repeat-y 50% 0;
}

	#lista table td.coll-1 {
		width: 130px;
		text-align: center;
	}
	#lista table td.coll-2 {
		width: 350px;
		
	}
	#lista table td.coll-3 {
		width: 250px;
	}
	#lista table td.coll-4 {
	}
	#lista table td.coll-5 {
		width: 100px;
	}
	#lista table td.coll-5 img {
		padding-left: 15px;
	}
	
#lista table td.heading
{
	text-align: center;
}
	
#lista table td a
{
	color: #4C5457;
	text-decoration: none;
}

#lista table td div a
{
	color: #4C5457;
	font-weight: bold;
	font-size: 12px;
}

/*********************************/

#lista .pagination
{
	font-size: 14px;	
	padding: 5px 0;
    text-align: right;
}

#lista .pagination a.pageLink
{
	color: darkgray;
}
