/*
  $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
*/
.main {background:none;color:#fff;}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#fff;}
.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;color:#fff; }

FORM {
	display: inline;
}

.infoBox {
/*  background: #b6b7cb; */
  margin:0 4px;
	color:#fff;
}

.infoBoxContents {
/*  background: #f8f8f9; */
	color:#fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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;
}





.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

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: #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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #ffffFF;
}
A.applink:hover 
{
    border: 2px dotted #DCE6F4;
    padding:2px;
    background-color:#ffff00;
    color:green;
    text-decoration:none
}
A.applink       
{
    border: 2px dotted #DCE6F4;
    padding:2px;color:#2F5BFF;
    background:transparent;
    text-decoration:none
    }
A.info          
{
    color:#2F5BFF;
    background:transparent;
    text-decoration:none
    }
A.info:hover    
{
    color:green;
    background:transparent;
    text-decoration:none
    }
A.pageResults:hover {
  color: #ffffFF;
  background: #FFFF33;
  text-decoration: none;
}

a:link { 
     text-decoration: none; 
} 
a:visited { 
     text-decoration: none; 
} 
a:hover {
     text-decoration: none;
}
a:active {
     text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.infoBox td.main {
  color:#fff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 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;
  color:#fff;
}

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;
}

.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: #fff; }

/* 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;color:#000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; color:#000;}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

body {padding:0; margin:0; background-color:#1D1D1D; }
body, td {font-family:Tahoma,verdana,arial; font-size:11px; color:#AEAEAE;}

.bg {background:url(images/bg.90.gif); background-repeat: repeat-x;}
.bg1 {background:url(images/m18.gif); background-repeat: no-repeat;}
.bg2 {background:url(images/bg1.gif); background-repeat: repeat-x;}
.bg3 {background:url(images/bg2.gif); background-repeat: repeat-y;}
.bg4 {background:url(images/bg4.gif); background-repeat: repeat-x;}
.bg5 {background:url(images/m18.gif); background-repeat: repeat-x;}

ul{
   margin:0px;
   padding:0px;
   list-style:none;
}
ul li{		
	background:url(images/m16.gif) center left no-repeat; margin:0px;
	padding:0 0 0 20px;
	height:20px;
}
ul a{
	color:#FFFFFF;
	text-decoration:none;
    font-size:11px;
	line-height:16px;
}
ul a:hover{
	text-decoration:underline;
}

.se  {width:89px; height:21px; color:#000000; font-family:tahoma,verdana,arial; font-size:11px; padding-left:3px;}
.go  {height:21px; width:236px; font-family:tahoma,verdana,arial; font-size:11px; padding-left:7px; color:#000000;}
.go1  {height:14px; width:30px; font-family:tahoma,verdana,arial; font-size:11px; color:#636363; text-align:center; border: 1px solid #989797; line-height:9px; text-align: center;}
.ch  {height:19px; width:19px;}
.bd  {border-left:#A8A8A8 solid 1px;}
.ab  {vertical-align: middle;}

.tx  {font-size:11px; color:#ffffff;}
.tx1  {font-size:12px; color:#202A00; text-transform:uppercase; font-weight:bold;}
.tx2  {font-size:11px; color:#FFFFFF; font-weight:bold;}
.tx3  {font-size:11px; color:#90C500; font-weight:bold; line-height:15px;}
.tx4  {font-size:12px; color:#B3F500; font-weight:bold;}
.tx5  {font-size:12px; color:#AEAEAE; font-weight:bold;}

.ml {color:#B0DB03;	font-size:12px; text-decoration:none; font-weight:bold}
.ml:hover { text-decoration:underline;}
.ml1 {color:#FFFFFF; font-size:11px; text-decoration:underline;}
.ml1:hover { text-decoration:none;}
.ml2 {color:#AEAEAE; font-size:11px; text-decoration:none; font-weight:bold;}
.ml2:hover {text-decoration:underline;}
.ml3 {color:#898989; font-size:11px; font-weight:bold;}
.ml3 a {color:#898989; font-size:11px; text-decoration:underline; font-weight:bold;}
.ml3 a:hover {text-decoration:none;}
.ml4 {color:#AEAEAE; font-size:11px; text-decoration:none;}
.ml4:hover {text-decoration:underline;}

.new_s {
	position:relative;top:2px;
}

html>body .new_s {
	position:relative;top:5px;
}

#zxc2 {
	width:100%;
	background-color:#1d1d1d;
	height:44px;
	padding-left:13px;
}

#zxc2 a, #zxc2 {
	color:#aeaeae;
	text-decoration:none;
	font-weight:bold;
}

#zxc2 a:hover {
	text-decoration:underline;
}

a {
	color:#fff;
}

.infoBox a {
	color:#fff;
}

.butonmenu
{
    font-weight: bold;
    font-size: 12px;
    color: #AFE003;
    font-family: Verdana, Arial, sans-serif;
}
.pic img			
{
    border:2px solid #1e2b30; 
    margin:1px;
}

/* Content Page Layout */
.demoarea {
	padding:20px;
	background:#1d1d url(images/demotop.png) no-repeat left top;
}


.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #3d3d3d;
    color: white;
    background-color: #3d3d3d;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #5d5d5d;
    color: white;
    background-color: #5d5d5d;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}

.collapsePanel {
      width: 640px;
      height:0px;
      background-color:white;
      overflow:hidden;
}
 
.collapsePanelHeader{   
      width:640px;            
      height:20px;
      color: Yellow;
      background-color: Black;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}