@charset "utf-8";
/* CSS Document Styles for home page recent events include page */




ul.products{
	width: 550px; color: #fff; padding-left: 0;
	margin: 0 0 20px 0; float:left;
	display: block;
	overflow: hidden;
	list-style-type:none;
	list-style-position:inside;
	list-style-image:url(http://www.nkusa.org/images/spacer.gif);
	}

ul.products li{
	width:150px;
	margin:0 25px 20px 0;
	float:left;
	}
	
ul.products li .pic{
	width:150px;padding-left: 0;
	height:100px;
	text-align:center;
	display:block;
	border: 1px solid #000;
	}
	
ul.products li a.name{
	width: 145px;
	height:45px;
	padding:3px 3px 0 3px;
	line-height:16px;
	background:#ededed;
	color:#454f56;
	display:block; 
	font-size:11px; text-decoration:none;
	}

.more{
	width:180px;
	height:26px;
	padding:0 10px;
	line-height:26px;
	/*background:#a6a9ad;*/
	background: #ededed;
	display:block;
	overflow:hidden;
	}

a.details{
	width:30px;
	padding:0 14px 0 0;
	background:url(file:///C|/ColdFusion9/wwwroot/pratherbeeland/images/arrow-details.gif) no-repeat right 10px;
	color:#ffffff;
	float:left;
	}
