/**
 * 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_new.css 3688 2006-06-02 00:12:18Z drbyte $
 */

/*
-------------------------------------------------------
基本スタイルシート
制作者：神田 由香
作成日：2010年02月15日
更新日：2010年02月17日
-------------------------------------------------------
目次：

「＝1、＝2、＝3などで検索をかけると指定の場所に移動します」

0. Reset Reloaded(YuiリセットCSSを元にした日本語対応版)
1. リンク色や全体のレイアウト要素
2. ヘッダー
3. メイン部分
4. サイドカラム(左)
5. サイドカラム(右)
6. フッター
7. その他 ハックなど
------------------------------------------------------- */
/* 0. Reset Reloaded
------------------------------------------------------- */
html, body, div, /*span,*/ applet, object, iframe,
h1, h2, h3, /*h4, h5, h6,*/ p, blockquote, pre,
a, abbr, acronym, address, /*big,*/ cite, code,
del, dfn, /*em, font,*/ img, ins, kbd, q, s, samp,
/*small,*/ strike, /*strong,*/ sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #2e2a22;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	/**/
    font-size: 100%;
	background-color: #fdfdfc;
	background-image: url(../images/top_talling.gif);    /**/
}
/*
文字サイズの指定
標準：	font-size: 82%;
大きめ：font-size: 94%;
小さめ：font-size: 69%;

line-heightの指定（標準用）

	ボディテキスト用：標準
	line-height: 137%;

    キャプション用：狭い
    line-height: 126%;

    リード用：広い
    line-height: 157%;

line-heightの指定（大きめ用）

    ボディテキスト用：標準
    line-height: 146%;

    キャプション用：狭い
    line-height: 137%;

    リード用：広い
    line-height: 163%;

line-heightの指定（小さめ用）

    ボディテキスト用：標準
    line-height: 138%;

    キャプション用：狭い
    line-height: 126%;

    リード用：広い
    line-height: 162%;
*/
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* append markup */
html {
	overflow: scroll;
}
body {
	text-align: center;
}
img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover *{
 filter: alpha(opacity=75);
 -moz-opacity:0.75;
 opacity:0.75;
}

.clear { clear: both; }

.fontpinkbig { color: #ef1666; font-size: 1.3em; font-weight: bold; }

/* ＝2. ヘッダー
------------------------------------------------------- */

#header {
	width: 1000px;
	height: 105px;
	margin: 1.5em auto 10px auto;
	background: url(../images/header-logo-liebe.png) no-repeat top right;
}

h1 {
	float: left;
	width: 310px;
	height: 60px;
	text-indent: -10000em;
	margin: 10px 0 0 0;
}

h1 a {
	display: block;
	width: 310px;
	height: 60px;
	background: url(../images/header-home.png) no-repeat;
}

#header-login {font-size:10px; float:left; line-height:15px; margin: 15px 0 0 20px; }

ul#header-nav {
	float: left;
	width: 690px;
	height: 40px;
}

ul#header-nav li.link1, ul#header-nav li.link2 {
	float: left;
	width: 207px;
	height: 40px;
}

ul#header-nav li.link3, ul#header-nav li.link4 {
	float: left;
	width: 138px;
	height: 40px;
}

ul#header-nav li.link1 a, ul#header-nav li.link2 a {
	float: left;
	width: 207px;
	height: 40px;
	text-indent: -10000em;
}

ul#header-nav li.link3 a, ul#header-nav li.link4 a {
	float: left;
	width: 138px;
	height: 40px;
	text-indent: -10000em;
}

ul#header-nav li.link1 a { background: url(../images/header-nav_01.png) no-repeat; }
ul#header-nav li.link2 a { background: url(../images/header-nav_02.png) no-repeat; }
ul#header-nav li.link3 a { background: url(../images/header-nav_03.png) no-repeat; }
ul#header-nav li.link4 a { background: url(../images/header-nav_04.png) no-repeat; }
ul#header-nav li.none a { width: 0; height: 0; margin: 0; padding: 0; text-indent: -10000em; }

