/*
  $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
*/


/* ######## PAGE / EXTENTS ######## */

/* ------------------------------------------------------------------ */
/* January 2009 Reskin */

#shoppingCart{
	height: 47px;
	background: url(images/skin/headingbase.gif) #900309;
}

#cartAndCurrency {
	text-align: right;
	color: #fff;
	font-family: "arial";
	font-size: 1.1em;
	padding-top: 14px;
	margin-right: 40px;
}

#cartAndCurrency a {
	color: #f2c659;
	text-decoration: underline;
}

#cartAndCurrency #cartHeading {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

#cartAndCurrency #cartText {
	display: inline;
}

#cartAndCurrency #cartText #pleaseLogIn {
	text-transform: lowercase;
	margin-left: 10px;
}

#cartAndCurrency #cartText #inYourCart {
	margin-left: 6px;
}

#headingimgbase {
	/* pushes the whole content area down from the heading a few pixels */
	height: 4px;
}

#promoBoxes {
	margin-top: 4px;
}

#promoBoxes .promoBox {
	background: url(images/skin/promoboxbg.png) #e8aa39;
	height: 198px;
	width: 489px;
}

#promoBoxes #box1 {
	float: left;	
}

#promoBoxes #box2 {
	float: right;
}

#promoBoxes .productImage {
	width: 163px;
	height: 163px;
	position: absolute;
	margin: 19px 0 0 35px;
	background: #fff;
	border: 1px solid #ccc;
}

#promoBoxes .moreInfo {
	position: absolute;
	margin: 146px 0 0 266px;
}

#promoBoxes .content {
	position: absolute;
	margin: 19px 0 0 200px;
	width: 288px;
	text-align: center;
}

#promoBoxes .eyeCatch {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #ba2023;
	font-size: 2.0em;
}

#promoBoxes .productName {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 1.2em;
	color: #48443d;
	margin-top: 29px;
	padding: 0 10px 0 10px;
}

#promoBoxesBase {
	clear: both;
	height: 4px;
}

#sideCol {
	margin-left: -14px;
	margin-right: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

#sideCol .contents {
	margin-left: 9px;
}

#sideCol .headingImg {
}

#sideCol .heading {
	font-weight: bold;
	margin: 16px 0 0 0;
}

#sideCol .heading img {
	margin-right: 9px;
}

#sideCol #cart {
	margin: 3px 0 0 8px;
}

#sideCol #cart a {
	color: #900309;
	font-weight: bold;
}

#sideCol #cart #items {
	display: inline;
}

#sideCol #cart #total {
	display: inline;
}

#sideCol #cart #cartLinks {
	margin-top: 3px;
	margin-bottom: 3px;
}

#sideCol #cart #cartLinks a {
	display: block;
}

#sideCol #cart .title {
	font-weight: bold;
	display: inline;
}

#sideCol #currencyDetails {
	display: none; /* bmhdev */
}

#sideCol #currencyDetails {
	margin-top: 8px;
}

#sideCol #currencyDetails table {
	font-size: 0.9em;
	display: inline;
}

#sideCol .headingSpacer {
	margin-bottom: 9px;
}

#sideCol .contents #categories .item, #sideCol .contents #categories .expandable, #sideCol .contents #categories .expanded {
	margin-right: 8px;
}

#sideCol .contents #categories a {
	color: #000;
	text-decoration: underline;
}

#sideCol #info a {
	color: #000;
}

#sideCol #info ul {
	margin-top: 3px;
}

#sideCol #info li {
	margin: 0;
	padding: 0;
	list-style: url(images/skin/bullet-arrow-right.png);
	margin-left: -10px;
	margin-bottom: 3px;
	text-decoration: underline;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
}

#footer {
	width: 981px;
	background-color: #fff;
	margin-top: 8px;
}

#footer #side {
	background: url(images/skin/footer-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 80px;
	width: 235px;
	float: left;
}

#footer #main {
	background: url(images/skin/footer-right.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
	height: 80px;
	width: 741px;
	float: right;
	font-family: Tahoma, Verdana, Arial, sans-serif;

}

#footer #main #contents {
	margin: 20px 0 0 20px;
}

#footer #main #links {
}

