/*
  $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
  
  edit by John Shadow alias Martin Schultheiss (c) 2004 - 2006
  
*/

.boxText { font-family: Verdana; font-size: 11px; color: #224477;}
.errorBox { font-family : Verdana; font-size : 10px; background: #FFB3B5; font-weight: bold; }
.stockWarning { font-family : Verdana; font-size : 10px; color: #CC0033; }
.productsNotifications { background: #F2FFF7; }
.orderEdit { font-family : Verdana; font-size : 10px; color: #70D250; text-decoration: underline; }
P.mainklein { font-size: 9px; }
/* e4e4e4 */
BODY {
  background: #e0e0aa;
  color: #000000;
  margin: 0px;
}

A {
  color: #336699;
  text-decoration: none;
}

A:hover {
  color: #115590;
  text-decoration: underline;
}
a.textbox {
  color: #336699;
}
a.textbox:hover {
  color: #115590;
  text-decoration: underline;
  font-weight: bold;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFFD2;
}

TR.headerNavigation {
  background: #FFFFD2;
}

TD.headerNavigation {
  font-family: Verdana;
  font-size: 11px;
  background: #FFFFD2;
  color: #336699;
  font-weight : bold;
}
SPAN.kapit{
 /* font-variant: small-caps;*/
}

A.headerNavigation { 
  color: #336699; 
}

A.headerNavigation:hover {
  color: #115590;
  text-decoration: underline;
  font-weight: bold;
}

TR.headerError {
  background: #FF0000;
}

TD.headerError {
  font-family: Verdana;
  font-size: 12px;
  background: #FF0000;
  color: #FFFFFF;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FFFFAA;
}

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

TR.footer {
  background: #336699;
}

TD.footer {
  font-family: Verdana;
  font-size: 11px;
  background: #FFFFD2;
  color: #336699;
}

.infoBox {
  background: #FFFFAA;
}

.infoBoxContents {
  background: #FFFFD2;
  font-family: Verdana;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  background: #FFFFAA;
  color: #336699;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana;
  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: #ffffaa;
  
}

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: #ffffd2;
}

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

.productListing-heading {
  font-family: Verdana;
  font-size: 11px;
  background: #FFFFAA;
  color: #336699;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/* menu Image -noborderBox2 - Show Sub-categories  Star */
A.menucateg:link, a.menucateg:visited, a.menucateg:active {
  display: block;
  vertical-align: middle;
  color:#336699;
  font-size: 12px;
  font-family: Verdana;
  text-align: left;
  height: 30px;
  padding-top:2px;
  text-decoration: none;
  background-color: #FFFFAA;
  border: solid 1px #FFFFFF;
}

A.menucateg:hover {
  border: solid 1px #CCCCCC;
  background-image: url(images/menuon.png);
  background-repeat: repeat;
  text-decoration: none;
  color: #336699;
}

A.menusubcateg:link, a.menusubcateg:visited, a.menusubcateg:active {
  display: block;
  vertical-align: middle;
  color:#336699;
  font-size: 12px;
  font-family: Verdana;
  text-align: left;
  height: 30px;
  text-decoration: none;
  padding-top:2px;
  border-bottom: 1px solid #7b9ebd;
  border: solid 1px #FFFFFF;
}

A.menusubcateg:hover {
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  background-image: url(images/menuon.png);
  background-repeat: repeat;
  text-decoration: none;
  color:#336699;
}

/* menu Image -noborderBox2 - Show Sub-categories  End */

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana;
  font-size: 20px;
  font-weight: bold;
  color: #F0A480;
}

TR.subBar {
  background: #F4F7FD;
}

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

TD.main, P.main {
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.5;
  color: #336699;
  
}
TD.productInfoPrice {
  font-family: Verdana;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #224477;
}
TD.maingross {
  font-family: Verdana;
  font-size: 14px;
  line-height: 1.5;
  color: #336699;
  
}
TD.mainfett {  
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.5;
  color: #FA5555;
  font-weight: bold;
}

TD.mainklein {  
  font-family: Verdana;
  font-size: 10px;
  line-height: 1.5;
  color: #336699;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Verdana;
  font-size: 13px;
  color: #AABBDD;
}

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

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

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

SPAN.newItemInCart {
  font-family: Verdana;
  font-size: 10px;
  color: #FF0000;
}

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

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

SPAN.greetUser {
  font-family: Verdana;
  font-size: 12px;
  color: #F0A480;
  font-weight: bold;
}
SPAN.rot {
  color:#F0A480;
}

SPAN.mainfett {  
  font-family: Verdana;
  font-size: 12px;
  line-height: 1.5;
  color: #FA5555;
  font-weight: bold;
}
TABLE.formArea {
  background: #F1F9FE;
  border-color: #7B9EBD;
  border-style: solid;
  border-width: 1px;
}

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

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

SPAN.productSpecialPrice {
  font-family: Verdana;
  color: #FF0000;
}

SPAN.errorText {
  font-family: Verdana;
  color: #FF0000;
}

.moduleRow { }

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

.moduleRowSelected { 
background-color: #E9F4FC; 
}

.checkoutBarFrom, .checkoutBarTo { 
font-family: Verdana; 
font-size: 10px; 
color: #8C8C8C; 
}

.checkoutBarCurrent { 
font-family: Verdana; 
font-size: 10px; 
color: #000000; 
}

/* New Products Scroller */

#pscroller_np {
height: 150px;
border: 0px;
padding: 5px;
}

.pscroller_c_np {
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/* end New Products Scroller */
/* Special Scroller */

#pscroller1 {
	height: 160px;
	border: 0px;
	padding: 5px;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass {
  	font-family: sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
}
/* end Special Scroller */

/* message box */

.messageBox { font-family: Verdana; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana; font-size: 10px; background-color: #FFB3B5; }
.messageStackSuccess { font-family: Verdana; font-size: 10px; background-color: #99FF00; }

/* input requirement */

.inputRequirement { font-family: Verdana; font-size: 10px; color: #FF0000; }
