/* CSS Document */

body, div, p, form, ul, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ededed;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

a {
	color: #ea1a1a;
	text-decoration: none;
}

a:hover {
	color: #ea1a1a;
	text-decoration: underline;
}

a.Navigation {
	color: #000;
	text-decoration: none;
}

a.Navigation:hover {
	color: #ea1a1a;
	text-decoration: none;
}

img {
	border: none;
}

div.Product {
	height: 120px;
	position: relative;
}

div.Category {
	height: 150px;
	position: relative;
	text-align: center;
}

span.RightText {
	margin: 2px 2px 3px 2px;
	_margin: 5px 0 0 0;
	*margin: 5px 0 0 0;
	display: block;
	text-align: right;
}

a.AddAddress {
	margin-left: 5px;
	padding: 5px 25px 5px 5px;
	background: url(../images/AddAddress.png) right center no-repeat;
	border: 1px solid #000;
	color: #000;
}

a.AddAddress:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

a.AddToCart {
	margin-left: 5px;
	padding: 5px 25px 5px 5px;
	background: url(../images/AddToCart.png) right center no-repeat;
	border: 1px solid #000;
	color: #000;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

a.AddToCart:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

a.AddUser {
	margin-left: 5px;
	padding: 5px 25px 5px 5px;
	background: url(../images/UserAdd.png) right center no-repeat;
	border: 1px solid #000;
	color: #000;
}

a.AddUser:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

a.CategoryAdd {
	margin-left: 5px;
	padding: 5px 25px 5px 5px;
	background: url(../images/CategoryAdd.png) right center no-repeat;
	border: 1px solid #000;
	color: #000;
}

a.CategoryAdd:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

a.ProductAdd {
	margin-left: 5px;
	padding: 5px 25px 5px 5px;
	background: url(../images/ProductAdd.png) right center no-repeat;
	border: 1px solid #000;
	color: #000;
}

a.ProductAdd:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

a.Info {
	margin-left: 5px;
	padding: 5px 5px 5px 25px;
	background: url(../images/Info.png) left center no-repeat;
	border: 1px solid #000;
	color: #000;
	position: absolute;
	bottom: 10px;
	left: 5px;
}

a.Info:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

input.EmptyCart {
	margin-left: 5px;
	padding: 5px 5px 5px 25px;
	background: url(../images/EmptyCart.png) left center no-repeat;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
}

input.EmptyCart:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

input.OrderCart {
	margin-left: 5px;
	padding: 5px 5px 5px 25px;
	background: url(../images/OrderCart.png) left center no-repeat;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
}

input.OrderCart:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

input.RefreshCart {
	margin-left: 5px;
	padding: 5px 5px 5px 25px;
	background: url(../images/RefreshCart.png) left center no-repeat;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
}

input.RefreshCart:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

form div.Field {
	margin-bottom: 3px;
}

fieldset {
	padding: 8px;
	border: 1px solid #000;
}

fieldset.Panel {
	padding: 10px;
}

fieldset.Panel img {
	float: left;
}

fieldset.Panel ul {
	float: left;
}

fieldset legend {
	font-weight: bold;
	color: #000;
}

fieldset.Panel legend {
	_margin-bottom: 5px;
	*margin-bottom: 5px;
}

fieldset p {
	padding: 0 0 10px 10px;
	font-style: italic;
}

label {
	padding: 4px;
	width: 150px;
	float: left;
}

label.NoStyle {
	padding: 0;
	width: 50px;
	float: none;
}

input, textarea {
	padding: 3px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

select {
	padding: 2px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

h2 {
	background: url(../images/Slogan.jpg) top center no-repeat;
	height: 44px;
}

h2 span {
	display: none;
}

h3 {
	font-size: 16px;
}

h4 {
	color:red;
	font-size: 16px;
}

h5 {
	color:#333;
	font-size: 12px;
}

p {
	margin-bottom:10px;
}

b.Subtitle {
	display: block;
	margin-bottom:10px;
}

ul {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 10px;
}

div#Error {
	margin: 15px 15px 10px 15px;
	padding: 10px;
	border: #ea1a1a 1px solid;
	color: #ea1a1a;
}

div.Error {
	padding: 10px 20px;
	color: #f00;
}

div.ErrorMessage {
	padding: 5px 0px 5px 160px;
	color: #f00;
}

div#Container {
	margin: 0px auto;
	background: #ffffff;
	border-right: 20px solid #cdcdcd;
	border-left: 20px solid #cdcdcd;
	width: 950px;
}

div#TopBar {
	padding: 9px 19px 9px 9px;
	background: #000000 url('../images/TopbarBackground.jpg') top center no-repeat;
	width: 922px;
	height: 12px;
	_height: 10px;
	color: #fff;
	text-align: right;
}

