/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:#484848;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	margin-top:40px;
}
a img {
	border:none;
}
a {
	color:#CCC;
}
p {
	margin:12px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:12px 0;
	font-size:12px;
	color:#F1D09A;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
#site {
	width:950px;
	padding-top:60px;
	margin:0 auto;
	background:url(../images/header.gif) top left no-repeat;
}
#header img {
	float:left;
}
#menu {
	clear:left;
	float:left;
}
#menu ul, #menu li {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
}
#menu img {
	float:left;
}
#menu a {
	line-height:65px;
	font-size:16px;
	color:#F1D09A;
	font-weight:bold;
	text-decoration:none;
	margin:0 8px;
	display:block;
	float:left;
	text-transform:lowercase;
}
#menu a:hover, #menu a.active, #menu a:focus {
	color:#CCC;
}
#lang {
	float:right;
	height:65px;
	line-height:65px;
	font-size:18px;
	text-transform:lowercase;
}
#lang a {
	color:#999;
	text-decoration:none;
}
#container {
	border:15px solid #FFF;
	height:395px;
	clear:both;
}
#container-left {
	float:left;
	width:602px;
	background:url(../images/content_bg.gif) bottom right no-repeat;
	height:395px;
}
#content {
	overflow:auto;
	height:373px;
	padding:22px 60px 0px 22px;
	position:relative;
}
#content ul, #content li {
	list-style:none;
}
#content li {
	padding-bottom:6px;
}
#content .small {
	font-size:10px;
}
#content a:hover {
	text-decoration:none;
	color:#F1D09A;
}

#content.detail .highlight {
	margin-top:0px;
}
#content .highlight {
	color:#F1D09A;
}

#content a.bestellen {
	font-weight:bold;
	font-size:10px;
	color:#F1D09A;
}

#container-right {
	float:right;
	width:302px;
	border-left:15px solid #FFF;
}
#container-right img {
	border:1px solid #000;
	float:left;
}
#container-right #top {
	border-bottom:15px solid #FFF;
	height:190px;
}
#footer {
	clear:both;
	text-align:right;
	font-size:10px;
}
#footer a {
	color:#999;
}

#winesNavi {
	position:absolute;
	bottom:10px;
	left:165px;
}

/* shop */
.minishop-list-item {
	border-bottom:1px solid #a9a9a9;
	overflow:hidden;
}
* html .minishop-list-item {
	height:1%;
	overflow:visible;
}
.minishop-list-item h2 {
	font-size:11px;
	color:#000;
}
.amount {
	width:15px;
}
.minishop-list-item * {
	margin:3px 0;
}
.minishop-list-item .right {
	margin-top:-2px;
}
.minishop-list-item .left img, .minishop-detail .left img {
	padding-right:10px;
}
.minishop-list-item form {
	display:inline;
}

.minishop-cartnormal td {
	padding-bottom:3px;
}
.minishop-shipping {
	text-align:right;
	border-top:1px solid #a9a9a9;
	border-bottom:2px solid #a9a9a9;
	padding-bottom:5px;
	margin-top:5px;
}/*
.minishop-checkout div {
	padding-bottom:3px;
	text-align:left;
}
.minishop-checkout div label {
	display:inline-block;
	width:60px;
}*/
.minishop-checkout div {
	margin-bottom:7px;
}
.minishop-checkout label {
	font-weight:bold;
}
.minishop-checkout div input, .minishop-checkout div textarea {
	width:400px;
	display:block;
}
.tx-minishop-pi1 dt {
	font-weight:bold;
}
.minishop-summary td {
	padding-right:7px;
	padding-bottom:5px;
}
.minishop-summary td strong {
	display:block;
	text-align:right;
	padding-right:7px;
}

.minishop-cartsmall-header td {
	border-bottom:1px solid #a9a9a9;
	padding-bottom:5px;
}
.minishop-cartsmall-products td {
	padding:3px 0;
}
.minishop-cartsmall-payment td {
	padding:10px 0 20px;;
}
.minishop-cartsmall-total td {
	border-top:1px solid #a9a9a9;
	padding-top:3px;
}
.minishop-cartsmall-sum-col td {
	border-top:1px solid #a9a9a9;
	padding-top:3px;
}
.minishop-cartsmall-sum {
	border-bottom:1px solid #a9a9a9;
}

.tx-minishop-pi1 .deletelink a {
	background:url(../images/shop/delete-icon.gif) top left no-repeat;
	display:block;
	width:16px;
	height:16px;
	font-size:0px;
}
.tx-minishop-pi1 #update_cart {
	background:url(../images/shop/aktualisieren_btn.jpg) top left no-repeat;
	display:block;
	width:94px;
	height:20px;
	font-size:0px;
	border:none;
	cursor:pointer;
}
.tx-minishop-pi1 #checkout_next {
	background:url(../images/shop/weiter_btn.jpg) top left no-repeat;
	display:block;
	width:59px;
	height:20px;
	font-size:0px;
	border:none;
	cursor:pointer;
}
.tx-minishop-pi1 #order_cart {
	background:url(../images/shop/bestellen_btn.jpg) top left no-repeat;
	display:block;
	width:58px;
	height:20px;
	font-size:0px;
	border:none;
	cursor:pointer;
}