/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
  margin: 0;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  color: #333333;
  background-color: #ecf5fa;
}
a img {
  border: none;
}
a:link, #navEZPagesTOC ul li a {
  color: #183196;
  text-decoration: none;
}
a:visited {
  color: #183196;
  text-decoration: none;
}
A:HOVER, #navEZPagesTOC UL LI A:HOVER, #navMain UL LI A:HOVER, #navSupp UL LI A:HOVER, #navCatTabs UL LI A:HOVER {
  color : fuchsia;
  text-decoration : none;
}
a:active {
  color: #183196;
}
h1 {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  background-image: url(../images/h1_bg.jpg);
  margin: 0px;
  padding: 5px;
}
h1#indexDefaultHeading {
  font-size: 12px;
  font-weight: bold;
  color: #183196;
  background-image: url(../images/h2_bg.gif);
  margin: 0px;
  height: 24px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  text-indent: 10px;
  background-repeat: no-repeat;
  width: 570px;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  color: #183196;
  margin: 0px 0px 10px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
}
H3.centerBoxHeading {
  font-size: 12px;
  font-weight: bold;
  color: #183196;
  background-image: url(../images/h2_bg.gif);
  margin: 0px;
  height: 24px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom : 0px;
  padding-left: 0px;
  margin: 0px 0px 10px;
  text-align: left;
  text-indent: 10px;
  background-repeat: no-repeat;
  width: 570px;
}
h4 {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin: 0px;
  padding: 5px;
  text-indent: 3px;
}
h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
  font-size: 12px;
}
.biggerText {
  font-size: 1.2em;
}
CODE {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1em;
}
FORM, SELECT, INPUT {
  display: inline;
  font-size: 1em;
  margin: 0.1em;
}
TEXTAREA {
  float: left;
  margin: auto;
  display: block;
  width: 95%;
}
input:focus, select:focus, textarea:focus {
  background: #F0F8FF;
}
FIELDSET {
  padding: 0.5em;
  margin: 0.5em 0em;
  border: 1px solid #cccccc;
}
LEGEND {
  font-weight: bold;
  padding: 0.3em;
}
LABEL, h4.optionName {
  line-height: 1.5em;
  padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
  margin: 0.5em 0.3em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
  float: left;
}
LABEL.inputLabel {
  width: 11em;
  float: left;
}
LABEL.inputLabelPayment {
  width: 15em;
  float: left;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
  width: 12em;
  float: left;
}
P, ADDRESS {
  padding: 0.5em;
}
ADDRESS {
  font-style: normal;
}
.clearBoth {
  clear: both;
  margin: 0px;
  padding: 0px;
}
HR {
  height: 1px;
  margin-top: 0.5em;
  border: none;
  border-bottom: 1px solid #9a9a9a;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
  line-height: 1.8em;
  padding: 0.2em;
  border: 1px solid #000000;
}
.messageStackWarning, .messageStackError {
  background-color: #ff0000;
  color: #ffffff;
}
.messageStackSuccess {
  background-color: #99FF99;
  color: #000000;
}
.messageStackCaution {
  background-color: #FFFF66;
  color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper {
  background-image: url(../images/main_bg.gif);
  text-align: left;
  width: 780px;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}
#headerWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
  margin: 0em;
  padding: 0em;
}
#contentMainWrapper {
  margin: 0px;
  vertical-align: top;
  padding: 0px;
  height: auto;
  width: 780px;
}
#logoWrapper {
  background-image: url(../images/header_bg.jpg);
  height: 50px;
  margin: 0px;
  padding: 0px;
}
#logo {
  margin: 0px;
  padding: 0px;
  float: left;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
  margin: auto;
}
#taglineWrapper {
  text-align: left;
  vertical-align: bottom;
  height: 50px;
  float: right;
  margin: 0px;
  padding: 8px 8px 8px 5px;
  width: auto;
}
#tagline {
  color:#FFFFFF;
  font-size: 12px;
  text-align : left;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
}
#sendSpendWrapper {
  border: 1px solid #cacaca;
  float: right;
  margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
  margin: 0;
  width: 47%;
}
.wrapperAttribsOptions {
  margin: 0.3em 0em;
}
/*navigation*/

.navSplitPagesResult {
  }
.navSplitPagesLinks {
  }
