﻿ul.display {
	float: left;
	width: 680px;
	margin: 0;
	padding: 0;
	list-style: none;
/*	border-top: 1px solid #999999;
	border-right: 1px solid #999999;*/
	background: #fff;
}
ul.display li {
	float: left;
	width: 680px;
	padding: 0px 0;
	margin: 0;
	/*border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;*/
}
ul.display li a {
	color: #0084b4;
	text-decoration: underline;
}
ul.display li .content_block {
	/*padding: 0 10px;*/
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 8px;
	/*border-width: 1px;
	border-style: solid;
	border-color: #999999;*/
}

.testcontent_block
{
	padding:0px;
	word-spacing:2px;
}
.testcontent_block:hover {
	padding: 0px;
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-x;
}
ul.display li .content_block h2 {
	margin: 0;
	padding: 0px;
	font-weight: normal;
	font-size: 1.7em;
}
ul.display li .content_block p {
	margin: 0;
	padding:0px;/* 5px 5px 5px 245px;*/
	font-size: 1.2em;
}
ul.display li .content_block a img{ /*--Double border technique--*/
	padding: 0px;
	/*border: 2px solid #ccc;*/
	background: #fff;
	margin: 0 0 0 0;
	float: left;
}

ul.thumb_view li{ width: 180px; } /*--Switch the width
to accommodate for the three column layout--*/
ul.thumb_view li h2 { display: inline; }
ul.thumb_view li p{ display: none; }
ul.thumb_view li .content_block a img { margin: 0 0 10px; }



a.switch_thumb {
	width: 122px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 10px 0;
	display: block;
	background: url(../images/switch.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
}
a.swap { background-position: left bottom; }
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}










