/*
  $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, Arial, 'Tebuchet MS', Geneva sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, 'Tebuchet MS', Geneva sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, 'Tebuchet MS', Geneva sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, 'Tebuchet MS', Geneva sans-serif; font-size : 9px; color: #ffffff; text-decoration: none; text-decoration: underline;}

BODY {
  background: #ffffff url(/images/ground.jpg) repeat-x;
  color: #000000;
  margin: 0px;
}

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #e9e4e4;
}

TR.headerNavigation {
  background: #d1d1e6;
}
TR.headerNavigation1 {
  background: #a5a5c9;
}

TD.headerNavigation {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight : bold;
	text-align: left;
}

A.headerNavigation { 
  color: white;
}

A.headerNavigation:hover {
  color: white;
}

A.breadcCrumb { 
  color: black;
}

A.breadCrumb:hover {
  color: black;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva 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, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #000000;
}

.infoBoxContents {
  background: #d1d1e6;
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
	text-align: left;
}

.infoBoxContentsWhite {
  background: #ffffff;
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
}

.infoBoxSmallContents {
  background: #ffffff;
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 9px;
}
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #062E61;
  color: #ffffff;
}

TR.address {
  background: #d1d1e6;
}

TD.address {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #0000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva 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: #EBEBF0;
}

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

TABLE.productListing {
/*
	border: 1px;
	border-style: none;
	border-color: #b6b7cb;
	border-spacing: 1px;
*/
}

.productListing-heading {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.productListing-data-small {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.pageResults {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  text-align: left;
}

TD.pageResults1 {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  text-align: right;
}

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

A.pageResults:hover {
  color: #000000;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.productListing-product {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

A.productListing-product {
	color: #FFFFFF;
}



TD.main, P.main {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.main_b {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
}

TD.smallTextBold, SPAN.smallTextBold, P.smallTextBold {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TD.accountCategory {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 11px;
}

SUBMIT {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 20px;
	
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #CBCAD7; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

/* DB New Styles */
TABLE.borderBlack	{
  background: #000000;
}

TABLE.whiteBackground {
  background: #FFFFFF;
}

TD.pageHeadingTitle, H2{
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #FFFFFF;
  background: #062E61;
}

TD.pageHeadingTitleNoBackground {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}

TD.largePageTitle {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
}

SPAN.pageHeadingTitleSmall {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}

TD.pageHeadingPrice {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #FFFFFF;
  background: #062E61;
}

.categoriesText {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : normal;
}

SPAN.productMain {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
	text-align: left;
}

ul.productMain {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	padding-left: 25px;
}

TD.illustratedIn {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : normal;
}

TD.tablePriceHeading {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
	background-color: #062E61;
}

.tablePriceHeadingInset {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
	background-color: #4B4F71;
}

.tablePriceHeadingInsetDull {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
	background-color: #4B4F71;
}

TD.tablePriceTitle {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
}

A.tablePriceTitle {
	font-size: 10px;
	text-decoration: none;
}

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

.tablePriceDataEven {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : normal;
	background-color: #d1d1e6;
}

.tablePriceDataOdd {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : normal;
	background-color: #CBCAD7;
}

.tablePriceDataInset {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
	background-color: #E6E8F2;
}

.tablePriceDataInsetDull {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
	background-color: #E6E8F2;
}

TD.input {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
}

TD.boxImage {
	background-color: #ffffff;
}

TD.boxProductTitle {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
}

TD.boxProductPrice {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : bold;
}

TD.stayHidden {
	 display: none;
}

.boxTextSmall {
	font-size: 9px;
	font-style: italic;
}

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

A.productListing-heading:hover {
	text-decoration: underline;
}

TD.tableHeading {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : normal;
	background-color: #062E61;
}

A.tableHeading {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
}

A.tableHeading:hover {
	text-decoration: underline;
}

TD.tableHeadingSmall {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : normal;
	background-color: #062E61;
}

SPAN.productListing-data-small {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

SELECT.s-option {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.warningTitle {
	font-size: 14px;
	color: #FF0000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: normal;
}

TD.warningText {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: normal;
}

A.closeWindow {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight : normal;
}

A.closeWindow:hover {
	text-decoration: underline;
}

TABLE.dimensionTitle {
	background-color: #4B4F71;
}
TR.dimensionTitle {
	font-size: 13px;
	color: #ffffff;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: bold;
}

TR.dimensionData {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: normal;
}

TD.greeting {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: normal;
}

TD.materialTitle {
	font-size: 14px;
	color: #ffffff;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: bold;
	background-color: #062E61;
}

TD.materialSubTitle {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: bold;
	background-color: #A5ABC8;
}

TD.materialName {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
}

SPAN.materialDesc {
	font-size: 11px;
	color: #434343;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: normal;
}

Div.discount {
	font-size: 10px;
	color: #ff0000;
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-weight: bold;
}


SPAN.discountPercentage {
	color: #ff0000;
	font-weight: bold;
}

.borderedImage {
	border : 1px Black solid;
}

#categories{
	clear: left;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #d1d1e6;
	display: inline;
	width: 160px;
	text-align: left;
}

#categories dl{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#categories ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#categories dt{
	font-size: 120%;
	border-bottom: 1px solid #bcb7b0;
	padding: 0 0 0 0;
	color: #000000;
}

#categories dl.indented {
	margin: 0 0 0 12px;
}
#categories dl {
	margin: 0 0 0 0;
}
#categories ul.indented {
	margin: 0 0 0 12px;
}

#categories dd {
	background: #d1d1e6 url("images/logos/cat_dash.gif") repeat-x bottom;
	margin: 0 0 0 0;
	padding: 1px 0;
}

#categories li {
	background: #d1d1e6 url("images/logos/cat_dash.gif") repeat-x bottom;
	margin: 0 0 0 0;
	padding: 1px 0;
}

#categories dd a:link, #categories dd a:visited{
	text-decoration: none;
	display: block;
	padding: 2px 14px;
	margin: 0 0 0 0;
	color: #000000;
}
#categories li{
	text-decoration: none;
	display: block;
	padding: 2px 14px;
	margin: 0 0 0 0;
	color: #000000;
}

