/*
  $Id: stylesheet.css 1739 2007-10-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
  
  Last edit: 26-11-2011 17:38:42
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family:Arial, Helvetica, sans-serif;
}

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

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

TD.headerError {
  font-size: 12px;
  font-weight : bold;
  text-align : center;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

.productListing {
	margin-top:5px;
	width:790px !important;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

.pageResults {
	font-size: 10px;
	color:#000;
	display:block;
	width:16px;
	height:16px;
	border:1px solid #c3c3c3;
	float:left;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	margin-left:5px;
}

.pageResults a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.currentpage {
	font-size: 10px;
	background-color:#F5F5F5;
	color:#000;
	display:block;
	width:16px;
	height:16px;
	border:1px solid #c3c3c3;
	float:left;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	margin-left:5px;
}

.currentpage a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
  text-decoration:none;
  height:20px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor:pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #FFF200;height:10px;width:400px; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

.inputRequirement { font-size: 10px; color: #ff0000; }

.boxText { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url('images/pointer.png');
	margin-left:-5px;
	color:#7F7F7F;
	line-height:18px;
}

.boxText a:hover {
  color: #222222;
  text-decoration: none;
}

.boxText li { 
	margin:0px;
	padding:0px;
	line-height:16px;
}


.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { 
	font-size : 11px;
	float:left;
	color: #ff0000;
	font-family:Arial, Helvetica, sans-serif;
}
.productsNotifications { background: #f2fff7; }
.bgcolor{

}
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #000000; text-decoration: underline; }
img{
  border: 0px;
}

.body{
  color: #171717;
  margin: 0px;
  font-family: Verdana, sans-serif;
  background-repeat:repeat-x;
}

font.selectedCategorie{
	color: #1b2c74;
}

.products_background{
	background-image: url('images/design/new_products_background.gif');
	background-repeat: repeat-y;

}

#mastercontainer {
	margin:0 auto;
	width:1082px;
}

#container{
	float:left;
	background-color:#FFF;
	padding:0 50px;
	width: 982px;
}

#bgcontainer{
	background-color:#FFF;
}

A {
  color: #5E6065;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

TD.headerError {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight : bold;
  text-align : center;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  float:left;
  margin-top:-1px !important;
  margin-left:-1px;
}

.column_left .infoBoxContents {
  width:160px;
  border:1px solid #C6C6C6;
  border-top:0;
  padding-left:8px;
  font-size:12px;
  margin-right:-1px !important;
  margin-left:-1px !important;
  padding-top:5px;
  padding-bottom:5px;
}

.infoBoxContents td {
	padding:0px;
}

.boxContents {
  color: #222222;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

td.infoBoxHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/infoboxheading.png);
	height:23px;
	padding-left:8px;
	width:135px;
	border:1px solid #C6C6C6;
	border-bottom:0;
	color:#FFF;
}

.content_border{
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  margin-right: 1px;
}

.boxHeading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	padding-left:2px;
}

.boxContent {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px 8px;
  line-height:18px;
  width:141px;
  border:1px solid #C6C6C6;
  border-top:0;
  padding-left:8px;
  color:#7F7F7F;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

.productInfoPrice{
  	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
        padding-left: 30px;
    	color: #171717;
	font-family: Verdana, Arial, Helvetica;
	height: 30px;
	text-align: left;
}

a.productListing{
	color: #000000;
}

.productListing-heading {
  font-family: Arial;
  font-size: 10px;
  color: #847F80;
  background: #C0E3EF;
  /*color: #666666;*/
  font-weight: bold;
}

TD.productListing-data3 {
text-align:center;

padding:10px 10px 10px 10px;

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #464646;
}

TD.productListing-data3_right {
text-align:right;

padding:10px 0px 10px 10px;

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #464646;
}

TD.productListing-data3_2 {
  text-align:center;
  vertical-align:top;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #464646;
}

TD.productListing-data3_2-1 {
  height:135px;
  text-align:center;
  vertical-align:top;
  padding:10px 10px 0px 10px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #464646;
}

TD.productListing-data3_2-2 {
  height:60px;
  text-align:center;
  vertical-align:top;
  padding:0px 10px 0px 10px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #464646;
}

TD.productListing-data3_2-3 {
  height:20px;
  text-align:center;
  vertical-align:top;
  padding:0px 10px 0px 10px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #464646;
}

TD.productListing-data3_2-4 {

  text-align:center;
  vertical-align:bottom;
  padding:0px 0px 10px 0px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #464646;
}

.productListing-heading3 {
  font-family: Arial;
  font-size: 13px;
  color: #464646;
  font-weight: bold;
}

