/* page */
html, body {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

* {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #4B4B4B;

}
html.js-enabled {
	overflow-y: hidden;
}
.content ul, .dhd2 ul, .cms_article ul {
	margin: 10px;
}
.content li, .dhd2 li, .cms_article li {
	margin-left: 10px;
}

body {
	background-image: url('../img/page/bg_border_white.png');
	background-position: 0px 68px;
	background-repeat: repeat-x;
	text-align: center;
}

a:active {
  outline: none;
}

a.lightbox_close { background :url("../img/lightbox_close.gif") no-repeat right 1px; padding-right:18px; font-size: 12px; }

.disabler {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
#header .disabler {
	left: 0px;
	top: 0px;
	height: 200px;
	width: 762px;
}
#dock .disabler {
	right: 0px;
	top: 0px;
	height: 4000px;
	width: 216px;
}
#footer .disabler{
	height: 50px;
	left: 0px;
	width: 762px;
}
#crumb .disabler{
	position: relative;
	height: 26px;
	top: -26px;
	margin-bottom: -26px;
}

#disable_page, #inlinepopup {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 5;
	display: none;
}
#warning {
	clear: both;
}
#warning.warning {
	position: absolute;
	margin-top: -100px;
	z-index: 6;
	width: 300px;
	border: 3px solid #ff3300;
	background-color: #ffffff;
	padding: 10px 10px 0px 10px;
}
.dhd2 .javascript_buttons {
	display: inline !important;
}
.sitestat {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.stretcher {
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}


#bgborder {
	position: absolute;
	left: 0px;
	top: 68px;
	width: 768px;
	height: 4px;
	overflow: hidden;
	background-image: url('../img/page/bg_border.png');
	background-repeat: repeat-x;
	z-index: 2;
}
* html #bgborder {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/page/bg_border.png", sizingMethod="scale");
}
span.lt, span.rt, span.lb, span.rb {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background-color: #ffffff;
}
span.lt{left:0px;top:0px;}
span.rt{right:0px;top:0px;}
span.lb{left:0px;bottom:0px;}
span.rb{right:0px;bottom:0px;}


.ie6bugwidth span.rt{right:-1px;}
.ie6bugheight span.lb{bottom:-1px;}
.ie6bugwidth span.rb{right:-1px;}
.ie6bugheight span.rb{bottom:-1px;}





.buttons {
	float: left;
	display: inline;
	width: 100%;
	clear: both;
	padding-bottom: 10px;
}
#searchform .buttons,
.promo_action .buttons,
.quick_start .buttons,
#loginform .buttons,
.actioncode .buttons
 {
	padding-bottom: 0px;
}
.buttons_floating {
	float: left;
	width: auto;
	clear: none;
	margin: 0px;
}

#loginform .buttons {
	margin: 0px;
}



.buttons div {
	display: inline;
	position: relative;
}

.buttons div,
.buttons div * {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase
}
.buttons a,
.buttons input {
	float: left;
	display: inline;
	white-space: nowrap;
	background-color: #00A0E2;
	padding: 3px 10px 4px 10px;
	cursor: pointer;
	border: none;
}
.buttons input {
	padding: 2px 10px 3px 10px;
}
.buttons .leftbutton {
	margin-right: 10px;
}

.buttons_floating .leftbutton {
	margin-right: 0px;
}

.albert .buttons a,
.albert .buttons input,
.delivery .buttons a,
.delivery .buttons input {
	background-color: #7F2790;
}
.albert .buttons a:hover,
.albert .buttons input:hover,
.albert .buttons input.hover,
.delivery .buttons a:hover,
.delivery .buttons input:hover,
.delivery .buttons input.hover {
	background-color: #5C126A;
}

.recipes .buttons a,
.recipes .buttons input {
	background-color: #9AC238;
}

.recipes .buttons a:hover,
.recipes .buttons input:hover,
.recipes .buttons input.hover {
	background-color: #80A429;
}



.buttons a:hover,
.buttons input:hover,
.buttons input.hover {
	background-color: #0079C1;
}
.buttons .leftbutton {
	float: left;
}
.buttons .rightbutton {
	float: right;
}

.buttons_floating .rightbutton {
	float: left;
}
.buttons.arrow .leftbutton a,
.buttons.arrow .leftbutton input {
	padding-left: 21px;
	background-image: url('../img/icons/pl_left.png');
	background-position: left top;
}


