body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #03C;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #D00;
	text-decoration: underline;
}
.header a {
	color: #FFF;
}

.clear {
	clear: both;
	height: 0px;
	width: 0px;
}
#header #logo{
	float: left;
	margin-right: 20px;
}
#header #nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 210px;
	margin-bottom: 10px;
	font-weight: bold;
}

#header #user_control {
	float: left;
	background-color: #F5F5F5;
	width: 750px;
}
#user_control  button{
	font-size: 12px;
}
#user_control .title {
	float: left;
	font-size: 14px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 3px;
}
#user_control #user_control_button {

}
#user_control #basket {
	margin-left: 0px;
}
#product_tabs {
	font-size: 14px;
	border: 2px solid #9CF;
	background-image: url(images/bg_nav.png);
	background-repeat: repeat-x;
}
#filter .title {
	float: left;
	width: 60px;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 18px;
	margin-top: 3px;
}#tab_bar {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#tab_bar li {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#tab_bar #search_box {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-left: 100px;
}
#search_box input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
#search_box #keyword {
	width: 180px;
}
#ajax_loading {
	font-size: 14px;
	display: block;
	background-color: #F96;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
}
#ajax_error {
	font-size: 14px;
	display: none;
	background-color: red;
	color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
}
.tab_active {
	border: 2px solid #F60;
	background-image: url(images/bg_hover_nav.png);
	background-repeat: repeat-x;
	color: #333;
}
#messagechannel {
	margin-left: 260px;
	background-color: #FEFFC4;
	font-size: 14px;
	padding: 4px 10px;
	margin-bottom: 16px;
}
.message-item .time {
	font-weight: bold;
	margin-right: 20px;
}