@charset "utf-8";
/* CSS Document */

#container {
	position: relative;
	width: 195px;
	margin: auto;
	margin-top: 5px;
}

h1 {
	font-size: 14px;
	line-height: 14px;
}

ul, li, h5 {
	margin: 0; padding: 0;
	list-style: none;
	font: 11x Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
}

a {
	text-decoration: none;
	color: #292929;
}

a:hover {
	text-decoration: underline;
}

small {
	color: gray;
	font-weight: normal;
	font-size: 11px;
	display: block;
}

#widget {
	overflow: hidden;
	background: #e3e3e3;
	padding: 0em;
	border: 0px solid #c5c5c5;
	height: 329px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 175px;
	-moz-border-radius-bottomright: 3px;
	background-color: #FFFFFF;
}

#widget img {
	float: left;
	border: 0px solid white;
	padding: .1em;
	background: #d3d3d3;
	margin-right: .5em;
	width: 57px;
	height: 57px;
}

#widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	padding-bottom: 1em;
	height: 76px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

h5 {
	padding-top: .3em;
}

li p {
	color: #990000;
	font:11px Arial, Helvetica, sans-serif;
	margin-top: .3em;
}
