@charset "EUC-JP";


/* Global
-----------------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, var, b, i, th { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
a, u { text-decoration: none; }

body {
	font: 100%/1.4 "Lucida Grande", "Arial", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	background: #9DC458 url(/shop/includes/templates/classic/images/bg-body.gif) 0 0 repeat-x;
	color: #555555;
}
/*
html>body { font-size: 11px; }
*/
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 125%; }
h4 { font-size: 125%; color: #999999; }
h5 { font-size: 100%; color: #333333; }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

p {
	padding-bottom: 0.5em;
	color: #777777;
}

code {
	padding: 0 0.5em;
	background-color: #E1E1E1;
}
pre { padding: 1.0em; }
pre code {
	padding: 1.0em;
	display: block;
	overflow: auto;
}

img { vertical-align: middle; }

a { text-decoration: none; }
a:link { color: #FF6600; }
a:visited { color: #FF6600; }
a:hover,
a:active {
	color: #FF6600;
	text-decoration: underline;
}
a img {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

address { padding: 0; }

blockquote { margin: 1.5em; }
blockquote p {
	padding-left: 1.0em;
	border-left: 3px solid #3D2C4B;
}

ul { list-style: none; }
ol,
ul.ds,
ul.cc,
ul.sq,
ul.dc,
ul.lr,
ul.ur,
ul.la,
ul.ua { margin-left: 1.7em; }
ul.ds { list-style-type: disc; }		/* ● */
ul.cc { list-style-type: circle; }		/* ○ */
ul.sq { list-style-type: square; }		/* ■ */
ul.dc { list-style-type: decimal; }		/* 数字 */
ul.lr { list-style-type: lower-roman; }	/* ローマ数字小文字 */
ul.ur { list-style-type: upper-roman; }	/* ローマ数字大文字 */
ul.la { list-style-type: lower-alpha; }	/* アルファベット小文字 */
ul.ua { list-style-type: upper-alpha; }	/* アルファベット大文字 */
ol li,
ul li {
	padding: 0.3em 0;
	line-height: 1.2em;
	vertical-align: middle;
}
li, dt, dd { font-size: 100%; }
ul li.arrow {
	line-height: 1.6em;
	padding-left: 16px;
	font-size: 90%;
	background: url(/shop/includes/templates/classic/images/img-arrow.gif) 0 50% no-repeat;
}

form {}
form span {
	display: block;
	margin-bottom: 10px;
}
span input,
span textarea,
span select {
	padding: 2px;
	background-color: #F5F5F5;
	font-family: "Lucida Grande", "Arial", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
/*\*//*/
	font-family: "Lucida Grande", "Arial", "\30D2\30E9\30AE\30CE\20Pro\20W3", "HiraKakuPro-W3", "Osaka", "Meiryo", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", sans-serif;
/**/
	font-size: 90%;
	color: #333333;
	border: 1px solid #AAAAAA;
}
span textarea {
	margin-bottom: 10px;
	padding: 2px 0;
	height: 160px;
}
span input:focus,
span textarea:focus,
span select:focus { background-color: #CCFF99; }
.checkbox {
	width: 12px;
	height: 12px;
}
label {
	display: block;
	font-size: 100%;
}
legend { display: none; }

hr {
	margin: 0.5em 0;
	height: 1px;
	border: none;
	border-bottom: 1px solid #75AD24;
}
hr.gray { border-color: #AAAAAA; }

.float-l { float: left; }
.float-r { float: right; }
.clear {
	clear: both;
	height: 0;
}
.hide { display: none; }
.section {
	clear: both;
	height: 40px;
}
.half-section {
	clear: both;
	height: 20px;
}

.large { font-size: 110%; }
.small { font-size: 85%; }

.thumb,
.thumb-l,
.thumb-r { margin-bottom: 0.5em; }
.thumb-l {
	float: left;
	margin-right: 0.5em;
}
.thumb-r {
	float: right;
	margin-left: 0.5em;
}

.character-size {
	margin-left: 10px;
	vertical-align: middle;
}

/* フォントカラー */
.red { color: #FF3333; }
.orange { color: #FF6600; }
.blue { color: #0099FF; }
.green { color: #78AC26; }
.gray { color: #333333; }

.alert {
	color: #990000;
	font-weight: bold;
}

/* スモールキャピタル */
.small-capital { font-variant: small-caps; }

/* java-script 有効無効の切り替え ID  */
#disphidden { visibility: hidden; }

/* 非推奨要素の装飾 */
i { font-style: italic; }
strong, b { font-weight: bold; }
s { text-decoration: line-through; }
u { text-decoration: underline; }
i, strong, b, s, u { padding: 0 2px; }


/*　Original 置き換え
-----------------------------------------------------------------------------*/
#mainWrapper {
	margin: 0 auto;
	width: 770px;
	background: transparent url(/shop/includes/templates/classic/images/bg-mainWrapper.gif) 50% 0 repeat-y;
	text-align: left;
	vertical-align: top;
}

.centershop {
	margin: 0 auto;
	width: 748px;
//	width: 748px !important;
}

.header {
	width: 100%;
	height: 115px;
	background: #FFFFFF url(/shop/includes/templates/classic/images/bg-header.gif) 50% 0 no-repeat;
}

.banners { padding: 15px; }

.head-banner { width: 20px; }
#header-logo {
	display: block;
	width: 295px;
	height: 95px;
}
.head-spacer { width: 205px; }
#ja-logo {
	display: none;
	margin-top: 54px;
	width: 150px;
	height: 30px;
}

#indexDefaultMainContent {
	margin-top: -5px;
	width: 100%;
	height: 235px;
	text-align: center;
}

#indexDefaultMainContent h1 {
	font-size: 1px;
	text-indent: -9999px;
}

.larger {
	font-size: 90%;
	font-weight: bold;
}

#contentMainWrapper {
	margin: 0 auto;
	width: 714px;
}


//.columnLeft { padding: 0 15px 40px; }
.columnLeft {
	float: left;
	padding: 0 0 20px;
	width: 210px;
}

.centerColumn {
	float: right;
	margin: 0;
	padding: 0;
	width: 490px;
}

.sideBoxContent { font-size: 100%; }

.leftbox { width: 100%; }

.leftbox, .rightbox, .centerbox, .singlebox {
	font-size: 90%;
//	margin-bottom: 15px;
	margin-bottom: 5px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
	padding-left: 60px;
	font-size: 1px;
	text-indent: -9999px;
}

tr.leftboxheading, tr.rightboxheading, tr.centerboxheading, tr.singleboxheading { height: 40px; }

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
	padding: 10px 20px 5px;
	background: url(/shop/includes/templates/classic/images/bg-sidebox_content.gif) 50% 0 no-repeat;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
//	margin-bottom: 15px;
	margin-bottom: 5px;
	height: 10px;
	background: url(/shop/includes/templates/classic/images/bg-sidebox_footer.gif) 50% 0 no-repeat;
}

#account-heading-td {
	height: 55px;
	background: url(/shop/includes/templates/classic/images/bg-sidebox_account.gif) 0 0 no-repeat;
}
#categories-heading-td { background: url(/shop/includes/templates/classic/images/bg-sidebox_categories.gif) 0 -5px no-repeat; }
#shoppingcart-heading-td { background: url(/shop/includes/templates/classic/images/bg-sidebox_shoppingcart.gif) 0 -5px no-repeat; }
#bestsellers-heading-td { background: url(/shop/includes/templates/classic/images/bg-sidebox_bestsellers.gif) 0 -5px no-repeat; }
#information-heading-td { background: url(/shop/includes/templates/classic/images/bg-sidebox_information.gif) 0 -5px no-repeat; }

#cartEmptyText {}

.checkboxLabel,
.radioButtonLabel {
	display: inline;
	padding-left: 5px;
}


/*　Footer Styling
-----------------------------------------------------------------------------*/
.footer {
	background-color: #BB9E74;
	color: #FFFFFF;
	text-align: center;
}

.footer h5 {
	padding: 10px 30px;
	color: #A8C061;
	text-align: left;
}

.footertop { text-align: center; }
.footer-information-link,
.footer-information {
	margin: 20px auto 0;
	width: 690px;
	font-size: 85%;
}
.footer-information-link span { padding: 0 0.5em; }
.footer-information-link a:link,
.footer-information-link a:visited,
.footer-information-link a:hover,
.footer-information-link a:active { color: #FFFFFF; }

.footerbottom {}
.footer-information {
	padding-bottom: 10px;
	background: #896646 url(/shop/includes/templates/classic/images/bg-footer_bottom.gif) 0 100% no-repeat;
}

.footer-information_wraper {
	padding: 0;
	width: 690px;
	background: url(/shop/includes/templates/classic/images/bg-footer.gif) 0 0 no-repeat;
}


.footer-calendar {
	float: left;
	display: block;
	width: 375px;
	height: 190px;
}

.footer-shop_info {
	float: right;
	display: block;
	width: 305px;
}

.footer-shop_info ul {
	padding: 10px 30px 0 0;
	text-align: right;
}

.footer-shop_info ul li {
	padding: 0;
	line-height: 1.2em;
}

.footer-shop_info ul li.text-l {
	font-size: 30px;
	line-height: 0.9em;
}
.footer-shop_info ul li.text-l span {
	padding-right: 5px;
	font-size: 11px;
}

.footer-shop_info ul li.text-m {
	padding-top: 0.5em;
	font-size: 16px;
	line-height: 1.4em;
	vertical-align: bottom;
}

#footer-address {
	padding: 25px 0 20px;
	font-size: 11px;
	line-height: 20px;
}

#footer_ja_logo { margin-top: 10px; }
#footer_ja_logo h3 {
	font-size: 1px;
	text-indent: -9999px;
}


/*　Contents Styling
-----------------------------------------------------------------------------*/
#whatsNew { padding-bottom: 20px; }
#featuredProducts h2,
#whatsNew h2 {
	margin: 0 auto;
	width: 485px;
	height: 50px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#featuredProducts h2 { background-image: url(/shop/includes/templates/classic/images/h2-featured_lineup.gif); }
#whatsNew h2 {
	height: 55px;
	background-image: url(/shop/includes/templates/classic/images/h2-new_lineup.gif);
}

/* 特選品 */
.centerBoxContentsFeatured {
	margin: 0;
	width: 244px;
	height: 435px;
}
.centerBoxContentsFeatured a {
	display: block;
	margin: 5px 6px 10px 8px;
	width: 230px;
	height: 420px;
	background: url(/shop/includes/templates/classic/images/bg-lineup_l.gif) 0 0 no-repeat;
}
.centerBoxContentsFeatured a:hover,
.centerBoxContentsFeatured a:active { text-decoration: none; }

.centerBoxContentsFeatured img {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	width: 200px;
	height: 250px;
}
.centerBoxContentsFeatured a .products_name {
	display: block;
	padding: 10px 10px 5px;
	line-height: 1.2em;
}
.centerBoxContentsFeatured a:hover .products_name,
.centerBoxContentsFeatured a:active .products_name { text-decoration: underline; }
.centerBoxContentsFeatured a .products_price {
	display: block;
	padding: 0 10px;
	color: #78AC26;
}

/* おすすめ品 */
.centerBoxContentsNew {
	margin: 0;
	width: 121px;
	height: 223px;
	font-size: 11px;
}
.centerBoxContentsNew a {
	display: block;
	margin: 0 1px 8px 7px;
	width: 113px;
	height: 215px;
	background: url(/shop/includes/templates/classic/images/bg-lineup_s.gif) 0 0 no-repeat;
}
.centerBoxContentsNew a:hover,
.centerBoxContentsNew a:active { text-decoration: none; }

.centerBoxContentsNew a img {
	display: block;
	margin: 0 auto;
	padding-top: 9px; 
	width: 100px;
	height: 125px;
}
.centerBoxContentsNew a .products_name {
	display: block;
	padding: 5px 7px 2px;
	line-height: 1.1em;
}
.centerBoxContentsNew a:hover .products_name,
.centerBoxContentsNew a:active .products_name { text-decoration: underline; }
.centerBoxContentsNew a .products_price {
	display: block;
	padding: 0 7px;
	color: #78ac26;
}


/*　Sidebox Styling
-----------------------------------------------------------------------------*/
#bestsellers-content { padding-left: 12px; }
#bestsellers-content ul {
	margin-left: 0;
	list-style: none;
}
#bestsellers-content ul li {
	padding-left: 24px;
	background-position: 3px 5px;
	background-repeat: no-repeat;
}
#bestsellers-content ul li.rank-1,
#bestsellers-content ul li.rank-2,
#bestsellers-content ul li.rank-3 { background-position: 0 5px; }
#bestsellers-content ul li.rank-1 { background-image: url(/shop/includes/templates/classic/images/img-1.gif); }
#bestsellers-content ul li.rank-2 { background-image: url(/shop/includes/templates/classic/images/img-2.gif); }
#bestsellers-content ul li.rank-3 { background-image: url(/shop/includes/templates/classic/images/img-3.gif); }
#bestsellers-content ul li.rank-4 { background-image: url(/shop/includes/templates/classic/images/img-4.gif); }
#bestsellers-content ul li.rank-5 { background-image: url(/shop/includes/templates/classic/images/img-5.gif); }
#bestsellers-content ul li.rank-6 { background-image: url(/shop/includes/templates/classic/images/img-6.gif); }
#bestsellers-content ul li.rank-7 { background-image: url(/shop/includes/templates/classic/images/img-7.gif); }
#bestsellers-content ul li.rank-8 { background-image: url(/shop/includes/templates/classic/images/img-8.gif); }
#bestsellers-content ul li.rank-9 { background-image: url(/shop/includes/templates/classic/images/img-9.gif); }
#bestsellers-content ul li.rank-10 { background-image: url(/shop/includes/templates/classic/images/img-10.gif); }

