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

.boxText { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Trebuchet MS, Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Trebuchet MS, Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; font-weight: bold; }
.productsNotifications { background: #EEEEEE; }
.orderEdit { font-family : Trebuchet MS, Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
	background: #FFFFFF;
	text-align: center; 
}

html>body, html>body #wrapper {
    height: auto;
} 

#header {
	position: relative;
	width: 100%;
	height: 182px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

#centre {
	position: relative;
	width: 780px;
	margin: 0px auto;
	margin-bottom: 30px;
}

#sidebar {
	position: relative;
	width: 150px;
	height: auto;
	padding: 6px;
	float: left;
}

#main {
	height: 100%;
	padding: 6px;
	position: relative;
	margin-left: 164px;
	width: 600px;
	text-align: left;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
	background: url("images/design/bg_fan.gif") no-repeat 70% 200px;
}

#footer {
    position: fixed;
    bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
} 

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

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

a.homeLink:link { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 14px; color: #B9C9E1; font-weight: bold; text-decoration: none; }
a.homeLink:visited { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 14px; color: #B9C9E1; font-weight: bold; text-decoration: none; }
a.homeLink:active { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.homeLink:hover { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration: underline; }

a.MenuLink:link { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; color: #333333; text-decoration: none; }
a.MenuLink:visited { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; color: #333333; text-decoration: none; }
a.MenuLink:active { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; color: #4D6779; text-decoration: none; }
a.MenuLink:hover { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 11px; color: #4D6779; text-decoration: none; }

a.subMenuLink:link { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; color: #7C7C7C; text-decoration: none; }
a.subMenuLink:visited { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; color: #7C7C7C; text-decoration: none; }
a.subMenuLink:active { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; color: #333333; text-decoration: none; }
a.subMenuLink:hover { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; color: #333333; text-decoration: none; }

a.whiteLink:link { color: #CCCCCC; text-decoration: none; }
a.whiteLink:visited { color: #CCCCCC; text-decoration: none; }
a.whiteLink:active { color: #FFFFFF; text-decoration: underline; }
a.whiteLink:hover { color: #FFFFFF; text-decoration: underline; }


FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

TD.headerNavigation {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight : bold;
  background: url("images/design/nav_bg.jpg");
}

TD.headerWhite {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight : bold;
}


.headerImage {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='./images/design/iwama_logo.png') no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.headerImage[class] {
background: url("images/design/iwama_logo.png") no-repeat;
}

.footerImage {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='./images/design/footer.png') no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footerImage[class] {
background: url("images/design/footer.png") no-repeat;
}


A.headerNavigation { 
  color: #333333; 
}

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

A.headerWhite { 
  color: #FFFFFF; 
}

A.headerWhite:hover {
  color: #F0F0F0;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Trebuchet MS, 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, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.footer {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #DDDDDD;
  height: 30px;
  color: #333333;
}



.infoBox {
  background: #FFFFFF;
  padding: 1px;
  border: 1px solid;
  border-color: #999999;
}

.infoBoxContents {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  font-size: 12px;
  background: #FFFFFF;
}

.contentBoxContents {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid;
  border-color: #999999;
}

.infoBoxReview {
  background: #F3F2FF;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #999999;
}

TD.contentBoxHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #999999;
}

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

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

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

TABLE.productListing {
}

.productListing-heading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 6px;
  background: #999999;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #FFFFFF;
  font-weight: bold;
}

A.pageResults:hover {
  color: #999999;
  font-weight: bold;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}

TD.subHeading, DIV.subHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}


TD.pageHeadingWhite, DIV.pageHeadingWhite {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}


TR.subBar {
  background: #f4f7fd;
}

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

.mainText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.mainMembersBG, P.mainMembersBG {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #333333;
}

TD.subtotal, P.subtotal {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}

.mainblue {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background: url("images/design/bg_fan.gif") no-repeat;
  background-color: #FFFFFF;
}

TD.mainheader, P.mainheader {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 1.5;
  background-color: #999999;
}

TD.mainheaderNone, P.mainheaderNone {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  color: #333333;
  font-size: 11px;
  line-height: 1.5;
}

TD.mainheaderGray, P.mainheaderGray {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 1.5;
  background-color: #999999;
}

.smallText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  font-size: 12px;
}

TD.smallTextHeader, SPAN.smallTextHeader, P.smallTextHeader {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  font-size: 12px;
}

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

.fieldbg {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #f8f8f9;
}

TD.fieldKey {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #FF9B9B;
}

TD.fieldValue {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #D1E0FC;
}

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

SPAN.newItemInCart {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 100%;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

.welcomeUser {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}

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

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

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

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { padding-left: 20px; font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }

.inputRequirementheader { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #999999; }

/* Category Tabs 
==================================*/
#tabs {
  line-height:normal;
  font:80% "Trebuchet MS",Arial,Sans-serif;
  padding-left:50px;
  }

#tabs ul {
  margin:0;
  padding:12px 12px 0;
  list-style:none;
  }

#tabs li {
  float:left;
  background:url("./images/design/tab_bg_left.png") no-repeat left top;
  margin:0 0 0 1px;
  padding:0 0 0 8px;
  }

#tabs a {
  float:left;
  display:block;
  background:url("./images/design/tab_bg_right.png") no-repeat right top;
  padding:4px 8px 4px 0px;
  text-decoration:none;
  color:#333333;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#999999;
  }

#tabs .active {
  background-image:url("./images/design/tab_bg_left_over.png");
  }
#tabs .active a {
  background-image:url("./images/design/tab_bg_right_over.png");
  color:#FFFFFF;
  }