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


.errorBox { font-family :  Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }
div {
  font-family:Arial;
  font-size:12px;
}
BODY {
  background-color:#EBEBEB;
  color: #333;
    text-align: center;
    margin-top:5px;
    margin-left: auto;
    margin-right:auto;
  font-family:arial;
  font-size:12px;

}
TD.pageHeading, DIV.pageHeading,h1 {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #014788;
}
p,ul li {
  font-family:arial;
  font-size:12px;
}


h4{
  font-family:arial;
  font-size:14px;
  margin-bottom:2px;
  padding-bottom:0px;
}
dl dt{
     float:left;
     width:200px;

}


#content{
  width:900px;
  border:1px #C0C0C0 solid;
  position:relative;
  background-color:#fff;
  margin-left: auto;
  margin-right: auto;

}
#H1.span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
		
	
}
#H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	text-align:center;
}
A {
  color: #000000;
  text-decoration: none;
}
ul li a,p a, .contentLink, .main a, .productListing-data a{
  text-decoration:underline;
  color: #0079b2;
  font-size:12px;
}


A:hover {
  color:#333333;
  text-decoration: underline;
}
h2{
  font-size:14px;
  color: #0079b2;
}
h3 {
  font-size:12px;
  color: #0079b2;

}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #0079B2;
}

TD.footer {
  font-family: Arial;
  font-size: 12px;
  background: #0079B2;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #0079b2;
    margin-bottom:10px;

}
.boxText { font-family: Arial; font-size: 12px; }
.boxText a{
  color:#333;
  font-size:14px;
}
.boxText a:hover, .boxText b{
  color: #0079b2;
}


.infoBoxContents {
  background: #F9FCFF;
  font-family: Arial;
  font-size: 12px;

}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #0079b2;
  color: #ffffff;
  height:20px;
  padding-left:10px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 12px;
}

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

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 img {
  padding:10px;
}

.productListing-heading {
  font-family: Arial;
  font-size: 12px;
  color: #0079b2;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 12px;
}

A.pageResults {
  color: #0079b2;
  text-transform:none;
}

A.pageResults:hover {
  text-transform:underline;
}
.pageResultCurrent{
    background: #0079b2;
    color: #fff;
    padding:0px 5px 0px 5px;
    font-weight:bold;
}
TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 12px;
}
TD.mediumText, SPAN.mediumText, P.mediumText {
  font-family: Arial;
  font-size: 16px;
}

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

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

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

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

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 12px;
  color: #ff0000;
}

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

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

SPAN.greetUser {
  font-family: Arial;
  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: Arial;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial; font-size: 12px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 12px; color: #ff0000; }
.catelogue_item{
 float:left;
 width:160px;
 text-align:center;
 padding-bottom:20px;
 height:230px;
}
.catelogue_item p{
font-family: Arial; font-size: 12px;
padding:0 0 0 0;
margin:4 0 0 0;
}
.price{
text-align:justify;
}
/* navigation*/
ul#menu { width: 100%; height: 43px; background: #FFF url("../images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 40px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("../images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
div#cookiecrumb{clear:both;display:block;float:left;color:#000;margin:10px 0px 0px 10px;}
div#cookiecrumb a{text-decoration:underline;font-size:0.9em;  }
ul.imgList{
  list-style: none;
}
ul.imgList li{
  float:left;
  width:160px;
  padding-bottom:10px;
  margin:0px;
}
.columnRight{
  width:160px;
}

.footerLinks li{
  float:left;
  list-style: none;
  margin-right:30px;
  margin-left:200px;
  margin-bottom:10px;
  display: inline;
}
.footerLinks a{
  color:#999;
}
.footerLinks a:hover{
    color:#0079B2;
}
.logo{
  margin-left:6px;
  margin-bottom:10px;
}
ul.category{
  border:1px solid #0079b2;
  background-color:#f9fcff;
  padding:5px 0px 5px 0px;
  margin:0px 0px 10px;
}
ul.category li{
  padding-top:5px;
  padding-bottom:5px;
  background-color: #0079b2;
  list-style: none;
  text-align: center;
  margin:5px;
}
ul.category li:hover, ul.category li.current{
  background-color: #014788;
}
ul.category li a{
  color:#fff;
  font-size:16px;
  text-decoration: none;
  font-weight:bold;
  display:block;
}
.leftDiv{
  float:left;
  margin:5px;
  min-width: 150px;
}
.orderInfoBox{
 font-size:12px;
}
.orderInfoBox td{
 padding:5px;
}
.orderAddress{
  font-size:12px;
}
.price{
  font-size:12px;
  font-weight:bold;
}
.priceTotal{
  font-size:14px;
  font-weight:bold;
}
.jqzoom{
  width:170px;
}