#bestsellers-content ul li.rank-1,
#bestsellers-content ul li.rank-2,
#bestsellers-content ul li.rank-3,
#bestsellers-content ul li.rank-4,
#bestsellers-content ul li.rank-5,
#bestsellers-content ul li.rank-6,
#bestsellers-content ul li.rank-7,
#bestsellers-content ul li.rank-8,
#bestsellers-content ul li.rank-9,
#bestsellers-content ul li.rank-10 { zoom:1; }

#bestsellers-content ul li {
	padding-top:0;
	padding-bottom: 0;
	margin-bottom: 0.5em;
}

#bestsellers-content .list-thumbnail_image {
	float: left;
	margin: 0 5px 5px 0;
	width: 40px;
	height: 50px;
}


/*　Warnings, Errors, Messages
-----------------------------------------------------------------------------*/
.messageStackWarning,
.messageStackError,
.messageStackSuccess,
.messageStackCaution {
	line-height: 1.6em;
	padding: 0.2em 0.5em;
	border: 1px solid #FFFFFF;
}
.messageStackWarning,
.messageStackError {
	background-color: #FFCCCC;
	color: #990000;
}
.messageStackSuccess {
	background-color: #CCFF99;
	color: #336600;
}
.messageStackCaution {
	background-color: #FFFF99;
	color: #666600;
}