.buttons.arrow .rightbutton a,
.buttons.arrow .rightbutton input {
	padding-right: 21px;
	background-image: url('../img/icons/pl_right.png');
	background-position: right top;
}

* html .buttons.arrow .rightbutton a,
* html .buttons.arrow .leftbutton a,
* html .buttons.arrow .rightbutton input,
* html .buttons.arrow .lefttbutton a{
	background-image: none;
}
.leftbutton .arrowfix {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 16px;
	height: 15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/icons/pl_left.png", sizingMethod="crop");
}
.rightbutton .arrowfix {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 16px;
	height: 15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/icons/pl_right.png", sizingMethod="crop");
}

.buttons.arrow .noarrow a,
.buttons.arrow .noarrow input {
	background-image: none;
	padding: 3px 10px 4px 10px;
}
.buttons.arrow .noarrow input {
	padding: 2px 10px 3px 10px;
}
* html .buttons.arrow .noarrow input {
  padding: 2px 10px 2px 10px;
}


.buttons.arrow .noarrow .arrowfix {
	filter: none;
}

* html .buttons input{
    width: 0px;
    padding: 2px 10px 2px 10px;
    overflow: visible;
}

*:first-child+html .buttons input {
    padding: 2px 10px;

    overflow: visible;
}




#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: 100%;
	text-align: left;
	background-color: #ffffff;

}
#header {
	float: left;
	width: 762px;
	height: 68px;

}

#header li {
	float: left;
	margin: 5px 2px 5px 0px;
	list-style-type: none;
	position: relative;
}

#logo {
	float: left;
	width: 186px;
	height: 68px;
	background-image: url('../img/page/ah_logo.gif');
	text-decoration: none;
	text-indent: -10000px;
	overflow: hidden;
}

#extramenu {
	float: left;
	width: 573px;
	height: 33px;
	margin: 0px 0px 0px 3px;
}
#extramenu li {
	margin: 5px 0px 5px 0px;
}
#extramenu a {
	text-decoration: none;
	float: left;
	display: inline;
	font-weight: bold;
	color: #51575C;
	font-size: 11px;
	padding: 4px 6px;
	white-space: nowrap;

}
#extramenu li {
	background-image: url('../img/page/dotted_vert.gif');
	background-position: right center;
}

#extramenu li.last {
	background-image: none;
}

#extramenu .extra_container {
	margin-right: 1px;
	position: relative;
	float: left;
}
#extramenu a:hover {
	background-color: #E9F7FD;
}


#topmenu {
	float: left;
	width: 571px;
	height: 34px;
	background-image: url('../img/page/dotted.gif');
	background-repeat: repeat-x;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 5px;

}

#topmenu a {
	text-decoration: none;
	float: left;
	display: inline;
	font-weight: bold;
	color: #00A0E2;
	font-size: 14px;
	letter-spacing: -1px;
	padding: 4px 7px;
	white-space: nowrap;
}

#topmenu a:hover,
#topmenu a.selected {
	background-color: #00A0E2;
	color: #ffffff;
}

#topmenu a.bonuslink:hover {
	background-color: #F86B02;
}

#topmenu a.recepten:hover {
	background-color: #91B942;
}


/* dock */
#dock {
	float: right;
	width: 216px;
}
#dock * {
	font-size: 11px;
}
.dock_middle {
	float: left;
	width: 198px;
	margin: 0px 9px;
	display: inline;
}

.dock_block {
	background-color: #E7F6FD;
	background-image: url('../img/dock_rounded.gif');
	margin: 2px 0px;
	width: 198px;
	float: left;
	display: inline;

}
.dock_block.purple {
	background-color: #F3EBF5;
}
.dock_middle .change_delivery {
	background-color: #F3EBF5;
}

.dock_block .block {
	padding: 4px 9px;
	width: 180px;
	float: left;
	display: inline;
	background-image: url('../img/dock_rounded.gif');
	background-position: left bottom;
}
.with_white_block .block{
	padding: 4px 3px 4px 3px;
	width: 192px;
}
.change_delivery .block {
	padding: 4px 3px 1px 3px;
}

.white_block {
	background-image: url('../img/cart_rounded.gif');
	float: left;
	display: inline;
	background-color: #ffffff;
	padding: 5px 5px 2px 5px;
	width: 182px;
}
.purple .white_block {
	background-image: url('../img/cart_rounded_purple.gif');
}