a.productListing-heading,
a.productListing-heading:active,
a.productListing-heading:visited{
	color: #000000;
}

a.productListing-heading:hover{
	color: #000000;
	text-decoration: underline;
}

TD.productListing-data {
width: 10%;
border-left: 0px;
border-bottom: 0px;
border-right: 0px;
text-align:center;
vertical-align:bottom;

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #EE0000;
}

.productListing TD {
}

TD.productListing-data_2 {
  border:1px solid #D5D5D5;
  border-left:0px;
  border-bottom: 0px;
  text-align:center;
  vertical-align:top;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #EE0000;
}

.productitembuyh {
	width:119px;
	float:right;
	margin-right:-8px;
}

TD.productHeading, DIV.productHeading {
  font-family: Arial ;
  font-size: 14px;
  font-weight: bold;
  color: #464646;
}

TD.pageHeading, DIV.pageHeading {
  font-family:Arial, Helvetica, sans-serif;
  padding:0px;
  margin:0px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-left:-50px !important;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

.padding_top{

}

.column_left{
	padding: 0;
	margin-left: -3px;
	height:2000%;
	margin-right:11px;
	width:100px;
}

.column_right{
	padding: 0;
	margin: 0;
	padding: 0 0 0 0;
}

TD.main, P.main, span.mainss {
  color: #464646;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  float:right;
  width:170px;
  height:20px;
}

TD.accountCategory {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #ffffff; cursor:pointer;}
.moduleRowSelected { background-color: #ffffff; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
.checkoutBarCurrent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #FFF200;width:100px !important; }
.messageStackSuccess { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffffff; color: #000000; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* category information boxes */

.cat_info_box {
 background: #EAEAEA;
 border: solid 0px #D9D9D9;
 padding: 8px; margin-bottom:
 10px; font-family: Verdana, Arial, sans-serif;
 font-size: 10px; font-weight: bold}

#searchbar a{
	text-decoration: underline;
}

h1 {
  font-size: 13px;
  font-weight: bold;
  line-height: 29px;
  padding-left: 35px;
}

h2 {
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}

/* BOF: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;
  border-color: #000;
}
/* EOF: More Pics 6 */

a.allproductsBox {
  color: #ff0000;
}

a.allproductsBox:Hover {
  color: #cc0000;
}

ul.sitemap {
	color: #262626;
	margin:0px;
	padding:0px;
}

ul.sitemap li {
	padding-left:15px;
}

ul.sitemap ul {
	margin-left:50px;
}

.log {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
}

.sitemap {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.sitemapHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top:20px;
	margin-bottom:5px;
}

.sitemapProducts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.sitemap {
	color: #262626;
	text-decoration:underline;
}

a.sitemap:hover {
	color: #262626;
	text-decoration:none;
}

#titellijn {
	height:1px;
	width:100%;
	background-color:#D9D9D9;
}
/***** End Sitemap_SEO *****/

/* BOF: More Pics  */
IMG.productsMainImage {
	border-width:2px;
  border-style:solid;
  border-color:black;
}

IMG.productsImages {
	border-width:2px;
  border-style:solid;
  border-color:black;
}

IMG.productsImages:hover {
	border-color:blue;
}

TABLE.popup {
  border-width: 1px;
  border-style: dotted;
  border-color: #666;
}
/* EOF: More Pics  */

/* ------------------------------------------------------------------------------------------------------*/
/* Menu line - bottom - start ---------------------------------------------------------------------*/

#MenuLinePosition {
	margin-left: 3px;
}
a.menu {
    color:#1A1A1A;
    text-decoration:none;
    font-style:normal;
    font-variant:normal;
    font-size:11px;
    font-family:Arial
}

a.menu:hover{
    color:#00BBEE;
    text-decoration:none;
    font-style:normal;
    font-variant:normal;
    font-size:11px;
    font-family:Arial

}
/* Menu line - bottom - stop ---------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------*/



.menu_top {height:32px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu_top {}
/* remove all the bullets, borders and padding from the default list styling */
.menu_top ul {padding:0;margin:0;list-style-type:none;}
.menu_top ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu_top positon */
.menu_top li {float:left;position:relative;}
/* style the links for the top level */
.menu_top a, .menu_top a:visited {display:block;font-size:10px;text-decoration:none; color:#fff;height:30px; border:1px solid #585752; border-width:1px 0 1px 1px; background:#a6a299; padding:0 2px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_top a, * html .menu_top a:visited {}

/* style the second level background */
.menu_top ul ul a.drop, .menu_top ul ul a.drop:visited {}
/* style the second level hover */
.menu_top ul ul a.drop:hover{}
.menu_top ul ul :hover > a.drop {}
/* style the third level background */
.menu_top ul ul ul a, .menu_top ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu_top ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_top ul ul {visibility:hidden; position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu_top ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu_top table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the top level hover */
.menu_top a:hover, .menu_top ul ul a:hover{color:#000; background:#fcd6a7;}
.menu_top :hover > a, .menu_top ul ul :hover > a {color:#000; background:#fcd6a7;}

.headeritem {
	background-repeat:no-repeat;
	height:51px;
	width:154px;
	float:left;
	margin:6px 5px;
	margin-bottom:0px;
	margin-top:16px;
}

.wagengegevens {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}


#menu, #menufooting {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 981px;
	border:1px solid #d5d5cb;
	background-image:url(images/design/menu_bg.png);
	background-repeat:repeat-x;
	height:35px;
}

#menu li, #menufooting li {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#menu a, #menufooting a  {
	color: #FFF;
	display: block;
	float: left;
	padding: 10px 9px;
	text-decoration: none;
	margin-right:1px;
}
#menu a:hover, #menufooting a:hover {
	background-image:url(images/design/menu_bg_hover.png);
	background-repeat:repeat-x;
	color: #fff;
	padding: 10px 9px;
	margin-right:1px;
}

#searcher {
	float: left;
	margin: 0;
	padding: 0;
	width: 971px;
	border:1px solid #d5d5cb;
	background-image:url(images/design/menu_bg_hover.png);
	background-repeat:repeat-x;
	height:21px;
	color:#FFF;
	margin-top:2px;
	padding:5px;
}

#searcher a {
	color:#FFF;
}

.footerline {
	width:983px;
	height:1px;
	margin:8px 0px 12px 0px;
	background-color:#d9d9d9;
	float:left;
}

#footer {
	width:983px;
	height:350px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
}

