/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.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-family : Verdana, Arial, sans-serif; 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-color: #4480ac;
	background-image:url(images/bg_5.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}

#maincontainer {
	width:947px;
	margin:0 auto;
}

#header {
	width:100%;
	height:90px;
	margin-top:5px;
}

#logo {
	width:400px;
	float:left;
	text-align:center;
	position:relative;
	float:left;
}

#banner {
	width:500px;
	position:relative;
	float:left;
}

.maintable {
	width:100%;
	background-color:#FFFFFF;
}

.corner_lt {
	background-image:url(images/layout/corner_lt.gif);
	background-repeat:no-repeat;
	width:10px;
	background-position:left top;
}

.corner_lb {
	background-image:url(images/layout/corner_lb.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	background-position:left bottom;
}

.corner_rt {
	background-image:url(images/layout/corner_rt.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	background-position:right top;
}

.corner_rb {
	background-image:url(images/layout/corner_rb.gif);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	background-position:right bottom;
}

.border_top {
	border-top:#CCCCCC 1px solid;
	height:10px;
}

.border_bottom {
	border_bottom:#CCCCCC 1px solid;
}

.border_left {
	border_left:#CCCCCC 1px solid;
}

.border_right {
	border_right:#CCCCCC 1px solid;
}

.columnspacer {
	background-image:url(images/layout/columnspacer.gif);
	background-repeat:no-repeat;
	width:35px;
}

#menu {
	width:945px;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	background-color:#FFFFFF;
}

#wrapper {
	padding:10px;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:12px;
	text-align:left;
}

#zoeken {
	float:right;
	position:relative;
	width:285px;
	background-color:#FFFFFF;
	height:35px;
}

.chromemenu {
	width:640px;
	height:35px;
	font-weight: bold;
	padding-left:20px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
}

.chromemenu:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromemenu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	height:35px;
}

.chromemenu ul li {
	display: inline;
	height:35px;
}

.chromemenu ul li a {
	color: #000000;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
	padding-top:11px;
	padding-bottom:11px;
	line-height:35px;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current {
	background-color:#d1dfea;
	color:#FFFFFF;
}

.tabcontainer {
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	padding-left:35px;
	text-align:left;
}

.tabcontent {
	display:none;
	color:#84b2d3;
	padding-left:0px;
	text-align:left;
}

.tabcontent a {
	color:#84b2d3;
}

#footer {
	background-color:#FFFFFF;
	width:100%;
	height:50px;
	padding-top:10px;
}

#column_left {
	position:relative;
	float:left;
	width:200px;
}

#column_center {
	position:relative;
	float:left;
	width:434px;
}

#column_right {
	position:relative;
	float:left;
	width:200px;
	margin-left:3px;
	text-align:center;
}

#column_right img {
	margin-bottom:5px;
}

#copy_right {
	margin-left:45px;
	margin-right:45px;
	width:855px;
	background:#333300;
	height:30px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
}

#copy_right a {
	color:#FFFFFF;
	text-decoration:none;
}

A {
  color: #747474;
  text-decoration: none;
}

A:hover {
  color: #888888;
  text-decoration: underline;
}

FORM {
 display: inline;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

A.headerNavigation { 
  color: #38567e;
  font-size: 11px;  
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #ffb71b;
  font-size: 11px;  
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #D3D1D1;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  background-image: url(images/infobox/corner_center.gif);
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #F9F9F9;
  //shopping-cart content color
}

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;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #FFFFFF;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.heading {
  font-family:Tahoma,Verdana; 
  color:#000000;
  background-color:#efefef;
  font-size:11px; 
  padding-left:10px; 
  font-weight:bold;
  height:32px;
  padding-top:10px;
}

.productListing-heading {
  text-align:center;
  color: #86980F;
  font-weight: bold;
  padding: 12px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  text-transform:uppercase;
  font-size: 11px;
  background: #FFFFFF;
  //shopping-cart header/footer color
}

TD.productListing-data {
border-bottom:1px dotted #B1B1B1; 
text-align:center;
vertical-align:top; 
padding:10 10 10 10;


  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #DC780F;
}



A.pageResults {
  color: #747474;
}

A.pageResults:hover {
  color: #747474;
}

A.pageResults:visited {
  color: #747474;
}


TD.pageHeading, DIV.pageHeading {
 font-size: 11px;
 color: #86980F;
 font-weight: bold;
  text-decoration: none;
  height:25px;
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom:0px;
  padding-left: 15px;
  padding-top:4px;

}

