.smallflag {
	height: 1em;
}

#table_container {
	border: 1px solid #24478F;
}
table.search_results {
	padding: 0em;
	margin: 0em;
	width: 100%;
	border-collapse: collapse;
}

table.search_results th {
	height: 1.8em;
	letter-spacing: .08em;
	background-position: 0 -0.2em;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #3366CC;
	font-weight: bold;
	color: #E6EEFF;
	background-image: url("../images/styles/bg5x28.gif"); /* should be png */
	vertical-align: middle;
	white-space: nowrap;
}

table.search_results th.border {
	border-right: 1px solid #CFDFFF; /* match #content background-color */
}

table.search_results td {
	padding: 0.2em;
	background-color: #E6EEFF;
	border-bottom: 1px solid #CFDFFF;
}

table.search_results tr.good:hover td {
	background-color: #E6FFE6;
}

table.search_results tr.bad:hover td {
	background-color: #FFE6E6;
}

#search_input {
	width: 18em;
}

#search_submit_button {
	height: 1.3em;
	width: 1.3em;
	margin-left: 1em;
}

a.vote {
	float: right;
}

a.vote img {
	height: 1.3em;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.buy_div div {
	border: 1px solid #24478F;
	padding: 0.3em;
	background-color: #E6EEFF;
	position: absolute;
	display: none;
}
.buy_div div a {
	display: block;
	padding: 0.2em;
}
.buy_div div img {
	height: 1.2em;
}