#footer ul {
	list-style:none;
	margin-right:50px;
	margin:0px;
	padding:0px;
	color:#595959;
	font-size:12px;
	margin-left:10px;
	line-height:17px;
	font-size:13px;
}

#footer ul a:hover{
	color:#595959;
	text-decoration:none;
}

#footer ul a{
	color:#595959;
	text-decoration:none;
}

#footer ul a:visited{
	color:#595959;
	text-decoration:none;
}

#footer h4 {
	font-size:14px;
	color:#00a2e8;
	margin:0px;
	margin-bottom:8px;
	font-weight:100;
	font-size:15px;
}

.productitem {
	width:200px;
	height:320px;
	float:left;
	border:1px solid #D5D5D5;
	text-align:center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #EE0000;
	margin:0px;
	padding:0px;
	margin-left:-1px !important;
	margin-top:-1px !important;
}

.productitemimg {
	width:188px;
	height:119px;
	position:relative;
	margin-top:15px;
}

.productitemdeliverye {
	position:absolute;
	left:15px;
}

.productitemname {
	width:170px;
	height:70px;
	text-align:left;
	margin:0 auto;
}

.productitemname h2 {
	color:#454545;
	font-weight:bold;
	font-family:arial;
	font-size:15px
}

.productitemreview {
	width:170px;
	height:30px;
	text-align:left;
	margin:0 auto;
	margin-top:5px;
}

.productitemprice {
	color:#ee0000;
	font-weight:bold;
	font-family:arial;
	font-size:15px;
	text-align:right;
	height:16px;
	width:119px;
	float:right;
	margin-right:17px;
}

.productitemprice span {
	font-size:18px;
}

.productitembuy {
	width:119px;
	float:right;
	margin-right:8px;
}

.productitemh {
	width:800px;
	height:170px;
	float:left;
	border-bottom:1px solid #D5D5D5;
	text-align:center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #EE0000;
}

.productitemimgh {
	width:200px;
	height:140px;
	padding-top:10px;
	float:left;
	margin-left:-22px;
	position:relative;
	z-index: 1; 
}

.productitemdelivery {
	position:absolute;
	left:20px;
	top: 10px; 
	left: 26px; 
	z-index: 3;
}

.productitemnameh {
	width:510px;
	height:70px;
	text-align:left;
	margin-left:10px;
	float:left;
}

.productitemnameh h2 {
	color:#454545;
	font-weight:bold;
	font-family:arial;
	font-size:15px
}

.productitemnameh h2 a {
	color:#454545;
}

.productitempriceh {
	color:#ee0000;
	font-weight:bold;
	font-family:arial;
	font-size:15px;
	text-align:right;
	height:16px;
	margin-top:100px;
}