#footer #main #name {
	margin-top: 3px;
	color: #4d4d4d;
}

#footertable {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
}

#bestSellers {
	margin-left: 3px;
	font-family: Verdana, Arial, sans-serif;
}

#bestSellers .productPadding {
	width: 244px;
	height: 346px;
	margin-top: 8px;
	float: left;
}

#bestSellers .productBox {
	width: 237px;
	height: 341px;
	border: 2px solid #d7d7d7;
}

#bestSellers .productBox .productName {
	width: 227px;
	height: 81px;
	background: url(images/skin/popularProductHeading.jpg);
	margin: 5px 0 0 5px;
	text-align: center;
}

#bestSellers .productBox .productName .productNameText {
	padding: 23px 10px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#bestSellers .productBox a {
	color: #000;
	font-weight: bold;
}

#bestSellers .productPadding .productBox .productImage {
	margin: 15px 0 20px 0;
}

#bestSellers .productPadding .productBox .productImage img{
	width: 120px;
}

#bestSellers .productPadding .productBox .main {
	text-align: center;
}

#bestSellers .productPadding .productBox .main .price {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
}

#bestSellers .productPadding .productBox .main .actionButtons img {
	margin-top: 4px;
	border: 0;
}

#sideProductSpecial .productBox {
	width: 231px;
	height: 341px;
	border: 2px solid #d7d7d7;
	border-top: none;
	text-align: center;
}

#sideProductSpecial .productBox .productNameText {
	padding: 23px 10px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#sideProductSpecial .productBox a {
	color: #000;
	font-weight: bold;
}

#sideProductSpecial .productBox img {
	border: 0;
}

#sideProductSpecial .productBox .main .price {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
}

#sideProductSpecial .productBox .main .actionButtons img {
	margin-top: 4px;
	border: 0;
}

#sideProductSpecial .productBox .productImage {
	margin: 10px 0 20px 0;
}

#sideProductSpecial .productBox .productImage img {
	width: 120px;
}

a {
	color: #900309;
	text-decoration: underline;
}

.productsModelNo {
	font-size: 0.8em;
	color: #a7a7a7;
	font-style: italic;
}

#sideSearch {
	margin-top: 6px;
}


#searchField {
	float: left;
}

#searchField #advSearchLink {
	font-size: 0.8em;
	float: left;
	margin-left: 10px;
}

#heading_search_txt {
	width: 140px
}

#goButton {
	float: right;
}


#currencyDetails {
	width: 100px;
	float: right;
	margin-right: 18px;
}

/* ------------------------------------------------------------------ */

BODY {
  background: #ecebe9;
  margin: 0px;
	font-size: 0.8em;
}

.mainBorder {
  border-left: 0px solid #0000bb;
  border-right: 0px solid #0000bb;
  border-top: 0px solid #0000bb;
  border-bottom: 0px solid #0000bb;
}

.page      {
   background-color: #fff;
	 xborder: 1px solid #ccc; /* debug, for testing page layout */
	 width: 981px;
}

TD.main, P.main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  xfont-size: 12px;
  color: #000000;

}

TD.mainhighlight, P.mainhighlight {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  xfont-size: 11px;
  font-weight: bold;
  color: #000000;
  background: #ffffff;
}


/* ######## LINKS ######## */

A {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  xcolor: #0000bb;
  xtext-decoration: none;

}

A:hover {
  font-family: Verdana, Arial, sans-serif;
  xcolor: #bd0000;
  font-weight: normal;
}

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

A.darkBgLink:hover {
  color: #bd0000;
  text-decoration: none;

}

A.pageResults {
  xcolor: #0000bb;
}

A.pageResults:hover {
  xcolor: #ffaa00;
  xfont-weight: "bold";
  xbackground: #0000bb;
}



/* ######## HEADER ######## */

.header {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;
  background-image: url(images/theme/header.png);
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  xfont-size: 12px;
  background: #ff0000;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

#headerMenu :link {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 12px;
 color: #000000;
 line-height: 1.0em;
 padding-left: 0.3em;
 padding-right: 0.7em;
 position: relative;
}

