@import url("html.css");
@import url("inc.css");
@import url("error.css");
@import url("form.css");
@import url("shop.css");
@import url("order.css");
@import url("category.css");
@import url("product.css");
@import url("basket.css");
@import url("imagechooser.css");
@import url("search.css");

html {color: black;
 font-family: sans-serif; margin: 0px; font-size: 10pt}

body {
	margin: 0;
	background: white url('../images/bg.jpg') top left;
	background-repeat: repeat-x;
}

h1 {margin: 0; padding: 5px 0 0}

div#header {
	position: relative;
}

#page {margin: 0; padding: 5px 0 15px}
#pageall{
	background-color: white;
	margin: 0 auto;
	width: 1000px;
	border: solid silver 1px;
	border-top-style: none;
}

#tabs {
	text-align: right;
	padding: 0;
	border-bottom: solid #53568a 2px;
	margin-top:5px;
	padding-right: 21px;
}

* html #tabs {right: 75px}

#tabs img 
{
	vertical-align: bottom; 
	border: none; 
}

#footer p {margin: 0px; font-size: 8pt; text-align: center}

#widecontent {margin: 20px 10% 20px}

#content {margin-left: 297px; margin-right: 23px; position: static;}
#sidebar {float: left; height: 1%; margin-left: 10px; width: 264px; margin-top: 0px}

#breadcrumbs {color: black; font-size: 10px; position: relative; z-index: 10;
padding: 8px 2px 2px; margin-left:8px;

}

#breadcrumbs a {color: inherit}

hr {border: none; border-bottom: solid #53568a 2px}

th, td {text-align: left}
th.left, td.left {text-align: left}
th.center, td.center {text-align: center}
th.right, td.right {text-align: right}

div.page a {color: #0000A0}
div.page a:visited {color: #000040}

a {color: #000050}

div.auth {background-color: #C00000; color: white; font-weight: bold; padding: 2px 10px}
div.auth a {margin-left: 0.5em}

div.pager {text-align: left; font-weight: bold; font-size: 12px; font-family: arial;}
div.pager a {text-decoration: underline}


div.sidebarbanner {text-align: center; margin-bottom: 5px}
div.sidebarbanner img {border: none}

div.context {border: 1px solid #8888bb; padding: 10px 20px; background: #ccccff; margin: 20px 10px 10px 0;}
div.box {width: 100%; text-align: center;}
a.link img {border: none;}

span.vatstatus {font-size: 10px;}

.roundedbox {-moz-border-radius: 12px; border: solid #083080 2px; background-color: #E6F3FC; padding: 8px; margin: 0.5em auto; width: 12cm}
.roundedbox .viewrange {text-align: right; margin-bottom: 0}
.roundedbox .title {display: block; text-align: center; margin-bottom: 0.5em}
.roundedbox .title img {border: none; padding: 35px 0}

div.page div.linkblock * {margin: 0}
div.page div.linkblock {margin: 2em 0}
form div.title,
form div.buttons {background-color: #6d9ad7; color: white}

table.spinnaker
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

table.spinnaker th
{
	padding: 4px 8px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	background: #cccccc;
	text-align: center;
	vertical-align: middle;
}

table.spinnaker th span.sub
{
	display: block;
	font-size: 80%;
	font-weight: normal;
}

table.spinnaker td
{
	padding: 4px 8px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}


#welcomebox {
position: relative;
background: url('../images/wbox/sm-wbox-fill.png');
float: left; 
height: 180px;
margin-left: 10px; 
padding-bottom: 10px;
padding-top: 10px;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 10px;
text-align: center;
}

#boxtop {position: absolute; top:0px; left:0px}
#boxbot {position: absolute; bottom:0px; left: 0px}

#welcomebox h2 {font-size: 13pt;  padding-left:5px; padding-right:5px}

#content img {border: none}

#wwimg {width: 125px; border: none; float: left}

#welcome {float: left; display: inline; margin: 6px}

#welcomeboxoffer {
	position: relative;
	background: url('../images/wbox/wbox-fill.png');
	width: 620px; 
	margin-left: 10px; 
	padding: 15px;
	margin-bottom: 10px;
	text-align: left;
}

#welcomeboxoffer h2 {
	position: absolute;
	right: 15px;
	top: 0px;
	color: #22268A;
}

#offercontent {
	margin-left: 140px;
}

.right-list {
	float:right;
	width: 45%;
}

.left-list {
	width: 45%;
	margin-right: auto;
}

.right-list ul, .left-list ul {
	list-style: square;
}

.menu-top {
	position:relative;
	top:3px;
	margin-bottom: 1px;
}

.menu-end {
	position:relative;
	bottom:2px;
}

p {text-align: justify}

#pad a{padding: 5px; vertical-align: middle; text-align: center;}

#captchaerror {
	color: red;
	font-weight: bold;
	font-size: 1.2em;
}