.productitempriceh span {
	font-size:18px;
	margin-right:4px;
	margin-left:10px;
}

#menu_line_info {
    font-size: 11px;
	vertical-align: top;
	width: 200px;
	padding: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left:4px;
	margin-top:10px;
}

#menu_line_info li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top-style: solid;
    border-top-color: #D5D5CB;
    border-top-width: 1px;
    height: 20px;
	padding: 5px 0 0 0;
}

#menu_line_info ul {
	border-bottom: 0px;
	background-color: #036;
}

#menu_line_info ul ul {
	padding-left: 10px;
	    height: 20px;
}

#menu_line_info a:link, #menu_line_info a:visited, #menu_line_info a:active {
	padding: 4px 10px 4px 10px;

	/*display: block;*/

	text-decoration: none;
}

#menu_line_info a:hover {

	text-decoration: none;
}

a.InfoPageMenu{
	color: #000;
	font-size: 12px;
	display: block;
	clear: both;
	line-height: 15px;
	border-bottom: 1px solid #D5D5CB;
	font-family:arial;
	/*margin: 0 4px;
	padding: 5px 4px 5px 4px;*/
}

a.InfoPageMenu:hover{
	color: #b6b6b6;
}

a.InfoPageMenu:first-child {
	color:#00A2ED;
	font-weight:bold;
}

.loginbox {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.boven {
	text-align:right;
	color:#3A3A3A;
	font-size:12px;
}

.description {
	font-weight:100;
	color:#777777;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.description a {
	color:#777777;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

.wwvergeten input {
	border:1px solid #ABADB3;
	margin-left:75px;
	width:183px;
	height:16px;
}

.form1 input {
	border:1px solid #ABADB3;
	width:150px;
	height:16px;
	margin-bottom:5px;
	margin-left:25px;
	float:right;
	margin-right:4px;
	font-family:Arial, Helvetica, sans-serif;
}

.form2 input {
	border:1px solid #ABADB3;
	width:120px;
	height:16px;
	margin-right:6px;
}

.form3 input {
	width:170px;
}

.gaverder input {
	border:0px;
	width:71px;
	height:29px;
}

.uwland select {
	height:20px;
	border:1px solid #abadb3;
	width:110px;
	margin-right:46px;
	float:right;
}

.levertijden {
  font-family: Arial;
  font-size: 13px;
  color: #464646;
  font-weight: bold;
  margin-left:60px;
}

.leversnelheid {
  font-family: Arial;
  font-size: 13px;
  color: #464646;
  margin-left:160px;
}

#headcontent {
	width:984px;
	height:50px;
	float:left;
	border-bottom:1px solid #DDDDDD;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:4px;
}

#breadcrumb {
	margin-top:10px;
	font-size:12px;
	color:#2e2e2e;
	float:left;
	width:100%;
}

.breadcrumb {
	color:#2e2e2e;
}

#vpagina {
	margin-top:10px;
	font-size:11px;
	color:#2E2E2E;
	float:left;
	margin-bottom:10px;
	width:180px;
}

#vpagina a {
	color:#2E2E2E;
	text-decoration:none;
	cursor:pointer;
}

#vpagina img {
	vertical-align:sub;
}

#nextprevious {
	margin-top:10px;
	font-size:11px;
	color:#2E2E2E;
	float:right;
	margin-bottom:10px;
	width:126px;
	font-family:Arial, Helvetica, sans-serif;
}

#nextprevious a {
	color:#2E2E2E;
	text-decoration:none;
	cursor:pointer;
}

.line {
	width:100%;
	height:1px;
	background-color:#d6d6ce;
	margin:5px 10px 5px 0;
}

#titeling {
	width:1000px;
	height:50px;
	float:left;
}

#titeling h2 {
	color:#00A2E8;
	margin:8px 0;
	padding:0px;
	font-size:19px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#bigproduct {
	border:1px solid #dddddd;
	width:300px;
	height:290px;
	float:left;
	margin-top:20px;
	margin-right:10px;
	position:relative;
	padding:30px 25px;
}

#gratisbezorgdl {
	position:absolute;
	top:5px;
	left:5px;
}

.smallimg {
	border:1px solid #dddddd;
	width:100px;
	height:100px;
	float:left;
	margin-left:6px;
	margin-top:20px;
}

#ordering {
	width:400px;
	height:150px;
	float:left;
	margin-top:96px;
}

#productprice {
	float:left;
	width:100%;
	height:24px;
	color:#00a2e8;
	font-size:22px;
	font-weight:bold;
}