#headerMenu a:visited {
font-family: Verdana, Arial, sans-serif;
 xfont-size: 12px;
 color: #000000;
 line-height: 1.0em;
 padding-left: 0.3em;
 padding-right: 0.7em;
 position: relative;
}

#headerMenu a:hover {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 12px;
 color: #bd0000;
 border-bottom: 0.3em solid #cccccc;
 line-height: 1.0em;
 padding-left: 0.3em;
 padding-right: 0.7em;
 padding-bottom: 0.4em;
 position: relative;
}

#headerMenu a:active {
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
 color: #cfcfcf;
 border-bottom: 0.3em solid #ffffff;
 line-height: 1.0em;
 padding-left: 0.3em;
 padding-right: 0.7em;
 padding-bottom: 0.4em;
 position: relative;
}

#headerMenuCurrentPage {
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
 color: #ffffff;
 border-bottom: 0.3em solid #000000;
 line-height: 1.0em;
 padding-left: 0.3em;
 padding-right: 0.7em;
 padding-bottom: 0.4em;
 position: relative;
}


TD.headerBasket {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;

}

#headerBasket a {
     font-family: Verdana, Arial, sans-serif;
     color: #ffffff;
     font-weight: normal;
     /* some air around the text */
     padding-left: 0.3em;
     padding-bottom: 1px;
     /* set borders around header */
     border-left: 0.05em solid #FF7F00;
     line-height: 0.5em;
     /* and some air under the border */
     margin: 0.5 0 0.5em 0;

}

#headerBasket a:hover {
     font-family: Verdana, Arial, sans-serif;
     color: #FF7F00;
     font-weight: normal;
     /* some air around the text */
     padding-left: 0.3em;
     padding-bottom: 1px;
     /* set borders around header */
     border-left: 0.05em solid #FF7F00;
     line-height: 0.5em;
     /* and some air under the border */
     margin: 0.5 0 0.5em 0;
}


/* ######## FOOTER ######## */

.footer {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;
  background-image: url(images/theme/footer.png);
  padding-left: 4px;
}

/* ######## SIDEBAR BOXES ######## */

.sidebar {
  padding-left: 10px;
  padding-left: 2px;
}


.infoBox {
  color: #000000;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;
}

#categoryText1 a {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 12px;
 color: #000000;
}

#categoryText1 a:hover {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 12px;
 font-weight: normal;
 color: #0000bb;
}

#colourSearch a img {
 border: 1px solid #000000;
}

#colourSearch a:hover img {
 border: 1px solid #ffffff;
}

.boxText {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 10px; color: #cccccc;
}

TD.boxtop1 {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 18px;
  font-weight: bold;
  border: 0px;
}

TD.boxmiddle1 {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 12px;
  font-weight: normal;
  border: 0px;
  padding-left: 0px;
  
}

TD.boxbottom1 {
  background-image: url(images/theme/box_bg_bottom1.jpg);
  border: 0px;
}

/* ######## OTHER BOXES ######## */

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

.contentBox {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
}

.myinfoBox {
  background: #ffffff;
  border-left:1px solid #C9C9C9;
  border-right:1px solid #C9C9C9;
  border-bottom:1px solid #C9C9C9;
}

.general_infoBox {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 12px;
  color: #000000;

}

TD.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;
}

.contentBoxContents {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #F6F5ed;
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;
  font-weight: bold;
}

TD.infoBoxHeading2 {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;
  font-weight: bold;
}

/* ######## HEADING TAGS ######## */

h1   {
     font-family: "Verdana", "Helvetica", sans-serif;
     xfont-size: 12px;
	 color: #ffffff;
}

h2   {
     font-family: "Verdana", "Helvetica", sans-serif;
     xfont-size: 18px;
	 color: #000473;

}

h3   {
     font-family: "Verdana", "Helvetica", "sans-serif";
		 padding: 0;
		 margin: 0;
		 
		 /*
		 height: 47px;
		 background: url(images/skin/heading.gif) ;
		 background-repeat: repeat-x;
		 padding-top: 18px;
		 margin-top: -7px;
		 */
		 
		 
     xfont-size: 16px;
     xcolor: #000473;
     xbackground-color: #cccccc;
     /* some air around the text */
     xpadding-left: 0.5em;
     xpadding-bottom: 6px;
     /* set borders around header */
     xborder-top: 1px solid #bd0000;
     xborder-bottom: 1px solid #bd0000;
     xborder-left: 5px solid #bd0000;
     xborder-right: 5px solid #bd0000;
     xline-height: 1.8em;
     /* and some air under the border */
     xmargin-left:0em;
}

