body
{
	font-family: Arial;
	background-color : ivory
}
h1
{
    background-color: #ff6600;
    color: White;
    font-size: 14pt;
    padding: 3px 10px 3px 5px;
}
.searchResult
{
    color: black;
    padding: 10px;
}

.mainImage
{
	float: left;
	width:200px;
	height:auto;
	border: solid 1px #CCCCCC;	
	padding: 3px;
	background-color: White;
}
	.mainImage img
	{
		height:auto;
		width:194px;
		border: none;
	}
	
.subImages
{
	height:auto;
	padding-bottom:20px;
}
	.smallImage img
	{
		float: left;
		height:auto;
		width:100px;
		border: none;
	}

.details
{
	font-size: 10pt;
	width:300px;
	float:left;
	padding-left:20px;
}

.summary
{
	clear: both;
	font-size: 10pt;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}