@charset "utf-8";
/* CSS Document */
/* SEARCHBOX */
#top-panel {
	display: inline-block;
	float: left;
	width: 598px;
	height: 95px;
	background:url(images/common/search-box-label.png) no-repeat right top;
	position:relative;
	left:-30px;
	top:7px;
	margin:0;
	padding:10px 0 0 20px;
}
#top-panel h1.search-header 
{
	font-family: 'RockoUltraFLFBold';
	color:#000;
	font-weight:normal;
	font-size:17px;
	margin-bottom: 10px;
}
#searchbox {
	display: inline;
	float: left;
	width: 198px;
	position:relative;
	top:7px;
	left:60px;
}
#searchbox form{
	margin: 0;
	padding: 0;
}
.searchbox_top{
	display: none;
}
#searchbox .searchbox_string{
	display: inline;
	float: left;
	width: 192px;
	height: 19px;
	margin-top: 3px;
	margin-left: 7px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	outline: none;
}
#searchbox .searchbox_submit{
	display: inline;
	float: right;
	width: 33px;
	height: 29px;
	border: 1px solid red;
	border: none;
	background: #474747;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
}

/* BASKETBOX*/
#basketbox{
	position: relative;
	display: inline;
	float: right;
	width: 242px;
	height: 122px;
	margin-right: 1px;
	font-size: 14px;
	text-align: center;
	color: #000;
}
#basketbox .left
{
	float:left;
	width:100px;
	margin-top: 6px;
	text-align: left;
}
#basketbox .right
{
	float:left;width:110px; margin-left:15px;
}

#basketbox h1.basket-header
{
	background:url(images/common/basket-title.png) no-repeat; 
	width:114px; height:37px;
	display:block;
}
#basketbox .basketbox_top{
	display: none;
}
#basketbox a{
	text-decoration: none;
}
#basketbox a span,
#basketbox span{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 100%;
	*display: inline;
	color: #000;
	font-weight: bold;
}
#basketbox a span,
#basketbox span{
}
#basketbox a span.basketbox_items,
#basketbox span.basketbox_items{
	display: inline;
	float: left;
	width: 100px;
	margin-top: 10px;
}
#basketbox a span.basketbox_items b,
#basketbox span.basketbox_items b{
	color: #ff7200;
}
#basketbox a span.basketbox_checkout,
#basketbox span.basketbox_checkout{
	float: right;
	width: 74px;
	height: 80px;
	background:url(images/search-form/checkout.png) no-repeat;
	text-align: left;
	cursor: pointer;
}
#basketbox .basketbox_checkout img {margin-top:-50px;}
/* ---------------------- form design --------------------- */
#search-form {
	margin:0;
	padding:10px 0 0 0;
	width:226px;
}
#search-form input
{
	background:url(images/search-form/form-left.png) no-repeat; 
	width:143px; 
	height:37px; 
	display:inline;
	float:left;
	border:0;
	 
}
#search-form input.button
{
	background:url(images/search-form/form-right.png) no-repeat; 
	width:83px; 
	height:37px; 
	display:inline;
	float:right;
	border:0;
	cursor:pointer;
}
 
