/*
  $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
*/

BODY {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
 
}
BODY {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #000000;
}
/*A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight : bold;
  text-decoration: none;
}

A:hover {
  color: #002AFF;
  text-decoration: underline;
}*/

A:link { /*For the hyperlinks colour*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight : bold; 
color : #000000; 
text-decoration : none; 
} 

A:visited { /*When user has visited the hyperlinks*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight : bold; 
color : #386586; 
text-decoration : none; 
} 

A:hover { /*When user is hovering over the hyperlinks*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight : bold; 
color : #002AFF; 
text-decoration : underline; 
} 

A:active { /*When hyperlink is active (clicked on)*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight : bold; 
color : #FF0000; 
text-decoration : none; 
} 

#footer A:link { /*For the hyperlinks colour*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight : bold; 
color : #00FFFF; 
text-decoration : none; 
} 

A.footer:visited { /*For the hyperlinks colour*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight : bold; 
color : #FFFFFF; 
text-decoration : none; 
} 

#footer A:hover { /*When user is hovering over the hyperlinks*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight : bold; 
color : #002AFF; 
text-decoration : underline; 
} 

style2 {
	color: #376684;
	font-size: 18px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  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 {
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold
  ;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#FFFFFF;
  font-weight: bold;
  background-image: url("images/product-header.jpg")
}

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: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #396687;
}

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;
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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;
}
TD.line {
border-right: solid #336699 1px;
}
TD.linerightcolumn {
border-left: solid #336699 1px;
}

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: 14px;
  color: #336699;
  font-weight: bold;
  font-style: italic;
}

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.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
