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

.boxText { font-family: Comic Sans MS, Comic Sans MS, cursive; font-size: 10px; }
.errorBox { font-family : Comic Sans MS, Comic Sans MS, cursive; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Comic Sans MS, Comic Sans MS, cursive; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #F2FFF7;
  border: 4px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #cccccc;
 }
.orderEdit { font-family : Comic Sans MS, Comic Sans MS, cursive; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
/* Set whole site background here */
  background: #ffffff;
  color: #000000;
  margin: 0px;
  text-align:center;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #000000;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 11px;
  background: #ff9900;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 11px;
  background: #ff9900;
  color: #ffffff;
  font-weight: bold;
}

/* Column boxes set here */
.infoBox {
  background: #bbbbbb;
  border: 3px;
  border-style: solid;
  border-color: #cccccc;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
}
/* Change info box background*/
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FF8E90;
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
}
/* Info box headers */
TD.infoBoxHeading {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
  font-weight: bold;
  background: #bbbbbb;
  color: #000000;
  text-indent: 5px;
  border: 3px;
  border-style: solid;
  border-bottom-width: 0px;
  border-color: #cccccc;
}

TD.infoBox, SPAN.infoBox {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  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: #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: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  background: #B6B7CB;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Comic Sans MS, Comic Sans MS, cursive; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Comic Sans MS, Comic Sans MS, cursive; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Comic Sans MS, Comic Sans MS, cursive; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Comic Sans MS, Comic Sans MS, cursive; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Comic Sans MS, Comic Sans MS, cursive; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Comic Sans MS, Comic Sans MS, cursive; font-size: 10px; color: #ff0000; }

/*Set the Width of the shop here*/
/*------------------------------*/
#shopsize {
width: 763px; margin: auto;
border: 3px solid #bbbbbb;
text-align:center;
}

/*BOF - Zappo - Option Types v2 - Progress Bar */
.progress{
  width: 1px;
  height: 12px;
  color: #cccccc;
  font-size: 10px;
 /* overflow: hidden; */
  background-color: #bbc3d3;
  padding-left: 5px;
}
.bar{
  border-style: solid;
  border-width: 1px;
  border-color: #bbc3d3;
}

/*EOF - Zappo - Option Types v2 - Progress Bar */

/*BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload { display: none; }

/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap { 
  color: #000000; 
}
A.sitemap:hover {
  color: #ff0000;
}
/***** End Sitemap_SEO *****/

/* Links Manager v1.23 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black; 
}
.linkFeaturedHeading {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingHeading {
  color: #000000;
}
A.linkListingHeading:hover {
  color: #FF0000;
}
.linkFeaturedMain {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkFeaturedMain {
  color: #FFFFFF;
}
A.linkFeaturedMain:hover {
  color: #FF0000;
}
.linkListingMain {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  text-align: left;
}
A.linkListingMain {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 10px;
  color: #000000;
}
A.linkListingMain:hover {
  color: #FF0000;
}
.linkListingCats {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 11px;
  color: #000000;
}
A.linkListingCats:hover {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 11px;
  color: #FF0000;
}
.linkListingSubCats {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
A.linkListingSubCats {
  color: #000;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
/* Links Manager v1.23 end */
.infoBoxProducts {
  text-align: center;
  border: solid 1px #999999; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background-color: transparent;
  color: #333333;
  margin-bottom:-8px;
}
.infoBoxProducts a {
  color: #333333;
}
TD.infoBoxGrid {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: solid 1px #999999;
}
/* set pos buy/details button on list */
img.buy_now {  
  margin-bottom:10px;
} 
/* set pos buy/details button on thumbnail */
img.thm_buy_now {
  margin-bottom:-3px;
} 
/* set style buy/details seperator thumbnail */
.buy_now {
  font-weight: bold;
	font-size: 18px;
	color: #999999;
} 
.infoBoxList {
  background: #ffffff;
  border: 4px;
  border-style: solid;
  border-color: #bbbbbb;
 border-collapse: collapse;
 }
.thumbcontent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666666;
  text-align:center;
}
TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* Start Document Manager */
.documents_heading { /* Headings on catalog/documents.php */
  font-weight: bold;
  font-size: 9pt;
}

.documents_category { /* Category names on catalog/documents.php */
  font-weight: bold;
  font-style: italic;
  font-size: 11pt;
  margin-top: 5px;
  margin-bottom: 1px;
}

.document_type { /* Description on catalog/includes/modules/documents.php (Used on catalog/product_info.php) */
  font-weight: bold;
  font-size: 9pt;
}

.document { /* Document name on catalog/includes/modules/documents.php (Used on catalog/product_info.php) */
  font-weight: normal;
  font-size: 9pt;
  height: 1.5em;
}

.document a { /* Document link on catalog/includes/modules/documents.php (Used on catalog/product_info.php) */
}

.centralBox {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.centralBoxBorder {
  border: 3px;
  border-style: solid;
  border-color: #cccccc;

}

TD.bettertogether {
  font-family: Comic Sans MS, Comic Sans MS, cursive;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
  align: center;
}