ul.categoryList
{
	overflow: hidden;
	height: 1%;
	padding: 0;
	list-style-type: none;
	margin: 0;	
}

.categoryList li
{
	width: auto;
	/*min-width: 200px;*/
	margin-right: 10px;
	list-style-type: none;
	padding: 10px;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #ffffff;
	display: inline;
}

.categoryList li p.caption
{
	width: 200px;
	display: block;
	overflow: hidden;
	font-size: 100%;
	height: 1.8em;
	line-height: 1.8em;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #ccc;
	vertical-align: center;
}

.categoryList li p.description
{
	display: block;
	width: 200px;
	overflow: hidden;
	font-size: 90%;
	height: 6.8em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0.2em 0 0.2em 0;
}

.categoryList li .selectContainer
{
	width: 200px;
	font-size: 90%;	
	height: 2.2em;
	padding: 0;
	overflow: hidden;
	margin: 0;
	line-height: 2.2em;
}

.categoryList li select
{
	font-size: 100%;
	width: 190px;
}

.categoryList li img, input
{

}

.categoryList li img.gobutton, input.gobutton
{
	/*float: right;*/
}
