/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.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; } */
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #fff; } /* TokyoGetter */
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background-color: #b9b9b9; /* TokyoGetter gray - matches original background image*/
  background-image: url("/assets/images/themes/launch_final/tokyogetter_bg_transparent.gif"); /* get this as gif with transparency from designer if possible*/
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;  
}


#bodyWrapper {
  margin-top: 15px;
  /* width: 726px  /* Suits 726px wide header */
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}



#wrapperTopLeftCorner,
#wrapperTopRightCorner,
#wrapperBottomLeftCorner,
#wrapperBottomRightCorner
{
	height: 15px;
	padding-left: 15px;
	background-image: url("/assets/images/themes/launch_final/circle_30_12_gray_333_000.gif");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

#wrapperTopBorder, #wrapperBottomBorder {
	float:left;
	width: 840px;
	border-top: 8px solid #9a9896; /* TokyoGetter border gray - background for next div's margins 	*/
	background: #333;
	height: 15px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#wrapperBottomBorder {
	border-top: none;
	height: 7px;
	border-bottom: 8px solid #9a9896; /* TokyoGetter border gray - background for next div's margins 	*/
	background: #000;

}


/* IE */
* html #wrapperBottomBorder {
	height: 15px;
}


#wrapperTopRightCorner, #wrapperBottomRightCorner {
	float: right;
	width: 15px;
	background-position: top right;
	padding-left: 0;
}

#wrapperBottomLeftCorner {
	background-position: bottom left;
}


#wrapperBottomRightCorner {
	background-position: bottom right;
}


#headerBody {
  clear: both;
  height: 184px;
  margin-top: 0;
  padding: 0;
  border: 0px solid #9a9896;
  border-width: 0 8px;
  background-color: #333;
/*  background-image: url("/assets/images/themes/launch_final/TG-Header-bkg-1200px.jpg"); */
  background-image: url("/assets/images/themes/launch_final/header_full.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}


/* Blog home page link */
#headerBlogLink{
  clear: both;
  float: right;
  text-align: right;
  padding: 3px 9px 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}


/* "Invisible" store home page link - note: height sets menu block top */
#headerLogoLink{
  clear: both;
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-family: Verdana, Arial, Osaka;
  font-size: 1.25em;
  color: #fff;
  overflow: hidden;
}


#headerLogoLink img {
  border: none;
}


#headerLogoLink {
  display: block;
  height: 190px; /* Temporary fix while no PNG text images 15 July 2008 */
}



#headerLogoLink span {
  display: block;
}


#headerTextLinkImage {
  text-align: center;
  margin-top: 87px;
}


/* IE */
* html #headerTextLinkImage {
  margin-top: 67px;
}

#mainWrapper {
  border: 0px solid #9a9896;
  border-width: 0 8px;
  background-color: #000; /* TokyoGetter - background for next div's margins */
}


#mainBorderDarkGray {
  padding-top: 7px;
  background-color: #000; /* TokyoGetter border black */
}



#mainTopLeftCorner,
#mainTopRightCorner,
#mainBottomLeftCorner,
#mainBottomRightCorner
{
	width: 830px;
	margin-left: 7px; 
	height: 10px;
	padding-left: 10px;
	background-image: url("/assets/images/themes/launch_final/circle_20_tg_dark_red.gif");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* IE */
* html #mainTopLeftCorner {
	margin-left: 0px;
	width: 840px;
}

/* IE */
* html #mainBottomLeftCorner {
	margin-left: 0px;
	width: 840px;
}

#mainTopRightCorner {
	float: right;
	width: 10px;
	background-position: top right;
	margin: 0px; 
	padding: 0;
}

#mainTopBorder, #mainBottomBorder {
	float:left;
	width: 820px;
 	background: #a6060d;
	height: 10px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#mainBottomLeftCorner {
	background-position: bottom left;
}

#mainBottomRightCorner {
	float: right;
	width: 10px;
	background-position: bottom right;
	margin: 0px; 
	padding: 0;
}


/* IE */
* html #mainBottomRightCorner {
	height: 10px;
	background-position:  left;
}



#mainDiv {
/*  width: 688px; /* Suits 726px wide header */
  width: 840px;
  min-height: 500px;
  padding-bottom: 50px;
  background-color: #a6060d; /* TokyoGetter dark-red */
  margin: 0 auto;
}


#footerDiv {
/*  padding: 15px; */
}


A.headerMenu { 
  color: #FFFFFF; 
}


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


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

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

FORM {
	display: inline;
}

TR.header {
  text-align: center;
/*  background: #2c2e32; /* TokyoGetter gray */
}

TR.headerNavigation {
  background-color: #a6060d; /* TokyoGetter dark-red */
}

TD.headerNavigation {
  width: 800px;
  padding-top: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
/*  background: #2c2e32; /* TokyoGetter gray */
  color: #ffffff;
  font-weight : bold;
  padding-bottom: 5px;
/*  border-top: 16px solid #dedede; /* TokyoGetter */
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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


/* TokyoGetter - SEO */
H1.headerNavigation {
	font-size: 13px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}


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

TR.footer {
  background: #2c2e32; /* TokyoGetter gray */
}


TD.footer {
  margin: 5px 0;
  padding: 5px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #2c2e32; /* TokyoGetter gray */
  color: #999;
  font-weight: normal;
}


.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  color: #333; /* TokyoGetter */
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  padding: 2px 0;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #dbdbdb; /* TokyoGetter light gray */
  color: #2c2e32; /* TokyoGetter gray */
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 3px 0;
}

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: #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: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000 /* TokyoGetter */
}

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: #9a9a9a; */
  color: #dbdbdb; /* TokyoGetter */
}

/* TokyoGetter - SEO */
.pageHeading h2 {
	font-size: 1em;
	margin: none;
	padding: none;
}

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;
  color: #333; /* TokyoGetter */
  background-color: #f8f8f9; /* TokyoGetter */
  padding: 3px 8px 5px 8px;
}

TD.main{
/*  border: 2px solid #2c2e32; /* TokyoGetter gray */
}

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

.smallText a {
	color: #000; /* TokyoGetter */
}

/* TokyoGetter */
#footerDiv TD.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #999; 
}

/* TokyoGetter */
#footerDiv a {
  color: #999; 
}

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

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

#addThisButton {
  float: left;
  padding: 1px 0 0 9px;;
}

#addThisButton img {
	display: none;
}

