/*
 * Park Hyatt Tokyo Online Shop Style CSS (JP)
 * Copyright (c) 2009 Graphic Alphabet, Inc.
 * http://graphicalphabet.com
 *
 */

/* GLOBAL */

* {
	margin: 0;
	padding: 0;
}
* html {
	height: 100%;
	overflow: hidden;
	cursor: default;
}
* body {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	overflow: auto;
	font: normal 0.8em/1.6em "Lucida Grande", "Hiragino Kaku Gothic Pro", sans-serif;
	background: #004833 url(/css/shade.jpg) top center repeat-y;
}
* html div#container {
	height: 100%;
	overflow-y: scroll;
}
#container {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 1;
}
* html div#page {
	padding-left: 16px;
}
#page {
	margin: 0 auto;
	width: 798px;
}
#logo {
	height: 50px;
	width: 798px;
	text-align: center;
	padding-top: 75px;
}
img {
	border: none;
}
ul li {
	list-style: none;
}
.button {
	margin-top: 0.8em;
}
#footer {
	position: relative;
	width: 798px;
	margin: 0 auto 5.6em auto;
	padding-top: 8em;
	font-family: Mincho, serif;
	text-align: center;
	color: #C3BAAB;
	clear: both;
}
#error, #maintenance_announcement {
	width: 710px;
	margin: 0.8em auto;
	padding: 0.8em 14px;
	text-align: center;
	color: #8A736B;
	background: #FFF;
	border-top: 1px dotted #D6BDB4;
	border-bottom: 1px dotted #D6BDB4;
	clear: both;
}
#maintenance_announcement {
	text-align: left;
}

/* NAVIGATION */

#links {
	height: 30px;
	position: absolute;
	top: 30px;
	width: 738px;
	padding: 7.5px 0 0 35px;
	font-family: Mincho, serif;
	text-align: right;
	text-transform: uppercase;
	color: #CFC8BC;
}
#links #links-left {
	float: left;
}
#categoryLinks {
	height: 25px;
	position: absolute;
	top: 0;
	width: 798px;
	text-align: center;
	padding: 5px 0 0;
	text-transform: uppercase;
	color: #F6F6E5;
	background: #C1B58F;
}
#categoryLinks ul, #categoryLinks li {
	display: inline;
}
#categoryLinks li {
	margin: 0 15px;
}
#categoryLinks a:link, #categoryLinks a:visited {
	color: #F6F6E5;
	text-decoration: none;
}
#categoryLinks a:hover, #categoryLinks a:active {
	color: #FCFCF6;
	text-decoration: underline;
}
#navh {
	margin: 50px 30px 30px 30px;
	padding: 5px 0;
	vertical-align: middle;
	font-family: Mincho, serif;
	color: #C3BAAB;
}
#navh ul, #navh ul li {
	display: inline;
	border: none;
}
#navh a:link, #links a:link, #footer a:link, #navh a:visited, #links a:visited, #footer a:visited {
	color: #C3BAAB;
	text-decoration: none;
}
#navh a:hover, #links a:hover, #footer a:hover {
	color: #C1B58F;
	text-decoration: underline;
}
#navh a:active, #links a:active, #footer a:active {
	color: #C3BAAB;
	text-decoration: none;
}
#navh .selected {
	color: #C1B58F;
}

/* CONTENT */

#content_category, #homepage, #content_info {
	margin: 0 29px;
}
#content_category ul, #content_shop ul {
	display: inline;
	border: none;
}
#content_category ul li, #content_shop ul li {
	border: none;
	list-style: none;
	display: inline;
}
#content_category img {
	margin: 0 26px 20px 26px;
	border: none;
}
#content_shop {
	margin: 60px 29px;
	text-align: center;
}
#content_shop img {
	border: none;
	margin: 4.15px;
}
#homepage {
	margin: 60px 29px 0 29px;
}
#homepage-btns-left {
	float: left;
	width: 48%;
}
#homepage-btns-left img {
	float: left;
	margin-top: 15px;
	clear: both;
}
#homepage-btns-right {
	float: right;
	width: 48%;
}
#homepage-btns-right img {
	float: right;
	margin-top: 15px;
	clear: both;
}
#content_info .maintenance_message-jp, #content_info .maintenance_message-en {
	margin-top: 2.4em;
	text-align: center;
}
#content_info .maintenance_message-jp {
	margin-top: 4.8em;
}

/* ROLLOVERS */