#dock #loginform {
	clear: both;
	float: left;
	background-color: #E7F6FD;
	margin: 0px -9px;
	width: 180px;
	padding: 4px 9px 0px 9px;
}

#dock #loginform p,
#dock #loginform a {
	color: #00A0E2;
}



#dock #loginform input.dock,
.dhd2 input.dock {
	border: 1px solid #D2D5D7;
	background-color: #ffffff;
	width: 174px;
	padding: 2px;
	margin-bottom: 4px;
}

#dock .rememberlogin,
.dhd2 .rememberlogin {
	border: none;
	width: 11px;
	height: 11px;
}
#dock #loginbuttons {
	float: left;
	display: inline;
	clear: both;
	width: 100%;
	position: relative;
}
#dock .login_signup {
	margin: 5px 0px;
}
#dock #loginbuttons a{
	width: auto;
	margin: 0px;
}
#dock #loginbuttons a:hover{
	text-decoration: none;
}


body #dock .purple .white_block_bottom {
	background-image: url('../img/cart_rounded_purple.gif');
}

body #dock .albert_info div {
	float: left;
	display: inline;
	font-size: 12px;
	color: #7F2790;
	font-weight: bold;
	width: 90px;
	margin: 4px 0px 0px 3px;
}

#dock .albert_info .delivery_truck {
	float: right;
	width: 84px;
	height: 43px;
	margin: 0px -5px 0px 0px;
	background-image: url('../img/albert_truck_dock.gif');
}

#dock .delivery_moment div {
	float: left;
}
body #dock .delivery_moment a {
	float: left;
	display: inline;
	padding-left: 20px;
	padding-bottom: 2px;
	white-space: nowrap;
	background-image: url('../img/icons/arrow_right_albert.gif');
	background-position: 0px 2px;
}

#dock .delivery_moment a:hover {
	background-position: 0px -35px;
	text-decoration: none;
}

#dock .delivery_moment a.alterdelivery {
	padding: 0px 20px 0px 0px;
	background-position: right 1px;
	float: right;
}

#dock .delivery_moment a.alterdelivery:hover {
	background-position: right -36px;
}


#dock .more_about_albert {
	margin: 0px 4px 0px 5px;
	float: left;
	display: inline;
	padding-bottom: 3px;
}

#cart_contents {
	float: left;
	display: inline;
	height: auto;
	width: 182px;
	overflow: auto;
	overflow-x: hidden;
}
#cart_contents a {
	text-decoration: none;
}
#cart_contents a:hover {
	text-decoration: underline;
}

input.addamount{
	height:17px;
	width:12px;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	background-color: #ffffff;
	padding: 3px 2px 0px 2px;
	float: left;
	display: inline;
	font-size: 11px;
}

.spinner{
	float: left;
	width: 12px;
	height: 22px;
	overflow: hidden;
	display: inline;
}
.spinner img{
	cursor: pointer;
}



#cart_contents img.p_img_48 {display:none;}
#cart_contents img.p_img_80 {display:none;}
#cart_contents img.p_img_200 {display:none;}
#cart_contents div.p_blurb {display:none;}
#cart_contents p.p_name {display:none;}
#cart_contents p.p_unit {display:none;}
#cart_contents p.p_price {display:none;}
#cart_contents p.p_pricepersiunittext {display:none;}
#cart_contents p.p_deal {display:none;}
#cart_contents p.p_deal span {display:none;}
#cart_contents div.cartamount {display:none;}

#cart_contents input.addamount,
#cart_contents .spinner{
	margin: 1px 0px;
}

#cart_contents .ie7bug {
	font-size: 0px;
}

#cart_contents .amount {
	background-color: #ff3300;
}

#cart_contents .product {
	clear: both;
	float: left;
	background-image: url('../img/page/dotted_blue.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 182px;

}

.scrollbar #cart_contents .product {
	width: 164px;
}


#cart_contents .pn {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding: 4px 3px;
	float: left;
	display: inline;
	width: 108px;
}

.scrollbar #cart_contents .pn {
	width: 90px;
}
#cart_contents .pa {
	width: 30px;
	float: left;
}
#cart_contents .pp {
	width: 38px;
	text-align: right;
	float: left;

	padding: 4px 0px;
	display: inline;
}