#boxes {
	clear: left;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #d1d1e6;
	display: inline;
	width: 160px;
}

#boxes dl{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#boxes dd {
	background: #d1d1e6  url("images/logos/cat_dash.gif") repeat-x bottom;
	margin: 0 0 0 0;
	padding: 1px 0;
}

#boxes dd a:link, #boxes dd a:visited{
	text-decoration: none;
	display: block;
	padding: 2px 2px;
	margin: 0 0 0 0;
	color: #000000;
}

#categories dd.selected a:link, #categories dd.selected a:visited, #categories dd.selected a:hover{
	font-weight: bold;
   background: #A5ABC8  url(images/logos//bullet_nav.gif) no-repeat 6px 50%;
	color: #ffffff;
	text-shadow: none;
}
#categories dd.unselected a:link, #categories dd.unselected a:visited{
	font-weight: bold;
	background: #d1d1e6  url(images/logos//bullet_nav.gif) no-repeat 6px 50%;
	color: #000000;
	text-shadow: none;
}
#categories dd.unselected a:hover{
	font-weight: bold;
	background: #A5ABC8  url(images/logos//bullet_nav.gif) no-repeat 6px 50%;
	color: #000000;
	text-shadow: none;
}

#categories li.selected{
	font-weight: bold;
	background: #A5ABC8  url(images/logos//bullet_nav.gif) no-repeat 6px 50%;
	color: #ffffff;
	text-shadow: #none;
}

#boxes dd.selected a:link, #boxes dd.selected a:visited, #boxes dd.selected a:hover{
	font-weight: bold;
	background: #A5ABC8;  
	color: #FFF;
	text-shadow: none;
}

#categories dd a:hover{
	background: #A5ABC8;
	text-shadow: none;
	color: #000000;
}
#categories li a:hover{
	background: #A5ABC8;
	text-shadow: none;
	color: #000000;
}

#boxes dd a:hover{
	background: #A5ABC8;
	text-shadow: none;
	color: #000000;
}

TD.please-note {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	font-size: 12px;
	font-weight: normal;
}

TD.please-note-bold {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.vatTitleMain {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

TD.termsTitle {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

TD.vatTitle {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

TD.vatMain {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 9pt;
	color: #fffff;
}

TD.termsMain {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 9pt;
	color: #fffff;
}

TD.mainTitle {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #062E61;
}

SPAN.termsHeader {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

#title{
	background-image: url(images/logos/header.gif);
	height: 50px;
	width: 590px;
}

TR.customers {
	background-color:#062E61;
}

TD.customers {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
}

.less1 {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight : bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 8px;
}
.less2 {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  color: #000000;
  margin-left: 40px;
  margin-top: 0px;
  margin-bottom: 6px;
}
.less3 {
  font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
  font-size: 12px;
  color: #000000;
  margin-left: 80px;
  margin-top: 0px;
  margin-bottom: 6px;
}

TR.email-header {
	background-color: #000000;	
}

TD.email-header {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
}

TD.email-data {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #00000;
}

SPAN.specialOffer {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	color: #ff0000;
	font-size: 12pt;
	font-weight: bold;
}
SPAN.specialOfferList {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	color: #ff0000;
	font-size: 10pt;
	font-weight: bold;
}


#global {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin: 0;
	padding: 0;
}

#header {
	width: 947px;
	margin-right: auto;
	margin-left: auto;
	border-top: 15px solid white;
	border-right: 15px solid white;
	border-left: 15px solid white;
}

#header1 {
	width: 947px;
	margin-right: auto;
	margin-left: auto;
	border-right: 15px solid white;
	border-left: 15px solid white;
	background-color: #2E2EC1;
}

#leftlogin {
	float: left; 
	width: 200px;
}

#login {
	width: 747px;
	height: 33px;
	background: url(/images/top_blank.gif) repeat-x;
	margin-left: 200px;
	color: #ffffff;
	text-align: right;
	font: bold 10px/33px Verdana, Arial, 'Tebuchet MS', Geneva;
}

#footer {
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 947px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
	text-align: center;
	clear: both;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	word-wrap: break-word;
	color: #6666FF;
	border-top: 15px solid white;
	border-right: 15px solid white;
	border-left: 15px solid white;
}

#footer a { border: 0px;
	text-align: center;
	color: #6666ff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	word-wrap: break-word;
}

#footer a:hover { border: 0px;
	text-align: center;
	color: #000066;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	word-wrap: break-word;
}

.maintenenance_links {
	text-decoration: underline;
	color: #6666ff;
}


.maintenance {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#pageHeadingTitle {
	padding-right: 10px;
	padding-left: 10px;
}

.reclinerActionTitle {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #252525;
}

.reclinerActionData {
	font-family: Verdana, Arial, 'Tebuchet MS', Geneva sans-serif;
	font-size: 11px;
	font-weight: Normal;	
	color: #5e5e5e;
}
