/*
  $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
*/

.WebshopArea
{
  width: 900px;
  position: relative;
  top: -10px;
  left: -20px;
	margin-right: -100px;
	margin-left: 0px;				
}


Table .WebshopContent {
  border: none;
  width: 95%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;	
}

.errorBox { font-family : trebuchet ms, arial,helvetica,clean,sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : trebuchet ms, arial,helvetica,clean,sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : trebuchet ms, arial,helvetica,clean,sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }


.boxText { 
  font-family: trebuchet ms, arial,helvetica,clean,sans-serif; 
	font-size: 11px; 
	padding: 5px; 	
}

.boxText A { 
  color: black;
}

table {
	font-size:inherit;
	font:100%;
}

A {
  color: black;
  text-decoration: none;
}

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

A.textlink {
  color: #6da409;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
/*  background: #BBE05E; */
  background-image: url('http://www.teabar.nl/webshop/images/infobox/infobox_header2.jpg');
}

TD.headerNavigation {
/*   background: #BBE05E; */
  color: #ffffff;
  font-size : 12px;
  font-weight : bold;
}

A.headerNavigation { 
  color: #111111;
	vertical-align:top; 
}

A.headerNavigation:hover {
  color: #BBE05E; 
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer_table {
  background: #BBE05E;
}

TD.footer_table {
  background: #BBE05E;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #white;
  border: 2px;
  border-style: solid;
  border-color: #BBE05E;
  border-spacing: 1px;

}




.infoBoxContents {
  background: #white;	

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  background-image: url('http://www.teabar.nl/webshop/images/infobox/infobox_header.jpg');
  color: #ffffff;
  font-size : 12px;
  font-weight : bold; */
}

TD.infoBoxHeading_middle {
  background-image: url('http://www.teabar.nl/webshop/images/infobox/infobox_header.jpg');
  color: #ffffff;
  font-size : 12px;
  font-weight : bold; */
}


TD.infoBox, SPAN.infoBox {

}

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: white;
	
  border: 1px;
  border-style: dotted solid;
  border-color: #BBE05E;

}

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: white;
  border: 1px;
  border-style: dotted solid;
  border-color: #BBE05E;

}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #BBE05E;
  border-spacing: 1px;
}

.productListing-heading {
  background: #BBE05E;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading A {
  color: white; 
}

TD.productListing-data {
  padding: 4px;
}

TD.productListing-data A {
  color: black;
	font-size: 13px;	
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 208.33%; /* = 25pixels */
	font-weight: bold;  
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
 padding: 5px;
}

TD.smallText, SPAN.smallText, P.smallText {
}

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

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

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

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

SPAN.newItemInCart {
  color: #ff0000;
}

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

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

SPAN.greetUser {
  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.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

.messageBox {  }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }

/* .cat_info_box {background: white; border: solid 1px #BBE05E; padding: 8px; margin-bottom: 10px; font-size: 12px; } */
.cat_info_box {background: white; border: none; font-size: 12px; margin-bottom: 15px; }


/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap { 
  color: #009900; 
}
A.sitemap:hover {
  color: #ff0000;
}
/***** End Sitemap_SEO *****/ 

