#id_shoppingStatusBanner {
	height: 27px;
	margin: 0;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	min-width: 645px;
	max-width: 645px;
	background-color: #FDF2E5;
	border-style: solid;
	border-color: #814904;
	border-width: 1px;
}

#id_text {
	float: left;
	margin-left: 3px;
	padding-top: 5px;
	min-width: 150px;
	max-width: 150px;
	text-align: left;
}

#id_spacer {
	float: left;
	min-width: 9px;
	max-width: 9px;
}

.inactive {
	float: left;
	margin: 3px;
	padding: 2px;
	text-align: center;
	min-width: 100px;
	min-height: 15px;
	max-height: 15px;
	background-color: #FDF2E5;
	border-style: solid;
	border-color: #814904;
	border-width: 1px;
}

.active {
	float: left;
	margin: 3px;
	padding: 2px;
	text-align: center;
	min-width: 100px;
	min-height: 15px;
	max-height: 15px;
	background-color: #FAC095;
	border-style: solid;
	border-color: #814904;
	border-width: 1px;
}

.passed {
	float: left;
	margin: 3px;
	padding: 2px;
	text-align: center;
	color: #06BC35;
	min-width: 100px;
	min-height: 15px;
	max-height: 15px;
	background-color: #F1ECE8;
	border-style: solid;
	border-color: #DCD8D4;
	border-width: 1px;
}