ul#header-nav li a:hover { filter: alpha(opacity=75); -moz-opacity:0.75; opacity:0.75;}
ul#header-nav li.link1 a:hover { background: url(../images/header-nav_01.png) no-repeat; }
ul#header-nav li.link2 a:hover { background: url(../images/header-nav_02.png) no-repeat; }
ul#header-nav li.link3 a:hover { background: url(../images/header-nav_03.png) no-repeat; }
ul#header-nav li.link4 a:hover { background: url(../images/header-nav_04.png) no-repeat; }
ul#header-nav li.none a { width: 0; height: 0; margin: 0; padding: 0; text-indent: -10000em; }

#textnav {
	width: 1000px;
	height: 35px;
	background: url(../images/header-textnav-bg.png) no-repeat;
	font-size: 12px;
}

#textnav p {
	float: left;
	padding-left: 50px;
	color: #fff;
	text-align: center;
}

#textnav ul {
	text-align: right;
}

#textnav ul li {
	display: inline-block;
	padding-right: 1em;
	/display: inline;
	/zoom: 1;
}

#textnav ul li a {
	display: block;
	padding: 12px 0.2em 0 0.2em;
	color: #d4bf92;
	text-decoration: none;
}

#textnav ul li a:hover { color: #fff; }


/* ＝3. メイン
------------------------------------------------------- */

#wrapper {
	width: 1000px;
	margin: 0 auto 2em auto;
	font-size: 82%;
    line-height: 126%;
	text-align: left;
}

#column-container {
	width: 800px;
	float: left;
}

#column-main {
	overflow: hidden;
	float: right;
	width: 600px;
	background: #a7ce1f;
	/* 角丸の枠(S) */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border: 10px #a7ce1f solid;     /* 太さ、色・*/
	/* 角丸の枠(E) */
}

#column-main table tbody tr td table tbody tr td {
	padding-top: 10px;
}

.centerColumn {
	width: 590px;
	margin: 0;
	padding: 0;
	background: #fff;
	/* 角丸の枠(S) */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border: 5px #fff solid;     /* 太さ、色・*/
	/* 角丸の枠(E) */
	/* モダンブラウザ向けclearfix(S) */
    overflow: hidden;
    zoom: 1; /* IE */
	/* モダンブラウザ向けclearfix(E) */
}

#column-main, #column-main table tr th, #column-main table tr td {
	line-height: 1.5em;
}

#column-main h1 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#column-main p {
	margin: 0 0 1em 0;
}

#navBreadCrumb { color: #2e2a22; }
#navBreadCrumb a, #navBreadCrumb a:link, #navBreadCrumb a:visited { color: #2e2a22; text-decoration: underline; }
#navBreadCrumb a:hover, #navBreadCrumb a:active { color: #484330; text-decoration: underline; }

h2#indexCategoriesHeading{
	padding: 10px 10px 5px 10px;
	/* 角丸の枠(S) */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius-topleft: 10px;    /* Firefox */
	-moz-border-radius-topright: 10px;    /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari,Chrome */
	-webkit-border-top-right-radius: 10px; /* Safari,Chrome */
	border-top: 1px #a7ce1f solid;     /* 太さ、色・*/
	border-right: 1px #a7ce1f solid;     /* 太さ、色・*/
	border-left: 1px #a7ce1f solid;     /* 太さ、色・*/
	/* 角丸の枠(E) */
	font-size: 12px;
	font-weight: normal;
}

h2.greeting {
	margin-bottom: 1em;
	padding: 5px 10px 10px 10px;
	/* 角丸の枠(S) */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius-bottomleft: 10px;    /* Firefox */
	-moz-border-radius-bottomright: 10px;    /* Firefox */
	-webkit-border-bottom-left-radius: 10px; /* Safari,Chrome */
	-webkit-border-bottom-right-radius: 10px; /* Safari,Chrome */
	border-right: 1px #a7ce1f solid;     /* 太さ、色・*/
	border-bottom: 1px #a7ce1f solid;     /* 太さ、色・*/
	border-left: 1px #a7ce1f solid;     /* 太さ、色・*/
	/* 角丸の枠(E) */
	font-size: 12px;
	font-weight: normal;
}