/* Checkout & Account Styling
-----------------------------------------------------------------------------*/
#btn-wrapper {
	margin: 10px auto 40px;
	width: 360px;
	height: 32px;
}

#account-login,
#checkout,
#account {
	margin: 20px auto;
	width: 710px;
}

#account-login h2,
#checkout h2,
#account h2,
#account-login h3,
#checkout h3,
#account h3 {
	font-size: 1px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#account-login h2,
#checkout h2,
#account h2 { height: 60px; }
h2#h2-login { background-image: url(/shop/includes/templates/classic/images/h2-login.gif); }
h2#h2-logoff { background-image: url(/shop/includes/templates/classic/images/h2-logoff.gif); height: 40px; }
h2#h2-policy { background-image: url(/shop/includes/templates/classic/images/h2-policy.gif); }
h2#h2-shopping_cart { background-image: url(/shop/includes/templates/classic/images/h2-shopping_cart.gif); height: 40px; }
h2#h2-checkout_shipping { background-image: url(/shop/includes/templates/classic/images/h2-checkout_shipping.gif); }
h2#h2-checkout_shipping_address { background-image: url(/shop/includes/templates/classic/images/h2-checkout_shipping_ad.gif); }
h2#h2-checkout_payment { background-image: url(/shop/includes/templates/classic/images/h2-checkout_payment.gif); }
h2#h2-checkout_payment_address { background-image: url(/shop/includes/templates/classic/images/h2-checkout_payment_ad.gif); }
h2#h2-checkout_confirmation { background-image: url(/shop/includes/templates/classic/images/h2-checkout_confirmation.gif); }
h2#h2-checkout_success { background-image: url(/shop/includes/templates/classic/images/h2-checkout_success.gif); }
h2#h2-create_account { background-image: url(/shop/includes/templates/classic/images/h2-create_account.gif); }
h2#h2-success { background-image: url(/shop/includes/templates/classic/images/h2-success.gif); }
h2#h2-mypage { background-image: url(/shop/includes/templates/classic/images/h2-account.gif); height: 40px; }
h2#h2-history { background-image: url(/shop/includes/templates/classic/images/h2-history.gif); }
h2#h2-account_edit { background-image: url(/shop/includes/templates/classic/images/h2-account_edit.gif); }
h2#h2-account_history_info { background-image: url(/shop/includes/templates/classic/images/h2-account_history_info.gif); }
h2#h2-account_password { background-image: url(/shop/includes/templates/classic/images/h2-account_password.gif); }
h2#h2-address_book { background-image: url(/shop/includes/templates/classic/images/h2-address_book.gif); }
h2#h2-add_entry { background-image: url(/shop/includes/templates/classic/images/h2-add_entry.gif); }
h2#h2-modify_entry { background-image: url(/shop/includes/templates/classic/images/h2-modify_entry.gif); }
h2#h2-delete_entry { background-image: url(/shop/includes/templates/classic/images/h2-delete_entry.gif); }
h2#h2-password_forgotten { background-image: url(/shop/includes/templates/classic/images/h2-password_forgotten.gif); }
#account-login h3,
#checkout h3,
#account h3 { height: 25px; }
#checkout h3 { margin-top: 10px; }
h3#h3-member { background-image: url(/shop/includes/templates/classic/images/h3-member.gif); }
h3#h3-regist { background-image: url(/shop/includes/templates/classic/images/h3-regist.gif); }
h3#h3-agreement { background-image: url(/shop/includes/templates/classic/images/h3-agreement.gif); }
h3#h3-policy { background-image: url(/shop/includes/templates/classic/images/h3-policy.gif); }
h3#h3-essentialinfo { background-image: url(/shop/includes/templates/classic/images/h3-essentialinfo.gif); }
h3#h3-account { background-image: url(/shop/includes/templates/classic/images/h3-account.gif); }
h3#h3-history { background-image: url(/shop/includes/templates/classic/images/h3-history.gif); }
h3#h3-content { background-image: url(/shop/includes/templates/classic/images/h3-content.gif); }
h3#h3-order { background-image: url(/shop/includes/templates/classic/images/h3-order.gif); width: 72px; }
h3#h3-order_history { background-image: url(/shop/includes/templates/classic/images/h3-order_history.gif); }
h3#h3-order_comments { background-image: url(/shop/includes/templates/classic/images/h3-order_comments.gif); }
h3#h3-heading_cart { background-image: url(/shop/includes/templates/classic/images/h3-heading_cart.gif); }
h3#h3-address_select { background-image: url(/shop/includes/templates/classic/images/h3-address_select.gif); }
h3#h3-billing_address { background-image: url(/shop/includes/templates/classic/images/h3-billing_address.gif); }
h3#h3-delivery_address { background-image: url(/shop/includes/templates/classic/images/h3-delivery_address.gif); }
h3#h3-shipping_method { background-image: url(/shop/includes/templates/classic/images/h3-shipping_method.gif); }
h3#h3-payment_method { background-image: url(/shop/includes/templates/classic/images/h3-payment_method.gif); }
h3#h3-primary_address_title { background-image: url(/shop/includes/templates/classic/images/h3-primary_address_title.gif); }
h3#h3-address_book_title { background-image: url(/shop/includes/templates/classic/images/h3-address_book_title.gif); }

