* { padding: 0; margin: 0; }

h2, p, ul, ol { margin-bottom: 1em;
}

ol ul { margin-bottom: 0;
}


/* Layout */
body {
	background-color: white;
	text-align: center;
	border: 0px solid white;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	margin: 0;
	padding: 0;
	height:100%;
}

div#page {
	padding: 0em;
	border: 0px solid white;
	text-align: left;
	margin: 0 auto;
	border: 0px solid black;
	width: 936px;
}

div#header {

}

div#logo_area {
	float: left;
}

div#navigation_area {
	height: 130px;
	float: left;
	padding: 0;
	margin: 0;
}

div#navigation_background_top {

	padding: 0;
	margin: 0;
}

div#navigation {

}

img.nav_item {

	padding: 0px;
	margin: 0px;
	float: left;
}

div#navigation_background_bottom {

}

div#content {
	clear: both;
}

div#content_bar_top{
	height: 26px;
	background-color: #af7476;
	padding: 0 0 0 204px;
	color: #fff;
    font-size: 11px;
}

#content_bar_top a{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#content_bar_top a:hover, a:focus, a:active{
	color: #db021b
}

#content_bar_top table{
	height: 26px;
}

div#content_area{
	width: 698px;
	background-color: #fff;
}

.content_bar_left {
	background-color: #af7476;
	background-image:url('../_images/right_content_bottom.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

.content_bar_left_1 {
	background-color: #af7476;
	background-image:url('../_images/left_navi_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
#navigation_left {
	padding-bottom: 100px;
}
#navigation_left ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li	{
	border-bottom: 1px dashed #fff;
	margin: 10px 11px 5px 13px;
	padding: 0 0 7px 0;
	color: #000;
	font-size: 10px;
	font-family: Verdana;
}

div#navigation_left_area {
	padding: 0 0 10px 0;
	width: 200px;
}

div#footer {
	clear: both;
	height: 23px;
	background-color: #9f6466;
	padding: 10px 0 0 204px;
	vertical-align: middle;
	color:#FFFFFF;
	font-size: 11px;
}

#teaser_left{
	margin: 0 20px 0 20px;
}
#teaser_left_paquet {
	margin: 15px 20px 40px 20px;
    display:none;
}
#teaser_left_paquet a { color:#FFFFFF; }
#teaser_left_paquet a:hover { color: #000000; }
#teaser_left_header{
 	background-image: url(../_images/header_teaser_left.jpg);
 	background-repeat: no-repeat;
 	height: 29px;
 	padding: 15px 0 0 8px;
 	color: #fff;
 	width: 155px;
 	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;

 }

#teaser_left_content{
	color: #FFFFFF;
	background-image: url(../_images/bg_teaser_left.png);
	background-repeat: no-repeat;
	background-position:top left;
	width: 135px;
	height: 104px;
	padding: 5px 5px 180px 23px;


	overflow: hidden;
	font-size: 11px;
}

/* Search */
div#search_area{
	margin: 10px 20px 20px 20px;
}

#search_area input{
	background-image: url(../_images/bg_wine_search_input.jpg);
	width: 117px;
	height: 14px;
	border: 0;
	font-size: 11px;
	padding: 3px 3px 0 3px;
}

/* Home */
div#home_content_area {
	padding: 20px;
}
div#home_description_area {
	height: 280px;
}

/* General */
.td_infoLayer {
	height: 5px;
	color: #000000;
}
.td_infoLayer_white {
	color: white;
	height: 5px;
}
.td_infoLayer_gray {
	background-color: #d9b4b6;
	height: 5px;
}

/* Products */

/* Products.Overview */
div#products_overview_area {
	padding: 20px;
}

div#products_overview_map {
	float: left;
	border: 0px solid black;
	width: 310px;

}

div#products_overview_description {
	padding: 80px 0 0 20px;
}
div#products_overview_preview_area {
	border-top: 1px dotted #cccccc;
}

