/*

  Inksale.co.uk, Open Source E-Commerce Solutions
  http://www.inksale.co.uk

  Copyright (c) 2003 Inksale.co.uk

  Released under the GNU General Public License
*/

.boxText { font-family: Arial; font-size: 11px; }
.errorBox { font-family : Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

SELECT {
	font-weight:normal;
}

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

A:hover {
  color: #254483;
  text-decoration: underline;
}

A.orange {
  color: #ff7f00;
  font-weight:bold;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ff7f00;
}

TD.headerNavigation {
  font-family: Arial;
  font-size: 11px;
  background: #ff7f00;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ff7f00;
}

TD.footer {
  font-family: Arial;
  font-size: 11px;
  background: #ff7f00;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #999999;
}

.infoBoxContents {
  background: #f7f7f7;
  font-family: Arial;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  background: #999999;
  color: #ffffff;
}
TD.infoBoxHeadingNewProducts {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
 background: #ff7f00;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 11px;
}

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

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

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

.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  background: #FF7B00;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 14px;
  font-style:normal;
}

.productListing-data small i{
  font-family: Arial;
  font-size: 14px;
  font-style:normal;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #ff7f00;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial;
  font-size: 13px;
  line-height: 1.5;
}

.main small i {
  font-family: Arial;
  font-size: 13px;
  font-style:normal;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial;
  font-size: 11px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 11px;
  color: #ff0000;
}

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


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

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

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

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

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

TD.productPriceInListing {
  font-family: Arial;
  font-size: 11px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Arial;
  font-size: 11px;
  background: #eeeeee;
  text-align:center;
  border-bottom: 1pt black solid; 
  border-right: 1pt black solid;
}

TD.productPriceInProdInfo {
  font-family: Arial;
  font-size: 12px;
  background: #ccFFcc;
}

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

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

/* message box */

.messageBox { font-family: Arial; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 11px; color: #ff0000; }



TD.tab {
	background-color: #ff7f00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	}
		
A.tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration : none;
	}
A.tab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration : none;
}
TD.ontab {
	background-color: #ff7f00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #ffffff;
	}

A.headerLink {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #000099;
	text-decoration : none;
}
A.headerLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #99ccff;
	text-decoration : none;
}
A.ontab {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: smaller;
 color: #ffcc00;
 text-decoration : none;
}
A.ontab:hover {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: smaller;
 color: #ffcc00;
 text-decoration : none;
}

/* DHTML menu */
.topTable {
	width: 100%;
	background-image : url(images/bg_gray_orange_table.gif);
	background-repeat: repeat-x;
}

.topMenuTable {
	#border-spacing: 2px;
}

.topMenuCell {
	background-color: #A6A6A6;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;	
	background-image : url(images/bg_gray_orange_table.gif);
	background-repeat: repeat-x;
}

.topMenuCell a{
	text-decoration:none;
}



.topMenuCellOut {
	background-color: #FF7900;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	background-image : url(images/bg_gray_orange_table2.gif);
	background-repeat: repeat-x;
}


.menuCell {
	background-color: #FF7900;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: solid 1px #A6A6A6;
}
.menuCell a{
	text-decoration:none;
}


.menuCell_isSubCategory {
	background-color: #FF7900;
	background-image : url(images/cool-arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 60px;
	padding-top:2px;
	padding-bottom:2px;	
	border-bottom: solid 1px #A6A6A6;
}

.menuCellOut {
	background-color: #A6A6A6;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;		
	border-bottom: solid 1px #A6A6A6;
}

.menuLayer {
	position:absolute;
	left:0px; 
	top: 0px; 
	z-index:1; 
	visibility: hidden;
	background-color: #F56500;
	width: 60px; 
}

.menuLayerWrapper {
    position:relative;
	height:1px;
	visibility:hidden;
	background-color: #F56500;
}

.subMenuLayer {
	position:absolute;
	left:40px; 
	top: -20px; 
	z-index:1; 
	visibility: hidden;
	background-color: #F56500;
	width: 100%;
}

.subMenuLayerWrapper {
    position:relative;
	height:1px;
	visibility:hidden;
	background-color: #F56500;
}

a.topMenuLink {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px; 
	
	text-decoration:none;
}

a.topMenuLink:hover {
	color: #FFFFFF;
	text-decoration:none;
}

a.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px; 
	font-weight: bold;
	text-decoration:none;
}

a.menuLink:hover {
	color: #FFFFFF;
	text-decoration:none;
}

/*header*/
.bannerPics {
	background-color: white;
	padding: 2px;
}

.bannerBar {
	background-color: white;
	width: 100%;
}

a.headerLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px; 
	font-weight: bold;
}

a.headerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #254483;
	font-size: 12px; 
	font-weight: bold;
}
