/* CSS Document */
.productListingsBox, .productListingsBoxStyle{
	display				: block;
	width				: 98%;
	height				: 100px;
	float				: left;
	padding				: 5px;
	text-decoration		: none;
	color				: #666666;
	border				: 1px solid #FFFFFF;
	margin				: 5px;

}

a.productListingsBox:hover{
	border				: 1px solid #014584;	
	background-color	: #D5EBFF;
}

a.productListingsBoxStyle:hover{
	border				: 1px solid #014584;
	background-color	: #D5EBFF;
}

.productListingsBox img, .productListingsBoxStyle img{
	border: none;
}

.productListingsBoxStyle{
	background-color	: #CDE5DA;
}

.supProductsHolder{
	float				: left;
	/*width				: 100%;*/
	margin-top			: 10px;
	width				: 600px;
}

.prodListPic{
	width				: 65px;
	height				: 85px;
	float				: left;
	margin-right		: 5px;
}

.productDetailsImage{
	float				: left;
	margin-right		: 5px;
}

.prodListPrice{
	text-align			: right;
	cursor				: pointer;
	width				: 200px;
	display 			: block;
	float				: right;
}

.prodListContent{
	min-height			: 75px;	
	cursor				: pointer;
	display 			: block;
	margin				: none;
}

*html .prodListContent{
	height				: 75px;	
}

.prodListContent ul{
	margin: 0px;
}

.productList{
	list-style			: none;
	margin				: 0px;
	padding				: 0px;
}

.productList li {
	display: inline;	
}

h2.supplier{
	width 				: 100%;
	/*background-color 	: #EBF0ED;*/
	background-color	: #014584;
	/*color 				: #68B28F;*/
	color				: #FFFFFF;
	padding 			: 5px;
	margin-bottom		: 4px;
}

.productDetailsContent{
	padding				: 4px;
	padding-left		: 10px;
	float				: left;
	/*min-height			: 265px;*/
}

*html .productDetailsContent{
	/*height			: 265px;*/
}

.productDetailsPrice{
	border-bottom		: 2px solid #68B28F;
	padding-left		: 10px;
	padding-bottom		: 6px;
	float				: left;
	width				: 375px;
	text-align			: right;
}

.productDetailsTable{
	width				: 375px;
	margin-top			: 10px;
	float				: right;
}

.productDetailsBtn{
	color				: #FFFFFF;
	background-color	: #68B28F;
	font-weight			: bold;
	font-size			: 95%;
	cursor				: pointer;
	border				: 1px solid #68B28F;
}
.productList a{
	text-decoration:none !important;
}
