﻿.ControlDisplay
{
	border: solid 1px #666;
	background: #efeeee url('Images/control_bg.gif') repeat-x 0 0;
	height: 133px;
	float: left;
	padding: 5px;
	margin: 8px 0px 0px 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 300px;
}

.ControlDisplay .Image
{
}

.ControlDisplay .Content
{
	overflow: hidden;
}

.ControlDisplay td
{
	vertical-align: top;
	padding: 5px;
}

.Thumbnail
{
	display: inline-block;
	float: left;
}

.ViewThumbnail
{
	display:block;
}

.ControlDisplay a
{
	color: #000;
	text-decoration: none;
}

.ControlDisplay a:hover
{
	color: #04b;
}

.CDAuthor, .CDCategory, .CDAdded, .CDDownloaded, .CDRating, .CDDownload, .CDDownloadFooter
{
	display: block;
	text-transform: lowercase;
	overflow: hidden;
	white-space: nowrap;
}

.CDName
{
	font-size: 1.3em;
	font-weight: 600;	
	overflow: hidden;
	white-space: nowrap;
	border-bottom: solid 1px #ccc;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-right: 10px;
}

.CDAuthor
{
	display: block;
	margin-top: -5px;
}

.CDAuthor a
{
	font-weight: bold;
}

.CDDownload
{
	margin-bottom: 5px;
	background: transparent url('Images/Download.gif') no-repeat 0 0;
	display: block;
	height: 20px;
	width: auto;
	padding-left: 35px;
	padding-top: 3px;
	margin: 5px 0px 5px 10px;
}

.CDDownloadFooter
{
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: none;
	color: #0044bb;
	text-decoration: underline;
}

.CDCategory
{
}

.CDAdded
{
	font-size: 0.8em;
	margin-bottom: 2px;
	color: #666;
}

.CDDownloaded
{
	font-size: 0.8em;
}

.CDRating
{
}

.CDDescription
{
	padding: 10px 10px 10px 0px;
	white-space: normal;
	text-align: justify;
}