ul.relatedLinksListing
{
	padding: 0;
	margin: 0;
	list-style-image: none;
}

li.relatedLinksItem
{
	float: left;
	list-style-type: none;
	width: 215px;
	height:100%;
	margin: 5px 4px 5px 5px;
	padding: 0;
	position: relative;
}

li.relatedLinksItem h3
{
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
	min-height: 2.1em;
	border: none;
}

.relatedLinksText
{
	height: 139px;
	background: #31343c url(images/product-background.png) no-repeat;
	color: #FFF;
	font-size: 11px;
	padding: 5px 5px 5px 15px;
}
.relatedLinksNoText
{
	padding: 5px 5px 5px 15px;
	background: #31343c url(images/product-background.png) no-repeat;
	color: #FFF;
	font-size: 11px;
	height:50px;
}

.relatedLinksImage
{
	width: 215px;
	height: 150px;
	border: none;
}

li.relatedLinksItem .readMoreLink
{
	position: absolute;
	right: 5px;
	bottom: 0;
}

li.relatedLinksItem .readMoreLink a
{
	color: #FFF;
	font-size: 9px;
}

/*******************************************************************
	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;
}