.navNextPrevCounter {
  margin: 0em;
  font-size: 0.9em;
}
.navNextPrevList {
  display: inline;
  white-space: nowrap;
  margin: 0;
  padding:  0.5em 0em;
  list-style-type: none;
}
#navCatTabsWrapper {
  margin: 0em;
  font-weight: bold;
  width: 100%;
}
#navSuppWrapper {
  background-image: url(../images/main_bg.gif);
  width: 780px;
  margin: 0px;
  padding: 0px;
  clear: both;
}
#navMainWrapper {
  background-image: url(../images/navmainwrapper_bg.gif);
  margin: 0px;
  padding: 0px;
  height: 30px;
  width: 780px;
}
#navMain ul, #navSupp ul, #navCatTabs ul  {
  margin: 0;
  padding:  0.5em 0em;
  list-style-type: none;
  text-align: center;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
  display: inline;
  white-space: nowrap;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
  text-decoration: none;
  padding: 0.1em 0.5em 0em;
  margin: 0;
  color: #333333;
  font-weight: bold;
}
#navEZPagesTOCWrapper {
  font-weight: bold;
  float: right;
  height: 1%;
  border: 1px solid #000000;
}
#navEZPagesTOC ul {
  margin: 0;
  padding:  0.5em 0em;
  list-style-type: none;
  line-height: 1.5em;
}
#navEZPagesTOC ul li {
  white-space: nowrap;
}
#navEZPagesTOC ul li a {
  padding: 0em 0.5em;
  margin: 0;
}
#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
  margin: 0.5em;
}
#navBreadCrumb {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 5px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  line-height: 130%;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}
#navEZPagesTop {
  }
#navEZPagesTop {
  font-size: 0.95em;
  font-weight: bold;
  margin: 0em;
  padding: 0.5em;
}
#navColumnOne {
  }
#navColumnTwo {
  margin: 0px;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  height: auto;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
  vertical-align: top;
}
#contentColumnMain {
  width: 560px;
  text-align: right;
  margin: 0px 10px 0px 0px;
  padding: 0px 9px 0px 0px;
  float: right;
  height: auto;
}
* html #contentColumnMain {
  width: 560px;
  text-align: right;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: right;
  height: auto;
}
.content {
  text-align: left;
  margin: 0px;
  padding: 0px;
  height: auto;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
  /*font-size: 1.2em;
  */
	padding: 0.5em;
}
.alert {
  color: #FF0000;
  margin-left: 0.5em;
}
.advisory {
  }
.important {
  font-weight: bold;
}
.notice {
  }
.rating{
  }
.gvBal {
  float: right;
}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
  padding: 0.8em;
}
.centerColumn {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.centerBoxWrapper {
  padding : 0px 0px 20px 0px;
  margin: 0px 0px 20px;
}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
  font-size: 0.9em;
}
#siteinfoLegal, #siteinfoLegal a {
  background-color: #283296;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px;
}
/*Shopping Cart Display*/
#cartAdd {
  float: right;
  text-align: center;
  margin: 1em;
  border: 1px solid #000000;
  padding: 1em;
}
.tableHeading TH {
  border-bottom: 1px solid #cccccc;
}
.tableHeading, #cartSubTotal {
  background-color: #e9e9e9;
}
#cartSubTotal {
  border-top: 1px solid #cccccc;
  font-weight: bold;
  text-align: right;
  line-height: 2.2em;
  padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
  height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
  padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
  text-align: right;
  padding-right: 0.2em;
}
#scUpdateQuantity {
  width: 2em;
}
.cartQuantity {
  width: 4.7em;
}
.cartNewItem {
  color: #33CC33;
  position: relative;
/*do not remove-fixes stupid IEbug*/
	}
.cartOldItem {
  color: #660099;
  position: relative;
/*do not remove-fixes stupid IEbug*/
	}
.cartBoxTotal {
  text-align: right;
  font-weight: bold;
}
.cartRemoveItemDisplay {
  width: 3.5em;
}
#cartAttribsList {
  margin-left: 1em;
}
#mediaManager {
  width: 50%;
  margin: 0.2em;
  padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
  text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
  color: #ff0000;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
  list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
  margin: 0;
  padding: 0.2em 0em;
}
.totalBox {
  width: 5.5em;
  text-align: right;
  padding: 0.2em;
}
.lineTitle, .amount {
  text-align: right;
  padding: 0.2em;
}
.amount {
  width: 5.5em;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
  margin: 0em 1em 1em 0em ;
}
.categoryIcon {
  }
#cartImage {
  margin: 0.5em 1em;
}
/*Attributes*/
.attribImg {
  width: 20%;
  margin: 0.3em 0em;
}
.attributesComments {
  }
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
  margin: 1em 0em;
}
/*sideboxes*/
.columnLeft {
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 200px;
  float: left;
}
.leftBoxHeading {
  margin: 0em;
  padding: 10px 0px 0px;
  background-image: url(../images/rightbox_heading_bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 24px;
  color: #FFFFFF;
  font-weight: bold;
}
.leftBoxContainer, .rightBoxContainer {
  padding: 0px;
  margin: 0px 0px 10px;
}
.sideBoxContent {
  background-color: #ffffff;
  padding: 0.4em;
  border: 1px solid #CCCCCC;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  line-height: 130%;
}
.rightBoxHeading, .rightBoxHeading a {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.rightBoxHeading {
  margin: 0em;
  padding: 10px 0px 0px;
  background-image: url(../images/rightbox_heading_bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 24px;
}
.leftBoxHeading a {
  color: #FFFFFF;
}
.leftBoxHeading a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.rightBoxHeading a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.rightBoxContent {
  background-color: #ffffff;
  margin-bottom: 1em;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
  text-align: center;
}
.centeredContent {
  margin-bottom: 10px;
}
#bestsellers .wrapper {
  margin: 0em;
  padding: 0px;
  text-align: left;
}
#bestsellers ol {
  padding: 0;
  margin: 0.1em;
}
#bestsellers li {
  padding: 0;
  margin: 0.2em 0em 0.2em 0em;
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 12px;
}
#bannerboxHeading {
  background-color: #0000CC;
}
#upProductsHeading {
  text-align: left;
}
#upDateHeading {
  text-align: right;
}
/*misc*/
.back {
  float: left;
}
.forward {
  float: right;
}
.bold {
  font-weight: bold;
}
.rowOdd {
  background-color: #E8E8E8;
  height: 1.5em;
  vertical-align: top;
}
.rowEven {
  background-color: #F0F0F0;
  height: 1.5em;
  vertical-align: top;
}
CAPTION {
  /*display: none;
*/
	}