#cart_contents .price {
	background-color: #ff9900;
}
#dock .totals {
	display: block;
	position: relative;
}
#dock .scrollbar .totals {
	margin-right: 18px;
}
#dock .label {
	float: left;
	clear: left;
}
#dock .value {
	float: right;
	clear: right;

}
#dock .discount .label, #dock .discount .value {
	margin-top: 5px;
}
#dock .total *{
	font-weight: bold;
}
#dock .discount *{
	color: #EE5757;
}

.shop_in_store {
	color: #9FB4C7;
}

.shopping_cart .shops {
	float: left;
	margin-left: 1px;
	display: inline;
}
.shopping_cart .shops li{
	display: inline;
}

.shopping_cart .shops a{
	float: left;
	height: 37px;
	background-position: left center;
	text-indent: -10000px;
	overflow: hidden;
}
.shopping_cart .shops .shop_AH{
	background-image: url('../img/logo_AH.gif');
	width: 32px;
	margin-right: 20px;
}
.shopping_cart .shops .shop_ET{
	background-image: url('../img/logo_ET.gif');
	width: 42px;
	margin-right: 20px;
}
.shopping_cart .shops .shop_GA{
	background-image: url('../img/logo_GA.gif');
	width: 64px;
}

#dock .white_block_bottom {
	background-image: url('../img/cart_rounded.gif');
	float: left;
	width: 192px;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
#dock a.to_shop {
	margin: 9px 6px 2px 7px;
	float: left;
	width: 145px;
	height: 27px;
	font-weight: bold;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0px 0px 11px;
	background-image: url('../img/naar_de_kassa.gif');
}
#dock a.to_shop:hover{
	background-position: 0px -32px;
}

#dock h4{
	font-weight: bold;
	font-size: 12px;
	color: #00A0E2;
	margin-bottom: 7px;
	float: left;
	display: inline;
}


#dock .dock_block h4 {
	margin-bottom: 3px;
}


#dock a.dock_header:hover {
	text-decoration: underline;
}

#dock a.help {
	float: right;
	color: #9FB4C7;
	text-decoration: none;
	margin-top: 1px;
	white-space: nowrap;
}
#dock a.help:hover {
	text-decoration: underline;
	color: #00A0E2;

}
#dock .myname {
	float: left;
	display: inline;
	width: 160px;
	clear: both;
	font-weight: bold;
	color: #00A0E2;
	padding-left: 20px;
	background-image: url('../img/icons/person_AH.gif');
	margin: 0px 0px 3px 0px;


}

#dock .login_signup, #dock .login_profile {
	clear: both;
	float: left;
	width: 100%;
}
#dock .arrowedlink,
.arrowedlink {
	float: left;
	display: inline;
	clear: both;
	width: 160px;
	padding-left: 20px;
	background-image: url('../img/icons/arrow_right_ah.gif');
	background-position: 0px 1px;
	margin: 3px 0px;
}
#dock a.arrowedlink:hover,
a.arrowedlink:hover {
	background-position: 0px -36px;
	text-decoration: none;
}

body #dock .purple .arrowedlink {
	background-image: url('../img/icons/arrow_right_albert.gif');
}
#dock .more_about_albert .arrowedlink {
	margin-bottom: 0px;
}

#dock .login,
#dock .profile {
	width: auto;
	clear: none;
	margin-right: 5px;
}

#dock #personal_container .login {
	background-image: none;
	padding-left: 5px;
	border-left: 1px solid #494949;
}

#dock .close {
	background-image: url('../img/icons/close.gif');
}
#personal_container {
	background-image: url('../img/dock_bg.gif');
	background-position: 0px 68px;
	float: left;
	width: 216px;
}

#personal_container .personal_bottom {
	float: left;
	height: 4px;
	overflow: hidden;
	width: 216px;
	font-size: 1px;
	padding-top: 4px;
	background-image: url('../img/dock_bg.gif');
	background-position: left bottom;

}


#content {
	float: left;
	width: 762px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

#innercontent {
	float: left;
}

#crumb {
	float: left;
	width: 510px;
	display: inline;
	padding-top: 14px;
	padding-left: 13px;
}


#crumb * {
	font-size: 11px;
}

