#comp_bar {
	height: 43px;
	background-image: url('/images/comp_deselect.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	clear: both;
	padding: 0 20px;
}
a.comp_btn, a.comp_btn_active, a.comp_btn_inactive {
	line-height: 43px;
	display: block;
	height: 43px;
	float: left;
	font-size: 92%;
	color: #FFF;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
}
a.comp_btn_active {
	background-image: url('/images/comp_select.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
a.comp_btn_inactive {
	background-image: url('/images/comp_deselect.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
a.comp_btn_inactive:hover, a.comp_btn:hover, a.comp_btn_active:hover {
	background-image: url('/images/comp_hover.jpg');
}
.ctr {
	text-transform: lowercase;
	color: #7E704B;
	text-align: center;
}
.itable div {
	display: block;
	margin: 0 auto;
}