.centerBoxWrapper {
	clear: both;
	/* 角丸の枠(S) */
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border: 1px #a7ce1f solid;     /* 太さ、色・*/
	/* 角丸の枠(E) */
	margin: 1em 0;
	/* モダンブラウザ向けclearfix(S) */
    overflow: hidden;
    zoom: 1; /* IE */
	/* モダンブラウザ向けclearfix(E) */
}

h2.centerBoxHeading {
	background: #a7ce1f;
	/* 角丸の枠(S) */
	border-radius: 9px;         /* CSS3 */
	-moz-border-radius-topleft: 9px;    /* Firefox */
	-moz-border-radius-topright: 9px;    /* Firefox */
	-webkit-border-top-left-radius: 9px; /* Safari,Chrome */
	-webkit-border-top-right-radius: 9px; /* Safari,Chrome */
	border: 1px #a7ce1f solid;     /* 太さ、色・*/
	/* 角丸の枠(E) */
	color: #484330;
}

#productsListingTopNumber, #productsListingListingTopLinks, #productsListingBottomNumber, #productsListingListingBottomLinks { margin-bottom: 1.5em; }
#productsListingListingTopLinks a, #productsListingListingTopLinks a:link, #productsListingListingTopLinks a:visited, #productsListingListingBottomLinks a, #productsListingListingBottomLinks a:link, #productsListingListingBottomLinks a:visited { color: #2e2a22; }
#productsListingListingTopLinks a:hover, #productsListingListingTopLinks a:active, #productsListingListingBottomLinks a:hover, #productsListingListingBottomLinks a:active { color: #f36; }

/* 本当は削除したい(S) */
#indexProductListCatDescription table tr td,
#indexProductListCatDescription table tr td img {
	vertical-align: top;
}
/* 本当は削除したい(E) */


/* ＝4. サイドカラム(左)
------------------------------------------------------- */

#column-left {
	overflow: hidden;
	float: left;
	width: 170px;
}


#navColumn, #navColumnOne {
	padding: 0;
	border: none;
}

.leftbox {
	margin: 0 0 1em 0;
}

#categories-heading-td {
	height: 38px;
	background: url(../images/side-categories-heading-td.png);
	text-align: center;
	color: #fff;
}

#categories-content {
	background: url(../images/side-categories-content.png) top left no-repeat #484330;
	color: #fff;
}

#categories-footer {
	background: #484330;
}

#categories-content { color: #fdf98d; }
#categories-content a { line-height: 1.6em; }
#categories-content a.category-top:hover, #categories-content a.category-subs:hover, #categories-content a.category-products:hover, #categories-content a.category-subs-selected { color: #fff; }
#categories-content a.category-top { color: #fdf98d; }
#categories-content a.category-subs { color: #d4bf92; }
#categories-content a.category-products { color: #d4bf92; }
#categories-content span.category-subs-parent { font-weight:bold; }
#categories-content span.category-subs-parent, #categories-content span.category-subs-selected { color: #9C3; }

.leftboxheading {
	height: 31px;
	background: url(../images/side-ezpages-heading-td.png);
	vertical-align: middle;
	text-align: center;
	color: #484330;
}

.leftboxcontent {
	background: url(../images/side-ezpages-content.png) repeat-y;
}

.leftboxfooter {
	background: url(../images/side-ezpages-footer.png) bottom left no-repeat;
}

#ezpages-content a, #information-content a, #documentcategories-content a, #moreinformation-content a { color: #484330; line-height: 1.6em; }
#ezpages-content a:hover, #information-content a:hover, #documentcategories-content a:hover, #moreinformation-content a:hover { color: #f36; }

#catBoxDivider { margin-bottom: 1em; }

.leftboxcontent ul li {
	background:  url(../images/side-icon_02.png) center left no-repeat; padding-left: 16px;
}

