/** header.css **/

.header_left {
	float: left;
}
.header_left a.logo {
	/*
	text-indent: -9999px;
	*/
	background: transparent url(../img/logo.png) no-repeat 0 0;
	display: block;
	width: 412px;
	height: 99px;
	margin: 0 0 0 2px;
	position: relative;
}
.header_left a.logo {
	/*
	text-indent: -9999px;
	*/
	background: transparent url(../img/logo.png) no-repeat 0 0;
	display: block;
	width: 412px;
	height: 99px;
	margin: 0 0 0 2px;
	position: relative;
}
.header_left a.logo_ebay {
	/*
	text-indent: -9999px;
	*/
	background: transparent url(../img/logo_ebay.png) no-repeat 0 0;
	display: block;
	width: 412px;
	height: 99px;
	margin: 0 0 0 2px;
	position: relative;
}
.header_left span{
	font-size: 38px;
    left: 94px;
    position: absolute;
    top: 10px;
	color: #9C0000;

}
.header_left .logo  span.black{
	color: #333333;
	position: relative;
	left: auto;
	top: auto;
}
.header_right {
	float: right;
	padding: 17px 25px;
	position: relative;
	width: 500px;
}
.basket_box {
	display: block;
	float: right;
	margin-left: 10px;
}
.basket_box p {
	background: url("../img/basket.png") no-repeat scroll left 4px transparent;
	color: #665F69;
	float: right;
	font-size: 18px;
	height: 34px;
	margin-bottom: 3px;
	margin-right: 19px;
	padding-left: 29px;
	padding-top: 4px;
}
.basket_box p span {
	color: #9c0000;
}

.basket_box .buttons {
	float: right;
}
.basket_box .buttons a {
	margin-left: 10px;
	min-width: 66px;
}
form.search_form {
	float: right;
}
.search_box {
	float: left;
}

.search_box button {
	text-indent: -9999px;
	border: none;
	background: url(../img/search_find.png) no-repeat top left;
	width: 60px;
	height: 25px;
}
.search_box input[type=text] {
	background: url("../img/glass.png") no-repeat scroll 4px 4px transparent;
	color: #CCCCCC;
	float: left;
	font-family: "PT Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 22px;
	line-height: normal;
	margin-right: 5px;
	padding: 1px 5px 0 23px;
	width: 150px;
}

.search_box .map {
	float: left;
	margin-right: 30px;
	margin-bottom: -4px;
}

