@charset "UTF-8";
/* CSS Document */

/* Menus and Wine */
.headline {
	font-size: 1.6em;
	font-weight: bold;
	padding: 12px 0 6px 0;
	color: #93246f;
	}
	
.name {
	font-size: 1.2em;
	}
	
.price {
	font-size: .8em;
	white-space: nowrap;
	text-align: right;
	}
	
	
.modal {
	position: relative;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}

/* Wine */

.headline {
	font-size: 14pt;
	font-weight: bold;
	padding: 12px 0 6px 0;
	color: #93246f;
	}


.wineclass {
	font-size: 9pt;
	font-weight: bold;
	}
.name {
	font-size: 11pt;
	}
.winetype {
	font-size: 11pt;
	}
.after {
	font-size: 8pt;
	}
.volume {
	font-size: 8pt;
	font-style: italic;
	white-space: nowrap;
	padding-right: 12px;
	text-align: right;
	}
.price {
	font-size: 8pt;
	white-space: nowrap;
	text-align: right;
	}
.desc {
	font-size: 9pt;
	font-style: italic;
	vertical-align: top;
	}
.volume2 {
	font-size: 8pt;
	font-style: italic;
	white-space: nowrap;
	padding-right: 12px;
	text-align: right;
	vertical-align: top;
	}
.volume2price {
	font-size: 10pt;
	text-align: right;
	vertical-align: top;
	}
.option {
	font-size: 8pt;
	font-style: italic;
	white-space: nowrap;
	padding-right: 12px;
	text-align: right;
	vertical-align: top;
	}
.optionprice {
	font-size: 10pt;
	text-align: right;
	vertical-align: top;
	}
.key {
	font-size: 8pt;
	color: #666;
	text-align: right;
	margin-bottom: 20px;
	}
/* gogobot */
.zen-copyright img{
	margin-top: -100px;
}