﻿.showing-items {
	padding: 0;
	list-style: none;
	margin:0 2px 0 0;
}
.showing-items h2
{
	margin: 20px 0 0 0;
}
.showing-items li {
	overflow: hidden;
	height: 1%;
	vertical-align: top;
	padding:0 0 35px;
}
.showing-items .showing-content {
	overflow: hidden;
	height: 1%;
	border: solid #ccc;
	border-width: 0 1px 1px;
	padding:18px 14px 16px;
}
.showing-items h4 {
	margin:0 0 2px;
	color: #333;
	font:bold 13px/18px Tahoma,Geneva,sans-serif;
}

.showing-items .info-box strong
{
	margin-bottom: -10px;

}

