div.promotion {
	height: 185px;
	width: 150px;
	margin-left: 1px;
	float: left;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-middle.gif);
	background-repeat: repeat-y;
	margin-bottom:25px;
}

div.promotion .icon {
	position: absolute;
	margin-left: 105px;
	z-index: 0;
}

div.promotion div.top {
	width: 150px;
	height: 10px;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-top.gif);
	background-repeat: no-repeat;
}

div.promotion div.bottom {
	width: 150px;
	height: 20px;
	background-image: url(/plugin_assets/substruct/images/public-ui/item-bottom.gif);
	background-repeat: no-repeat;
}

div.promotion div.main {
	margin: 10px 20px 0px 12px;
	width: 115px;
	overflow: hidden;
	text-align: center;
}

div.main div.image {
	height: 130px;
	min-height: 130px;
	overflow: hidden;
	text-align: center;
	border: none;
}

div.main div.image img {
	border: none;
}

div.main div.title {
	font-size: 0.75em;
	margin-top: 0.3em;
	height: 2.5em;
	min-height: 2.5em;
}

div.main div.title a {
	text-decoration: none;
	color: #0066cc;
}

div.main div.title a:hover {
	text-decoration: underline;
	color: #c47500;
}
