body {
	margin: 0px;
	padding: 0px;
	background-color:#e8e8e8;
	background-image:url(/img/bg-top.gif);
	background-repeat:repeat-x; 
	color: #404040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}

form {
  padding: 0;
  margin: 0;
}

h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9ab127;
}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9ab127;
}

a {
	color: #9ab127;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div.formerrors {
  min-height: 40px;
  color: red;
  font-weight: normal;
  background: url('/img/icons/error.jpg') no-repeat top left;
  padding: 5px 0 10px 60px;
  line-height: 125%;
}

div.formerrors p.title {
  font-weight: bold;
}

form.contentform  {
  margin: 15px 5px;
}
  
form.contentform p {
  line-height: 100%;
  padding: 6px;
  margin: 0;
}
  
form.contentform label {
  display: block;
  float: left;
  width: 190px;
  font-size: 12px;
  margin: 3px 0 3px 0;

}

form.contentform label.required {
  font-weight: bold;
}

form.contentform input.textbox, form.contentform select.textbox {
  width: 160px;
  font-size: 12px;
}

form.contentform input.small {
  width: 46px;
}

form.contentform input.button {
  float: right;
  margin: 8px 10px;
}

form.contentform input.error,
form.contentform textarea.error,
form.contentform select.error {
  background: #edcdce; 
}

form.contentform .backlink {
  float:right;
  margin-top: 15px
}

#container {
  position: relative;
	width: 955px;
	margin: 0 auto;
}

#homelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 230px;
  z-index: 10;
  
}

#homelink a:link,
#homelink a:hover,
#homelink a:visited {
  display: block;
  width: 100%;
  height: 100%;
}

/* Header */	
#top {	
	height: 85px;
	background-image: url(/img/header.gif);
	background-repeat: no-repeat;
}

#top #toplogin {
  position: absolute;
  left: 555px;
  top: 15px;
  width: 247px; 
  height: 65px;
}

#top #toplogin form#toploginform {
  
}

#top #toplogin form#toploginform p {
  clear: both;
  margin: 5px 0;
  padding: 0;
}

#top #toplogin form#toploginform label {
  display: block;
  float: left;
  width: 82px;
  height: 22px;
  padding-right: 10px;
  text-align: right;
  line-height: 22px;
  font-size: 12px;
}

#top #toplogin form#toploginform input.textbox {
  float: left;
  width: 104px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #c0c0c0;
  border: 1px solid #c0c0c0;
}

#top #toplogin form#toploginform #toploginform_submit {
  margin-top: 1px;
  margin-left: 6px;
}

#navigation {
	width: 955px;
	margin: 0 auto;
	height: 53px;
	background-image: url(/img/bg-nav.gif);
	background-repeat: no-repeat;
}
#navigationbar2 {
	width: 955px;
	height: 40px;
	background-image: url(/img/bg-navigationbar2.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#userlinks {
  float: left;
  width: 650px;
  padding-top: 12px;
}

#search {
  width: 273px;
  float: right;
}

#navigationbar2 a:link,
#navigationbar2 a:visited,
#navigationbar2 a:hover {
  color: #808080;
}  

#search #searchform {
  margin: 6px 0;
  float: right;
  text-align: middle;
}

#search #searchform input.textbox {
  margin-right: 5px;
  border: 1px solid #404040;
  width: 217px;
  height: 21px;
  float: left;
}
  
#search a:link,
#search a:visited,
#search a:hover {
  display: block;
  float: right;
  margin-top: 5px;
  float: right;
}  

/* Navigatie */

#navigation ul {
	margin:0;
	list-style: none;
	padding-left:275px;
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	float: left;
	padding: 10px 25px 0px 0px;
	text-align: center;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
}

#navigation a:hover {
	color:#626262;
}

/* Page */

#breadcrumbs {
	float: right;
	width: 510px;
  padding: 6px 0 0 0;
  overflow: hidden;
}

#breadcrumbs ul {
  padding: 0px;
  margin: 0px 0;
}

