/* CSS Document fo test list */


.linkheader
{
	background: url(/images/generic_banner.png);
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	text-align: right;
	margin: 0;
	padding: 7px 40px 3px 15px;
}


.link
{
	clear: both;
	display: block;
	background-color: #ffffff;
	padding: 18px 18px 12px 18px;
	border-bottom: 1px solid #d9d9d9;
	zoom: 1;
}	

.link:hover
{
	background-color: #F2F2F2;
}	

.link:hover a, .link:hover .linktitle
{
	color: #ff9900;
}


	
.link a
{
	text-decoration: none;
	background-color: inherit;
}

.linkpics
{
	float: left;
	border: 1px solid #7C7C7C;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.linktitle, .linktitle a
{
	padding-top: 4px;
	color: #333;
	font-weight: bold;
	font-size: 17px;
}

.linktitle a:hover
{
	color: #ff9900;
}

.linkinfos
{
	padding-bottom: 6px;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

.linkshort
{
	color: #333;
	font-size: 12px;
	height: 70px;
}



