#ebiz_wrapper .renderCol {
	background-color: #FFFFFF;
	border: 1px solid #CACACA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	display: inline-block;
	/*float: left;*/
	height:280px;
	margin: 10px;
	padding: 5px;
	position: relative;
	width: 160px;
}
#ebiz_wrapper .renderCol:hover {
	border: 1px solid #1F3F78;
}

#ebiz_wrapper .renderCol a  {
	color: inherit;
}


#ebiz_wrapper .renderCol .article_header {
	color: #898989;
}

#ebiz_wrapper .renderCol .article_caption  {
	height: 60px;
    overflow: hidden;
}

#ebiz_wrapper .renderCol .article_picture {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

#ebiz_wrapper .renderCol .article_action {
	bottom: 0;
	left: 0;
	/*padding: 5px;*/
	padding: 5px 10px 5px 5px;
	position: absolute;
	right: 0;
}

#ebiz_wrapper .renderCol .article_picture img{
	height: 140px;
	width: 140px;
	border: 0 none;
}

#ebiz_wrapper  .renderCol.promo {
	border:1px solid yellow;
}

#ebiz_wrapper  .renderCol.promo .article_action {
	background-color:yellow;
}
