﻿/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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, Arial, sans-serif; font-size: 10px; }
.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; }

h1, h2, h3, h4, h5, h6 { color:#436fa0; margin:0; }
h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4, h5, h6 { font-size:14px; }

BODY {
  margin:0; padding:0; text-align:center; background:url(images/bg2.gif) repeat;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

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;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #FFF;
}

.infoBoxContents {
  background: #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: #000;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.imgBorder { border:1px solid #666; }

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

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

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

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #436fa0;
}

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;
}

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;
}

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

/* 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; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

@charset "utf-8";
/* CSS Document */


 h1, h2, h3, h4, h5, h6 { color:#436fa0; margin:0; }
 h1 { font-size:20px; }
 a { text-decoration:none; }
 a img { border:0; }

input.search { width:100px; }
input.button { padding:0 5px 0 5px; }
#search { padding-bottom:20px; }

#containerBox { width:914px; margin:0 auto; position:relative; text-align:left; font:12px Arial, Helvetica, sans-serif; color:#666666; 
background:#FFFFFF; }

/* menu */
#menuBox { width:914px; height:43px; background:#4689da; }
#menuBox ul { margin:0; padding:0; list-style:none; }
#menuBox ul li { float:left; position:relative; }
#menuBox ul li a { display:block; width:auto; height:29px; padding:14px 20px 0 20px; color:#FFFFFF; font-weight:bold; }
#menuBox ul li a:hover { text-decoration:underline; }
#menuBox ul li a.active { text-decoration:underline; }
/* menu */

#plecaBox { width:914px; height:309px; background:url(images/bgPleca.jpg) no-repeat #4689da; margin:3px 0 3px 0; }
#mainBox { width:914px; background:url(images/bgMain.jpg) repeat-y #FFFFFF; margin:0 0 3px 0; }
.clearFloat { clear:both; }

/* sideBox */
#sidebox { width:195px; float:left; border-top:1px solid #8c9bae; }
#sideTitle { width:173px; height:24px; padding:10px 0 0 10px; border:1px solid #4b608f; margin:5px; background:url(images/bgTitle.jpg) repeat-x; }
#sideBoxText { width:175px; padding:10px; }
#sideBoxText ul { margin:0; padding:0; list-style:none; }
#sideBoxText ul li a { display:block; width:162px; height:18px; background:url(images/liBg.jpg) no-repeat left; padding:3px 0 0 13px; color:#666666; font-size:12px; border-bottom:1px dashed #999999; }
#sideTitle h1 { color:#FFFFFF; font-size:14px; }
/* sideBox */

/* mainInfoBox */
#mainInfoBox { width:716px; float:right; border-top:1px solid #8c9bae; }
#mainInfoBoxTitle { width:694px; height:24px; padding:10px 0 0 10px; border:1px solid #4b608f; margin:5px; background:url(images/bgTitle.jpg) repeat-x; }
#mainInfoBoxText { width:676px; padding:20px; text-align:justify; font-size:14px; }
#mainInfoBoxText h2 { color:#436fa0; margin:0; }
#mainInfoBoxText h3 { color:#436fa0; margin:0; }
#mainInfoBoxText h4 { color:#436fa0; margin:0; }
#mainInfoBoxText h5 { color:#436fa0; margin:0; }
#mainInfoBoxText h6 { color:#436fa0; margin:0; }
#mainInfoBoxTitle h1 { color:#FFFFFF; font-size:14px; }
/* mainInfoBox */

#mainBoxFooter { margin:0 0 3px 0; }
#mainInfoFooter { width:674px; height:115px; border:1px solid #8c9bae; background:url(images/bgSide.jpg) no-repeat; background:url(images/bgBlockMain.jpg) no-repeat; float:right; color:#FFFFFF; padding:20px; }
#mainInfoFooter h1, h2, h3, h4, h5, h6 { color:#FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; }
#mainInfoFooter h1 { font-size:28px; font-weight:bold; }
#mainInfoFooter h2 { font-size:24px; font-weight:bold; }
#mainInfoFooter a { color:#FFFFFF; text-decoration:none; }
#mainInfoFooter a:hover { text-decoration:underline; }
#sideBoxFooter { width:193px; border:1px solid #8c9bae; background:url(images/bgSide.jpg) no-repeat; height:155px; float:left; }
#sideBoxFooter h2 { color:#333333; font-family:"Times New Roman", Times, serif; font-size:18px; }
#sideBoxFooter a { color:#666666; }
#sideBoxFooter span { color:#385e8d; }

#f_mainBox { width:914px; height:1px; background:url(images/f_bgMain.jpg) no-repeat; }
#footer { width:904px; height:26px; background: #000000; color:#FFFFFF; text-align:right; padding:10px 10px 0 0; }
#footer a { color:#FFFFFF; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

#shopcart a { color:#436fa0; } 
