#searchBox{
	background:url('/liveSearch/images/bg.png');
	height:60px;
	width:760px;
	margin-bottom:20px;
}
#searchBox div{
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:arial;
}
#searchInput{
	background:url('/liveSearch/images/inputBg.png') no-repeat;
	height:40px;
	line-height:40px;
	width:560px;
	border:none;
	padding-left:31px;
	margin:10px 0px 10px 10px;
	color:#999999;
	font-size:18px;
}
#searchBtn{
	background:url('/liveSearch/images/searchBtn.png') no-repeat;
	height:40px;
	border:none;
	width:31px;
	padding:0px;
	margin:0px 0px 0px 10px;
	position:Relative;
	top:-1px;
	_top:-10px;
	_left:10px;
}
.ui-autocomplete{
	margin:0px;
	padding:0px;
	width:560px;
}
.ui-autocomplete li{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:arial;
	position:relative;
	z-index:2;
}
.ui-autocomplete li.groupHeader{
	background:url('/liveSearch/images/searchResultTop.png') no-repeat;
	height:21px;
	line-height:21px;
	font-size:12px;
	color:#808080;
	padding-left:12px;
}

.ui-autocomplete li.group{
	background:url('/liveSearch/images/searchResultBg.png') repeat-y;
	line-height:21px;
	font-size:12px;
	color:#062d6e;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	cursor:pointer;
}

.ui-autocomplete li.prodsHeader{
	background:url('/liveSearch/images/middleHeader.png') repeat-y;
	line-height:21px;
	font-size:12px;
	color:#062d6e;
	padding-left:12px;
	height:21px;
}
.ui-autocomplete li.product{
	background:url('/liveSearch/images/searchResultBg.png') repeat-y;
	font-size:12px;
	color:#062d6e;
	padding-left:12px;
	padding-top:7px;
	padding-bottom:7px;
	/*overflow:hidden;*/
	cursor:pointer;
}
.ui-autocomplete li.product td{
	font-size:12px;
	color:#062d6e;
}

.ui-autocomplete li.bottom{
	background:url('/liveSearch/images/searchResultBottom.png') no-repeat;
	line-height:34px;
	height:34px;
	font-size:12px;
	color:#062d6e;
	padding-left:12px;
	text-align:left;
	font-weight:bold;
}

/*FrontPage*/
.tabReserve TABLE{
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
	cursor: pointer;
	background:url('/images/design/reservedele2.jpg') 100% 100% no-repeat;
}
.tabReserve TABLE.brands{
	background:url('/images/design/frontpage-maerker-dame.jpg') 100% 100% no-repeat;
}
.tabReserve TABLE TD{
	padding-left: 20px;
}
.titleReserv{
	padding-top: 20px;
}
.titleReserv SPAN{
	font: 20px Calibri,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #003579;
	display: block;
}
.titleReserv SPAN.titleReservBold{
	font: 30px Calibri,Helvetica,sans-serif; 
	text-transform: uppercase;
	color: #003579;
	font-weight: bold; 
	margin-top: -5px;
}
.tabReserve TABLE TD P{
	color: #003579;
	width: 170px;
	line-height: 14px;
	font: 11px Arial, Helvetica,sans-serif; 
}
.tabReserve TABLE TD.btn{
	padding-bottom: 20px;
}
.tabReserve TABLE TD.btn A,
.tabReserve TABLE TD.btn A:hover,
.tabReserve TABLE TD.btn A:link,
.tabReserve TABLE TD.btn A:visited,
.tabReserve TABLE TD.btn A:active{
	font: bold 11px Arial, Helvetica,sans-serif; 
	color: #fff;
	text-decoration: none;	
}
.tabReserve TABLE TD.btn SPAN{
	display: block;
	float: left;
	height: 19px;
	height: 23px\9;
	background:url('/images/design/BgMiddle.png') 0 0 repeat-x;
	line-height: 23px;
	color: #fff;
	padding: 0 10px;
	padding-top: 4px; 
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica,sans-serif; 
	cursor: pointer; 
}
.tabReserve TABLE TD.btn SPAN.aroundRight,
.tabReserve TABLE TD.btn SPAN.aroundLeft{
	width: 5px;
	padding: 0;
	height: 23px;
	background:url('/images/design/aroundRight.png') 0 0 no-repeat;
}
.tabReserve TABLE TD.btn SPAN.aroundLeft{
	background:url('/images/design/aroundLeft.png') 0 0 no-repeat;
}
.tabReserve TABLE TD .box1{
	display: inline-block;
}