.half-wide { width: 330px; }

#account-login-wrapper {
	margin: 30px 0 60px;
	height: 100%;
	background: url(/shop/includes/templates/classic/images/img-gray.gif) 50% 0 repeat-y;
}

#account-login form { margin-top: 15px; }

#account-login form label {
	height: 15px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#account-login form label#label-mail { background-image: url(/shop/includes/templates/classic/images/label-mail.gif); }
#account-login form label#label-password { background-image: url(/shop/includes/templates/classic/images/label-password.gif); }

#account-login form span input { width: 200px; }

#account .textarea-policy {
	margin-bottom: 30px;
	width: 100%;
}

#account #btn-disagreement,
#account #btn-agreement {
	margin: 0;
	width: 170px;
	height: 32px;
	vertical-align: top;
}

#account form { margin-top: 15px; }

#account .input-area-s { width: 100px; }
#account .input-area-m { width: 150px; }
#account .input-area-l { width: 300px; }

#account .account-tbl {
	margin: 5px 0 30px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#account .account-tbl th {
	width: 30%;
	padding: 7px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	vertical-align: top;
}
#account .account-tbl td {
	width: 70%;
	padding: 7px 14px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

#account .sample {
	font-size: 90%;
	color: #777777;
}

#account #prevOrders {
	margin-bottom: 10px;
	font-size: 90%;
}