h1 {
 color: #86980F;
 font-size:22px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:left;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-left: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.pr_category{
font-size: 13px;
color: #000000;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

.pr_name{
font-size: 11px;
color: #86980F;
font-weight: bold;
text-decoration: none;
}

.pr_price{
font-size: 13px;
color: #DC780F;
font-weight: bold;
}

.pr_descr{
font-family: tahoma, verdana, arial;
font-size: 11px;
color: #464646;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.ch1{
 font-size: 10px;
 color: #5F5F5F;
 font-weight: bold;
 }       

.ch2{
 font-size: 11px;
 color: #5F5F5F;
 font-weight: bold;
 }       

.ch3{
 font-size: 11px;
 color: #2C2C2C;
 }   

.ch4{
 font-size: 11px;
 color: #DC780F;
 font-weight: bold;
 }       

.ch5{
 font-size: 13px;
 color: #DC780F;
 font-weight: bold;
 }       

.ch6{
 border: #DFDEDE 1px solid;
 }   

.ch7{
 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 }       

.ch8{
 font-size: 11px;
 color: #5B5B5B;
 font-weight: bold;
 }       

.ch9{
 font-size: 10px;
 color: #707173;
 }       

.ch10{
 padding-left: 4px;
 }       

.ch11{
 font-size: 11px;
 color: #5F5F5F;
 font-weight: bold;
 }       

.ch12{
 font-size: 11px;
 color: #86980F;
 font-weight: bold;
 }       

.ch13{
 font-size: 11px;
 color: #6B6A6A;
 }       

.ch14{
 font-size: 11px;
 color: #6B6A6A;
 }    

.ch15{
 font-size: 11px;
 color: #707173;
 }          

.ml1{
font-size: 10px;
 color: #A6A6A6;
 font-weight: bold;
 text-decoration: none;
 }       

.ml2{
 font-size: 11px;
 color: #676766;
 font-weight: bold;
 text-decoration: none;
 }       

.ml3{
 font-size: 11px;
 color: #6B6A6A;
 font-weight: bold;
 text-decoration: none;
 }       

.ml4{
 font-size: 11px;
 color: #86980F;
 font-weight: bold;
 text-decoration: none;
 }       

.ml5{
 font-size: 11px;
 color: #717171;
 text-decoration: none;
 }       

.ml6{
 font-size: 10px;
 color: #707173;
 text-decoration: none;
 }       

.ml7{
 font-size: 10px;
 color: #707173;
 }       

.ml8{
 font-size: 11px;
 color: #DC780F;
 text-decoration: none;
 }       
 
.se1{            
 width: 181px;
 font-size: 9px;
 color: #2C2C2C
 }

.se2{            
 width: 100px;
 font-size: 9px;
 color: #2C2C2C;
 border: #918A77 1px solid;
 }

.se3{            
 width: 114px;
 font-size: 9px;
 color: #2C2C2C;
 border: #A8A8A8 1px solid;
 }

 .image_border_{
  border:1px solid #B5B5B5; 
 }

 .cart_border{
  border:1px solid #DFDEDE; 
 }

/* DWD Contribution -> Add: Browse by Categories. */

UL.BrowseBy {
  list-style-type: disc;
  list-style-position: inside;

  list-style: none;
  margin-left: 1em;
  padding-left: 2em;
  text-indent: -1em;
} /* UL.BrowseBy */

LI.BrowseBy {

} /* LI.BrowseBy */

/* DWD Contribution End. */

/* VJ Links Manager v1.13 begin */
TABLE.linkListing {
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #EFEFEF;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  padding: 4px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #FFFFFF;
}

.linkFeatured {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
/* VJ Links Manager v1.13 end */

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
background-color: #FFFFFF;
padding: 2px 6px 2px 6px;
}
.suggest_link_over {
background-color: #3366CC;
padding: 2px 6px 2px 6px;
}

.suggest_link_over a:link {
color:#FFFFFF;
text-decoration:none;
}

#search_suggest {
position: relative; //absolute; 
background-color: #330099 //#FFFFFF; 
text-align: left; 
border: 0px solid #330099 //#000000; 
} 
/*----------------------------End Suggest Styles------------------------*/


div.scroll {
height: 100px;
width: 90%;
overflow: auto;
padding:10px;
border: 0px;
background-color: #FFFFFF;
scrollbar-face-color : #FFFFFF;
scrollbar-shadow-color : #748f21;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #748f21;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-track-color : #FFFFFF;
scrollbar-arrow-color : #748f21;
}

ul#info {
	padding:0;
}
ul#info li {
	background:url(images/icons/list_icon.gif) 0px 3px no-repeat;
	list-style:none;
	padding-left:20px;
}