/*
*/

/* Horizontal lines within the store */
hr {
  border: 0;
  color: #cecece;
  height: 1px;
  width: 100%;
  
}

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


/* error boxs displayed along the top of the store. */
.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}


/* text shown in the shopping cart when product is not in stock */
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #ff0000;
}

/* color and font style for edit buttons on checkout process */
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #5680A9; text-decoration: underline; }

/* main store body */
BODY {
  margin: 0px;
  font-family: Tahoma;
  font-size: 11px;  
}

/* store hyperlink color */
A {
  
  text-decoration: none;
}

/* store hyperlink hover color */
A:hover {
  
  text-decoration: underline;
}

FORM {
	display: inline;
}

/*the background color of the header eg. behind the logo*/
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(images/black_heading.gif);
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #ffffff; 
}

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

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: #000000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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


/* product header */
TD.headerproduct {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
}


/* header used on the top of the boxs displayed on the left hand side */

/* additional boxs shown around the store */
.infoBox {
  border:1px solid #336699;
}

/* register.php only */
.infoBox2 {
  border-left:1px solid #336699;
  border-right:1px solid #336699;
}

/* register.php only */
.infoBox3 {
  border-left:1px solid #336699;
  border-right:1px solid #336699;
  border-top:1px solid #336699;
}

/* register.php only */
.infoBox4 {
  border-left:1px solid #336699;
  border-right:1px solid #336699;
  border-bottom:1px solid #336699;
}



/*color of box background*/
.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*-------------------------------------The Box Headings--------------------------------*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  background-image: url(images/infobox_bg.gif);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #336699;
  border-right-color: #336699;
  border-bottom-color: #336699;
  border-left-color: #336699;
  text-indent: 4px;
/*-----------------------------------The Box Headings end------------------------------*/

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

.infoBoxNotice {
  background: #FF8E90;
}

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


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

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

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

/* box shown around the outside of product listing - default border set to 0 (disabled) */

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

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

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

/* product description */

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

/* product info price font size & style */

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

/* homepage price font size & style */

.productPrice-newprod {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

A.pageResults {
  color: #5680A9;
}

A.pageResults:hover {
  color: #5680A9;
  background: #e9f4fc;
}

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

TR.subBar {
  background: #f4f7fd;
}

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

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

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

SPAN.moreLink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #5680a9;
	font-weight: bold;
}


.notice {
  font-family: Verdana, Arial, sans-serif;
  color: #cecece;
  font-size: 10px;
}

TD.smalltextgray, SPAN.smalltextgray, P.smalltextgray {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #d3d3d3;
  background-color:#FFFFFF;
}

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: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

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

TD.productpage {
 border-color: #336699;
 border-style: solid;
 border-left: 1px;
 border-top: 1px;
 border-bottom: 1px;
}

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

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

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

.moduleRow { }

/* rollover color used with user accounts and checkout process */

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.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; }

/* footer links color and font */

.footerLinks {
  color: #ffffff;  
  font-family: Verdana;
  font-size: 10px;
}

/* footer links showing terms / shipping and copyright information under the first table */

.footerLinks2 {
  color: #666666;  
  font-family: Verdana;
  font-size: 10px;
}

/* out of stock message */

.outofStock {
  color: #FF0000;  
  font-family: Verdana;
  font-size: 8px;
}

/* product print header */
.productprintHeader {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

/* product print price */
.productprintPrice {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

/* error box shown at the top of the store */
.systemErrorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #e10404;
	font-weight: bold;
	border: 1px solid #e10404;
}