#account h4.order-number {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #82A72F;
}
#account h4.order-number span { padding-left: 5px; }

#account .content { padding-right: 20px; }

#account .frame,
#checkout .frame {
	margin: 5px 0 10px;
	padding: 10px;
	height: 100%;
	border: 1px solid #CCCCCC;
}

#account #myAccountShipInfo,
#account #myAccountPaymentInfo,
#account #myAccountShipInfo,
#account #myAccountPaymentInfo { width: 330px; }

#checkout #progress_bar { margin-bottom: 40px; }

#checkout-wrapper { margin-bottom: 20px; }

#checkout #checkoutOrderTotals {}

#checkout .ccinfo {
	margin: 5px 10px 10px;
	padding: 10px;
	background-color: #EFEFEF;
}

#checkout p#p-complete {
	margin: 10px 0 40px;
	width: 100%;
	height: 85px; 
	text-align: center;
}

#checkout #checkoutSuccessOrderNumber {
	padding: 20px;
	font-size: 30px;
	text-align: center;
}

.btn { margin: 5px 0; }
.breadcrumb-line img {
	margin-left: 3px;
}


/* Listpage Styling
-----------------------------------------------------------------------------*/
#indexProductList,
#newProductsDefault,
#featuredDefault,
#allProductsDefault { margin: 0 0 20px; }
#indexProductList h2 {
	padding: 20px 0 10px;
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	line-height: 1.0em;
}
#indexProductList h2.category_name-hide,
#newProductsDefault h2,
#featuredDefault h2,
#allProductsDefault h2 {
	padding-bottom: 20px;
	height: 40px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#indexProductList h2.category_name-hide {
	padding: 0;
	height: 21px;
}
h2#h2-featured_products { background-image: url(/shop/includes/templates/classic/images/h2-featured_products.gif); }
h2#h2-products_new { background-image: url(/shop/includes/templates/classic/images/h2-products_new.gif); }
h2#h2-products_all { background-image: url(/shop/includes/templates/classic/images/h2-products_all.gif); }

#indexProductList img.category-image { margin-bottom: 10px; }

#indexProductList h3,
#newProductsDefault h3,
#featuredDefault h3,
#allProductsDefault h3 {
	margin: 0 0 10px; 
	font-size: 120%;
}
.productListing-data-l {
	padding: 5px;
	font-size: 90%;
	text-align: center;
	vertical-align: top;
}
.productListing-data-l p { padding-top: 10px; }
.productListing-data-c {
	padding: 5px;
	font-size: 90%;
	text-align: left;
	vertical-align: top;
}
.productListing-data-c p { line-height: 1.2em; }
.productListing-data-r {
	padding: 15px 0 5px 10px;
	width: 90px;
	font-size: 90%;
	vertical-align: top;
}
.productListing-data-r input {
	margin-left: 5px;
	width: 35px;
}

select#disp-order-sorter { width: 150px; }

.price {
	color: #78AC26;
	line-height: 1.2em;
}


/* Products Detail Styling
-----------------------------------------------------------------------------*/
#productGeneral { margin: 20px 0; }

#productGeneral .detail_wraper {
	padding: 0 10px 0 0;
	height: 100%;
}

#productGeneral .productimage {
	float: left;
	padding: 10px 0;
	width: 210px;
	text-align: center;
}

#productGeneral .productdetail {
	float: right;
	width: 250px;
	background-color: #ECFBC8;
	border-top: 5px solid #82A72F;
	border-bottom: 5px solid #82A72F;
}

#productGeneral h2 {
	padding: 20px 8px;
	font-size: 115%;
	font-weight: bold;
	color: #333333;
	line-height: 1.2em;
	border-bottom: 3px solid #82A72F;
}

#productGeneral .productdetail p {
	padding: 10px 8px 20px;
	color: #555555;
	line-height: 1.2em;
}