.voorraad {
	color:#ed1c24;
	font-size:18px;
	float:left;
	width:100%;
	height:24px;
	margin-top:8px;
	font-weight:bold;
}

.voorraadammount {
	color:#7f7f7f;
	width:100%;
	float:left;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}

#amount {
	width:192px;
	height:50px;
	border:1px solid #dddddd;
	float:left;
	padding:12px 6px;
	position:relative;
}

#amount span {
	color:#414141;
	font-size:10px;
	margin-right:5px;
	font-weight:bold;
}

#incart {
	margin-left:44px;
	float:left;
	margin-top:10px;
}

#gegevens {
	width:170px;
	height:300px;
	float:right;
	margin-top:18px;
	margin-right:18px;
}

#kwaliteitsmeter {
	border:1px solid #dddddd;
	width:166px;
	height:236px;
	float:left;
}

#productg {
	margin-top:10px;
	border:1px solid #dddddd;
	float:left;
	width:140px;
	height:16px;
	padding:12px 13px;
}

.productsub {
	background-image:url(images/bijpassend_bg.png);
	height:39px;
	width:980px;
	border-left:1px solid #D5D5CB;
	border-right:1px solid #D5D5CB;
	line-height:39px;
	margin-left:-1px;
	float:left;
}

.productsub span {
	 color:#FFF;
	 font-weight:bold;
	 padding-left:20px;
	 font-size:13px;
}

.productsub span a {
	color:#FFF;
}

.newtab {
	border:1px solid #cccccc;
	border-top:0px;
	padding:10px;
	padding-top:20px;
	padding-bottom:130px;
	font-size:12px;
	color:#464646;
	width:960px;
	margin-left:-1px;
	position:relative;
}

#bestelnummers {
	color:#7f7f7f;
	font-size:12px;
	font-weight:bold;
	margin:8px 0;
	float:left;
}

#quantity {
	position:absolute;
	top:10px;
	left:66px;
	width:25px;
	text-align:center;
	height:12px;
	color:#000;
	background-color:#ededed;
	border:0px;
	border-top:1px solid #d5d5cd;
	border-bottom:1px solid #d5d5cd;
}

.inc {
	margin: 0 0 0 5px; 
	text-indent: -9999px; 
	cursor: pointer; 
	width: 14px; 
	height: 14px; 
	float: left; 
	text-align: center; 
	background: url(images/buttons.png) no-repeat;
	position:absolute;
	top:10px;
	left:86px;
	border:1px solid #d5d5cb;
	border-left:0px;
}

.dec { 
	margin: 0 0 0 5px; 
	text-indent: -9999px; 
	cursor: pointer; 
	width: 14px; 
	height: 14px; 
	float: left; 
	text-align: center; 
	background: url(images/buttons.png) no-repeat;
	background-position: 0 -14px; 
	position:absolute;
	top:10px;
	left:46px;
	border:1px solid #d5d5cb;
	border-right:0px;
}

.checken {
	position:relative;
	display:block;
}

.checken input{
	margin-top:-10px;
}

#carousel {
	height:254px;
	float:right;
	margin-top:14px;
	margin-bottom:14px;
	border:1px solid #C3C3C3;
	width:804px;
}

#productenlijst {
	float:right;
}

#loopedSlider {
	margin-right:10px;
	height:254px;
	width:804px;
}

#loopedSlider .container {
	width:804px; 
	height:254px; 
	overflow:hidden; 
	position:relative;
	float:right; 
}
#loopedSlider .slides { 
	position:absolute; 
	top:0; 
	left:0; 
}
#loopedSlider .slides div.slide { 
	position:absolute; 
	top:0; 
	width:804px; 
	display:none; 
}

#loopedSlider {
	width:804px; 
	position:relative; 
	clear:both;
}

#loopedSlider ul.pagination { 
	list-style:none; 
	padding:0; 
	margin:0; 
	position:absolute; 
	right:2px; 
	top:228px;
}
#loopedSlider ul.pagination li  { 
	float:left; 
	font-size:10px; 
	line-height:1.2em; 
}
#loopedSlider ul.pagination li a { 
	padding:2px 5px 3px 4px; 
	background:#FFF; 
	color:#3A3B3D; 
	text-decoration:none; 
	float:left;
	margin-right:4px;
	border:1px solid #CCCCCC;
}
#loopedSlider ul.pagination li a:hover {
	background:#F5F5F5; 
	color:#fff;
}
#loopedSlider ul.pagination li.active a { 
	background:#F5F5F5; 
	color:#3A3B3D;
	font-weight:bold;
}

.logininput input {
	width:96px;
	height:29px;
}

.errorextra table {
	width:810px !important;
}
