ul.relatedLinksListing
{
	padding: 0;
	margin: 0;
	list-style-image: none;
	width:240px;
	height:230px;
	margin:0px;
}

li.relatedLinksItem
{
	float: left;
	list-style-type: none;	
	padding: 0;
	position: relative;
}
li.relatedLinksItem h3
{
	color: #3c70bb;
	margin: 0 0 10px 0;
	padding-top:10px;
	height:30px;
	overflow:hidden;
	min-height: 2.1em;
	border: none;
	text-transform:uppercase;
}

.relatedLinksText
{
	color:#616b74;
	font-size: 11px;
	height:90px;
	position:relative;
	margin-bottom:25px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;

}
.relatedLinksNoText
{
	font-size: 11px;
}

.relatedLinksImage
{
	padding:2px;
	width:236px;
	height:84px;
}
.relatedLinksImage
{
	
	overflow: hidden;
} 
#imgThumbnail { width: 100%; height: 100%; 
         	border:	1px solid #dddddd;
	padding:2px;
         
         }

li.relatedLinksItem .readMoreLink
{
	bottom:0px;
	position:relative;
}

li.relatedLinksItem .readMoreLink a
{
	background: transparent url(images/read_more.png) no-repeat left;
	padding-left:25px;
	color: #3c70bb;
	font-size: 10px;
}
li.relatedLinksItem .readMoreLink a:visted
{
	color: #3c70bb;
	
}
/*******************************************************************
	PDF-listings


ul.categoryPDF li.relatedLinksItem
{
	float: none;
	display: block;
	position: relative;
	width: auto;
}

ul.categoryPDF li.relatedLinksItem h3
{
	background: #35373E url(images/adobe.png) no-repeat right top;
	display: block;
}

ul.categoryPDF li.relatedLinksItem .relatedLinksImage
{
	width: 115px;
	height: 155px;
	float: left;
}

ul.categoryPDF li.relatedLinksItem .relatedLinksText
{
	height: auto;
	border: none;
	float: right;
	width: 470px;
}

ul.categoryPDF li.relatedLinksItem .relatedLinksDescription
{
	float: right;
	width: 470px;
	padding: 10px;
	color: #35373E;
}


ul.productPDF li.relatedLinksItem
{
	width: 295px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.productPDF li.relatedLinksItem h3
{
	display: block;
}

ul.productPDF li.relatedLinksItem .relatedLinksImage
{
	width: 115px;
	height: 155px;
	float: left;
}

ul.productPDF li.relatedLinksItem .relatedLinksText
{
	height: auto;
	border: none;
	float: right;
	width: 150px;
	padding: 5px 5px 5px 15px;
}

ul.productPDF li.relatedLinksItem .relatedLinksDescription
{
	background: #FFF url(images/adobe.png) no-repeat left top;
	float: right;
	width: 130px;
	padding: 10px 0 0 40px;
	min-height: 30px; _height: 30px;
	color: #35373E;
}
*******************************************************************/