/*
  $Id: stylesheet.css,v 1.57 2003/07/23 15:31:35 dgw_ Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

  Shoppe Enhancement Controller - Copyright (c) 2003 WebMakers.com
  Linda McGrath - osCommerce@WebMakers.com

  Original settings are commented
*/

.boxText {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #F7F7F7;
}

.errorBox { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size : 11px; color: #cc0033; }
.stockWarningOK { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size : 11px; color: #006600; }
.productsNotifications { background: #f2fff7; }
.orderEdit { 
font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size : 11px; 
color: #70d250; 
text-decoration: underline; }

BODY {
	color: #000000;
	margin: 0px;
	background-image: url(images/pattern.jpg);
}

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

A:hover {
	/*  color: #AABBDD; */
  color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	background-repeat: repeat;
}

FORM {
	display: inline;
}

TR.header {
  /* background: #ffffff; */
}

TR.headerNavigation {
BACKGROUND-IMAGE: url(images/header_bar_bluelines.gif) repeat;
/*   background: #408080; */
}

TD.headerNavigation {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 13px;
BACKGROUND-IMAGE: url(images/header_bar_bluelines.gif); BACKGROUND-REPEAT: repeat
font-weight : bold;
}

A.headerNavigation {
	font-size: 13px;
	color: #006699;
}

A.headerNavigation:hover {
	color: #FFFFFF;
	font-size: 13px;
	background-color: #006699;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
/*  font-size: 13px; */
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
/*  font-size: 13px; */
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
/*  background: #bbc3d3; */
/*  background: #408080; */
	BACKGROUND-IMAGE: url(images/header_bar_bluelines.gif); BACKGROUND-REPEAT: repeat
}

TD.footer {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
/*  background: #bbc3d3; */
/*  background: #408080; */
/*  color: #ffffff; */
  color: #000000;
  font-weight: bold;
	BACKGROUND-IMAGE: url(images/header_bar_bluelines.gif); BACKGROUND-REPEAT: repeat
}

.infoBox {
	/* background: #408080; */
	/* background-color: #408080; */
}

.infoBoxContents {
	/*  background: #f8f8f9; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

TD.infoBoxHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	vertical-align: top;
	background-color: #003333;
	color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

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; */
/*  background: #f4f7fd; */
  background: #F0F0F0;
}

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; */
  background: #F9F9F9;
}

TABLE.productListing {
 
}

/* turned off
.productListing-heading {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}
*/

TR.productListing-heading {
  background: #d2e9fb;
}

TD.productListing-heading {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
/*  font-variant: small-caps; */
}

TD.productListing-data {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
/*  font-size: 20px; */
  font-size: 13px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  color: #000000;
}

TD.main, P.main, SPAN.main {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;	
}
TD.smallmain, P.smallmain, SPAN.smallmain {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.2;	
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

/* Moved Down lower */
TD.accountCategory_OLD {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
/*  font-size: 13px; */
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
/*  font-size: 13px; */
  font-size: 11px;
}

TD.tableHeading {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
/*  font-size: 13px; */
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
}

/*  font-size: 13px; */
SPAN.greetUser_OLD {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
/*  font-size: 13px; */
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
/*  font-size: 13px; */
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
color: #ff0000;
}

SPAN.errorText {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px; color: #ff0000; }


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
// ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// ::::::::::::::::::::::::: NEW STYLES :::::::::::::::::::::::::::::::::
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* WebMakers.com Added: New Styles */

/* LOGIN CLASSES */
TD.accountCategory {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
TEXT-ALIGN: left
}
SPAN.greetUser {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #009148; 
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma

}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* WebMakers.com Added: Quantity Controller */
/* ERROR MESSAGES ON QUANTITY AND UNITS */
TD.QtyErrors, P.QtyErrors {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 9px;
  color= #FF0000;
  line-height: 1.5;
}

/* BOF: For Discount Prices */
TD.DiscountPriceTitle, P.DiscountPriceTitle {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
	color: #FF0000;
  line-height: 1.0;
}

TD.DiscountPriceQty, P.DiscountPriceQty {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
	color: #FF0000;
  line-height: 1.0;
}

TD.DiscountPrice, P.DiscountPrice {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
	color: #000000;
  line-height: 1.0;
}

TD.QuantityDiscountAvailable, P.QuantityDiscountAvailable {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
	color: #FF0000;
}
/* EOF: For Discount Prices */

/* BOF: PRICES */
TD.pageHeadingPriceSavings, DIV.pageHeadingPriceSavings {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #A62A2A;
}

TD.pageHeadingPrice, DIV.pageHeadingPrice {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #808000;
}

TD.pageHeadingPriceWholesale, DIV.pageHeadingPriceWholesale {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #0000FF;
}

TD.pageHeadingPriceList, DIV.pageHeadingPriceList {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.pageHeadingPriceRebate, DIV.pageHeadingPriceRebate {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #D1AF0E;
}

TD.pageHeadingRebateSavings, DIV.pageHeadingRebateSavings {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #388E8E;
}
/* EOF: PRICES */


/* BOF: Define an Outline style */
.outline {
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #FFFFFF;
}
/* EOF: Define an Outline style */

/* box2.php */
.infoBox2 {
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
}

/* Shopping Cart Styles */
TD.ShoppingCartPrices, P.ShoppingCartPrices {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color=#000000;
  line-height: 1.5;
}

TD.ShoppingCartSavings, P.ShoppingCartSavings {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #FF0000;
  line-height: 1.5;
}

TD.ShoppingCartRebateSavings, P.ShoppingCartRebateSavings {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #D1AF0E;
  line-height: 1.5;
}

/* Shopping Cart Rows */
TR.productListing-odd_shopping {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #d5d5d5;
}

TR.productListing-even_shopping {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #ebebeb;
}

/* BOF: Sample colors for product listing */
A.productListing-data {
  color: #008080;
}

A.productListing-data:hover {
  color: #FF0000;
  background: #C0C0C0;
}
/* EOF: Sample colors for product listing */


TD.ShoppingCartmainRed, P.ShoppingCartmainRed {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  color: #FF0000;
  line-height: 1.5;
}

A.ShoppingCartError {
  color: #FF0000;
  text-decoration: none;
}

A.ShoppingCartError:hover {
  color: #FF0000;
  text-decoration: underline;
  background: #8080FF;
}

SPAN.ShoppingCartError {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
color: #ff0000;
}

TD.ShoppingCartHelp_main, P.ShoppingCartHelp_main {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  line-height: 1.25;
}

TD.ShoppingCartShipping_main, P.ShoppingCartShipping_main {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  line-height: 1.25;
}


/* BOF: Category Text Description Top Level and SubLevel */
TR.CategoriesDescriptionTop {
  background: #FFFFFF;
}

TD.CategoriesDescriptionTop {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #FFFFFF;
	color: #000000;
	line-height: 1.5;
}

TR.CategoriesDescriptionSub {
  background: #d2e9fb;
}

TD.CategoriesDescriptionSub {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  background: #d2e9fb;
  color: #000000;
  font-weight: normal;
/*  line-height: 1.5; */
  padding-right: 5px;
  padding-left: 5px
}

 /* EOF: Category Text Description Top Level and SubLevel */

/* Caution Messages */
TR.Caution {
  background: #EBCB14;
}

TD.Caution {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  background: #FFFF00;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px
}

/* Categories and Manufacturer default.php */
TD.pageHeading_section, DIV.pageHeading_section {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.product_info_BODY {
/*
  background-image: url(images/bg.jpg);
  BACKGROUND-REPEAT: off;
*/
}

TR.product_info_BODY {
/*
  background-image: url(images/bg.jpg);
  BACKGROUND-REPEAT: off;
*/
}

TABLE.product_info_BODY {
/*
  background-image: url(images/bg.jpg);
  BACKGROUND-REPEAT: off;
*/
}

TABLE.HeaderBackground {
/*  background-image: url(images/clouds.jpg); */
/* BACKGROUND-REPEAT: repeat */
/*  background: #000000 */
  background: #FFFFFF
}


TD.ShoppingCart, P.ShoppingCart, SPAN.ShoppingCart {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  text-decoration: bold;
  color: #000000;
  line-height: 1.5;
}

TD.ShoppingCartAttributes, P.ShoppingCartAttributes, SPAN.ShoppingCartAttributes {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-style: italic;
  color: #008080;
  line-height: 1.5;
}

TD.ShoppingCartAttributesError, P.ShoppingCartAttributesError, SPAN.ShoppingCartAttributesError {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-style: italic;
  color: #FF0000;
  line-height: 1.5;
}

TD.ProductIsFree, P.ProductIsFree, SPAN.ProductIsFree {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  text-decoration: bold;
  color: #FF0000;
}

TD.ProductIsShowroomOnly, P.ProductIsShowroomOnly, SPAN.ProductIsShowroomOnly {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  text-decoration: bold;
  color: #0000FF;
}

/* Downloads not available message */
TD.DownloadsMsg, P.DownloadsMsg{
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  color="FF0000";
}


/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="bbc3d3" FACE="Arial" SIZE="1"> */
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  line-height: 1.5;
  color="bbc3d3";
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url(images/button_blank_left.gif);
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url(images/button_blank_right.gif);
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url(images/button_blank_middle.gif);
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
/*  background: #408080; */
  color: #ffffff;
}
A.HeaderPageLinks {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
A.HeaderPageLinks:hover {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 13px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #00FF00;
}

/* All Products */
TR.AllProducts {
  background: #d2e9fb;
}

TD.AllProducts {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px
}

/* Attributes Qty:Prices Onetime Charges */
TR.AttributesQtyPricesOntime-odd {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #d5d5d5;
}

TR.AttributesQtyPricesOntime-even {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border: #FF0000;
  background: #ebebeb;
}

.ProductDescription {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

.messageStackCaution { font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px; background-color: #FFFF00; }

A.BoxLinks {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}
A.BoxLinks:hover {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 11px;
	font-weight: bold;
	/*  background: #00FF00; */
  color: #006699;
	text-decoration: underline;
}

/* Poll Booth */
TD.pollBoxRow {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
}
TD.pollBoxText {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
}
TR.pollOptRow {
  background: #f1f9fe;
}
TR.pollFooter {
  background: #f1f9fe;
}

/* BOF: column styles */
TABLE.ColumnLeft {
/*  background: #171d2b; */
}
TR.ColumnLeft {
/*  background: #171d2b; */
}
TD.ColumnLeft {
/*  background: #171d2b; */
}
TABLE.ColumnRight {
/*  background: #171d2b; */
}
TR.ColumnRight {
/*  background: #171d2b; */
}
TD.ColumnRight {
/*  background: #171d2b; */
}
/* EOF: column styles */

/* footer Back Ground */
TABLE.footerTable {
  background: #C7D2D9;
  background-image: url('images/footer_background.jpg');
  background-repeat: repeat;
}

/* footer middle */
TD.footerMiddle {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  color: #000000;
}

/* Header Navigation Bar Additional Links */
TR.headerNavigationBarLink {
	background-color: #C0D7D8;
}

TD.headerNavigationBarLink {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 12px;
    color: #ffffff;
}

A.headerNavigationBarLink {
	/*  color: #FFFFFF; */
  color: #006699;
}

A.headerNavigationBarLink:hover {
  color: #FFFFFF;
	background-color: #006699;
}


A.headerNavigationBarLinkBreadCrumbs {
	/*  color: #FFFFFF; */
/*  color: #000000; */
  color: #006699;
}

/* BOF: Image on Product_info */
A.ProductInfoImage {
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
  color: #408080;
  text-decoration: none;
}

A.ProductInfoImage:hover {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
}

TABLE.ProductInfoImage {
/*
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
*/
  padding:2px;
*/
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
*/
/*
  border-width: 3px;
  border-color: "#FF0000";
  border-style: solid;
  background: #ebebeb;
*/
  float:right;
}

TD.ProductInfoImage {
/*
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px
*/
/*  padding:11px; */
*/
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
*/
/*
  border-width: 3px;
  border-color: "#0000FF";
  border-style: solid;
*/
  background: #FFFFFF;
  float:center;
}
/* EOF: Image on Product_info */

/* BOF: Define Main Page in a box */
.infoBoxDefineMainpage {
/*  background: #b6b7cb; */
  background: #408080;
}

.infoBoxContentsDefineMainpage {
/*  background: #f8f8f9; */
  background: #ddddcc;
  font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
font-size: 11px;
}

/* add image borders - comment out to remove the borders */
/* suggested by Paul Math */
/*
td.productListing-data img {border: 2px #09f groove;}
td.productListing-data a:hover img {border: 2px red groove;}
*/

.xsmall {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size:12px;
	color:#E8AE00;
	line-height:11px;
	text-decoration:none;
}

.small {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size:13px;
	color:#669900;
	line-height:11px;
	text-decoration:none;
}

.medium {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 14px;
	color:#CC6699;
	line-height:16px;
	text-decoration:none;
}

.large{
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size:15px;
	color: #7ACC00;
	text-decoration:none;
}

.infomappe_vaname{
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size:22px;
	color: #7ACC00;
	text-decoration:none;
}

.verylarge{
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 16px;
	color: #99ccde;
}

.megalarge {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-weight:bold;
	font-size:17px;
	color:#0099CC;
}

.smallhead {

	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size:18px;
	color:#333333;
	text-decoration:none;
}

.question{	/* Styling question */
	/* Start layout CSS */
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	color:#000000;
	font-size:12px;
	background-color:#E2E2E2;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;

	height:25px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	
}
.answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:100%px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:12px;	
	position:relative;
	color:#003366;
	font-size:12px;
	background-color:#FFCC00;
	width:100%;
	padding-left:2px;
	background-image:url('images/header_bar_bluelines.gif');
	background-repeat:repeat;
}
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: #666666;
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: url(images/header_bar_bluelines.gif);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 10px;
    text-align: left;
    padding-top: 3px;
}
.head_name {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-weight:bold;
	font-size:36px;
	color:#FFFFFF;
	background-color: #006699;
	background-repeat: no-repeat;
}
.head_name_small {
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-weight:bold;
	font-size:22px;
	color:#FFFFFF;
	background-color: #006699;
	background-repeat: no-repeat;
}

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #525252;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	position: relative;	
	display: block;	
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #000000;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #21459c;
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #e6e7e6;
	border: 2px outset #fdfefd;
	
	position: relative;
	display: block;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #000000;
	font-size: 12px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #21459c;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
		font-weight: bold;
}

.horbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}


/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: #FFFFFF;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 11px;		
	text-decoration: none;
	position: relative;
	display: block;		
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #003399;
	text-decoration: none;
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #006699;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #FFFFFF;
	border: 1px outset #fdfefd;
	position: relative;
	display: block;
	color: #006699;
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
	font-family:"Trebuchet MS", Arial, "Lucida Sans Unicode", "Lucida Sans", Tahoma;
	font-size: 12px;			
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #006699;
	text-decoration: none;
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #CC0000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
	color: #FFFFFF;
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #ccc;
	color: #FFFFFF;
		font-weight: bold;
}

/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}


.phplmbodytable { /* Class of table cells containing plain menus */

}

.phplmnormal {     /* Font size & color of unlinked menu items */
	color: #000000;
	font-size: 13px;	
	text-decoration: none;	
}


a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	color: #003300;
	font-size: 13px;	
	text-decoration: none;	
}


a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	color: #841212;
	background-color: #ccc;
	font-size: 13px;	
	text-decoration: none;	
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #ff0000;
	font-size: 13px;	
	text-decoration: none;	
}

.dmselected {   /* Style overide for selected category tree */
	background-color: #006699;
	font-weight: bold;
}

.mainpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}