#productGeneral .productdetail .tag_Data {
	padding: 0 8px 10px 8px;
}
#productGeneral .productdetail .tag_Data ul {}
#productGeneral .productdetail .tag_Data ul li {
	padding: 0.2em 0;
}
#productGeneral .productdetail .tag_Data ul.productprice {
	margin: 0 0 10px 0;
	background-color: #82A72F;
	color: #FFFFFF;
	font-size: 100%;
}
#productGeneral .productdetail .tag_Data ul.productprice li {
	padding: 10px 5px;
	text-align: right;
}

#cartAdd {
	margin: 20px 10px;
	padding: 10px 0;
	background-color: #EEEEEE;
}
#cartAdd .td-quantity {
	width: 230px;
	vertical-align: middle;
}
#cartAdd .quantity p { color: #82A72F; }
#cartAdd .td-quantity span { margin: 0; }
#cartAdd .td-in_cart {
	width: 250px;
	vertical-align: middle;
	text-align: right;
}
#cartAdd .quantity,
#cartAdd .in_cart { padding: 0 20px; }

#productAdditionalImages { padding: 5px 0; }
#productAdditionalImages .additionalImages { margin-top: 5px; }

.products_next_previous-top { margin-bottom: 20px; }
.products_next_previous-top p { display: none; }
.products_next_previous-bottom { margin: 20px 0 40px; }
.products_next_previous-bottom p { color: #82A72F; }


/* PopupWindow Styling
-----------------------------------------------------------------------------*/
#popupImage,
#popupAdditionalImage,
#popupShippingEstimator { background: none; }
#popupShippingEstimator .shippingEstimatorWrapper { padding: 20px; }
#popupShippingEstimator h2 { margin-bottom: 20px; }
#popupShippingEstimator .cartTotalsDisplay { float: left; }
#popupShippingEstimator #cartContentsDisplay {
	margin-top: 20px;
	margin-bottom: 20px;
}
#popupShippingEstimator #cartContentsDisplay td,
#popupShippingEstimator #cartContentsDisplay #seProductsHeading {
	padding-left: 10px;
	padding-right: 10px;
}
#popupShippingEstimator .inputdiv {
	text-align: left;
	margin: 10px 0 0;
}
#popupShippingEstimator .inputdiv .inputLabel {
	width: 3.5em;
	float: left;
}
#popupShippingEstimator .infodiv {
	display: block;
	margin: 20px 0;
}
#popupShippingEstimator .keepTextLeft { text-align:left; }


