/*
  $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: Verdana, MS Sans Serif; font-size: 10px; }
.errorBox { font-family : Verdana, MS Sans Serif; font-size : 10px; background: #DA5357; font-weight: bold; }
.stockWarning { font-family : Verdana, MS Sans Serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, MS Sans Serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #000000;
  color: #000000;
  margin: 0px;
}

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

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

A.banner {
	color: #000000;
	border: 0px;
}
A.banner:visited {
	color: #000000;
	border: 0px;
}

banner {
	color: #000000;
	border: 0px;
}



FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, MS Sans Serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bolder;
}

A.headerNavigation { 
  color: #ffffff; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, MS Sans Serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, MS Sans Serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, MS Sans Serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, MS Sans Serif;
  font-size: 10px;
  font-weight: bold;
  background: #FFFFFF;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, MS 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: #ffffff;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, MS Sans Serif;
  font-size: 10px;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, MS Sans Serif;
  font-size: 10px;
}

A.pageResults {
  color: #000000;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, DIV.main {
  font-family: Verdana, MS Sans Serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, MS Sans Serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, MS Sans Serif;
  font-size: 13px;
  color: #aabbdd;
}

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

TD.fieldValue {
  font-family: Verdana, MS Sans Serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Verdana, MS Sans Serif;
  font-size: 10px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 100%;
  font-family: Verdana, MS Sans Serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, MS 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: Verdana, MS Sans Serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, MS Sans Serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, MS Sans Serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, MS Sans Serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D0D0D0; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E1E1E1 ; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, MS Sans Serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: tahoma, arial, verdana; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, MS Sans Serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, MS Sans Serif; font-size: 10px; color: #FF0000;}
.messageStackSuccess { font-family: Verdana, MS Sans Serif; font-size: 10px; }

/* input requirement */

.inputRequirement { font-family: Verdana, MS Sans Serif; font-size: 10px; color: #ff0000; }

.xsmall {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}













body {
	margin: 0px;
	background: #000000 url(file:///C|/Users/miabolletrold/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/BAOWDLC1/none) repeat;
}


.mainback {
	background-image: none;
	background-color: #FFFFFF;
}
.nav_main {
	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
	background-image: url(/img/blue1_m.gif);
}
}

.table_menutext {
	font-family: Verdana, MS Sans Serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
.table_menutext_white {
	font-family: GVerdana, MS Sans Serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.news {

	font-family: Verdana, MS Sans Serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.bestsellers {

	font-family: Verdana, MS Sans Serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
.bestsellers_fat {

	font-family: Verdana, MS Sans Serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.strong {

	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


/* MENU  */
p, tr, td, ul, li
		{color: #000000; font-family: Tahoma, Verdana; font-size: 11px}
		
	/* Style for a block - TABLE */
.mtable {
	border: none;
	background: #333333;
}
/* Style for outer tag, mout (mouse out) state */
.mouter {
	background: #333333;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	background: #333333;
}

/* rollover effect for blue menu */
.m1table2 {
	border: 1px outset #000000;
}
.m1out2 {
	background: #7A7A7A;
}
.m1over2 {
	background: #333333;
}


/* item text */
.minner2 {
	font: bold 11px tahoma, arial, verdana;
	color: #F5F5F5;
	padding: 4px;
}

/* END MENU item  */
.product_price_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.product_specialprice_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E66D6D;
}
.product_manuprice_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7C7C7C;
}
.shoppingbag {
	filter: Alpha(Opacity=70);
	background-color: #FFFFFF;
}
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.breadcrumbs_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
.strong_headline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