div#TopBar span {
	float: left;
}

div#TopBar a {
	color: #fff;
}

div#Header {
	background: #f23030 url('../images/HeaderBackground.jpg') top center no-repeat;
	width: 950px;
	height: 100px;
	position: relative;
}

div#Header div#Logo {
	margin: 0px 0px 0px 230px;
	background: url('../images/Logo.jpg') top center no-repeat;
	width: 275px;
	height: 100px;
}

div#Header div#Banner {
	background: url(../images/Fijnstofbannermetschaduw.gif) center no-repeat;
	width: 234px;
	height: 58px;
	_height: 56px;
	position: absolute;
	right: 20px;
	top: 20px;
}

div#Header div#Banner a {
	display: block;
	width: 234px;
	height: 60px;
}

div#Header div#Banner a span {
	display: none;
}

div#SmallMenu {
	padding: 4px 4px 0px 4px;
	background: #f23030 url('../images/SmallMenuBackground.jpg') top center no-repeat;
	width: 200px;
	height: 50px;
	_height: 46px;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

div#SmallMenu a span {
	display: none;
}

div#SmallMenu a.Home {
	background: url('../images/HomeButton.gif') top left no-repeat;
	width: 58px;
	height: 50px;
	_height: 46px;
	display: block;
	float: left;
}

div#SmallMenu a.Home:hover {
	background: url('../images/HomeButton.gif') top right no-repeat;
}

div#SmallMenu a.Contact {
	background: url('../images/ContactButton.gif') top left no-repeat;
	width: 73px;
	height: 50px;
	_height: 46px;
	display: block;
	float: left;
}

div#SmallMenu a.Contact:hover {
	background: url('../images/ContactButton.gif') top right no-repeat;
}

div#SmallMenu a.Sitemap {
	background: url('../images/SitemapButton.gif') top left no-repeat;
	width: 69px;
	height: 50px;
	_height: 46px;
	display: block;
	float: left;
}

div#SmallMenu a.Sitemap:hover {
	background: url('../images/SitemapButton.gif') top right no-repeat;
}

div#SmallMenu a.Shop {
	background: url('../images/ShopButton.gif') top left no-repeat;
	width: 69px;
	height: 50px;
	_height: 46px;
	display: block;
	float: left;
}

div#SmallMenu a.Shop:hover {
	background: url('../images/ShopButton.gif') top right no-repeat;
}

div#Menu {
	margin: 0px 0px 0px 10px;
	_margin-left: 5px;
	padding: 5px 4px 0px 4px;
	background: url('../images/MenuBackground.gif') top center repeat-y;
	width: 200px;
	float: left;
}

div#Menu h1 {
	margin: 10px 5px 0px 5px;
	padding: 9px 0px 0px 14px;
	background: url('../images/MenuItemBackground.gif') top right no-repeat;
	width: 176px;
	height: 21px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

div#Menu h1.atStart {
	cursor: pointer;
}

div#Menu div {
	margin: 0px 5px 0px 5px;
	padding: 5px;
	border: 1px solid #cecece;
	border-top: none;
}

div#Menu form {
	margin: 0px 5px 0px 5px;
	padding: 3px;
	border: 1px solid #cecece;
	border-top: none;
}

div#Menu ul {
	margin: 0px 5px 0px 5px;
	list-style: none;
}

div#Menu ul.Menu {
	margin: 10px 5px 0px 5px;
	list-style: none;
}

div#Menu ul li a {
	padding: 9px 0px 0px 14px;
	background: url('../images/MenuItemBackground.gif') top left no-repeat;
	width: 176px;
	height: 21px;
	color: #000000;
	display: block;
}

div#Menu ul li a:hover {
	background: url('../images/MenuItemBackground.gif') top center no-repeat;
	color: #ffffff;
	text-decoration: none;
}

div#Menu ul li a.selected {
	background: url('../images/MenuItemBackground.gif') top right no-repeat;
	color: #ffffff;
}