body #rollover {
	position: absolute;
	z-index: 1000;
	font-family: Mincho, serif;
	text-align: center;
	padding: 0.6em 0.8em;
	min-height: 1em;
	background: #fff;
	border: 1px solid #D6CDB4;
}
body #rollover, #rollover p {
	font-weight: bold;
	line-height: 1.2em;
	color: #8A736B;
}
#rollover #brand {
	margin-bottom: 0.3em;
	padding: 0 0.2em 0.2em 0.2em;
	color: #AD9C69;
	border-bottom: 1px solid #D6CDB4;
}

/* WHATS NEW */

#content-whats_new {
	margin: 0 29px;
}
#content-whats_new h1 {
	font: bold 1.4em/1.4em Mincho, serif;
	color: #634439;
}
#content-whats_new h1 .detail {
	padding-left: 0.8em;
	font-size: 0.7em;
	font-weight: normal;
	color: #C1B58F;
}
#content-whats_new .text {
	margin-top: 0.8em;
	font-size: 1.2em;
	color: #8A736B;
	padding-bottom: 2.4em;
}

/* ITEM DESCRIPTIONS */

#item_detail {
	margin: 0 29px;
}
#item_detail #item_text {
	width: 40%;
	color: #C1B58F;
}
#item_detail #item_image {
	float: right;
	margin-top: -30px;
}
#item_text h1 {
	font: bold 1.4em/1.4em Mincho, serif;
	color: #634439;
}
#item_text #brand {
	margin-top: 0.6em;
	color: #7A9B82;
}
#item_text #country {
	color: #C1B58F;
}
#item_text #description {
	margin-top: 1.6em;
	font-size: 1.2em;
	color: #8A736B;
}
#item_text #weight_volume, #item_text #storage_method, #item_text #shelf_life, #item_text #item_number {
	color: #C1B58F;
}
#item_text #weight_volume {
	margin-top: 1.8em;
}
#item_text #item_number {
	width: 4em;
	margin-top: 0.6em;
	padding: 0 0.2em 0.1em 0.2em;
	font-family: Mincho, serif;
	text-align: center;
	line-height: 1.4em;
	border: 1px solid #D6CDB4;
}
#item_text #order label input {
	margin: 0.4em 0;
}
#item_text #price_wt {
	margin-top: 1.4em;
	font-family: Mincho, serif;
	font-size: 1.4em;
	color: #8A736B;
}
#more-link {
	color: #7A9B82;
}
#more-link a:link, #more-link a:visited {
	color: #7A9B82;
	text-decoration: underline;
}
#more-link a:hover, #more-link a:focus {
	color: #8A736B;
	text-decoration: underline;
}

/* UTILITIES */

#content-checkout, 
#content-register, 
#content-signin, 
#content-payment-method, 
#content-contact, 
#content-creditcard {
	margin: 0 29px;
}
#content-checkout h1, 
#content-register h1, 
#content-signin h1, 
#content-payment-method h1, 
#content-creditcard h1 {
	font: bold 1.4em/1.4em Mincho, serif;
	color: #634439;
}
#content-contact h1 {
	font: bold 1.2em/1.4em Mincho, serif;
	color: #634439;
}
#content-register ul li, 
#content-payment-method ul li, 
#checkout_page.delivery_address ul li, 
#content-signin h2, 
#content-contact h2, 
#checkout_page.delivery_address h2 {
	margin-top: 0.8em;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #8A736B;
	list-style: none;
}
#content-contact h2 input {
	margin-right: 0.4em;
}
#content-register ul, 
#content-payment-method ul {
	margin: 2.4em 0;
}
#checkout_page.delivery_address ul {
	margin: 1.6em 0;
}
#content-register ul li input, 
#content-payment-method ul li input, 
#checkout_page ul li input {
	margin: 0.2em 0.4em 0 0;
}
#checkout_page ul li a:link, 
#checkout_page ul li a:visited {
	color: #7A9B82;
	text-decoration: underline;
}
#checkout_page ul li a:hover, 
#checkout_page ul li a:active {
	color: #8A736B;
	text-decoration: underline;
}

/* CHECKOUT */