#breadcrumbs li {
  float: left;
  list-style-type: none;
  padding: 1px 3px;
}

#breadcrumbs li.home {
  padding: 1px 0;
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover {
  font-size: 9pt;
  color: #9ab127;
  vertical-align: bottom;
  margin-left: 2px;
}

#shoppingcartstatus {
  float: right;
  text-align: right;
  width: 193px;
  padding-top: 7px;
  padding-right: 15px;
}

#shoppingcartstatus a:link, 
#shoppingcartstatus a:visited, 
#shoppingcartstatus a:hover {
  font-weight: bold;
}

#page {
  clear: both;
	width: 955px;
	background: #ffffff url(/img/logo-bottom.gif) no-repeat;
}

#content {
	float: left;
	width: 695px;
	min-height: 300px;
	padding: 25px 0 20px 0px;
	margin-left: 20px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#left {
	float: left;
	width: 195px;
	padding: 60px 5px 20px 20px;
	line-height: 25px;
}

#left a {
	text-decoration: none;
	color: #E4CA0C;
	font-weight: bold;
}

#left a:hover {
	text-decoration: none;
	color: #CDD336;
}

#categories_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #c0c0c0;
	background-image: url(/img/bg-categories.gif);
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

#categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585A5E;
	border: 1px solid #c0c0c0;
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #585A5E;
	padding: 15px 2px;
}

#categories ul {
  margin: 2px 7px;
  padding: 0;
}

#categories ul li {
  margin: 0;
  background: url('/img/bullets/green.gif') no-repeat  0 9px;
  padding: 0 19px;
  list-style-type: none;
}

#categories ul li ul {
  margin: 0 2px;
}

#categories ul li ul li {
  background: url('/img/bullets/yellow.gif') no-repeat  0 9px;
}

#categories a:link,
#categories a:visited,
#categories a:hover {
  font-size: 12px;
	color: #585A5E;
}

#sellerinfo {
  padding: 4px 5px;
  font-size: 11px;
  line-height: 100%;
}

#sellerinfo img#shoplogoleft {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #777;
}

#sellerinfo h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

#sellerinfo div {
  margin-bottom: 8px;
}

#sellerinfo label {
  display: block;
  float: left;
  width: 70px;
}

#sellerinfo a:link,
#sellerinfo a:visited,
#sellerinfo a:hover {
  color: #9ab127;
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}

#divider {
	clear: both;
	width: 955px;
	height: 5px;
	background-color: #E4CA0C;
}
/* Footer */


#footer {
	clear: both;
	width: 955px;
	color: #4D4F53;
	padding: 5px 0 0 0;
	height: 75px;
	background-color: #585A5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 200px;
	padding: 5px 15px 15px 20px;
	text-align:left;
	color: #E8E8E8;
}

#footer li ul {
	line-height: 1.8em;
}

#footer li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 0px;
	line-height: 20px;
}


#footer a {
	text-decoration: none;
	color: #E8E8E8;
}

#footer a:hover {
	text-decoration: underline;
	color: #E4CA0C;
}

div#accountsidebar {
  float: right;
  width: 146px;
  min-height: 470px;
  padding: 8px;
  margin-left: 18px;
  border: 1px solid #dbdbdb;
}

div#accountsidebar h2 {
  clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	margin-bottom: 5px;
}

div#accountsidebar ul {
  padding: 5px;
  margin: 0 0 0 15px;
}

div#accountsidebar #accountphoto {
  padding-bottom: 10px;
  text-align: left;
}

table.accounttable {
  width: 510px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table.accounttable td {
  padding: 4px 3px;
}

table.accounttable tr.tableheader {
  background: #efefef;
}

table.accounttable tr.tableheader td {
  color: #4c4d4b;
  font-weight: bold;
  padding: 6px 3px;
  border-bottom: 1px solid #ccc;
}

table.accounttable tr.tableheader td.alignright,
table.accounttable td.alignright {
  padding-right: 15px;
  text-align: right;
}

.low  {
  color: red;
}