span.apparel {
	float: left;
	background-color: #eeeeee;
	margin: 0 1em .5em 0;
	padding: .5em;
	border: solid 1px #999999;
	text-align: center;
	border-radius: 5px;
}

span.apparel span {
	font-weight: bold;
}

span.apparel_last {
	float: none;
}

.radar-icon {
	color: #fff;
	font-weight: bold;
	margin: 0 2px;
	letter-spacing: 0px;
	line-height: 1.0em;
	text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}

.radar-icon-catalina {
	color: pink;
	font-weight: bold;
	margin: 0 2px;
	letter-spacing: 0px;
	line-height: 1.0em;
	text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}

.radar-icon-toreno {
	color: silver;
	font-weight: bold;
	margin: 0 2px;
	letter-spacing: 0px;
	line-height: 1.0em;
	text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}

.radar-icon-casino {
	color: green;
	font-weight: bold;
	margin: 0 2px;
	letter-spacing: 0px;
	line-height: 1.0em;
	text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}

span.nextstory a {
	font-size: 1.6em;
	border: solid 1px #333399;
	padding: .2em .8em;
	margin: 1em 1em;
	background-color: lightpink;
	border-radius: 10px;
	border-width: 1px 2px 2px 1px;
}