#crumb a {
	text-decoration: none;
}
#crumb a:hover {
	text-decoration: underline;
}
#crumb .home {
	padding-left: 18px;
	background-image: url('../img/arrow_left_blue_box.gif');
}

.content_crumb {
	margin: 10px 0px;

}

.breaker {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
}

#searchform {
	float: right;
	display: inline;
	margin-right: 19px;
	margin-top: 10px;
}
#searchform .searchsubmit {
	float: left;
	display: inline;
	background-image: url('../img/page/button_bg.gif');
	background-position: right top;
	font-weight: bold;
	color: #ffffff;
	background-color: #00A0E2;
	width: 30px;
	text-align: center;
	cursor: pointer;
	height: 21px;
	border: none;
	text-transform: uppercase;
}
#searchform .searchparameter {
	border: 1px solid #D2D5D7;
	margin-right: -1px;
	background-color: #ffffff;
	height: 15px;
	padding: 2px;
	font-size: 12px;
	width: 150px;
	float: left;
	display: inline;
}
.postalcode_check,
.editlist_input {
	border: 1px solid #D2D5D7;
	margin-right: -1px;
	background-color: #ffffff;
	height: 15px;
	padding: 2px;
	font-size: 12px;
	width: 150px;
	float: left;
	display: inline;
}
#leftcolumn {
	float: left;
	width: 186px;
	min-height: 10px;
	margin-top: 12px;
	clear: left;
	overflow-x: hidden;

}
#rightcolumn, .rightcolumn {
	float: left;
	display: inline;
	width: 532px;
	min-height: 10px;
	padding-left: 14px;
	margin-top: 3px;

}

.column1 {
	float: left;
	width: 337px;
	position: relative;
}
.column2 {
	float: right;
	width: 185px;

}


* html #rightcolumn .column2 .blueblock {
	float: left;
	width: 165px;
}



/*steps*/
.steps {
	float: right;
	margin: -29px 10px 0px 0px;
	display: inline;

}
.steps li {
	float: left;
	width: 13px;
	height: 17px;
	overflow: hidden;
	background-image: url('../img/step_inactive.gif');
	background-position: left top;
	white-space: nowrap;
	margin-left: 3px;
	font-weight: bold;
	color: #DEDEDE;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 6px;

}
.steps li span {
	display: none;
	color: #00A0E2;
	font-weight: bold;
	font-size: 12px;
	margin-right: 9px;


}
.steps li.active {
	background-image: url('../img/step_active.gif');
	background-position: right center;
	overflow: visible;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	width: 41px;
}
.steps li.active span {
	display: inline;
}

/*content*/
.content p, .dhd2 p {
	line-height: 18px;
	margin-bottom: 10px;
	clear: left;
}
.content p.smalltext {
	font-size: 11px;
}

.content h3 {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -2px;
	color: #00A0E2;
	background-image: url('../img/page/dotted.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	margin: 3px 0px 8px 0px;
}


.content h4 {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.4px;
	color: #00A0E2;
	margin-bottom: 2px;
	clear: both;
}
.content .blueblock h4 {
	font-size: 14px;
}

.bonus h3,
.bonus h4 {
	color: #F86B02;
}

body .albert h3,
body .albert h4 {
	color: #8E409D;
}

.recipes h3,
.recipes h4 {
	color: #91B942;
}

div.hr {
	float: left;
	width: 100%;
	background-image: url('../img/page/dotted.gif');
	background-repeat: repeat-x;
	background-position: left center;
	padding: 5px 0px;
}
* html div.hr{
	padding: 0px;
	height: 10px;
	overflow: hidden;
}

*:first-child+html div.hr{
	padding: 0px;
	height: 10px;
	overflow: hidden;
}

div.stretcher {
	float: left;
	width: 100%;
	clear: both;
	font-size: 0px;
	height: 1px;
	overflow: hidden;
	padding: 10px 0px;

}
#dock div.hr {
	background-image: url('../img/page/dotted_blue.gif');
	background-position: left top;
	font-size: 0px;
	height: 1px;
	padding: 0px;
	overflow: hidden;
}

#dock div.hr.padding {
	background-position: left center;
	padding: 4px 0px;
}
#dock .purple div.hr {
	background-image: url('../img/page/dotted_purple.gif');
	padding: 0px 0px 4px 0px;
}