div#Menu ul li a.selected:hover {
	background: url('../images/MenuItemBackground.gif') top right no-repeat;
	color: #ffffff;
	cursor: default;
}


div#Menu ul#HomeButton {
	margin-top: 10px;
}
div#Menu div#Adress {
	margin: -4px -4px 0px -4px;
	padding: 10px 10px 10px 10px;
	background: url('../images/MenuBackgroundBottom.gif') bottom center no-repeat;
	border: none;
}

div#Menu div#Adress b {
	margin: 0px 5px 0px 0px;
	color: #ea1a1a;
	width: 15px;
	_width: 10px;
	display: block;
	float: left;
}

div#Menu div#Adress b.Adress {
	margin-bottom: 20px;
}

div#Menu div#Adress b.Telephone {
	margin-bottom: 10px;
}

div#Menu div#Adress b.Big {
	width: 30px;
	_width: 25px;
}

div#Menu div#MenuBottom {
	width: 208px;
	height: 8px;
}

div#Content {
	margin: 0px;
	width: 732px;
	float: right;
}

div.Content {
	margin: 10px 10px 0px 10px;
	_margin: 10px 5px 0px 5px;
	background: url('../images/ContentBackground.gif') top center repeat-y;
	width: 712px;
	float: left;
}

div.Content h1 {
	padding: 13px 0px 0px 20px;
	background: url('../images/ContentTitleBackground.gif') top center no-repeat;
	width: 692px;
	height: 23px;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}

div.Content div.ContentText {
	padding: 5px 10px 10px 10px;
	background: url('../images/ContentBackgroundBottom.gif') bottom center no-repeat;
	text-align: justify;
}

div.ContentSmall {
	margin: 10px 0px 0px 10px;
	_margin: 10px 0px 0px 10px;
	background: url('../images/ContentBackgroundSmall.gif') top center repeat-y;
	width: 230px;
	float: left;
}

div.ContentSmall h1 {
	padding: 13px 0px 0px 20px;
	background: url('../images/ContentTitleBackgroundSmall.gif') top center no-repeat;
	width: 210px;
	height: 23px;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}

div.ContentSmall div.ContentSmallText {
	padding: 5px 10px 10px 10px;
	background: url('../images/ContentBackgroundBottomSmall.gif') bottom center no-repeat;
	text-align: left;
}

div.ContentMiddle {
	margin: 10px 0px 0px 10px;
	_margin: 10px 0px 0px 10px;
	background: url('../images/ContentBackgroundMiddle.gif') top center repeat-y;
	width: 470px;
	float: left;
}

div.ContentMiddle h1 {
	padding: 13px 0px 0px 20px;
	background: url('../images/ContentTitleBackgroundMiddle.gif') top center no-repeat;
	width: 450px;
	height: 23px;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}

div.ContentMiddle div.ContentMiddleText {
	padding: 5px 10px 10px 10px;
	background: url('../images/ContentBackgroundBottomMiddle.gif') bottom center no-repeat;
	text-align: justify;
}

div#Footer {
	margin-top: 10px;
	padding: 12px;
	background: #f23030 url('../images/FooterBackground.jpg') top center no-repeat;
	width: 926px;
	height: 26px;
	color: #ffffff;
	text-align: center;
}

div#ProductImage {
	width: 340px;
	height: 170px;
	text-align: center;
	float: left;
	vertical-align: middle;
}

div#ProductImage b {
	font-size: 16px;
}

div#ProductInfo {
	margin-top: 50px;
	width: 340px;
	line-height: 15px;
	float: right;
	vertical-align: middle;
}

div#ProductInfo b {
	display: block;
	width: 110px;
	float: left;
}

div#AddToCartButton {
	padding: 5px;
	text-align: right;
	margin-bottom: 5px;
	clear: both;
}

a.AddToCartButton {
	padding: 5px 25px 5px 5px;
	background: url(../images/AddToCart.png) right center no-repeat;
	border: 1px solid #000;
	color: #000;
}

a.AddToCartButton:hover {
	border: 1px solid #ea1a1a;
	color: #ea1a1a;
	text-decoration: none;
}

div#ProductExtraInfo h1 {
	background: none;
	width: 200px;
	color: #000;
}

table#Products {
	width: 690px;
}

span.Error {
	color: #ea1a1a;
	margin-left: 160px;
}
