

#content h1 { margin-bottom:0px; }

#content .catalog { margin-top:1em; }
#content a, #content a:visited { color:#24a; }

#content div.products {
	background-color:#f6f6f9;
	width:46%;
	float:left;
	border:1px #e4e4e4 solid;
	border-radius:4px;
	-moz-border-radius:4px;
}
#content div.products.left { width:50%; }
#content div.products.right { width:45%; margin-left:2%; }

#content .catalog h3 {
	margin:0 0.5em;
	padding:0;
	margin-top:8px;
	padding:4px 8px;
	background-color:#efefea;
	border:1px #e0e0e0 solid;
	font-weight:normal;
	letter-spacing:1.3px;
	font-size:13px;
	color:#555;
}
#content .catalog dl { margin:12px; }
#content .catalog dl dt {
	background-image:url('https://secure.somethingawful.com/images/icon/fsilk/tag_green.png');
	background-repeat:no-repeat;
	background-position:0 0.1em;
	padding-left:1.5em;
	font-weight:bold;
	font-size:14px;
	margin-bottom:4px;
}
#content .catalog dl.items.account dt { background-image:url('https://secure.somethingawful.com/images/icon/fsilk/tag_green.png'); }
#content .catalog dl.items.mods dt { background-image:url('https://secure.somethingawful.com/images/icon/fsilk/tag_red.png'); }
#content .catalog dl.items.extras dt { background-image:url('https://secure.somethingawful.com/images/icon/fsilk/tag_blue.png'); }
#content .catalog dl.items.sellcrap dt { background-image:url('https://secure.somethingawful.com/images/icon/fsilk/tag_yellow.png'); }

#content .catalog dl dt a { text-decoration:none; border-bottom:1px #88a dotted; }
#content .catalog dl dd { margin:0 0 1em 2em; font-size:11px; color:#555; }

