.preview
{
	height: 115px;
	border: solid 1px;
	overflow: auto;
	margin: 15px 5px 15px 5px;
	background-color: #F0F0F0;
}

.preview .title
{
	font-size:16pt;
	font-weight:bold
}

.preview .desc
{
	font-size:10pt;
	font-family: monospace;
}

.preview .fieldname
{
	margin: 0px 5px 0px 0px;
	text-align: right;
	font-size: 8pt;
	height: 16px;
}

.preview .text
{
	margin: 0px;
	height: 16px;
	font-size: 8pt;
}

.preview-img
{
	/*height: 100px;*/
	/*float: left;*/
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 5px;
	border-style: none;
}

.details-wrapper
{

}

.details-title
{
	width: 100px;
	text-align: right;
	font-weight: bold;
	margin: 2px 5px 0px 0px;
	float: left;
}

.details-shorttext
{
	margin: 2px 0px 0px 0px;
	padding: 5px;
	font-family: monospace;
	font-size: 11pt;
}

.details-text
{
	margin: 2px 0px 0px 0px;
	border: 1px solid #404040;
	padding: 5px;
	background-color: #F0F0F0;
	font-family: monospace;
	font-size: 11pt;
}

.details-table
{
	border: solid 1px black;
}

.details-table td
{
	border-collapse: collapse;
	font-size: 10pt;
	padding:0 20px 0 20px;
	background-color: #d8cfd8;
}

.details-thumbnails
{
	overflow: auto;
	height: 130px;
	/*border: 1px solid black;*/
}

#details-image
{
	cursor: pointer;	
}

.thumbnail
{
	height: 100px;
	border: 2px solid white;
	margin: 5px;
	m: expression(this.onmouseover =  new Function("this.className = 'thumbnail-hover';"));
}

.thumbnail:hover,
.thumbnail-hover
{
	height: 100px;
	border: 2px solid red;
	margin: 5px;
	m: expression(this.onmouseout = new Function("this.className = 'thumbnail';"));
}

.details-thumbnails .thumbnail
{
	margin: 5px;
	cursor: pointer;
}

.row
{
	clear: both;	
}

.spacer
{
	clear: both;
}

#ratingstars-container
{
	font-size: 10pt;
	margin-top: 5px;
}

#ratingstars-text
{
	padding-left: 5px;
}

#search-results-bar
{
	/*background-color: #eeffff;*/
	background-color: #AACCFF;
	width: 100%;
	text-align: center;
	padding: 2px;
}

#searchForm
{
	font-size: 8pt;
}

#searchForm *
{
	font-size: 8pt;
}

#tagsList
{
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid;
}

#tagsList div
{
	cursor: pointer;
}

