#bands {
	width: 500px;
	margin: 20px 0;
	float: right;
	}

#bands table {
	width: 100%;
	font-weight: bold;
	}

#bands table tr td { padding: 8px 5px; }

#bands table tr td.icon {
	background-repeat: no-repeat;
	background-position: right center;
	}

.christmas { color: #FF2800; }
.christmas .icon {
	padding-right: 35px !important;
	background-image: url('/images/img-holiday-christmas.jpg');
	}

.newyears { color: #D89712; }
.newyears .icon {
	padding-right: 35px !important;
	background-image: url('/images/img-holiday-newyears.jpg');
	}	



.thanksgiving { color: #8F4200; }
.thanksgiving .icon {
	padding-right: 35px !important;
	background-image: url('/images/img-holiday-thanksgiving.jpg');
	}

.stpattys { color: #009E01; }
.stpattys .icon { background-image: url("/images/img_fourleafclover.jpg"); }


.easter { color: #F35FFF; }
.easter .icon { background-image: url("/images/img_easterbunny.jpg"); }

.pigroast {
	text-transform: uppercase;
	color: #287997;
	}

.pigroast .icon {
	padding-right: 35px !important;
	background-image: url("/images/img-holiday-pigroast.jpg");
	}


.fourth { color: #00F; }

#bands table tr.fourth .icon {
	background-image: url("/images/img-holiday-fourthofjuly.jpg");
	background-position: 150px center;
	color: #F00;
	}