.blueblock,
.whiteblock,
.content .block {
	display: block;
	position :relative;
	padding: 10px;
	clear: both;
	background-color: #E9F7FD;
	margin-bottom: 10px;
}
.content .block {
	padding: 0;
	background-color: transparent;
	float: left;
	width: 100%;
}
.whiteblock {
	background-color: #ffffff;
	padding: 0px 10px;
}
.recipes .blueblock {
	background-color: #F3F7E6;
}

.bonus .blueblock {
	background-color: #FFF1E6;
}

.albert .blueblock {
	background-color: #F3EBF5;
	padding: 0px;
	background-image: url('../img/albert_delivery.gif');
	background-position: left bottom;
}
.albert .blueblock .round {
	border: 1px solid #EFCCF6;
	padding-bottom: 34px;
}

.blueblock.floating {
	float: left;
	margin: 0px 10px 10px 0px;
	display: inline;
}
.blueblock.floating.right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.blueblock p {
	margin: 0px;
}

* html #rightcolumn .blueblock {
	float: left;
	width: 512px;
}
* html #rightcolumn .blueblock.floating {
	width: auto;
}
* html #rightcolumn .blueblock.floating.right {
	float: right;
}

.blueblock .round {
	display: block;
}

/* subnavigation */


#leftcolumn .blueblock{
	padding: 7px 10px 7px 10px;
	float: left;
	display: inline;
	width: 166px;
}

#leftcolumn .blueblock ul{
	padding: 0px 0px 10px 0px;

}
#leftcolumn .categorylinks ul{
	float: left;
	display: inline;
	padding: 0px 0px 10px 0px;

}
#leftcolumn .categorylinks ul.toplinks {
	padding: 0px 0px 0px 0px;
	margin-top: -12px;
}
* html #leftcolumn .categorylinks ul.toplinks {
	margin-top: 0px;
}


#leftcolumn .blueblock div.hr {
	background-position: left 2px;
	clear: both;
	display: inline;
	height: 17px;
	padding: 0px;
}
* html #leftcolumn .blueblock div.hr {
	overflow: hidden;
	height: 5px;
}
*:first-child+html #leftcolumn .blueblock div.hr {
	overflow: hidden;
}

#leftcolumn .blueblock div.bottomhr {
	height: 17px;
}
*:first-child+html #leftcolumn .blueblock div.bottomhr {
	background-position: left 4px;
}

#leftcolumn li{
	list-style-type: none;

	float: left;
	width: 166px;
	display: inline;
	clear: both;
}

#leftcolumn h3,
#leftcolumn h4 {
	font-weight: bold;
	margin-bottom: 3px;
	color: #000000;
}

#leftcolumn .module h3,
#leftcolumn .module h4 {
	margin-bottom: 0px;
	color: #ffffff;
}
/* mantis #1967 */
#leftcolumn .categorylinks h3 {
	margin: -7px 40px 0 -10px;
	padding: 0;
	height: 36px;
}
#leftcolumn .categorylinks h3 span {
	color:#FFFFFF;
	float: left;
	font-size: 14px;
	padding: 5px 10px 0px 10px;
	height: 21px;
	background-color:#00A0E2;
	background-image: url(../img/categorylinks_heading_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
.bonus #leftcolumn .categorylinks h3 span {
	background-color: #FF6F00;
	background-position: 100% -26px;
}
/* end #1967 */

#leftcolumn ul a,
#leftcolumn .categorylinks .toplinks a {
	padding-left: 20px;
	background-image: url('../img/icons/arrow_right_ah.gif');
	display: block;
	text-decoration: none;
	margin: 2px 0px;
}
#leftcolumn .categorylinks .toplinks a {
	margin: 0px;
}

#leftcolumn.recipes ul a {
	background-image: url('../img/icons/arrow_right_recipe.gif');
}

.bonus #leftcolumn ul.toplinks a {
	background-image: url('../img/icons/arrow_right_orange.gif');
}

#leftcolumn .categorylinks .toplinks a:hover {
	background-position: 0px -37px;
}
#leftcolumn .categorylinks a {
	padding-left: 0px;
	background-image: none;
	margin: 1px 0px;
}
#leftcolumn ul a:hover  {
	text-decoration: underline;
	color: #00A0E2;
}
#leftcolumn ul a.selected {
	color: #00A0E2;
	font-weight: bold;
}