.product_teaser_box {
	float: left;
	border-right: 1px dotted #cccccc;
	padding: 10px;
	width: 198px;

}

.product_teaser_box_last {
	float: left;
	padding: 10px;
	width: 198px;
}

.product_teaser_image {
	float: left;
	padding: 0 10px 0 0;
}

.product_teaser_box_info {
	border: 1px solid black;
	height: 200px;
}

.product_description {

}

/* Products.List */
div#products_list_map {
	padding: 0 10px 10px 0px;
	float: left;
}

div#products_list_teaser {
	padding: 10px;
}

div#products_list {
	float: right;
	padding: 20px;
	width: 95%;
}



/* Product.Fields */
.input_product_teaser_quantity {
	width: 20px;
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

.product_list_header {
	height: 40px;
	text-align: left;
	padding: 0px 0px 0px 15px;
	color: #867341;
	background-color: #e0d5b9;
}

.product_list_item {
	padding: 0px 0px 0px 15px;
	text-align: left;
}

.infoLayer {
	padding: 10px 20px 10px 20px;
	position: absolute;
	top: 50%;
	left: 40%;
	visibility: hidden;
	width: 400px;
	background-color: #ffffff;
	z-index: -10000;
	border: 1px solid black;
}

.newsletterLayer {
	padding: 10px 20px 10px 20px;
	position: absolute;
	top: 155px;
	left: 30%;
	visibility: hidden;
	width: 400px;
	background-color: #ffffff;
	z-index: -10000;
	border: 1px solid black;
}

.searchLayer {
	padding: 10px 20px 10px 20px;
	position: absolute;
	top: 255px;
	left: 30%;
	visibility: hidden;
	width: 400px;
	background-color: #ffffff;
	z-index: -10000;
	border: 1px solid black;
}
.infoLayerTop {
	padding: 10px 20px 10px 20px;
	position: absolute;
	top: 255px;
	left: 30%;
	visibility: hidden;
	width: 400px;
	background-color: #ffffff;
	z-index: -10000;
	border: 1px solid black;
}
.agbLayer {
	padding: 10px 20px 10px 20px;
	position: absolute;
	top: 155px;
	left: 30%;
	visibility: hidden;
	width: 600px;
	background-color: #ffffff;
	z-index: -10000;
	border: 1px solid black;
}

.product_infoLayer_close {
	float: right;
}

.products_thumbnail {
	float: left;
	padding: 0px 10px 0px 0px;
}

/* map */
map#map_blank_Map {
	z-index: 100000000;
}

img#map {
	z-index: 100000000;
}

/* Teaser left */
.teaser_left_area {

	overflow: hidden;
}

/* Cart */
.cart_entry {
	clear: both;
}

div#cart_view_area {
	padding: 20px;
}

.cart_item_quantity {
	width: 10px;
	height: 12px;
	background-color: #cccccc;
	padding: 0px 5px 0px 5px;
	border: 1px solid black;
	text-align:center;
}

div#cart_complete_area {
	padding: 20px;
}

/* User */

/* User.login */
div#user_login_area {
	padding: 20px;
	min-height: 460px;
}

.subnvaigation {
	color: black;
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	border: 0px solid black;
}

/* User.edit */
div#user_edit_area {
	padding: 20px;
}

/* Content */
div#home_view_area {
	padding: 20px;
	height: 450px;
	border: 0px solid black;
}

/* contact */
.contact_table {
	margin-left: 20px;
}

/* bottlecheck */
.bottlecheck {
	visibility: hidden;
}


.item { float: left; padding-left: 15px; margin-top:10px; width: 200px; }
.item_title { font-weight: bold; }
.item .price { clear: left;width: 100px;  }
.item .price_old { float: left; text-decoration:line-through; color: #FF0000; }
.item .price_new { float: left;  color: #000000; }
.paquet_submit { position: relative; float: right; width: 100px;  margin-top: 20px;}

#pay_info { color: #FF0000; }