a.category-links, a.category-links:link, a.category-links:visited { color: #fff; background: url(../images/side-icon_01.png) center left no-repeat; padding-left: 16px;  }
a.category-links:hover, a.category-links:active { color: #d4df92; }

#bannerboxall-heading-td {
	background: url(../images/side-bannerbox2-heading-td.png) no-repeat;
	color: #fff;
}

#bannerboxall-heading-td a, #bannerboxall-heading-td a:link, #bannerboxall-heading-td a:visited { color: #fff; }
#bannerboxall-heading-td a:hover, #bannerboxall-heading-td a:active { color: #484330; }


/* ＝5. サイドカラム(右)
------------------------------------------------------- */

#column-right {
	overflow: hidden;
	float: right;
	width: 190px;
/*	font-size: 82%;
    line-height: 126%;*/
}

.rightbox {
	margin: 0 0 1em 0;
}

.rightboxheading {
	height: 38px;
	background: url(../images/side-search-heading-td.png);
	vertical-align: middle;
	text-align: center;
	color: #484330;
}

.rightboxcontent {
	background: url(../images/side-search-content.png) repeat-y;
}

.rightboxfooter {
	background: url(../images/side-search-footer.png) bottom left no-repeat;
}

.rightboxheading, .rightboxheading a, .rightboxheading a:link, .rightboxheading a:visited { color: #484330;}
.rightboxheading a:hover, .rightboxheading a:active { color: #484330; }


/* ＝6. フッター
------------------------------------------------------- */
#navSuppWrapper, #navCatTabsWrapper, #siteinfoIP, #bannerFive, #siteinfoLegal {
	clear: both;
	width: 100%;
	padding: 0.5em 0;
	background: #2a261e;
	text-align: center;
	font-size: 82%;
    line-height: 126%;
	color: #9a9a9a;
}

#navCatTabsWrapper #navCatTabs {
	width: 1000px;
	margin: 0 auto;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#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: 0em 0.5em;
	margin: 0;
	color: #9a9a9a;
}


/* ＝7. ハックなど
------------------------------------------------------- */

.clearfix:after{	/* ブロック要素 */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}

	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	.clearfix {display: block; }
	/* End hide from IE-mac */


a:hover img.linkselect {	/* 画像マウスオンでフィルタをかけます */
	filter: alpha (opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}



/* stylesheer_liebe
------------------------------------------------------- */


a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	/*color: #3300FF;*/
	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: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h3 {
	font-size: 1.3em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
}

.biggerText {
	font-size: 1.2em;
	}

h3, h4, h5, h6 {
	margin: 0.3em;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA {
	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.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	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;
	}
/*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;
	}


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.cartTableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

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

.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 {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.productListing-rowheading {
	margin: 0em;
	background-image: url(../images/tile_back.jpg);
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
	}
.tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	border: 1px solid #9a9a9a;
	margin-bottom: 1em;
	}

.sideBoxContent {
	padding: 0.5em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .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;
}

#productsListingTopNumber, #productsListingBottomNumber, #productsListingListingTopLinks, #productsListingListingBottomLinks {
	padding: 0 1em;
}

.centerBoxContentsProducts {
	padding-top: 0.5em;
	background: url(../images/productsListing-bg.png) no-repeat top right;
	line-height: 105%;
}

.centerBoxContentsProducts h3.itemTitle {
	font-size: 12px;
	line-height: 14px;
}

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



/* stylesheer_liebe にオーバーライド
------------------------------------------------------- */

/*add 2006/06/01*/

.centerboxheading, .singleboxheading {
  /*background-color: #abbbd3;*/
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  height: 20px;
  padding-left: 0px;
}

td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

TR.centerboxheading, TR.singleboxheading {
  background: #2a261e;
 /* background-image: url(../images/tile_back.jpg);*/
}

.centerboxcontent, .singleboxcontent {
  line-height: 125%;
  /*border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;*/
}

.centerboxfooter, .singleboxfooter {
  background-color: #2a261e;
  margin: 0 0 1em 0;
  /*background-image: url(../images/tile_back.gif);*/
}
/*add 2006/5/31*/

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: 0;
}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