#checkout_page {
	position: relative;
	width: 738px;
	margin: 1.2em auto;
	color: #8A736B;
	text-align: center;
	background: #F6F6E5;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #D6BDB4;
}
#checkout_page.delivery_address {
	text-align: left;
	border: none;
}
#checkout_page.delivery_address #delivery_address_page {
	margin-bottom: 3.6em;
	text-align: center;
}
#checkout_page #thead, 
#checkout_page .thead {
	font-weight: bold;
	line-height: 1.8em;
	color: #634439;
	background: #FCFCF6;
}
#checkout_page.delivery_address .thead {
	text-align: center;
	border: 1px solid #D6BDB4;
}
#checkout_page td {
	padding: 0.4em 0;
	line-height: 1.6em;
	border-right: 1px solid #D6BDB4;
	border-bottom: 1px solid #D6BDB4;
	white-space: normal;
}
#checkout_page.delivery_address td {
	border: 1px solid #D6BDB4;
}
#checkout_page.delivery_address h2 {
	font-weight: normal;
	margin: 0.4em 0 0.8em;
}
#checkout_page.delivery_address #table_register td {
	padding: 0.2em 0;
	border: none;
}
#content-register #select_delivery_address select, 
#checkout_page #noshi_options select {
	margin-right: 0.8em;
	margin-left: 0.4em;
}
#checkout_page .noshi_options {
	text-align: left;
	padding-left: 20%;
}
#checkout_page #thead .noshi_options {
	text-align: center;
	padding-left: 0;
}
#checkout_page .noshi_options input {
	margin-right: 0.4em;
}
#checkout_page .item_img {
	padding-top: 5px;
	border-right: none;
}
#checkout_page .item_description {
	text-align: left;
}
#checkout_page .unit_price {
	color: #C1B58F;
}
#checkout_page .unit_price, #checkout_page .price {
	padding-right: 1em;
	text-align: right;
}
#checkout_page_buttons {
	position: relative;
	width: 720px;
	margin: 0 auto 1em auto;
	padding: 5px 0;
}
#checkout_page .select {
	padding: 0.6em;
	text-align: left;
	background: #FCFCF6;
}
#checkout_page .select a:link, #checkout_page .select a:visited {
	padding: 0 0.2em;
	color: #634439;
	text-decoration: none;
}
#checkout_page .select a:hover {
	color: #3C1508;
	text-decoration: underline;
}
#checkout_page h3 {
	margin: 0.4em 0 0.2em 20%;
	font: bold 1em/1.6em Mincho, serif;
	text-align: left;
	color: #634439;
}
#checkout_page .guide, 
#content-register .guide {
	margin: 0 0 0.6em 20%;
	font: normal 0.8em/1.4em Mincho, serif;
	text-align: left;
	color: #8A736B;
}
#content-register .guide {
	margin-top: 0.2em;
	margin-left: 0;
	font-size: 1.2em;
}
#checkout_page.delivery_address .guide {
	margin-left: 0.4em;
}
#content-checkout .delivery_address_guide, 
#checkout_page .delivery_address_guide {
	font: normal 0.8em/1.4em Mincho, serif;
	text-align: center;
	color: #8A736B;
}
#content-checkout .delivery_address_guide {
	margin: 0.2em 0 0;
	font-size: 1.2em;
	text-align: left;
}
#checkout_page #thead .delivery_address_guide {
	font-size: 0.8em;
}
#checkout_page .message .guide {
	font-size: 0.8em;
	margin: -0em 0 0.4em;
	padding-left: 20%;
}
#checkout_page #register_delivery_address {
	border-top: 1px solid #D6BDB4;
}
#checkout_page textarea {
	width: 60%;
	margin-bottom: 0.8em;
}
#checkout_page .basket_info a:link, #checkout_page .basket_info a:visited {
	float: right;
	margin-right: 0.8em;
	color: #8A736B;
	text-decoration: none;
}
#checkout_page .basket_info a:hover, #checkout_page .basket_info a:active {
	color: #634439;
	text-decoration: underline;
}
.wrap_selected {
	float: none;
	padding-left: 1.6em;
}
#checkout_page .basket_info input {
	margin: 0 0.4em;
}
#checkout_page .basket_info.giftwrap_options {
	text-align: left;
	padding-left: 20%;
}
#checkout_page .basket_info.giftwrap_options .guide {
	margin-top: 0.8em;
	margin-left: 0;
}
#veritrans #checkout_page input {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}
#update_checkout_page {
	color: #8A736B;
}
#update_checkout_page a:link, #update_checkout_page a:visited {
	color: #8A736B;
	text-decoration: underline;
}
#update_checkout_page a:hover, #update_checkout_page a:active {
	color: #634439;
	text-decoration: underline;
}
#update_checkout_page input#terms_conditions {
	margin-right: 0.4em;
}

/* REGISTRATION */