/* Stamdard Pages Styling
-----------------------------------------------------------------------------*/
.standard_pages {
	float: right;
	margin: 10px 0 20px;
	width: 490px;
}
.standard_pages h2 {
	height: 40px;
	font-size: 1px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
h2#h2-flow { background-image: url(/shop/includes/templates/classic/images/h2-flow.gif); }
h2#h2-shippinginfo { background-image: url(/shop/includes/templates/classic/images/h2-shippinginfo.gif); }
h2#h2-conditions { background-image: url(/shop/includes/templates/classic/images/h2-conditions.gif); }
h2#h2-privacy { background-image: url(/shop/includes/templates/classic/images/h2-privacy.gif); }
h2#h2-page_2 { background-image: url(/shop/includes/templates/classic/images/h2-page_2.gif); }
h2#h2-contact_us { background-image: url(/shop/includes/templates/classic/images/h2-contact_us.gif); }
h2#h2-ssl_check { background-image: url(/shop/includes/templates/classic/images/h2-ssl_check.gif); }
h2#h2-cookie_usage { background-image: url(/shop/includes/templates/classic/images/h2-cookie_usage.gif); }

.standard_pages h3 {
	margin: 20px 0 5px; 
	font-size: 120%;
	font-weight: bold;
}
.standard_pages h3.page-top { margin-top: 0; }
.standard_pages h4 {
	margin: 0 0 5px; 
	font-size: 100%;
	font-weight: bold;
	color: #555555;
}

.standard_pages ul { margin-bottom: 1.0em; }
.standard_pages ul li {
	padding: 0;
	line-height: 1.4em;
}

.standard_pages dl,
.standard_pages dt { margin-bottom: 20px; }
.standard_pages dd { margin-left: 20px; }
.standard_pages th,
.standard_pages td {
	border: 1px solid #CCCCCC;
	padding: 5px 8px;
}
.standard_pages th { background-color: #EEEEEE; }
.standard_pages form { margin-top: 15px; }

.standard_pages .input-area-s { width: 100px; }
.standard_pages .input-area-m { width: 150px; }
.standard_pages .input-area-l { width: 300px; }

.standard_pages .contactUs-tbl,
.standard_pages .lowinfo-tbl {
	margin: 5px auto 30px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.standard_pages .contactUs-tbl th,
.standard_pages .lowinfo-tbl th {
	width: 150px;
	padding: 7px;
	vertical-align: top;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}
.standard_pages .lowinfo-tbl th {
	width: 140px;
	border-right: 1px solid #CCCCCC;
}
.standard_pages .contactUs-tbl td,
.standard_pages .lowinfo-tbl td {
	width: 330px;
	padding: 7px 14px;
	vertical-align: top;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.standard_pages .lowinfo-tbl td { width: 340px; }

.standard_pages .lowinfo-tbl .lowinfo-tbl_inner { width: 320px; }
.standard_pages .lowinfo-tbl .lowinfo-tbl_inner th,
.standard_pages .lowinfo-tbl .lowinfo-tbl_inner td {
	width: auto;
}

.standard_pages textarea#enquiry { width: 90%; }

.standard_pages .sample {
	font-size: 90%;
	color: #777777;
}


/* Calendar Styling
-----------------------------------------------------------------------------*/
.calendar {
	display: block;
	margin-left: 30px;
}
.calendar-table {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #DDDDDD;
}

.calendar-month { font-size: 100%; }

.calendar-next,
.calendar-prev {}

.calendar-cell,
.calendar-cell_empry {
	height: 16px;
	font-size: 1px;
	text-indent: -9999px;
	border: 1px solid #CCCCCC;
}
.calendar-cell { width: 22px; }

.calendar-today { border: 2px solid #F96969; }
.calendar-holiday {}

.calendar-sun { background: url(/shop/includes/templates/classic/images/calendar-sun.gif) 0 0 no-repeat; }
.calendar-mon { background: url(/shop/includes/templates/classic/images/calendar-mon.gif) 0 0 no-repeat; }
.calendar-tue { background: url(/shop/includes/templates/classic/images/calendar-tue.gif) 0 0 no-repeat; }
.calendar-wed { background: url(/shop/includes/templates/classic/images/calendar-wed.gif) 0 0 no-repeat; }
.calendar-thu { background: url(/shop/includes/templates/classic/images/calendar-thu.gif) 0 0 no-repeat; }
.calendar-fri { background: url(/shop/includes/templates/classic/images/calendar-fri.gif) 0 0 no-repeat; }
.calendar-sat { background: url(/shop/includes/templates/classic/images/calendar-sat.gif) 0 0 no-repeat; }
.calendar-day_1 { background: url(/shop/includes/templates/classic/images/calendar-1.gif) 0 0 no-repeat; }
.calendar-day_2 { background: url(/shop/includes/templates/classic/images/calendar-2.gif) 0 0 no-repeat; }
.calendar-day_3 { background: url(/shop/includes/templates/classic/images/calendar-3.gif) 0 0 no-repeat; }
.calendar-day_4 { background: url(/shop/includes/templates/classic/images/calendar-4.gif) 0 0 no-repeat; }
.calendar-day_5 { background: url(/shop/includes/templates/classic/images/calendar-5.gif) 0 0 no-repeat; }
.calendar-day_6 { background: url(/shop/includes/templates/classic/images/calendar-6.gif) 0 0 no-repeat; }
.calendar-day_7 { background: url(/shop/includes/templates/classic/images/calendar-7.gif) 0 0 no-repeat; }
.calendar-day_8 { background: url(/shop/includes/templates/classic/images/calendar-8.gif) 0 0 no-repeat; }
.calendar-day_9 { background: url(/shop/includes/templates/classic/images/calendar-9.gif) 0 0 no-repeat; }
.calendar-day_10 { background: url(/shop/includes/templates/classic/images/calendar-10.gif) 0 0 no-repeat; }
.calendar-day_11 { background: url(/shop/includes/templates/classic/images/calendar-11.gif) 0 0 no-repeat; }
.calendar-day_12 { background: url(/shop/includes/templates/classic/images/calendar-12.gif) 0 0 no-repeat; }
.calendar-day_13 { background: url(/shop/includes/templates/classic/images/calendar-13.gif) 0 0 no-repeat; }
.calendar-day_14 { background: url(/shop/includes/templates/classic/images/calendar-14.gif) 0 0 no-repeat; }
.calendar-day_15 { background: url(/shop/includes/templates/classic/images/calendar-15.gif) 0 0 no-repeat; }
.calendar-day_16 { background: url(/shop/includes/templates/classic/images/calendar-16.gif) 0 0 no-repeat; }
.calendar-day_17 { background: url(/shop/includes/templates/classic/images/calendar-17.gif) 0 0 no-repeat; }
.calendar-day_18 { background: url(/shop/includes/templates/classic/images/calendar-18.gif) 0 0 no-repeat; }
.calendar-day_19 { background: url(/shop/includes/templates/classic/images/calendar-19.gif) 0 0 no-repeat; }
.calendar-day_20 { background: url(/shop/includes/templates/classic/images/calendar-20.gif) 0 0 no-repeat; }
.calendar-day_21 { background: url(/shop/includes/templates/classic/images/calendar-21.gif) 0 0 no-repeat; }
.calendar-day_22 { background: url(/shop/includes/templates/classic/images/calendar-22.gif) 0 0 no-repeat; }
.calendar-day_23 { background: url(/shop/includes/templates/classic/images/calendar-23.gif) 0 0 no-repeat; }
.calendar-day_24 { background: url(/shop/includes/templates/classic/images/calendar-24.gif) 0 0 no-repeat; }
.calendar-day_25 { background: url(/shop/includes/templates/classic/images/calendar-25.gif) 0 0 no-repeat; }
.calendar-day_26 { background: url(/shop/includes/templates/classic/images/calendar-26.gif) 0 0 no-repeat; }
.calendar-day_27 { background: url(/shop/includes/templates/classic/images/calendar-27.gif) 0 0 no-repeat; }
.calendar-day_28 { background: url(/shop/includes/templates/classic/images/calendar-28.gif) 0 0 no-repeat; }
.calendar-day_29 { background: url(/shop/includes/templates/classic/images/calendar-29.gif) 0 0 no-repeat; }
.calendar-day_30 { background: url(/shop/includes/templates/classic/images/calendar-30.gif) 0 0 no-repeat; }
.calendar-day_31 { background: url(/shop/includes/templates/classic/images/calendar-31.gif) 0 0 no-repeat; }
.calendar-day_1-holiday { background: url(/shop/includes/templates/classic/images/calendar-1_c.gif) 0 0 no-repeat; }
.calendar-day_2-holiday { background: url(/shop/includes/templates/classic/images/calendar-2_c.gif) 0 0 no-repeat; }
.calendar-day_3-holiday { background: url(/shop/includes/templates/classic/images/calendar-3_c.gif) 0 0 no-repeat; }
.calendar-day_4-holiday { background: url(/shop/includes/templates/classic/images/calendar-4_c.gif) 0 0 no-repeat; }
.calendar-day_5-holiday { background: url(/shop/includes/templates/classic/images/calendar-5_c.gif) 0 0 no-repeat; }
.calendar-day_6-holiday { background: url(/shop/includes/templates/classic/images/calendar-6_c.gif) 0 0 no-repeat; }
.calendar-day_7-holiday { background: url(/shop/includes/templates/classic/images/calendar-7_c.gif) 0 0 no-repeat; }
.calendar-day_8-holiday { background: url(/shop/includes/templates/classic/images/calendar-8_c.gif) 0 0 no-repeat; }
.calendar-day_9-holiday { background: url(/shop/includes/templates/classic/images/calendar-9_c.gif) 0 0 no-repeat; }
.calendar-day_10-holiday { background: url(/shop/includes/templates/classic/images/calendar-10_c.gif) 0 0 no-repeat; }
.calendar-day_11-holiday { background: url(/shop/includes/templates/classic/images/calendar-11_c.gif) 0 0 no-repeat; }
.calendar-day_12-holiday { background: url(/shop/includes/templates/classic/images/calendar-12_c.gif) 0 0 no-repeat; }
.calendar-day_13-holiday { background: url(/shop/includes/templates/classic/images/calendar-13_c.gif) 0 0 no-repeat; }
.calendar-day_14-holiday { background: url(/shop/includes/templates/classic/images/calendar-14_c.gif) 0 0 no-repeat; }
.calendar-day_15-holiday { background: url(/shop/includes/templates/classic/images/calendar-15_c.gif) 0 0 no-repeat; }
.calendar-day_16-holiday { background: url(/shop/includes/templates/classic/images/calendar-16_c.gif) 0 0 no-repeat; }
.calendar-day_17-holiday { background: url(/shop/includes/templates/classic/images/calendar-17_c.gif) 0 0 no-repeat; }
.calendar-day_18-holiday { background: url(/shop/includes/templates/classic/images/calendar-18_c.gif) 0 0 no-repeat; }
.calendar-day_19-holiday { background: url(/shop/includes/templates/classic/images/calendar-19_c.gif) 0 0 no-repeat; }
.calendar-day_20-holiday { background: url(/shop/includes/templates/classic/images/calendar-20_c.gif) 0 0 no-repeat; }
.calendar-day_21-holiday { background: url(/shop/includes/templates/classic/images/calendar-21_c.gif) 0 0 no-repeat; }
.calendar-day_22-holiday { background: url(/shop/includes/templates/classic/images/calendar-22_c.gif) 0 0 no-repeat; }
.calendar-day_23-holiday { background: url(/shop/includes/templates/classic/images/calendar-23_c.gif) 0 0 no-repeat; }
.calendar-day_24-holiday { background: url(/shop/includes/templates/classic/images/calendar-24_c.gif) 0 0 no-repeat; }
.calendar-day_25-holiday { background: url(/shop/includes/templates/classic/images/calendar-25_c.gif) 0 0 no-repeat; }
.calendar-day_26-holiday { background: url(/shop/includes/templates/classic/images/calendar-26_c.gif) 0 0 no-repeat; }
.calendar-day_27-holiday { background: url(/shop/includes/templates/classic/images/calendar-27_c.gif) 0 0 no-repeat; }
.calendar-day_28-holiday { background: url(/shop/includes/templates/classic/images/calendar-28_c.gif) 0 0 no-repeat; }
.calendar-day_29-holiday { background: url(/shop/includes/templates/classic/images/calendar-29_c.gif) 0 0 no-repeat; }
.calendar-day_30-holiday { background: url(/shop/includes/templates/classic/images/calendar-30_c.gif) 0 0 no-repeat; }
.calendar-day_31-holiday { background: url(/shop/includes/templates/classic/images/calendar-31_c.gif) 0 0 no-repeat; }
