/* 	Search Result Bar
-------------------------------*/ 
.small #result {width:600px}
#result h1 {text-align: right;}
	#result.top-props h1 {text-align:left;margin-bottom:1em}
		#result h1 span {
			float: left; /* Search Results XXX Results  */
			text-align: left;
		}
#result p {
	margin: 0;
}

/* 	Page Control
-------------------------------*/ 
p#resultlist {
	display: inline; /* For ie double margin float bug */
	float: right;
	margin:0;
	padding: 0;
	text-align: right;
	width: 325px;
}
#result p a {
	margin: 0 -2px 0 -2px;
	padding: 0 2px 0 2px;
}
#result p a img {
	margin: 0 -2px 0 -2px;
	padding: 0;
}
#result p span {
	font-weight: bold;
	margin: 0 -4px 0 -4px;
}
/*
/* The following handle the result pages list */

#result p a:link {
	font-weight: bold; /* Bold unvisited Links  */
}
#result p a:hover,#result p a:visited {
	text-decoration: none; /* Remove underline on visited and hover */
}
#result p a:hover {
	background: #EDEDF1; /* Hilight hover */
	color: #000;
}
#result a:visited {
	font-weight: normal !important; /* Lowlight visited */
}
#resultlist a:visited.current, #searchfoot a:visited.current {
	color: Maroon !important; /* hilight current */
	font-weight: bold !important;
	text-decoration: none !important;
}
#result p a img {
	padding: 0 0 6px 0;
	vertical-align: middle;
}

/* 	Order By
-------------------------------*/  
form#order {
	float: left;
	margin:0;
	padding: 0;
	width:170px !important;/*border:1px solid green*/
}
form#order select {
	font-size: 11px;
	margin: 3px 0 0 0;
	padding: 0;
	width:120px;
}
form#order input {
	color: #425D80;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 0 2px;
	padding: 0 1px 0 1px;
}

/* 	Search Terms
-------------------------------*/
#result p.searchterms {
	clear: both;
	font-size: 0.90em;
	font-weight: normal;
	margin:0;
	padding:2px 0 2px 0;
	text-align:center
}


/* 	Search Results
-------------------------------*/
#result-holder {
	margin-left:10px
}
* html #result-holder {
	margin:0 -18px 0 18px
}
div.result {
	position:relative;
	float:left;
	font-size:11px;
	height: 230px;
	margin: 0 15px 20px 0;
	width:175px;
	background:#EFEEED;
	border:1px solid #ddd;
	text-align:center;
	overflow:hidden
}
.kih div.result {
	height: 228px;
}
* html div.result {
	height: 230px;
	width:171px;
}
.be div.result, .nl div.result, .dk div.result, .ru div.result {
	height: 232px;
}
div.result .pad {
	padding: 5px;
}
div.result h3 {
	margin:0 0 1px 0;
	white-space: nowrap;
	font-weight:normal;
}
div.result p {
	white-space: nowrap;
	overflow: hidden;
}
div.result img {
	border: 2px solid #ccc;
	height: 90px;
	width: 120px;
	margin:5px 0 6px 0;
}
div.result ul {
	margin:0;
	padding:0;
	list-style:none;
}
.be div.result ul, .nl div.result ul {
	height:71px
}

div.view-more {
	position:absolute;
	bottom:0px;
	left:0px
}
	div.view-more {
		position:absolute;
		bottom:0px;
		left:0px
	}
	a.go:link, a.go:visited {
		display: block;
		background:#FFCC00 url(/assets/images/structure/view-more.png) no-repeat;
		height:23px;
		width:175px;
	}
	div.view-more, a.go:hover {
		background:#FFCC00 url(/assets/images/structure/view-more-on.png) no-repeat;
	}
	a.go:visited {
		color: purple;
		font-weight: normal !important;
	}
	/*
	*	Langs
	*/
		.se a.go:link, .se a.go:visited {
			background:#FFCC00 url(/assets/images/structure/view-more-se.png) no-repeat;
		}
		.se div#view-more, .se a.go:hover {
			background:#F7F3EF url(/assets/images/structure/view-more-on-se.png) no-repeat;
		}
		.be a.go:link, .be a.go:visited {
			background:#FFCC00 url(/assets/images/structure/view-more-be.png) no-repeat;
		}
		.be div#view-more, .be a.go:hover {
			background:#F7F3EF url(/assets/images/structure/view-more-on-be.png) no-repeat;
		}
		.nl a.go:link, .nl a.go:visited {
			background:#FFCC00 url(/assets/images/structure/view-more-be.png) no-repeat;
		}
		.nl div#view-more, .nl a.go:hover {
			background:#F7F3EF url(/assets/images/structure/view-more-on-be.png) no-repeat;
		}
		.ru a.go:link, .ru a.go:visited {
			background:#FFCC00 url(/assets/images/structure/view-more-ru.png) no-repeat;
		}
		.ru div#view-more, .ru a.go:hover {
			background:#F7F3EF url(/assets/images/structure/view-more-on-ru.png) no-repeat;
		}
		.de a.go:link, .de a.go:visited {
			background:#FFCC00 url(/assets/images/structure/view-more-de.png) no-repeat;
		}
		.de div#view-more, .de a.go:hover {
			background:#F7F3EF url(/assets/images/structure/view-more-on-de.png) no-repeat;
		}
		.dk a.go:link, .dk a.go:visited {
			background:#FFCC00 url(/assets/images/structure/view-more-dk.png) no-repeat;
		}
		.dk div#view-more, .dk a.go:hover {
			background:#F7F3EF url(/assets/images/structure/view-more-on-dk.png) no-repeat;
		}


.page {
	float: left;
	padding: 0 0 0 5px;
}
#searchfoot {
	background:#C6D3DE;
	padding:5px 10px 0px 10px
}

p#searchfoot {
	margin:0;
	text-align: right;
	clear:both
}
p#searchfoot span {
	font-weight: bold;
}

#result.topprops h2, h2.error {
	border:none !important;
	text-align:left !important;
}