#leftcolumn.recipes ul a:hover {
	color: #9AC238;
}

.bonus #leftcolumn ul a:hover {
	color: #F86B02;
}
#leftcolumn ul a.current {
	font-weight: bold;
}


#leftcolumn .toplinks a img {
	display: none;
}


/* pictures in leftcolumn */

.picture {
	position: relative;
	float: left;
	width: 186px;
	overflow-x: hidden;
	margin-bottom: 10px;
}

.picture img {
	float: left;
}

.picture.border .line {
	float: left;
	width: 184px;
	overflow-x: hidden;
	border: 1px solid #B4E3F7;
}

/* footer */

#footer {

	float: left;
	display: inline;
	width: 723px;
	padding: 16px 0px 16px 9px;
	background-image: url('../img/page/dotted.gif');
	background-repeat: repeat-x;
	background-position: 0px 10px;

}
#footer span{
	float: left;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	color: #00A0E2;
}

#footer div {
	float: right;
	display: inline;
	padding-top: 4px;
}
#footer div *{
	font-size: 11px;
}
#footer div a {
	text-decoration: none;
	white-space: nowrap;
}
#footer div a:hover {
	text-decoration: underline;
}


/* popups */
div.img_extendedinfo {width:200px;height:200px;padding:0px;float:left;}


div.extendedinfo_minheight {min-height:160px;}
* html div.extendedinfo_minheight {height:160px;}




div.product_extendedinfo {text-align: left; display:block;width:230px;float:right;clear:right;padding:0 5px 0 4px;}


div.product_extendedinfo div.unitdesc {color:#000000;font-weight:normal;font-size:11px;font-style:italic;padding:4px 0px 4px 0px;}
div.product_extendedinfo div.core {font-weight:normal;font-size:11px;padding:7px 0px 8px 0px;margin:7px 0 0 0;color:#666666;}
div.product_extendedinfo div.extension {font-weight:normal;font-size:11px;margin:7px 0 0 0;color:#666666;}

div.product_extendedinfo p.p_unit {display:inline;padding: 0 4px 0 0;margin: 0 0 0 0;}
div.product_extendedinfo p.p_unitsize {display:inline;padding: 0 4px 0 0;margin: 0 0 0 0;}
div.product_extendedinfo p.p_orgvalue {display:inline;padding: 0 4px 0 0;margin: 0 0 0 0;}
div.product_extendedinfo p.promo {display:inline;padding: 0 4px 0 0;margin: 0 0 0 0;}
div.product_extendedinfo h3.p_desc {padding: 0 0px 0 0px;margin: 0 0 0 0;font-weight:bolder;}
div.product_extendedinfo .core {font-weight: bold;}
div.product_extendedinfo .core * {font-weight: bold;}


div.product_extendedinfo p.price {display:inline;padding: 0 0px 0 0;margin: 0 0 0 0;}
div.product_extendedinfo p.p_specdeal {display:inline;padding: 0 0px 0 0;margin: 0 0 0 0;}



div.product_extendedinfo div.productunavailable {color:#808080;font-style:italic;padding:0 0 0 0px;}

div.modules_shelve_buttons {padding:0 0 0 0;margin:0 0 0 0;width:auto;display:block;clear:both;float:none;}

div.notification_message{background: transparent url('/img/icons/important_big.gif') no-repeat 0px 10px; color:#000000;font-weight:bold;font-size:12px;font-style:normal;padding:10px 10px 10px 80px; min-height: 70px; display: block;}
* html div.notification_message {height: 70px;}
div.notification_message.noicon {background: none;padding-left: 5px;}
div.page_number {float:left;margin-left:15px;margin-top:3px;color: white;font-size:20pt;font-weight: bolder;}
/* scriptless error feedback */

#scriptlevel0_messagefeedback {width:520px;margin:10px 10px 10px 10px;padding:8px 8px 4px 8px;border:2px solid #ff0000;color:#ff0000;}
#scriptlevel0_feedbackcontent p {font-size:11px;color:#ff0000;margin: 0 0 4px 0; padding: 0 0 0 0;}


/* personal information */

.personal form {
	width: 360px;
}

.personal ul.errors {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 10px 0;
	padding: 0;
}
.personal ul.errors li {
	margin: 0;
	padding: 0;
}
.personal ul.errors li *{
	color: #ff0000;
}

.personal table  {
	margin-bottom: 10px;
}
.personal table td {
	vertical-align: top;
	padding: 2px 0px;
}
.personal .label,
#secondary form fieldset.personal label {
	width: 160px;
	padding: 0;
	padding-top: 5px;
}
#secondary form fieldset.personal label.error {
	float: left;
	width: 188px;
	padding: 0;
	margin-left: 160px;
	margin-top: 5px;
	padding-bottom: 8px;
	background:#ffffff url(/img/forms/errors.gif) no-repeat scroll left bottom;
}
#secondary form fieldset.personal label.error strong {
	background:#ffffff url(/img/forms/errors.gif) no-repeat scroll left top;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:15px 15px 5px 40px;
}


#secondary form fieldset.personal label.error-label,
#secondary form fieldset.personal label.error-label * {
	color: #ff0000;
}
#secondary form fieldset.personal legend {
	display: none;
}
#secondary form fieldset.personal li.checkbox label {
	width: auto;
	padding-top: 0;
}
.personal .label .req {
 position: absolute;
 left: 320px;
 margin-top: 2px;
}
.personal .value {
	width: 200px;
}
.personal .helptext {
	color: #929292;
	font-size: 10px;
	float: right;
	margin-top: 3px;
}

