/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css,v 1.6.2.19 2004/07/14 04:55:38 toolcrazy Exp $
*/
/*外部スタイルシートによりtemplate_tktoolsの見栄えを定義しています。*/
/*ページ全体の背景色*/
BODY {
/*	color: #000000;
*/
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font: small Verdana, Arial, sans-serif;
/*	background-repeat: repeat;  
	background-image: url(../images/back.gif);
*/

}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 100% !important;
}

TD.main, P.main {
  font-size: small;
  line-height: 1.5;
}

A {
  color: #428dff;	/*リンクテキスト色 ■ Aはリンクテキスト ■A:hoverはポインタを載せたときのリンクテキスト*/
  text-decoration: none;
}

A:hover {
  color: #ffb062;	/*ポインタを載せたときのリンクテキスト色*/
  text-decoration: none;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/
/*ヘッダー最上段を定義 solidは枠線の設定をしている */
TABLE.header {
	background-color: ;
	border-top: 0px solid #000099;
	border-right: 0px solid #000099;
	border-left: 0px solid #000099;
	border-bottom: 0px solid #000099;
	margin-left: 0px;
	background-image: url(../images/back4.gif);
	background-repeat: repeat;

	/*  background-image: url(../images/back.gif);
	background-repeat: repeat;  
*/
  }

/*ヘッダー2段目を定義*/
TABLE.headerNavigation {
	background-color: #000099;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
	border-bottom: 1px solid #000099;
	margin-left: 0px;
	width: 100% !important;
}

TD.headerNavigation {
	position: relative;
	vertical-align: middle;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#ffffff;
	letter-spacing:1px;
	padding: 5px;
	height: 6px;  
}

TD.breadCrumb {
  font-size: small;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: yellow;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;	/*ポインタを載せたときのヘッダーのリンクテキスト色*/
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left {
  padding: 2px;
}

.column_right, .column_single {
/*
//  background: #ffffff;
*/
  padding: 2px;
}

.boxText {
  font-size: small;
  line-height: 125%;
}
.leftbox, .rightbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
/*  background: #ffffff;*/
  border: 1px solid #000099;
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .singleboxheading {
  background-color: #000099;
  font-size: small;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

.centerbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
/*  background: #ffffff;*/
  border: 1px solid #000099;
  margin-bottom: 15px;
/*  background-image: url(../images/back.jpg);*/
}

.centerboxheading {
  background-color: #000099;
  font-size: small;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}


td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: yellow;	/*サイドボックスヘッダーのリンクテキスト色*/
}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #000099;
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
/*
  background: #ffffff;
*/
/*  border:1px solid #000099; */
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: small;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  background-color: #000099;
  font-size: small;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}
TD.productlisting {
  border:1px solid #000099;
}

TD.productListing-data {
  font-size: small;
  padding: 5px;
}

TD.sideboxheaderNavigationhitoshi A, sideboxheaderNavigationhitoshi A:visited, td.footertop a  {
  font-weight: bold;
  color: yellow;	/*■「カートを見る(レジへ)のテキスト色  トライド*/
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: medium;
  font-weight: bold;
  color: #000000;	/*■ページヘッダーのテキスト色　元はグレー（#9a9a9a）*/
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}

.main_page{
  width: 100% !important;
/*
  background-color: #ffffff;
*/
  border-right: 1px solid #000099;
  border-left: 1px solid #000099;
  border-bottom: 1px solid #000099;
  padding: 5px;

/* 
 background-image: url(../images/back.jpg);
background-repeat: repeat;  
*/
  }

.plainBox {
  padding: 5px;
}

/* footer
--------------*/

TABLE.footer {
/*
  background: #ffffff;
*/
  text-align: center;
  font-size: small;
  border-right: 1px solid #000099;
  border-left: 1px solid #000099;
  border-bottom: 1px solid #000099;
}

TR.footertop {
  background: #000099;
  font-size: small;
}

TD.footertop, TD.footerbottom {
  padding: 0px;
}

TD.footerbottom {
  text-align: center;
  font-size: small;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: small;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #eff4f8;
}

td.pageresults a {
  color: #428dff;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.mediumText, SPAN.mediumText, P.mediumText, td.pageresults{
   font-size: small;
}

TD.fieldKey {
  font-size: small;
  font-weight: bold;
}

TD.fieldValue {
  font-size: small;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: small;
}

TEXTAREA {
  width: 100%;
  font-size: small;
}

.greetUser {
   color: #000000;	/*TOP一行目のテキスト*/
   font-weight: ;
   font-size: small;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold medium Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: small;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: small;
  padding: 4px;
  border: 1px solid #000099;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #000099; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: small; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: small;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #000099;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: medium Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  background: #D0D0D0;
  border:1px solid #000099;
}

TD.categoriesdescription {
  font-size: small;
  line-height: 1.0;
}

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  font-size: small;  /*カテゴリーボックスの親カテゴリーのfont-sizeを定義*/
  color: #428dff;
  text-decoration: none;
}
A.category-subs, A.category-products {
  font-size: small;  /*カテゴリーボックスの子カテゴリーのfont-sizeを定義*/
  color: #428dff;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #000099; */
  float: left;
  padding: 2px;
}
