﻿/* Images 130px wide by 100px tall*/

	
.CatalogueRows, .imageRow 
{ 
	padding: 5px 0px 5px 2px; 
	margin-bottom:10px;  
	width:100%;
	background-color:#f8f4e5; 
	font-family: "Lucida Grande", sans-serif;
	display:block;
} 

.CatalogueRows h4 
{ 
	padding:5px;
	margin-bottom:3px;
	font-size:150%;
	font-weight:normal;
} 

.CatalogueRows ul 
{ 
	padding:0px; 
	margin:0px 0px 10px; 
	overflow:hidden; 
	list-style-type:none;
	display:block;
}
 
.CatalogueRows ul li 
{ 
	padding-right:1px; 
	padding-bottom:1px;
	float:left; 
	margin-left:4px; 
	background-color:#c1c89c 
}

.CatalogueRows ul li div 
{  
	float:left; 
	width:140px; 
	position:relative; 
	height:160px; 
    background-color:#fff;
}

.CatalogueRows ul li div p,
.CatalogueRows p
{ 
	padding-left:5px;
	font-weight:normal;
	font-size:120%; 
}

.CatalogueRows ul li div IMG 
{ 
	border: #fff 5px solid;
}

.CatalogueRows ul li.TitleBlock div
{ 
	vertical-align:middle;
	height:100%;
}

.imageRow 
{
	width:420px;
	background-color:#f8f4e5; 
	font-family: "Lucida Grande", sans-serif;
	display:block;
	padding:10px;
	font-style:normal;
	font-size:100%;
	margin:0px;
	margin-bottom:10px;
}

.imageRow .imgLeft
{
	float:left;
	padding:0px;
}

.imageRow .imgRight
{
	float:right;
	padding:0px;	
}

.imageRow .imgSingle
{
	margin-top:10px;
}