.personal .housenr {
	float: left;
}

.personal .housenrextra {
	float: right;
}
.personal .housenrextra input{
	margin-left: 10px;
}
.personal .value input,
fieldset.personal input {
	width: 276px;
	border: 1px solid #D6D6D6;
	background-color: #ffffff;
	width: 214px;
	padding: 2px;
}
fieldset.personal input {
	width: 190px;
}
.personal input.checkbox {
	width: auto;
	padding: 2px;
	border: none;
	margin: 2px;
}
fieldset.personal li.checkbox input.checkbox {
	margin: 0;
	margin-right: 5px;
	float: left;
}
.personal input.phone1 {
	width: 30px;
	margin-right: 4px;
}
.personal input.phone2 {
	width: 147px;
}
.personal .personal_right,
.raf .error {
	position: absolute;
	width: 195px;
	z-index: 2;
	display: none;
	margin-top: -4px;
	padding-bottom: 8px;
	background-image: url('../img/forms/help_bottom.png');
	background-position: left bottom;
}
.raf .error {

	margin-left: -100px;
}
.personal .personal_right p,
.raf .error p{
	padding: 13px 23px 13px 50px;
	margin: 0px;
	line-height: normal;
	font-size: 11px;
	min-height: 24px;
	background-image: url('../img/forms/help_top.png');
}
.personal .error,
.raf .error {
	background-image: url('../img/forms/error_bottom.png');
	display: inline;

}
.personal .error p,
.raf .error p{
	color: #ffffff;
	background-image: url('../img/forms/error_top.png');
}
.personal input.fullwidth {
	width: 354px;
	background-color: #ffffff;
	border: 1px solid #D6D6D6;
	padding: 2px;

}

/* postal check */

.postalcodecheck_form_zipcode {
	border: 1px solid #D1D5D8;
	width: 100px;
	padding: 4px;
	background-color: #ffffff;
}

#newShoppingList {
	border: 1px solid #D1D5D8;
	width: 200px;
	padding: 4px;
	background-color: #ffffff;
}

#shoppingListSelection {
	border: 1px solid #D1D5D8;
	background-color: #ffffff;
	width: 200px;
}

#shoppingListSelection option {
	padding: 2px;
	background-color: #ffffff;
}

.no_js_warning {
	border: 1px solid red;
	color: red;
	padding: 10px;
	margin: 10px;
	background: #fee;
}

/* Mantis #1968 shelve navigation */
.shelve_nav {
	padding-top: 22px;
	background-image:url(../img/page/dotted.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
/* end Mantis #1968 */

.gall_table th {
	vertical-align: top;
	width: 70px;
}
.gall_table td {
	vertical-align: top;
	width: 150px;
}
/* personal offer */
#rightcolumn.personalnewsletter {
	padding-left: 0;
	width: 732px;
	margin-top: -14px;
	padding-top: 160px;
	background-image: url(../img/special_modules/account_newsletter.jpg);
}
.personalnewsletter h3 {
	background-image: none;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 2px;
	
}

.buttons .big a {
	text-transform: none;
	font-size: 15px;
}