#myAccountGen li, #myAccountNotify li {
  margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
  width: 20%;
  text-align: right;
/*vertical-align: top*/
	}
.accountQuantityDisplay {
  width: 10%;
  vertical-align: top
	;
}
TR.tableHeading {
  background-color: #cacaca;
  height: 2em;
}
#siteMapList {
  width: 90%;
  float: right;
}
.ratingRow {
  margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
  font-weight: normal;
  margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
  background-color: #ffffff;
}
a {
  color: #3300FF;
}
th.productListing-heading {
  }
tr.productListing-odd {
  }
tr.productListing-even {
  }
td.productListing-data {
  }
  
.toppage_category_wrapper {
  padding: 0px;
  width: 568px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  vertical-align: top;
  border: 1px solid #CCCCCC;
}
.toppage_category_wrapper:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.toppage_category_wrapper {
  min-height: 1px;
}

* html .toppage_category_wrapper {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.toppage_category_wrapper h3 {
  font-size: 12px;
  font-weight: bold;
  background-image: url(../images/categorytitle_bg.gif);
  background-repeat: repeat-x;
  text-align: left;
  text-indent: 10px;
  margin: 0px;
  height: 19px;
  padding-top: 9px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
  vertical-align: top;
}
.toppage_category_container {
  padding: 0px;
  margin-top: 0px;
  vertical-align: top;
}
.toppage_category_image {
  margin: 0px;
  padding: 5px;
  width: 120px;
  float: left;
}
.toppage_category_list {
  text-align: left;
  vertical-align: top;
  width: 430px;
  margin: 0px;
  padding: 0px;
  letter-spacing : 2px;
  float: right;
}
.toppage_category_list p {
  text-align: left;
  vertical-align: top;
  padding: 3px;
}
.toppage_category_list2 {
  text-align: left;
  vertical-align: top;
  width: 140px;
  margin: 0px;
  padding: 0px;
  letter-spacing : 2px;
  float: right;
}
.toppage_category_list2 p {
  text-align: left;
  vertical-align: top;
  padding: 3px;
}
.toppage_category_wrapper2 {
  padding: 0px;
  width: 568px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  vertical-align: top;
}
.toppage_category_wrapper2:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.toppage_category_wrapper2 {
  min-height: 1px;
}

* html .toppage_category_wrapper2 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.toppage_category_wrapperL {
  padding: 0px;
  width: 275px;
  margin: 0px;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  float: left;
}
.toppage_category_wrapperR {
  padding: 0px;
  width: 275px;
  margin: 0px;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  float: right;
}
.toppage_category_wrapperL h3,.toppage_category_wrapperR h3 {
  font-size: 12px;
  font-weight: bold;
  background-image: url(../images/categorytitle_bg.gif);
  background-repeat: repeat-x;
  text-align: left;
  text-indent: 10px;
  margin: 0px;
  height: 19px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  vertical-align: top;
}
td.category_space {
  margin: 0px;
  padding: 0px;
  width: 10px;
}
#productName {
  font-size: 16px;
  font-weight: bold;
  margin-bottom : 20px;
}
#productPrices {
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  text-align: right;
}
.itemTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.itemprice {
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  text-align: right;
}
.listingDescription {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
}
TD.productListing-data {
  padding-bottom: 20px;
  vertical-align: top;
  padding-top : 10px;
}
#checkoutShippingHeadingMethod, #checkoutShippingHeadingAddress, #checkoutPaymentHeadingAddress, #checkoutConfirmDefaultBillingAddress, #checkoutConfirmDefaultHeadingComments, #checkoutConfirmDefaultHeadingCart, #cartDefaultHeading {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 5px;
  padding: 4px;
}
h3.linkTitle {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px 0px;
  padding: 0px 0px 2px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
}
.linkComment {
  margin: 0px 0px 10px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 130%;
}
.howtoTitle {
  margin: 0px;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
.howtoImage {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  line-height: 130%;
}
<!--
#productDetailsList{
  font-size : 12px;
}
-->
<!--
#listCell0-1{
  padding-bottom : 20px;
}
-->


#linkWrapper {
  padding: 0px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}
#linkWrapper h1 {
  padding: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
#linkContainer {
  padding: 0px;
  margin: 0px;
}
