/**
 * 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 $
 */

@charset "utf-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #f6f8fa;
	background-image: url(bg00.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* 伸縮自在レイアウトに関するヒント
1. 伸縮自在レイアウトの全体的なサイズはユーザーの初期設定のフォントサイズに基づいて設定されるため、伸縮自在レイアウトの表示を予測することは困難です。伸縮自在レイアウトでは行の長さの割合が維持されるため、伸縮自在レイアウトは、適切に使用すれば、大きいフォントサイズを使用する必要がある場合に便利です。
2. このレイアウトの div のサイズは、body エレメントの 100% のフォントサイズに基づいて設定されます。body エレメントまたは #container の font-size: 80% を使用して全体のテキストサイズを小さくすると、レイアウト全体のサイズが比例して小さくなります。これを補正するには、必要に応じて、div の幅を大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#sidebar1 のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
*/
.oneColElsCtrHdr #container {
	width: 950px;  /* テキストがブラウザの初期設定のフォントサイズのままである場合は、この幅により、800px のブラウザウィンドウに収まるコンテナが設定されます */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #DFDFDF;
}
.oneColElsCtrHdr #header {
	padding: 0;
	float: left;
	width: 950px;
	height: 279px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 18px;
	margin: 0px;
	width: 932px;
}
.oneColElsCtrHdr #footer {
	background-image: url(footerbackg.jpg);
	background-repeat: repeat-x;
	height: 63px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 950px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}.mark {
	float: left;
	width: 350px;
	height: 65px;
}
.toppic {
	float: left;
	height: 214px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#leftside {
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 209px;
	background-color: #FFF;
}
.leftmenu {
	float: left;
	width: 209px;
	background-image: url(zuo_up.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	background-position: left top;
	margin: 0px;
}
.leftbannar {
	background-image: url(zuobannar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 384px;
	width: 194px;
	padding-top: 17px;
	padding-left: 15px;
}
#mainbox {
	float: left;
	width: 690px;
}
.rightside {
	float: left;
	width: 15px;
	height: auto;
	background-color: #FFF;
}
.shininbox {
	float: left;
	width: 689px;

	background-image: url(xitiao.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1px;
}
.rightup {
	background-image: url(youup.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 15px;
	height: 483px;
}
.rightdown {
	float: left;
	height: 401px;
	width: 15px;
	background-image: url(youdown.jpg);
	background-repeat: no-repeat;
}
#mainbox table tr h2 {
	font-size: 15px;
	font-family: "ＭＳ 明朝";
	color: #8b5303;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
.shinintitle {
	background-image: url(boxtitle.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 669px;
	margin: 0px 0px 10px 0px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.shinincontents {
	float: left;
	width: 600px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック";
}

.copyright {
	float: left;
	width: 398px;
	height: 63px;
	background-image: url(copyright.jpg);
	background-repeat: no-repeat;
}
.footlogo {
	float: right;
	height: 63px;
	width: 32px;
}
.left_navi {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	width: 198px;
}
.shininbar {
	float: left;
	width: 194px;
	padding-bottom: 12px;
}
.topnavi {
	float: right;
	width: 420px;
	text-align: right;
	height: 65px;
}
.footnavi {
	float: left;
	width: 484px;
	text-align: right;
}
.shininbox table {
}
.headerup {
	float: left;
	width: 950px;
	background-image: url(top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #593E23;
	height: 65px;
}
.left_navi ul {
	padding: 0px;
	width: 198px;
	float: left;
	margin: 0px;
}
.left_navi ul li {
	list-style-type: none;
	float: left;
	width: 198px;
}
.left_navi ul li a {
	display: block;
	height: 36px;
	width: 188px;
	padding-top: 20px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
}

.left_navi a:link, 
.left_navi a:visited {
	background-image: url(buttum.jpg);
	background-repeat: no-repeat;
}
.left_navi a:hover {
	background-image: url(buttum_.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #003399;
	text-decoration: none;
	}
 
a:visited {
	color: #003399;
	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: #890C08;
	text-decoration: underline;
	}

a:active {
	color: #009;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	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;
	}

#logo {
	padding: 0;
	margin: 0;
	background: #fff;
	height: 66px;
	}

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;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

#topWrapper {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100% !important;
	float: left;
	background: #fff;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 914px;
	vertical-align: top;
	margin: 0 auto;
	padding: 0;
	clear: both;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
	margin: 0;
	padding: 0;
	width: 914px;
	float: left;
	}

#logoWrapper {
	margin: 0;
	padding: 0;
	position: relative;
	top: 25px;
	}

#headerWrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}

* html #headerWrapper {
	width: 801px;
	}

div#eznavibar {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	clear: both;
	} 

#tagline {
	color:#000;
	font-size: 1em;
	text-align : right;
	vertical-align: middle;
	padding-bottom: 10px;
	}

#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;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background: #eee;
	font-weight: bold;
	color: #333;
	height: 1%;
	width: 800px;
	clear: both;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}

