/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.centerpage {
  width: 900px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -450px;
}

.boxText {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.categorySubHeading {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #ff9933;
	FONT-FAMILY: Tahoma, Geneva, Arial, Helvetica, sans-serif
}
.categoryText {
	FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #003e8a;
}
.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: #70d250; text-decoration: underline; }

BODY {
	background: #ffffff;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

A {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.homepagelink {
	color: #AB101C;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

A.homepagelink:hover {
	color: #AB101C;
	text-decoration: underline overline;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}
FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TD.crumbNavigation {
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	font-weight : bold;
	line-height: 22px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	border: 1px none #537789;
}

A.crumbNavigation {
	color: #de1529;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

A.crumbNavigation:hover {
	color: #de1529;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

TD.crumbNavigation2 {
	font-size: 10px;
	color: #de1529;
	font-weight : bold;
	
	line-height: 14px;
	background-color: #d4d82e;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
A.crumbNavigation2 {
	color: #de1529;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	background-color: #d4d82e;
}

A.crumbNavigation2:hover {
	color: #de1529;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	background-color: #d4d82e;
}

TR.headerNavigation {
	background: #2295b5;
	background-color: #990000;
}

TD.headerNavigation {
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	background: #990000;
	color: #ffffff;
	font-weight : bold;
	background-color: #990000;
}

A.headerNavigation {
	color: #de1529;
	font-size: 11px;
}

A.headerNavigation:hover {
	color: #de1529;
	font-size: 11px;
}

A.headerNavigation {
	color: #de1529;
}

A.headerNavigation:hover {
	color: #221e1f;
}

TR.headerError {
	background: #de1529;
	background-color: #de1529;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #de1529;
	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;
	background-color: #00ff00;
}

TR.footer {
	background: #d5d930;
	background-color: #d5d930;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #d5d930;
	color: #de1529;
	font-weight: bold;
}

.infoBox {
	background: #dbd9d3;
	background-color: #dbd9d3;
}

.infoBoxContents {
	background: #FFFFFF;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

.agreeBoxContents {
	background: #FDEAEC;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	background-color: #FDEAEC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.downloadBox {
	background: #dbd9d3;
	background-color: #dbd9d3;
}

.downloadBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.downloadlink {
	color: #0000FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

A.downloadlink:hover {
	color: #0000FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;  
}

.infoBoxNotice {
  background: #FFFFFF;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
	line-height: 22px;
	vertical-align: middle;
}

TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}

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

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

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #dbd9d3;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #990000;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	background-color: #990000;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
A.productListing-navigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
}

A.productListing-navigation:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #990000;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
}

A.pageResults {
  color: #0000FF;
}

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



TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #003e8a;
}

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;
}

TD.mainbold, P.mainbold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
}

TD.downloadmain, P.downloadmain {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	font-weight: bold;
	color: #CC3300;
	background-color: #ffffff;
}

TD.downloadlinkmain, P.downloadlinkmain {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
	color: #CC3300;
	background-color: #ffffff;
}

TD.downloadheadingmain, P.downloadheadingmain {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.5;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #b6b7cb;
	padding: 3px;
	text-align: center;
}

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

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;
}

SPAN.newItemInCart {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: 12px;
	color: #CC0000;
	font-weight: bold;
}

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.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

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

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.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: #ff0000; }
.infoBoxProducts {
	text-align: center;
	border: solid 1 #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: transparent;
	color: #333333;
	background-image: url(http://www.km-gifts.co.uk/gifts/images/Prod-BG.gif);
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	background-repeat: repeat-x;
}
.infoBoxProducts a {
  color: #333333;
}
/* Cool Href */
A.coolHref {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	background:#FFFFFF;
	padding:2px;
	display:block;
	width:90%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	text-align: left;
}
A.coolHref:hover {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background:#bbc3d3;
	padding:2px;
	display:block;
	width:90%;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
A.coolHref_sel {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	background:#d5d930;
	padding:2px;
	display:block;
	width:90%;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
A.coolHref_sel:hover {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background:#bbc3d3;
	padding:2px;
	display:block;
	width:90%;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
ul.sitemap {
color: #ff0000;
}
.basic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.basicbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.basicboldOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
.ActionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00FF00;
	background-color: #000000;
}
.basicInfoHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.HomepageTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