h4   {
     font-family: "Verdana", "Helvetica", sans-serif;
     xfont-size: 12px;
	 color: #7d8f97;
	 line-height: 1.0em;
     /* and some air under the border */
     margin: 0.3em 0 0.1em 0;
}

/* ######## GENERAL ######## */

#flashBg {
   border: 0;
   margin: 0;
}

TD.homePage {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 12px;
  color: #000000;
  padding: 2px;
}


TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText2, SPAN.smallText2, P.smallText2 {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 10px;
  color: #0000bb;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 10px;
  color: #373479;
  background: #373479;
}

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

.moduleRowSelected {
 background-color: #E9F4FC;
}

/* ######## WELCOME MESSAGE GREET USER ######## */

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 14px;
  color: #0000bb;
  font-weight: bold;
}

SPAN.greetUserName {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #BA0202;
  font-weight: bold;
}

SPAN.greetUser_small {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;
  font-weight: normal;
}

.greetUser {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 12px;
  color: #000000;
  font-weight: bold;
}

/* ######## TABLES & FORMS ######## */

FORM {
	display: inline;
	xfont-size:11px;
}

TD.formElement, P.formElement {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  xfont-size: 11px;
  color: #000000;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  xfont-size: 12px;
  font-weight: bold;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 12px;
  font-weight: bold;
  color: #5c3e90;
  background: #ffffff;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;

}

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
}

TEXTAREA {
  width: 80%;
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
}

/* ######## PRODUCTS ######## */

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 18px;
  font-weight: bold;
  color: #0000bb;

}

SPAN.pageHeadingSmall {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 10px;
  font-weight: normal;
  color: #0000bb;

}

TD.itemPrice {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 11px;
  font-weight: bold;
  color: #000000;

}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  xfont-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 10px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  xborder-left:1px solid #808080;
  xborder-right:1px solid #808080;
  xborder-top:1px solid #808080;
  xborder-bottom:1px solid #808080;

}

.productListing-heading a:hover{
	font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  xfont-size: 10px;
  color: #000000;
}

/* ######## CHECKOUT BAR ######## */

.checkoutBarFrom, .checkoutBarTo {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 10px;
 color: #9f9f9f;
}  

.checkoutBarCurrent {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 10px;
 font-weight: bold;
 color: #000000;
}

.inputRequirement {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 10px;
 color: #ff4000;
}

.style1 {
  color: #000000;  
  font-family: Verdana;
  xfont-size: 10px;
}
.style7 {
color: #ccccff;  
  font-family: Verdana;
  xfont-size: 10px;
}
.style8 {color: #797979}

.style9 {xfont-size: 12px}

.productTitle {
font-family: Verdana, Arial, sans-serif;
xfont-size: 10px;
font-weight: bold;
}
.txt90{
font-family:tahoma;
xfont-size:10px;
color:#909090;
}

/* ######## MESSAGES & ERRORS ######## */

.errorBox { font-family : Verdana, Arial, sans-serif;
 xfont-size : 10px;
 background: #FFBFFF;
 font-weight: bold;
}
.stockWarning {
 font-family : Verdana, Arial, sans-serif;
 xfont-size : 10px; color: #cc0033;
}
.productsNotifications {
 background: #f2fff7;
}
.orderEdit {
 font-family : Verdana, Arial, sans-serif;
 xfont-size : 12px;
 color: #000000;
 text-decoration: normal;
}

.messageBox {
 font-family: Verdana, Arial, sans-serif;
 xfont-size: 10px;
}

.messageStackError, .messageStackWarning {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  xfont-size: 10px;
  font-weight: bold;
  background-color: #FFFF66;
}

.messageStackSuccess {
 font-family: Verdana, Arial, sans-serif;
 color: #000000;
 xfont-size: 10px;
 background-color: #FFFF66;
}

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











