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

.footerText { font-size: 11px;}
.errorBox { font-size: 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size: 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size: 12px; color: #70d250; text-decoration: underline; }

BODY {
  color: #000000;
  font-size: 12px;
  font-family: Verdana, sans-serif; 
  background-image: url(images/layout/bg.jpg);
  background-repeat: repeat-x;
  background-color: #611D3F;

}

DIV.pageheader {
  background-image: url(images/layout/header.jpg);
  width: 900px;
  height: 160px;
  background-repeat: no-repeat;
  background-color: #C33A7D;
  
}

DIV.menucontainer
{
	vertical-align: top;
	padding-top: 135px;
	
}

DIV.leftmenucontainer
{
	width: 180px;
	background-color: #E69ED0; 
	height: 600px;
	float: left;
	background-image: url(images/layout/menu_top_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 20px;

}

DIV.contentarea {
	background: #FFFFFF url(images/layout/mb_cshadow_t.png) repeat-x top
}

p {
	 color: #000000;
 	 font-size: 12px;
 	 font-family: Arial, Verdana, sans-serif; 
}

.shoppingcart {
	font-size: 11px; 
	color: #000000;
	white-space: nowrap;
}



.cmsTitle {
	 color: #000000;
 	 font-size: 14px;
	 font-weight: bold;
 	 font-family: Arial, Verdana, sans-serif; 
}

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

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



FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 12px;
  background: #bbc3d3;
  color: #000000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000000; 
}

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

TD.boxText {
}

TD.boxText DIV
{

	cursor: pointer;
}

A.boxText_0 DIV {
	font-family:Helvetica, sans-serif;
	font-weight: bold;
	margin-top:10px;
	padding:5px;
}

A.boxText_0 {
    color: #3D2901;
	font-size: 11px;
}

A.boxText_0:hover {
  	color: #3D2901;
	text-decoration: none;
}

DIV.breaker
{
	height: 1px;
	background-image: url(images/layout/infobox_seperator.jpg);
	background-repeat:repeat-x;
}

A.boxText_1 DIV {
	font-family:Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
}

A.boxText_1 {
    color: #3D2901;
	font-size: 11px;
}

A.boxText_1:hover {
  	color: #3D2901;
	text-decoration: none;
}

A.boxText_2 DIV {
	font-family:Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
	color: 
}

A.boxText_2 {
    color: #3D2901;
	font-size: 11px;
}

A.boxText_2:hover {
  color: #3D2901;
	text-decoration: none;
}


A.footerText {
	padding-right: 10px;
	padding-left: 10px;
}

A.footerText:hover {
	padding-right: 10px;
	padding-left: 10px;
}

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 {
  background: #bbc3d3;
}

TD.footer {
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}


LI {
  color: #3D2901;
  font-size: 12px;
  text-align: left;
  padding:3px;
}

.pageBorder {

}

.infoBoxContents {
  
}

.contentBoxContents {
  background: #FFFFFF;
  color: #3D2901;
  font-size: 11px;
  text-align: left;
  padding:3px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}


.contentBoxOuter {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;

  margin-bottom: 5px;
  margin-top: 5px;
}

TABLE.infoBoxOuter {
	
}

TD.infoBoxHeading {
  font-size: 12px;
  color: #FFFFFF;
  height: 24px;
  padding-left: 5px;
  width: 180px;
  background-image: url(images/layout/infobox_header.jpg);
  background-repeat: repeat-x;
}

A.infoBoxHeadingLink  {
 font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}

DIV.infoBoxHeading {
  width: 151px;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  height: 28px;
  vertical-align: middle;
  text-align: center;
  padding-left: 5px;
  background-image: url(images/layout/menu.gif);
  background-repeat: no-repeat;
  cursor: hand;
  padding: 6px 1px 2px 5px;
}

TD.contentBoxHeading {
  font-size: 13px;
  font-weight: bold;
  background: #FFEECC;
  color: #3D2901;
  height: 20px;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

TD.infoBox, SPAN.infoBox {
  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 {
  
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
 
}

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

.productListing-heading {
  font-size: 14px;
  color: #999999;
  padding: 3px;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 12px;
  padding: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
  font-weight: bold;
  color: #49286D;
  padding-bottom: 25px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
}

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

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

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

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

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

SPAN.newItemInCart {
  font-size: 11px;
  color: #ff0000;
}

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

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

SPAN.greetUser {
  font-size: 13px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 13px;
  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 { font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 12px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 12px; color: #ff0000; }

.middlebackground
{
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	height: 600px;
}

.columnFit {
	min-width:100%;
	max-width:100%;
}

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

.feature img{
	/**float: right;
	padding: 5px 5px 5px 5px;
	margin: 10px 5px 5px 5px;**/
}

.feature {
	font-size: 12px;
}


.fileCat {
	font-size: 13px;
	font-weight: bold;
}

.fileTable {
	font-size: 12px;
}

.fileHeader {
	background-color:  #E3E1E5;
	color: #000000;
}













.ddmx {
    font-size: 12px; 
	color: #FFFFCC;
	font-family: Verdana,Helvetica,Arial,sans-serif; 
	background-color: transparent;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	text-decoration: none;
	display: block;
	position: relative;
    background-repeat: no-repeat;
	height: 20px;	
	width: 150px;
	text-align: center;
}

.ddmx .item1 {
    color: #ffffff;
}
.ddmx .item1:hover{
	color: #FFFFFF;
	text-decoration: none;	
}

.ddmx .item1-active
{
	color: #ffffff;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	width: 150px;
    padding: 3px 8px 4px 8px;
    font-size: 11px; 
	font-family: Verdana, arial, sans-serif; 
	color: #FFFFFF;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	height: 20px;
}
.ddmx .item2 {
	background-color: #A15C86;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	text-decoration: underline; 
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
   
}
.ddmx .section {
	position: absolute;
	visibility: hidden;
	z-index: auto;
	background-color: #A15C86;
}

.ddmx .bottom,
.ddmx .bottom:hover {
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */



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