/*
	global styles
	specific styles are in elements.css
*/

body {
	margin: 0;
	padding: 0;
	background: #FFF url(bg.jpg) 0 0 repeat-x;
	font: normal 13px "Trebuchet MS", sans-serif;
	color: #777;
}
#container {
	position: relative;
	width: 1024px;
	min-height: 300px;
	margin: 0 auto;
	padding: 140px 0 10px 0;
	background: transparent url(banner2.png) 0 0 no-repeat;
	color: #777;
}
#logo {
	width: 460px;
	height: 45px;
	position: absolute;
	top: 25px;
	left: 21px;
}
#content {
	position: relative;
	padding: 20px 112px;
}
.hidden {
	display: none;
}

/*--- default elements ---*/
form {
	margin: 0;
}
h1 {
	color: #ffffff;
	font-size: 16px;
}
h2 {
	color: #A70019;
	font-size: 14px;
}
h3 {
	color: #A70019;
	font-size: 13px;
}
table {
	font-size: 13px;
}
a {
	color: #dd1936;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type="text"], input[type="password"] {
	width: 100%;
	border: 1px solid #999;
	padding: 2px;
	color: #777;
}
select {
	width: 100%;
	border: 1px solid #999;
	color: #777;
}

/* generic classes */
.error {
	color: #B8231F;
}
.status {
	color: #32AA30;
}
.bulletlink {
	padding-right: 20px;
	background: transparent url(bullet.png) 100% 50% no-repeat;
}
.leftbulletlink {
	padding-left: 20px;
	background: transparent url(bullet.png) 0 50% no-repeat;
}
.backbulletlink {
	padding-left: 20px;
	background: transparent url(backbullet.png) 0 50% no-repeat;
}
.message {
	margin: 10px 20px;
}

/*--- boxes ---*/
.dialog {
	padding: 40px 10px 10px 10px;
	border: 1px solid #005F1D;
	background: #FFF url(small-banner.png) right top no-repeat;
}
.linebox {
	overflow: hidden;
	position: relative;
	border: 1px solid #000;
}
.linebox p, .linebox h1, .linebox h2, .linebox h3 {
	margin: 4px 20px 2px 10px;
}
.emphasize {
	background-color: #E0E0E0;
}

/* box without title tab */
.nobox {
	padding-top: 22px;
}
/* box with left-aligned title tab */
.leftbox h1 {
	background: #FFF url(header-left.png) 0 0 no-repeat;
	margin: 0;
	padding: 0 0 0 11px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}
.leftbox h1 div {
	display: block;
	float: left;
	padding: 0 11px 0 0;
	height: 22px;
	line-height: 22px;
	background: #005b98 url(header-right.png) 100% 0 no-repeat;
}
/* box with centered title tab */
.centerbox h1 {
	text-align: center;
	height: 22px;
	margin: 0;
	line-height: 22px;
	font-size: 16px;
}
.centerbox h1 span.outer {
	background: #005b98 url(header-left.png) 0 0 no-repeat;
	margin: 0;
	padding: 2px 0 2px 0;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
}
.centerbox h1 span.inner {
	margin-left: 30px;
	padding: 2px 30px 2px 0;
	height: 22px;
	line-height: 22px;
	background: #005b98 url(header-right.png) 100% 0 no-repeat;
}

ul#mainnav li a.active, ul#mainnav li a:hover {
	background:url(/skin/button-bg.jpg) repeat-x left;
}

/* Postcode alert */
div#pcode_alert {
	width: 100px;
	padding: 2px 5px;
	border: 1px solid #000000;
	background: #E0E0E0;
	color: #009714;
	font-size: 10px;
	position: absolute;
	top: 55px;
	left: -120px;
}

div#kopen_select div.search {
	clear: both;
	padding: 0 10px;
}
	div#kopen_select div.search div.left {
		float: left;
	}
	div#kopen_select div.search div.right {
		float: right;
	}
	div#kopen_select div.search label {
		display: block;
	}
	div#kopen_select ul.switcher {
		margin-left: 0;
	}

