@charset "utf-8";
/* CSS Document */

.currentPage
{
	color: #FF0000;
}

.highlight
{
	background: #FFFFCC;
}

.mainItemRow
{
	margin-bottom: 10px;
	border-bottom: #c8bda5 1px solid;
}

.mainItemRowHover
{
	/*background-color: #ffffff;*/
}

.mainItemDetails
{
	width: 404px;
	float: left;
}

.thumbnailBox
{
	float: left;
	width: 134px;
	height: 110px;
	text-align: center;
	margin-right: 10px;
}

.thumbnail
{
	border: #666666 1px solid;
}


.searchBox 
{
	border: #c8bda5 1px solid;
	background-color: #fdf9f0;
	padding: 5px;
	margin-bottom: 10px;
}