@import url(reset.css);

/* * * * * START: GENERAL * * * * */
html { overflow-y: scroll; }

html, body {
	background: #cacdd8 url(/images/bg_main.png) repeat-x;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #25345f; 
}
#wrapper {
	width: 990px;	
	margin: 0 auto;
	background: #FFF;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html .clearfix { /* IE7 */
	min-height: 1px; 	
}
.clear {
	clear: both;	
}
td {
	vertical-align: top;	
}
strong, b {
	font-weight: bold;	
}
/* * * * * END: GENERAL * * * * */


/* * * * * START: NAVIGATION * * * * */
#navigation {
	min-height: 62px;
	border-bottom: 1px solid #25345f;	
}
#mainnav {
	background: #25345f url(/images/bg_mainnav.jpg) repeat-x;	
}
#mainnav li, #subnav li {
	float: left;	
}
#mainnav li a {
	padding: 10px;	
	display: block;
	border-right: 1px solid #FFF;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background: #25345f url(/images/bg_mainnav.jpg) repeat-x;	
}
#mainnav li a:hover, #mainnav li.menuactive a {
	color: #25345f;
	background: #FFF url(/images/bg_mainnav_b.jpg) repeat-x;	
}
#subnav li a {
	color: 	#25345f;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	background: #FFF;
}
#subnav li a:hover, #subnav li.menuactive a {
	background: #d3d6df;
}

/* * * * * END: NAVIGATION * * * * */


/* * * * * START: CONTENT * * * * */
#content {
	padding: 20px 0;
	min-height: 400px;
}
#content #leftCol, #content #mainCol, #content #rightCol {
	float: left;	
}
#content #leftCol {
	width: 180px;
	padding: 0 0 0 10px;
	margin: 0 20px 0 0;	
}
#content #mainCol {
	width: 570px;
	margin: 0 20px 0 0;	
}
#content #rightCol {
	width: 180px;
	padding: 0 10px 0 0;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #25345f; 
	margin: 0 0 18px 0;
}
#content h2 {
	font-weight: bold;
	color: #25345f; 
	margin: 0 0 8px 0;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #25345f; 
}
#content p {
	font-size: 12px;
	line-height: 17px;
	color: #25345f; 
	margin: 0 0 12px 0;
}
#content a {
	color: #b10c43;
}
#content a:hover {
	color: #666;
}
#content #mainCol ul, #content #mainCol ol {
	font-size: 12px;
	line-height: 17px;
}
#content #mainCol ul li, #content #mainCol ol li, #agb li {
	margin: 0 0 12px 25px;
}
#content #mainCol ul li {
	list-style-type: disc;
}
#content #mainCol ol li,
#agb li {
	list-style-type: decimal;
}

