
body {
	background: white;
	color: black;
	border: 0;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

p {
	margin: 0;
	margin-top: 0.1em;
	padding: 0;
	text-direction: left;
}


/* intro */

div.intro,
div.footer {
	display: block;
	color: hsl(195, 20%, 25%);
	background: hsl(195, 80%, 90%);
	margin: 0;
	padding: 0.2em;
	padding-left: 0.6em;
	border: 0em hsl(195, 40%, 50%) solid;
	clear: both;
}

div.intro {
	border-bottom: 0.1em;
}

div.footer {
	border-top: 0.1em;
}

div.intro.dipdaq,
div.intro.dipdaq > h1 > a {
	color: hsl(195, 80%, 25%);
	text-decoration: none;
}

div.intro > h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

.compar {
	color: hsl(195, 80%, 25%);
	text-decoration: none;
}

.compar > .ing {
	color: hsl(195, 40%, 50%);
}

div.footer {
	font-size: 70%;
	padding-bottom: 1em;
}

div.footer > h2 {
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}

div.footer > ul {
	margin: 0;
	padding: 0;
}

div.footer > ul > li {
	padding: 0;
	margin: 0.1em;
	list-style: none;
	display: inline-block;
}

div.footer a {
	color: inherit;
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
}

div.intro {
	position: relative;
	padding-right: 120px;
}

/* everywhere */

h2 {
	font-size: 160%;
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	font-size: 140%;
	margin: 0;
	padding: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	font-weight: bold;
	text-decoration: none;
}

div.search,
div.main div.pane,
div.textpage {
	border: 0.1em hsl(45, 35%, 50%) solid;
	margin: 0.4em;
	padding: 0.2em;
}

div.main div.pane {
	border-color: hsl(195, 35%, 50%);
}

div.main div.pane > h3 {
	background: hsl(195, 70%, 90%);
}

div.textpage {
	border-color: hsl(195, 0%, 50%);
}

div.main div.pane.thisprice {
}

/* search */

div.search > form > div {
	font-size: 140%;
}

div.search > form > div input,
div.search > form > div button {
	font-size: 100%;
}

div.search form > div input[name='money'] {
	letter-spacing: 0.1em;
	width: 70%;
	display: block-inline;
	border: 0.05em hsl(45, 35%, 50%) solid;
	background: hsl(45, 70%, 90%);
}

div.search form > div input.go {
	width: 10%;
	border: 0.05em hsl(45, 35%, 50%) solid;
	background: hsl(45, 70%, 70%);
}

div.search .main-ccy,
div.search div.ccypicker .ccy {
	width: 3em;
	display: inline-block;
	background: white;
	color: black;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	margin: 0;
	padding: 0;
}

div.search div.ccypicker {
	font-size: 80%;
	border: 0.05em transparent solid;
}

div.search div.ccypicker .ccy:hover {
	border-color: hsl(45, 35%, 50%);
	background: hsl(45, 70%, 70%);
}

div.search span.main-ccy {
	padding-right: 12px;
}

div.search span.showpicker {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAEFJREFUKM/VkDsOACAMQl89LIfisnXSuPiJcfFtJFBC4X8CQFKemG1HNLEL2Y7esAs1M0C52rBqGa9PkZSnj3hPBbKmFGn/nXmuAAAAAElFTkSuQmCC) no-repeat right center;
	cursor: pointer;
}

div.search span.showpicker:hover {
	background-color: hsl(45, 70%, 70%);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAADBJREFUKM9jYBj6gBFK/ydWPSMS5z8xhjOiCf4n4BIGJnL9gM8WRmIM+k9CQFAZAACK6AYFcQx7BwAAAABJRU5ErkJggg==);
}

/* search results */

ul.results {
	padding: 0;
	margin: 0;
}

ul.results > li {
	list-style: none;
	margin: 0.2em;
	padding-right: 3em;
}

ul.results > li > div.thumb {
	width: 80px;
	height: 60px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

ul.results > li > div.thumb > img {
	width: 80px;
	height: 60px;
}

ul.results > li > div.thumb > div {
	position: absolute;
	width: 76px;
	bottom: 0;
	text-align: right;
	padding: 2px;
	font-size: 120%;
	font-weight: bold;
	color: hsla(45, 0% 0%, 1.0);
	background-color: hsla(45, 0%, 100%, 0.4);
}

ul.results > li > .end {
	clear: left; /* as we have thumbnail with float: left */
}

ul.results > li > div {
	display: block;
	margin-left: 90px; /* size of img.thumb + margins */
}

ul.results > li > div > h4 {
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 120%;
}

ul.results > li > div > span.long-name {
	display: block;
}

ul.results > li > div > span.shop,
ul.results > li > div > span.shop > a {
	background: transparent;
	color: #666666;
	text-decoration: none;
}

ul.results > li > div > span.shop > a:hover {
	text-decoration: underline;
}

ul.results > li > a.change {
	position: absolute;
	top: 0.1em;
	right: 0.2em;
	font-size: 70%;
}


div.main div.pane > p.description {
	font-style: italic;
	font-size: 90%
}

/* right-hand bar */

div.related {
	background: hsl(195, 40%, 75%);
}



