@charset "utf-8";
/* Paint the Town Red Styles */

body {
	text-align:left;
}

.module-header {
	float:left;
	margin:3px 6px 3px 0;
	padding:12px;
	border-right:1px solid #999;
	border-bottom:1px dotted #999;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.module-red {
	float:left;
	width:125px;
	margin:0 2px 10px 5px;
	font-size:10px;
	line-height:1em;
}

.module-red a {
	font-size:12px;
}

.module-red img {
	float:left;
	margin:0 10px 10px 0;
	border:0;
}

#module-rule {
	width:380px;
	float:left;
	margin:3px 3px 3px 0;
	text-align:left;
	list-style:none;
}

#module-rule .description {
	width:250px;
	float:right;
}

#module-rule .swatch {
	width:130px;
	float:left;
}

#module-rule img {
	float:right;
	margin-right:10px;
}

#module-rule .description .foundations {
	font:10px Arial, Helvetica, sans-serif;
}

#module-rule .description .foundations a {
	font:10px Arial, Helvetica, sans-serif;
	color:#999;
}