@charset "UTF-8";
/* 
Modified from http://www.sohtanaka.com/web-design/examples/display-switch/
*/

div.display {
	float: left;
	width: 612px;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.display {
	float: left;
	width: 612px;
	padding: 0;
	margin: 0;
}
div.counter{
	display: none;	
}
div.display a {
	color: #c45524;
	text-decoration: none;
}
div.display .content_block {
	padding: 0;
}
div.display .content_block h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;

}
div.display .content_block h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
}
div.display .content_block h2 a{
	font-weight:bold;
}
/*overrides style in master.css*/
#left p{
	margin: 4px 0;
	line-height: 18px;
}
div.display .content_block p.description {
	padding-left: 120px;
	line-height: 18px;
}
div.display .content_block p.note {
	margin: 0;
	padding-left: 120px;
	font-size: 11px;
	line-height: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
div.display img{
	padding: 2px;
	border: 1px solid #e4dcbe;
	margin: 0 15px 15px 0;
	float: left;
}
div.display .content_block .dividerg{
	margin-top: 5px;
	margin-bottom: 15px;
}

div.thumb_view{
	width: 148px;
	/*margin-right: 40px;*/
	float: left;
	padding-right: 5px;
	margin-bottom: 25px;
}
div.thumb_view h3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 148px;
}
div.thumb_view h2{
	margin: 0;
	padding: 0;
	line-height: 14px;
	width: 148px;
}
div.thumb_view h2 a{
	font-size: 12px;
	display: inline;
	line-height: 14px;
	width: 148px;
}
div.thumb_view .content_block p.note {
	display: none;
}
div.thumb_view .content_block p.description{
	display: none;
}
div.thumb_view .content_block a img {
	margin: 0px 30px 5px 0px;
}
div.thumb_view .content_block div.dividerg{
	display: none;
}

a.switch_thumb {
	width: 158px;
	height: 13px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	background: url(/images/site/btn-list-grid.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
	float:right;
}
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap { background-position: left bottom; }