/*
  $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: Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #af2720;
  color: #000000;
  margin: 0px;
  background-image : url(/catalog/images/master_background.gif);
  background-attachment: fixed;
}

H1 {
	font-size: 15pt;
}
H2 {
	font-size: 14pt;
}
H3 {
	font-size: 13pt;
}
H4 {
	font-size: 11pt;
	color: #102e6c;
	background: #cecece;
	padding:2px;
	padding-left:10px;
}
H5 {
	font-size: 10pt;
}

A {
  color: #102e6c;
  text-decoration: none;
}

A:hover {
  color: #cc0000;
  text-decoration: none;
}

a.noline:link, a.noline:visited {
	text-decoration: none;
	color: #102e6c;
}

a.noline:hover {
	text-decoration: underline;
	color: #102e6c;
}

.categories {
	position:relative;
	color: #102e6c;
	display: block;
	width: 226px;
	height: 16px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0px;
	background: #ffffff;
	text align : center;
	border-bottom: 1px solid #cecece;
	text-decoration: none;
  font-weight : bold;
}

.categories_parent {
	position:relative;
	color: #ffffff;
	display: block;
	width: 226px;
	height: 20px;
	margin: 0px;
	margin-bottom: 0px;
	padding: 2px;
	background: #CC0000;
	text align : center;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
  font-weight : bold;
	font-size: 13px;
}

a.categories:link {
	text-decoration: none;
	color: #102e6c;
}

a.categories:visited {
	text-decoration: none;
	color: #102e6c;
}

a.categories:hover {
	color: #102e6c;
	text-decoration: none;
	background: #cecece;
}

a.categories_parent:hover {
	color: #102e6c;
	text-decoration: none;
	background: #cecece;
}

a.categories:active {
	color: #FFFFFF;
}

a.categories_current {
	position:relative;
	color: #ffffff;
	display: block;
	width: 226px;
	height: 16px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0px;
	background: #102e6c;
	text align : center;
	border-bottom: 1px solid #cecece;
	text-decoration: none;
  font-weight : bold;
}

a.categories_current_parent {
	position:relative;
	color: #ffffff;
	display: block;
	width: 226px;
	height: 20px;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #102e6c;
	text align : center;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
  font-weight : bold;
	font-size: 13px;
}

a.categories_current:hover {
	color: #ffffff;
	background: #102e6c;
	text-decoration: none;
}

a.categories_current_parent:hover {
	color: #ffffff;
	background: #102e6c;
	text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #102e6c;
  color: #cecece;
  font-weight : bold;
}

A.headerNavigation { 
  color: #cecece; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TD.topNavigation {

}

A.topNavigation {
	font-family: Arial, sans-serif;
  font-size: 11px;
	line-height:30px;
  font-weight : bold;
	width:130px;
	display:block;
  color: #102e6c; 
	text-decoration: none;
  background-image : url(/catalog/images/topnav_normal.png);
}

A.topNavigation:hover {
  color: #CC0000;
	text-decoration: none;
  background-image : url(/catalog/images/topnav_hover.png);
}

A.topNavigation2 {
	font-family: Arial, sans-serif;
  font-size: 11px;
	line-height:30px;
  color: #CC0000;
  font-weight : bold;
	width:130px;
	display:block;
	text-decoration: none;
  background-image : url(/catalog/images/topnav_hover.png);
}

A.topNavigation2:hover {
  color: #DD2020;
	text-decoration: none;
  background-image : url(/catalog/images/topnav_hover.png);
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TD.headerBanner {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ffcc00;
  color: #CC0000;
  font-weight : bold;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #cecece;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #cecece;
  color: #102e6c;
}

TD.infoBoxHeading1 {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #cecece;
  color: #cc0000;
}

DIV.categories {
  padding: 2px;
}

TD.infoBoxCorner {
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

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: #ebeded;
}

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: #cccccc;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #808080;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-right: 11px;
	height: 30px;
}
TD.productListing-data-highlight {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding-right: 5px;
	height: 30px;
	width:25px;
	color: #ffffff;
	background: #102e6c;
}

A.pageResults:link {
  color: #102e6c;
  text-decoration: none;
}

A.pageResults:visited {
  color: #102e6c;
  text-decoration: none;
}

A.pageResults:hover {
  color: #cc0000;
  text-decoration: none;
}

TABLE.pageHeading {
  margin-top: 11px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #102e6c;
  padding: 5px;
}

TD.subHeading, DIV.subHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #102e6c;
  padding: 3px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

.maintable {
	background: #f5f5f5;
}

TD.main {
  padding: 11px;
  background: #f5f5f5;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.5;
}

P.main {
  padding: 11px;
  margin: 0px;
  background: #f5f5f5;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.5;
}

TD.main2, P.main2 {
  padding: 3px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.5;
  vertical-align: top;
}

TABLE.pricetable{
  border: 1px;
	border-collapse: collapse;
}

TABLE.pricetable td.main2{
  border: 1px;
  padding: 3px;
	margin:0px;
  border-style: solid;
  border-color: #808080;
  border-spacing: 0px;
}

TABLE.pricetable thead td.main2{
  font-weight: bold;
}


TD.medewerkers {
  font-family: Arial, sans-serif;
  font-size: 10pt;
	vertical-align : top;
	padding-bottom:15px;
}

TD.productinfo {
  font-family: Arial, sans-serif;
  font-size: 10pt;
	vertical-align : top;
}

TABLE.productinfo2 {
  border: 1px solid #102e6c;
}

TD.productinfo2 {
  font-family: Arial, sans-serif;
  font-size: 10pt;
	vertical-align : top;
  color: #ffffff;
  background: #102e6c;
  padding: 5px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #102e6c;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 11pt;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: 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, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

TD.productPriceInListing {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  background: #102e6c;
}

TD.productPriceInBox2 {
  font-family: Arial, sans-serif;
  color: #ffff00;
  font-size: 13px;
  background: #102e6c;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

TD.productPriceInProdInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}

.moduleRow { background-color: #EEEEEE; }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #af2720; color: #ffffff }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 11px; color: #c0c0c0; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 11px; color: #cc0000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 13px; background-color: #ffff00; margin: 0px; padding: 3px; padding-left: 30px; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 11px; color: #cc0000; background-color: #f5f5f5; padding-left: 11px;}

.cssbutton {
	background: #cc0000;
	color : #FFFFFF;
	width : 100px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	text-align:center;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	border-spacing: 1px;
	margin-top: 0px;
}

 
.cssbuttonsubmit {
	background: #cc0000;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
	border:none;
}

#index {
	font-size: 1px;
  line-height: 0.1;
}

#flashad {
	position:absolute;
	visibility=hidden;
	left:100;
	top:100;
	width:0;
	height:0;
	z-index:2;
}

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
	/* background-color: #e6e7e6; */
	border: 0px solid #525252;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	width:130px;
	margin-right:5px;
	margin-left:5px;
	/*white-space: nowrap;*/
	background-image : url(/catalog/images/tab_normal.png);
	z-index:2;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Arial, sans-serif;
	font-size: 11px;	
  font-weight : bold;
	text-decoration: none;
	position: relative;	
	display: block;
	height:40px;
	border: 0px solid #FFFFFF;	
	/*background-color: #FFFFFF;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #102e6c;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #cc0000;
	text-decoration: none;
	background-image : url(/catalog/images/tab_hover.png);
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #cc0000;
	text-decoration: none;
	background-image : url(/catalog/images/tab_hover.png);
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	border: 0px solid #dddddd;
	position: relative;
	display: block;
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Arial, sans-serif;
	font-size: 11px;	
	text-decoration: none;
	position: relative;
	display: block;
	padding:2px;
	padding-left:11px;
	paddding-right:11px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #000000;
	font-size: 11px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #102e6c;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
		font-weight: bold;
}

.horbar .dmselected {   /* Style override for selected root category */
	background-color: transparent;
	background-image : url(/catalog/images/tab_active.png)
}

.shadowleft {
	width:10px;
}

.shadowright {
	width:10px;
  background-image : url(/catalog/images/right.png);
}

.shadowbottom {
	height:10px;
  background-image : url(/catalog/images/bottom.png);
}

.shadowbottomright {
	height:10px;
	width:10px;
  background-image : url(/catalog/images/bottomright.png);
}