/*
  $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, 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: #0033cc; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}


#topCornerBanner {
	position: fixed;
	top: 0;
	right: 0;
	width: 129px;
	height: 129px;
	z-index: 500;
}


A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #fc2407;
  text-decoration: underline;
}

a img {
border: 0px;
}

.imageBorder {
border: 1px solid #666666; 
      }

A.cartHeader, visited {
  color: #92161a;
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.cartHeader:hover {
  color: #92161a;
  text-decoration: underline;
}

A.categoriesBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
  color: #333333;
  font-weight : bold;
  text-decoration: none;
}

A.categoriesBox:hover {
  color: #fc2407;
  text-decoration: underline;
}

A.helpDesk {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: #92161a;
  font-weight : bold;
  text-decoration: none;
}

A.helpDesk:hover {
  color: #92161a;
  text-decoration: underline;
}

A.productListingName {
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
  font-weight : bold;
}


A.productListingName:hover {
  color: #000000;
  text-decoration: underline;
  font-weight : bold;
}

.productListingModel {
  font-family: Arial, Verdana, sans-serif;
  font-size: 7pt;
  color: #000000;
  text-decoration: none;
  font-weight : normal;
}

.productListingMoreInfo {
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
  color: #CC0000;
  text-decoration: underline;
  font-weight : normal;
}

A.blueLink { 
  color: #0033cc; 
}

A.blueSubCatLink {
  font-family: Arial, Verdana, sans-serif;
  color: #1e7ec8;
  text-decoration: none;
  font-weight : bold;
  font-size: 11pt;
}

A.redLink, SPAN.redLink { 
  color: #CC0000; 
}

A.blueLink:hover {
  color: #fc2407;
}


.incVAT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
  color: #ec2c00;
  text-decoration: none;
  font-weight : bold;
}


SPAN.superscript {
  vertical-align: super;
  font-size: 11px;
}



FORM {
	display: inline;
}

TD.breadCrumb {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.headerDate {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #666666;
}

A.headerNavigation { 
  color: #666666;
  text-decoration: underline;
}

A.headerNavigation:hover {
  color: #666666;
  text-decoration: underline;
}

A.navBarNavigation { 
  color: #ffffff;
  text-decoration: underline;
}

A.navBarNavigation:hover {
  color: #ff9933;
  text-decoration: underline;
}

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;
}


TABLE.borderedTable {
  border: 1px solid #c4c1bc;
  background: #ffffff url(images/infobox/product_info_back.gif);
  border-collapse: collapse;
}


TABLE.productInfo {
    padding: 0px 10px 0px 10px;
}


TABLE.headerSearchBar {
	border-width: 1px;
	border-color: #a0a0a0;
  background: #ffffff url(images/header_navbar/header_searchbar_back.gif);
border-collapse: collapse;
}

TABLE.productImageBox {
	border-width: 1px;
	border-color: #a0a0a0;
  background: #ffffff;
border-collapse: collapse;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #333333;
}

A.footer, A.footer:visited {
  color: #cc0000;
  text-decoration: none;
}

A.footer:hover {
  color: #cc0000;
  text-decoration: underline;
}

TD.categoryBoxHeader {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

.infoBox {
  background: #c0c0c0;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.plainInfoBoxContents {

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #a80b72;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.infoboxHeaderLink {
  color: #ffffff;
  text-decoration: underline;
}

A.infoboxHeaderLink:hover {
  color: #ffffff;
  text-decoration: underline;
}

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.breadCrumb {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #333333;
}

A.breadCrumb, A.breadCrumb:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #1e7ec8;
  text-decoration: none;
}

A.breadCrumb:hover {
  color: #1e7ec8;
  text-decoration: underline;
}


.headerBasket {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #333333;
}

A.headerBasket, A.headerBasket:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #1e7ec8;
  text-decoration: underline;
}

A.headerBasket:hover {
  color: #1e7ec8;
  text-decoration: underline;
}

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;
}

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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #dedede;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #fc2407;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.cartListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

A.cartListing-data {
  color: #000000;
}

A.cartListing-data:hover {
  color: #d8a23f;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

.pageHeading, TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  background:#37393a url(images/product_title/background.gif);
  color: #ffffff;
}

.pageHeadingBlack, TD.pageHeadingBlack, DIV.pageHeadingBlack {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TD.productNameHeading, DIV.productNameHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

h1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  display:inline;
}


SPAN.pageHeadingAlternate {
  color: #c7c2af;
}

TD.subTitle, DIV.subTitle, SPAN.subTitle {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fc2407;
}


TD.subTitleWhite, DIV.subTitleWhite, SPAN.subTitleWhite {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

TD.subTitleBlack, DIV.subTitleBlack, SPAN.subTitleBlack {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

TD.smallSubTitleBlack, DIV.smallSubTitleBlack, SPAN.smallSubTitleBlack {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}


TD.additionalImages, SPAN.additionalImages, P.additionalImages {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  cursor: pointer;
  border: 1px solid #cccccc; 
}

TD.main, SPAN.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
  color: #171717;
  text-decoration: none;
  font-weight : normal;
  line-height: 1.2;
}

TD.blackMain, SPAN.blackMain, P.blackMain {
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
  font-weight : normal;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}

TD.smallTextWhite, SPAN.smallTextWhite, P.smallTextWhite {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

TD.tinyText, SPAN.tinyText, P.tinyText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TD.tinyTextBlue, SPAN.tinyTextBlue, P.tinyTextBlue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #496588;
}

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;
  color: #ffffff;
}


SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #fd2307;
}

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: #990000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TABLE.infoboxSolid {
  background: #dcdcbe;
}

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.productPricePrefix {
  font-family: Arial, Verdana, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}

SPAN.productPrice, TD.productPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #fc2407;
  font-size: 18px;
  font-weight: bold;
}

SPAN.productPriceSmall, TD.productPriceSmall {
  font-family: Arial, Verdana, sans-serif;
  color: #fc2407;
  font-size: 14px;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.smallGreyText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
}

A.sectionNavigationLink, TD.sectionNavigationLink {
  color: #0066CC;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.sectionNavigationLinkActive, TD.sectionNavigationLinkActive, SPAN.sectionNavigationLinkActive {
  color: #7661A2;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.moduleRow { }
.moduleRowOver { background-color: #8d8d7a; cursor: pointer; }
.moduleRowSelected { background-color: #e7cd99; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; background-color: #CC0000; }
.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: #CC0000; }


/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;}



.item { background: #f9f9f9; border-bottom: 1px solid #899FCE; padding: 4px; }
.itemAlt { background: #E4E5E6; border-bottom: 1px solid #899FCE; padding: 4px; }


  ul.sitemap {
  color: #ff0000;
}

/* New Products Scroller */

#pscroller_np {
height: 150px;
border: 0px;
padding: 5px;
}

.pscroller_c_np {
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/*Prize Draw & Welcome Page */

.prizeDrawInfoBoxNotice {
  background: #FF8E90;
}

.prizeDrawInfoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.prizeDrawBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #E62B86; 
  color: #ffffff;
}

/*Prize Draw & Welcome Page - END */

td.infoAlert {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
    padding: 5px;
    border: solid #446423 1px;
    background-color: #eff5ea;
    color: #446423;
}

.newsRow1 { background-color: #ffffff; }
.newsRow2 { background-color: #EFEFEF; }


.dataTableHeadingRow { background-color: #fc2407; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