#navMainWrapper {
	margin: 0;
	font-weight: bold;
	color: #333;
	height: 1%;
	padding-right: 10px;
	}

div#navMain {
	float:left;
	text-align:right;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	}

#navMain ul {
	width: 690px;
	font-size:11px;
	line-height: 2em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: normal;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #666;
	}

#navMain ul li {
	border-right: 1px solid #ccc;
	display: block;
	float: right;
	}

#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 {
	background: #cc9900;
	}

#navEZPagesTop {
	background: #eee;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 0.95em;
	font-weight: bold;
	width: 100%;
	}

#navEZPagesTop ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#navEZPagesTop li {
	display: block;
	background: #eee;
	padding: 0 15px 0 5px;
	line-height: 20px;
	float: left;
	margin: 0;
	white-space:nowrap;
	}

#navBreadCrumb {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	clear: both;
	}

#navColumnOne {
	background: #fff;
	float: left;
	}

#navColumnTwo {
	background: #fff;
	float: left;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.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;
	}

.centerColumn {
	width: 670px;
	margin: 0 0 0 10px;
	text-align: left;
	}

.smallText, #siteinfoCredits, #siteinfoStatus {
	font-size: 0.9em;
	}

/*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: #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 {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #333;
	text-align: left;
	padding: 5px 0 0 5px;
	}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.centerBoxHeading {
	margin: 0em;
	background: #996666;
	padding: 0;
	line-height: 1.5em;
	color: #fff;
	}

.leftBoxContainer {
	border-top: 5px solid #8DB8B7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
	}

.rightBoxContainer {
	border-top: 5px solid #F2DDA6;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
	background: #F5F5F5;
	}

.sideBoxContent {
	padding: 0.4em;
	font-size: 1.1em;
	}

#categories a {
 	background: url(../box_icon1.gif) no-repeat left top;
	padding-left: 15px;
	margin: 5px 0;
	line-height: 1.5em;
	}

h3.leftBoxHeading a:hover {
	color: #890C08;
	text-decoration: underline;
	} 

h3.rightBoxHeading a:hover {
	color: #890C08;
	text-decoration: underline;
	}

.rightBoxContent {
	background: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .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;
	}

#siteinfoLegal {
	font-size: 0.9em;
	text-align: center;
	background: #eee;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}

#siteinfoIP {
	text-align: center;
	background: #eee;
	font-size: 0.9em;
	padding-bottom: 5px;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: left;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background: #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: #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: #ffffff;
	}

div#mainarea {
	width: 800px;
	margin: 0 auto;
	}

div#centerOuterBorder {
	float: left;
	text-align: center;
	width: 599px;
	}

* html table {
	font-size: 1.2em;
	}

div#naviWrapper {
	background: #DDE6D9;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 800px;
	}

div#headerinner {
	float: left;
	}

div.navilanguages {
	float: right;
	width: 200px;
	border-right: 1px dotted #000000;
	line-height: 25px;
	}

div.navMainSearch {
	float: right;
	width: 250px;
	border-right: 1px dotted #000000;
	line-height: 25px;
	}

 div.navicurrencies {
	float: right;
	width: 200px;
	line-height: 25px;
	}

span.navi_text {
	font-size: 1.2em;
	padding: 0 5px 0 0;
	line-height: 25px;
	}

/*-------add---------*/
#information {
	background: #ffffed;
}

.littlefont {  font-family: 明朝; font-size: 10px}
.smallfont {  font-family: 明朝; font-size: 9pt; line-height:140%;}
.middlefont {  font-family: 明朝; font-size: 10.8pt; line-height:130%;}
.bigfont {  font-family: 明朝; font-size: 11.8pt; line-height:140%;}
.largefont {  font-family: 明朝; font-size: 14pt}

.productListing-odd {
	background-color: #F5F5F5;
}

.productListing-even {
	background-color: #FFFFFF;
}