/* FORM ELEMENTS */
input, select, textarea {
	margin: 0 0 8px 0;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;	
	color: #25345f; 
	border: 1px solid #25345f;
	padding: 3px 0;
}
select {
	padding: 0;	
}
select:focus {
	outline: none;
}
input:focus, textarea:focus {
	outline: none;
	background: #eff0f3;
}
input[type=submit], input[type=button] {
	border: 1px solid #25345f;

	padding: 3px 5px;
	-webkit-border-radius: 6px;	
	-moz-border-radius: 6px;	
	border-radius: 6px;	
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CACDD8));
	background: -moz-linear-gradient(top, #FFFFFF 0%, #CACDD8 100%); 
}
input[type=submit]:hover, input[type=button]:hover {
	cursor: pointer;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CACDD8), color-stop(100%,#FFFFFF));
	background: -moz-linear-gradient(top, #CACDD8 0%, #FFFFFF 100%); }

select {
	background: #dedede;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CACDD8));
	background: -moz-linear-gradient(top, #FFFFFF 0%, #CACDD8 100%); 
}
input[disabled] {
	color: #444;	
}
input[type=radio], input[type=checkbox]  {
	border: none !important;
}
/* LEFT COL SPECIALS */
#leftCol select {
	width: 180px;
}
#leftCol input {
	width: 178px;	
}
#leftCol input[type=submit] {
	width: 88px;	
}
/* RightCol Specials */
#rightCol h1 {
	padding: 3px 8px;
	background: #b10c43;
	font-size: 16px;	
	margin: 0 0 1px 0;
	color: #FFF;
}
#rightCol #basketItems {
	border: 1px solid #b10c43;
	padding: 5px 7px;
	min-height: 50px;
}
#rightCol #basketItems ul li {
	line-height: 17px;	
}
#rightCol #basketItems ul li.total {
	font-weight: bold;
	margin: 0 0 20px 0;	
}
#rightCol #basketItems a.btnCheckOut {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	background: #b10c43;
	-webkit-border-radius: 6px;	
	-moz-border-radius: 6px;	
	border-radius: 6px;	
	background: #b10c43;
}
#rightCol #basketItems a.btnCheckOut:hover {
	background: #CCC;
	color: #b10c43;
}
/* WINE LISTING */
table.Listing {
	font-size: 11px;
	margin: 0 0 12px 0;	
}
table.Listing tr td {
	padding: 4px 0;
	border-bottom: 1px solid #ddd;	
}
table.Listing tr.listRow2 td {
	background: #efefef;	
}
#content table.Listing td a {
	color: #25345f;
	text-decoration: none;
}
#content table.Listing td a:hover {
	color:#B10C43;	
}
table.Listing th, tr.listSummaryRow td {
	background: #CACDD8;
	color: #333;
	font-weight: bold;
	padding: 5px 0 3px 0;
	border-bottom: 1px solid #25345f;
}
table.Listing th.right {
	text-align: right;	
}
table.Listing input, input.TxtWarenkorbMenge {
	width: 33px;
	padding: 2px 0;	
	margin: 0;
}
.BtnWarenkorbAdd {
	border: none;
	margin-left: 2px;
	background-color: transparent;
}
table.Listing tr.pagingNav {
	background: #25345f;
	color: #FFF;	
}
table.Listing tr.pagingNav td {
	padding: 7px 2px;	
}
#content table.Listing img {
	margin: 0;	
}
/* WINE DETAILS */
table.productDetailsMain {
	margin: 0 0 20px 0;	
	border-bottom: 1px solid #25345f;
}
table.productDetailsMain a {
	font-size: 11px;	
	color: #b10c43;
	text-decoration:none;
}
table.productDetailsMain a:hover {
	color: #666
}
td.productImage {
	padding: 0 0 20px 0;
}
.productDetails td {
	padding: 3px 0;	
}
.productDetails td.label {
	width: 120px;	
}
/* CHECKOUT ADDRESS */
table.address td {
	padding: 3px 0	
}
table.address td.label {
	width: 170px;
}
table.address td input, table.address td textarea {
	width: 398px;	
	margin: 0;
}
table.address td input.smallBox {
	width: 100px;	
}
/* DIVERSE */
#content iframe {
	margin: 0 0 20px 0;
}	
/* * * * * END: CONTENT * * * * */


/* * * * * START: FOOTER * * * * */
#footer {
	background: #25345f;
	padding: 15px 0;
	color: #FFF;
	font-size: 11px;
	clear: both;
}
#footer h1 {
	font-weight: bold;	
}
#footer p {
	margin: 0 0 6px 0;	
}
#footer a {
	color: #FFF;	
}
#footer a:hover {
	color: #cacdd8;
}
#moon {
	float: left;
	width: 190px;
	text-align: right;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
}
#address {
	float: left;
	width: 525px;
	margin: 0 10px 0 0;
}

#special {
	float: left;
	width: 235px;
	padding: 0 10px 0 0;
}
#special p img {
	float: left;
	margin: 0 10px 10px 0;	
}
/* * * * * END: FOOTER * * * * */




