@CHARSET "UTF-8";

body {
	background-color: black;
	color: white;
	font-family: "Trebush MS", "Tahoma", "Verdana", "Arial", "Sans-serif";
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

td {
	font-size: 11px;
}

a {
	color: white;
	text-decoration: none;
}

a:HOVER {
	color: #FF9999;
	text-decoration: underline;
}

.button {
	background-color: #B43606;
	font-size: 10px;
	color: white;
}

.simple_table tr td {
	color: white;
	background-color: black;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.search_box {
	background: 1px solid white;
	width: 159px;
	padding-bottom: 10px;
	background-image: url("/images/bgleft.gif");
}

.search_box #title {
	color: white;
	height: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url("/images/bg11.gif");
	padding: 3px;
}

.search_box #hr {
	height: 14px;
	background-image: url("/images/bg12.gif");
}

.search_box #body {
	color: white;
	font-weight: bold;
	padding-left: 7px;
	font-size: 10px;
}

.search_box #body li {
	list-style-type: none;
	list-style-image: url("/images/sss.gif");
}

.search_box #body ul {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

.search_box #body select {
	font-size: 10px;
	background-color: #F3F3F3;
}

.search_box #body .button {
	background-color: #B43606;
	font-size: 10px;
	color: white;
}

.search_box #body input {
	background-color: white;
	font-size: 10px;
	color: black;
}

#basket_status_box a {
	color: black;
}

#basket_status_box a:hover {
	text-decoration: none;
}

.rectangular_banner {
	width: 468px;
	height: 60px;
	border: 1px solid white;
	padding: 3px;
}

.rectangular_banner td {
	text-align: center;
}