#table_register, 
#delivery_address_page {
	position: relative;
	width: 738px;
	margin: 1.2em auto;
	text-align: left;
	line-height: 2.4em;
	color: #8A736B;
	background: #F6F6E5;
	border-spacing: 0px;
	border-collapse: collapse;
}
#table_register td, 
#delivery_address_page td {
	margin-bottom: 0.8em;
	white-space: normal;
}
#table_register input, 
#delivery_address_page input {
	margin-right: 0.6em;
}
#table_register td .guide, 
#delivery_address_page td .guide {
	font-size: 0.8em;
}
#table_register a:link, #table_register a:visited, 
#delivery_address_page a:link, #delivery_address_page a:visited {
	color: #8A736B;
	text-decoration: underline;
}
#table_register a:hover, #table_register a:active, 
#delivery_address_page a:hover, #delivery_address_page a:active {
	color: #634439;
	text-decoration: underline;
}
#content-register {
	position: relative;
	width: 738px;
	margin: 1.2em auto;
	text-align: left;
	line-height: 1.8em;
}
#content-register #registered_info h1 {
	margin-bottom: 1.2em;
}
#content-register #registered_info td {
	margin-bottom: 0.8em;
	padding-right: 2.4em;
	font-size: 1.2em;
	color: #8A736B;
}
#content-register #registered_info #table-profile .button {
	padding-top: 0.8em;
}
#content-register #registered_info #return_to_checkout {
	padding-top: 2.4em;
}
#content-register #registered_info #return_to_checkout a:link, #content-register #registered_info #return_to_checkout a:visited {
	color: #8A736B;
	text-decoration: none;
}
#content-register #registered_info #return_to_checkout a:hover, #content-register #registered_info #return_to_checkout a:active {
	color: #634439;
	text-decoration: underline;
}
#delivery_address_list h1 {
	padding-top: 3.6em;
}
#delivery_address_list h2 {
	padding-bottom: 1.8em;
	font-size: 1.2em;
	font-family: Mincho, serif;
	color: #8A736B;
}
#delivery_address_list ul {
	display: inline;
	margin-bottom: 1.6em;
}
#delivery_address_list ul li {
	padding-bottom: 0.6em;
	font-size: 1.2em;
	color: #8A736B;
	list-style: none;
	text-transform: none;
}
#delivery_address_list ul li a, #delivery_address_list ul li a:hover {
	font-size: 1em;
	color: #8A736B;
	text-decoration: none;
}
#delivery_address_list input {
	float: left;
	margin: 0.2em 0.4em 0 0;
	padding-top: 1.4em;
	clear: both;
}

/* SIGN IN */

#content-signin #signin1 {
	width: 359px;
	float: left;
}
#content-signin #signin2 {
	width: 359px;
	float: right;
}
#content-signin #backtoshop {
	position: relative;
	width: 100%;
	text-align: center;
}
#content-signin a:link, #content-signin a:visited {
	color: #C3BAAB;
	text-decoration: none;
}
#content-signin a:hover {
	color: #C1B58F;
	text-decoration: underline;
}

/* GIFT WRAPPING */

#giftwrap_item table {
	margin: 2.2em 0;
}
#giftwrap_item table tr td {
	padding: 0.4em 0.4em 0.4em 0;
	font-size: 1.2em;
	color: #8A736B;
}
#giftwrap_item table label input {
	margin-left: 0.8em;
}

/* CREDIT CARD */

#content-creditcard h4, #content-creditcard h5 {
	font-size: 1.2em;
	color: #8A736B;
}
#content-creditcard h4 {
	margin-top: 1.6em;
}

/* SHOPPING CART */

#sub1, #sub2 {
	background: #FFF;
}
#sub1 .tab, #sub2 .tab {
	margin-left: 739px;
	cursor: pointer;
}
* html div#cartWrap {
	position: absolute;
	width: 100%;
	bottom: 0;
}
#cartWrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 15px;
	z-index: 250;
}
#cartContent {
	position: relative;
	margin: 0 auto;
	width: 798px;
	border-top: 2px solid #E8E8B9;
}
#cartOpen-imgWrap {
	float: left;
	margin: 0 auto;
	padding: 0.8em 0 2.4em;
	width: 598px;
	height: 80px;
	background: #FFF;
}
#cartOpen-imgBody {
	position: relative;
	margin: 0 auto;
	width: 490px;
}

/* SHOPPING CART CAROUSEL */

.cart-no-item {
	padding-bottom: 1.8em;
	color: #C3BAAB;
	text-align: center;
}
.carousel-component {
	position: relative;
	overflow: hidden;
	visibility: visible;
}
.carousel-component ul.carousel-list {
	width: 10000000px;
	position: relative;
	z-index: 350;
}
.carousel-component .carousel-list li {
	float: left;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
.carousel-component .carousel-clip-region {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#ajax-carousel {
	float: left;
	width: 450px;
	height: 80px;
}
#ajax-carousel .carousel-list li {
	width: 80px;
	padding: 0 5px;
}
#ajax-carousel .carousel-list li a, #ajax-carousel .carousel-list li a:hover {
	text-decoration: none;
}
#ajax-carousel .carousel-list li img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 400;
}
.cart-item-qty {
	position: relative;
	padding: 0 0.2em 0.2em 0.2em;
	width: 1.6em;
	text-align: center;
	line-height: 1.4em;
	color: #634439;
	background-color: #FFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border: 1px solid #988344;
	z-index: 450;
}
#ajax-carousel .carousel-list li p.cart-item-qty {
	bottom: 2.4em;
	float: right;
}
#delivery_address_page .cart-item-qty {
	margin: -0.2em 0 0 -1.2em;
}
#overlay {
	position: absolute;
	top: 20px;
	left: 175px;
	padding-top: 12.5px;
	width: 100px;
	height: 30px;
	text-align: center;
	background-color: #FFF;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid #D6CDB4;
	z-index: 500;
}
#prev-arrow-container, #next-arrow-container {
	float: left;
	padding-top: 30px;
}
#prev-arrow, #next-arrow {
	cursor: pointer;
}

/* SHOPPING CART TOTAL */

#cartOpen-totalWrap {
	float: right;
	padding: 2.4em 0 0.8em;
	width: 200px;
	height: 80px;
	background-color: #FFF;
}
#cartOpen #total, #cartOpen #checkout {
	text-align: center;
}
#cartOpen #total {
	padding-bottom: 10px;
}

/* INFORMATION */

#content_info h1 {
	font-family: Mincho, serif;
	font-size: 1.4em;
	color: #634439;
	margin: 1em 0;
}
#content_info h2 {
	font-family: Mincho, serif;
	font-size: 1.2em;
	color: #634439;
	margin: 1.6em 0 0.8em 0;
}
#content_info .text {
	font-size: 1.2em;
	color: #8A736B;
	padding-bottom: 0.8em;
}
#content_info .text_sub {
	font-size: 1.2em;
	color: #8A736B;
	padding: 0.8em 0;
}
#content_info .text_indent {
	font-size: 1.2em;
	color: #8A736B;
	margin-left: 1.6em;
	padding-bottom: 0.8em;
}
#content_info .text_subindent {
	font-size: 1.2em;
	color: #8A736B;
	margin: 0.8em 0 0 1.6em;
	padding-bottom: 0.8em;
}
#content_info .text_footnote {
	font-size: 1.2em;
	color: #8A736B;
	padding-bottom: 0.8em;
	text-align: right;
}
#content_info a:link, #content_info a:visited {
	color: #8A736B;
	text-decoration: underline;
}
#content_info a:hover, #content_info a:active {
	color: #634439;
	text-decoration: underline;
}
#content_info table {
	position: relative;
	margin: 1.4em auto 2.4em auto;
	width: 60%;
	font-size: 0.8em;
	line-height: 3em;
	text-align: center;
	background: #FCFCF6;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top: 1px solid #D6BDB4;
	border-bottom: 1px solid #D6BDB4;
}
#content_info table #thead th {
	font-weight: bold;
	color: #634439;
	border-bottom: 1px solid #D6BDB4;
}
#content_info table tr {
	padding: 0.8em 0;
	color: #8A736B;
}
#content_info table th, td {
	font-size: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
#content_info table tr.odd {
	background: #F6F6E5;
}

/* FOOTNOTE */

#liquor_trade_information {
	position: relative;
	width: 710px;
	margin: 2em auto 0 auto;
	padding: 0.6em 14px;
	font-size: 1em;
	line-height: 1.4em;
	color: #8A736B;
	background: #FFF;
	border-top: 1px dotted #D6BDB4;
	border-bottom: 1px dotted #D6BDB4;
	clear: both;
}
#liquor_trade_information .title {
	font-weight: bold;
	color: #634439;
}

/* TEMPORARY ANNOUNCEMENT */

#top_announcement {
    float: left;
    width: 718px;
    margin: 3em auto 0 30px;
    padding: 0.6em 10px;
    font-size: 1em;
    line-height: 1.4em;
    color: #8A736B;
    background: #FFF;
    border-top: 1px dotted #D6BDB4;
    border-bottom: 1px dotted #D6BDB4;
    display: inline;
    clear: both;
}
#announcement_item_image {
    float: left;
    margin-right: 10px;
}
#announcement_description {
    float: left;
    padding-top: 0.6em;
}
#announcement_description a:link, #announcement_description a:visited {
	color: #7A9B82;
	text-decoration: underline;
}
#announcement_description a:hover, #announcement_description a:focus {
	color: #8A736B;
	text-decoration: underline;
}
