/*GLOBAL CSS DEFINITIONS FOR ALL TASSIMO SITES*/

* { margin: 0px; padding: 0px; }
body { margin: 0px; padding: 0px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; background: #ffffff ; color: #333333; }
body.layerLightBox{min-height:100%; height:auto !important; height:100%;}
a { color: #CA9D00; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Div containing ALL page content */
div.container { position: relative; width: 946px; margin: 0px auto; padding: 0px; background: #ffffff ; overflow: hidden; }


/* Print friendly header - appears only on the "print friendly" CSS, not on the screen or print CSS */
div#printfriendly { display: none; }
div#pfHeaderImg { display: none; }

/* Page header */
div#header { height: 96px; cursor: default; border-bottom:1px solid #cccccc; width:940px}
div#hdrGraphics { position:absolute; top:28px; left:0}

div#miniBasketWrapper { position: absolute; left: 415px; top: 63px; height: 16px; width: 160px; text-align: right; z-index: 110; display: none; }
div#miniBasketWrapper.hasItems{ display: block; }
div#header.loggedIn div#miniBasketWrapper { display: block; }

div#miniBasketWrapper a div { text-decoration: none; cursor: pointer; }
div#miniBasketWrapper a:hover div { text-decoration: underline; }
div#miniBasketWrapper div#miniBasket div { float: left; margin-right: 5px; }
div#miniBasketWrapper div#miniBasket div#miniBasketMeasure { margin: 0px; }

div#hdrWelcome { position: absolute; left: 225px; top: 63px; height: 16px; width: 160px; }

div#eshopHeader { display: none; }

div#hdrLoggedLinks { position: absolute; left: 560px; top: 63px; height: 16px; width: 120px; z-index: 100; }
	div#hdrLoggedLinks ul { list-style-type: none; padding-right: 8px; }
	div#hdrLoggedLinks ul li { display: inline; }
	div#hdrLoggedLinks a { border-left: 1px solid #c0a34f; margin-left: 7px; padding-left: 8px; }
	div#hdrLoggedLinks a#first { border-left: 0px; }

div#hdrLinks { position: absolute; left: 228px; top: 63px; height: 16px; width: 720px; text-align: right; z-index: 90; }
	div#hdrLinks ul { list-style-type: none; padding-right: 8px; }
	div#hdrLinks ul li { display: inline; }
	div#hdrLinks ul li#loggedin { display: none; }
	div#hdrLinks a {  text-transform: uppercase; border-left: 1px solid #ca9d00; color: #ca9d00; margin-left: 7px; padding-left: 8px; }
	div#hdrLinks a#first { border-left: 0px; }

div#breadcrumbs { position: absolute; left: 223px; top: 119px; width: 680px; height: 16px; color: #ffffff; padding: 0 0 0 6px; }
div#breadcrumbs a { background: url('img/bullet_darkbrown.png') no-repeat left 0.4em; padding-left: 9px; margin-left: -4px; }
/* wrong in several templates */
div#userregistration div#breadcrumbs{ top: -28px; }
div#loginTemplate div#breadcrumbs { top: -28px; }
body.homepage div#breadcrumbs{display:none}


/* Primary and secondary nav - hidden in this layout */
div#prinav { display: none; }
div#prinavbg { display: none; }
div#navbox { display: none; }


/* normal search area is hidden and we use a special pop-up box */
div#search { display: none; }
div#searchBox { position: absolute; z-index:91; height:30px; top: 10px; right: 5px; width: 220px; background: #f5f5f5; padding: 6px 5px 15px 10px; }
	div#searchBox div.roundedBottom { display:none /*position: absolute; left: 87px; top: 30px; width: 15px; height: 12px; */}
	div#searchBox form fieldset { border: 0px; float: left; }
	div#searchBox form fieldset input#searchfield {  font-size: 10px ;  border: 1px solid #A5A491; width: 115px; height: 15px; padding: 0px 4px; margin: 0px 5px; }
	div#searchBox form fieldset button#login_submit { background: transparent; border: 0px; padding: 0px; margin: 0px; }
	div#searchBox a#boxCloseLink { position: absolute; top: 6px; right: 6px; margin: 0px; padding: 0px; background: transparent; }


/* START popup header loginbox */

div#headerLoginbox { position: absolute; z-index:91; top: 10px; left: 405px; width: 520px; background: #f5f5f5; padding:21px 5px 15px 10px; }
	div#headerLoginbox div#eshopLoginBox { background: transparent; }
	div#headerLoginbox div.roundedBottom { display:none }
	div#headerLoginbox h2 { display: none; }
	div#headerLoginbox form fieldset { border: 0px; float: left; }
	div#headerLoginbox form fieldset label { display: none; }
	div#headerLoginbox form fieldset input {  font-size: 10px ;  border: 1px solid #A5A491; width: 115px; height: 15px; padding: 0px 4px; }
	div#headerLoginbox form fieldset input#password { margin: 0px 5px; }
	div#headerLoginbox form fieldset button#login_submit { background: transparent; border: 0px; padding: 0px; margin: 0px; }
	div#headerLoginbox form fieldset#loginArea {position: absolute; top: 3px; left: 275px;}
	div#headerLoginbox form fieldset#loginHome {position: absolute; top: 3px;}	
	div#headerLoginbox a { position: relative; top: 9px; left:270px; margin: 0 0 0 15px; padding: 0 0 0 10px; background: url(img/bullet_lightbrown.png) no-repeat 0px center;  }
	div#headerLoginbox a#boxCloseLink { position: absolute; top: 6px; left:520px;right: 6px; margin: 0px; padding: 0px; background: transparent; }
	div#headerLoginbox div.errors { color: #e03; font-weight: bold; left: -280px; position: absolute; top: 0px; width: 270px; }

div#headerLoginbox form fieldset#fs_permanent_login {position:absolute; left: 300px;width:200px;top:0px;}
	div#headerLoginbox form fieldset#fs_permanent_login input {width:15px;height:15px;background:transparent;float: left;}
	div#headerLoginbox form fieldset#fs_permanent_login label {display:block;margin: 0 0 0 5px; float: left;width:170px;padding:2px 0 0 0;color:#C0A34F;}
	
/* END popup header loginbox */

div#pageBody { float: left; margin-top: 43px; padding: 0px 0px 15px; width: 946px; position: relative; }

div#contentLeft { display: block; float: left; height: auto !important; min-height: 372px; overflow: hidden; width: 190px; position: relative; top: -29px; }
	div#contentLeft div#flashNavigation { margin-left: 16px; }

div#contentFull { float: left; padding: 0 0 0 30px; width: 726px; }
	body.contentFull700 div#contentFull {/*padding: 0px 0px 0px 20px; width: 700px; */}
	body.myTassimoLanding div#contentFull {/*padding: 0px 0px 0px 20px; width: 700px; */}
	body.myTassimo div#contentFull {padding: 0px 0px 0px 20px; width: 700px; }
	body.headimg_large div#contentFull { margin-top: 255px; }
	body.headimg_small div#contentFull { margin-top: 135px; }
	body.homepage div#contentFull{  padding: 0px 0px 0px 30px; width: 726px; margin:-33px 0 0 0; position:relative; z-index:20}

	body.headerImgLarge div#contentFull { margin: 255px 0 0 0; }
	body.titlesmallimage div#contentFull { margin: 220px 0 0 0; }
	
div#contentCentre { float: left; padding: 0px 10px 0 30px; width: 476px; }
	body.headimg_large div#contentCentre { margin: 255px 0 0 0; }
	body.headimg_small div#contentCentre { margin: 135px 0 0 0; }
	body.headerImgLarge div#contentCentre { margin: 255px 0 0 0; }


div#contentRight { display: block; float: left; width: 240px; }
	body.headimg_large div#contentRight { margin: 255px 0 0 0; }
	body.headimg_small div#contentRight { margin: 135px 0 0 0; }
	body.headerImgLarge div#contentRight { margin: 255px 0 0 0; }


/* Footer content */
div#footerGraphics { border-top:1px solid #CCCCCC; display:inline; float:left; margin:0 0 3px 220px; text-align:right; width:720px;}

div#footer { float: left; clear: left; display: inline; color: #333333; position: relative; width: 720px; margin: 0 0 0 220px; padding: 12px 0px 12px 0px; border-top: 1px solid #cccccc; }

div#footer div#ftrLinks { float: left; }
	div#footer div#ftrLinks ul { list-style-type: none; }
	div#footer div#ftrLinks ul li { display: inline; }
	div#footer div#ftrLinks a { border-left: 1px solid #ca9d00; color: #ca9d00; margin-left: 7px; padding-left: 8px; }
	div#footer div#ftrLinks a.first { border-left: 0px; padding:0; margin:0}
	div#footer div#ftrText { float: right; position: relative; }


/*alg contHeader*/
body.headerImgLarge div.content div#contHeader{position: absolute; top: 0px; left: 220px; width: 720px; overflow: hidden; background:transparent url(img/headerImgLarge_bg.gif) repeat-x scroll 0 0;  }
	body.headerImgLarge div#contHeader { height: 240px; }
	body.headerImgLarge div#contHeader h4 { color:#CA9D00; font-size:26px; font-weight:bold; line-height:34px; margin:0 0 10px 0; }
	body.headerImgLarge div#contHeader a {  font-weight: normal; }
	body.headerImgLarge div#contHeader div.imageBar{width:343px ; border-left: 2px solid #FFFFFF; float:left; padding: 0 15px 0 0; overflow:hidden}



/* contHeader (title section) gets uncoupled from other layout cols */
body.headimg_large div.content div#contHeader{ position: absolute; top: 0px; left: 220px; width: 720px; overflow: hidden; }
body.headimg_small div.content div#contHeader { position: absolute; top: 0px; left: 220px; width: 720px; overflow: hidden; }
	body.headimg_large div.content div#contHeader { height: 240px; }
	body.headimg_small div.content div#contHeader { height: 120px; }

	body.headimg_large div#contHeader div.stdContBlock{ margin: 0px; }
	body.headimg_small div#contHeader div.stdContBlock { margin: 0px; }
	body.headimg_2cols div#contHeader div.stdContBlock {border-right: 1px solid #0b0804; float: left; clear: none; width: 359px; }

	body.headimg_large div#contHeader h4{ color: #f2efe4; font-size: 11px; font-weight: bold; padding: 0px; margin: 0 0 8px 0; }
	body.headimg_small div#contHeader h4 { color: #f2efe4; font-size: 11px; font-weight: bold; padding: 0px; margin: 0 0 8px 0; }

	body.headimg_large div#contHeader a{ color: #7e6007; }
	body.headimg_small div#contHeader a { color: #7e6007; }

	body.headimg_large div#contHeader div.stdContBlock div.imageBoxLeft img{ margin: 0px; }
	body.headimg_small div#contHeader div.stdContBlock div.imageBoxLeft img{ margin: 0px; }
	body.headimg_large div#contHeader div.stdContBlock div.imageBoxRight img{ margin: 0px; }
	body.headimg_small div#contHeader div.stdContBlock div.imageBoxRight img { margin: 0px; }

	body.headimg_large div#contHeader div.stdContBlock div.stdContHeadImg{ padding: 0px; width: 359px; overflow: hidden; }
	body.headimg_small div#contHeader div.stdContBlock div.stdContHeadImg { padding: 0px; width: 359px; overflow: hidden; }

		/***** IE 6 Hack ***/
	body.headimg_large div#contHeader div.stdContBlock td.textArea{ padding: 15px 15px 15px 0px;  width: 359px; }
	body.headimg_small div#contHeader div.stdContBlock td.textArea { padding: 15px; width: 359px; }

	body.headimg_large div#contHeader div.stdContBlock td.textArea div.stdContHeadImg{ padding: 0 0 20px 0; width: auto; overflow: visible; }
	body.headimg_small div#contHeader div.stdContBlock td.textArea div.stdContHeadImg { padding: 0 0 20px 0; width: auto; overflow: visible; }

	body.headimg_large div#contHeader ul.linkslist{ float: left; }
	body.headimg_small div#contHeader ul.linkslist { float: left; }
	body.headimg_large div#contHeader ul.linkslist li{ float: left; width: 140px; background-image: url(img/bullet_darkbrown.png); }
	body.headimg_small div#contHeader ul.linkslist li { float: left; width: 140px; background-image: url(img/bullet_darkbrown.png); }

/* put title of content item before graphical headline if wanted */
body.swapHeadlines div#contHeader div.stdContBlock td.textArea { position: relative; }
	body.swapHeadlines div#contHeader div.stdContBlock td.textArea h4 { font-size: 26px; color: #CA9D00; }
	body.swapHeadlines div#contHeader div.stdContBlock td.textArea div.stdContHeadImg { display:none}
	
body.titlesmallimage  div.content div#contHeader {height:210px; background:url("img/headerImgLarge_bg.gif") repeat-x left bottom; transparent; left:220px; overflow:hidden; position:absolute; top:0; width:712px; }
body.titlesmallimage div.blueBox {width:360px;}	
body.titlesmallimage  div.content div#contHeader div.imageItem_1{width:503px; }
body.titlesmallimage  div.content div#contHeader div.imageItem_2{width:192px; padding: 0 0 0 0; border:medium none;}
	body.titlesmallimage div.blueBox div.stdContBlock {width:350px; background:url("img/categoryProductListTitlesmallimage_bg.gif") no-repeat scroll left top transparent;}
	body.titlesmallimage div.blueBox div.headline {background:url("img/eshopCategoryProductsPreSectionTitlesmallimage_bg.gif") no-repeat scroll left top transparent;}
/* home page */
/*
div#home div#contentFull { padding: 0px 0px 130px 0px; width: 720px; position: relative; left: -8px; top: -28px; }
	div#home div#contentFull div#homeHead h1 { margin: 0px; }
	div#home div#contentFull div#homeHead p { margin: 0px; }
	div#home div#breadcrumbs { display: none; }

	div#homeLandingFooter { float: left; display: inline; position: relative; width: 720px; margin: -166px 0px 0px 240px; padding-top: 5px; border-top: 1px solid #463f2e; }
	div#homeLandingFooter div#hmeFtrBlock { width: 230px; margin-right: 10px; float: left; }
	div#homeLandingFooter div#hmeFtrBlock.hmeFtrBlock3 { margin: 0px; }
	div#homeLandingFooter div#hmeFtrBlock div.stdContHeadImg { float: left; width:75px; overflow:hidden}
	div#homeLandingFooter div#hmeFtrBlock h2 { margin: 5px 0 0 75px ;}
	div#homeLandingFooter div#hmeFtrBlock h3 { font-size: 10px; font-weight: normal; line-height: 16px; margin: 16px 0 0 75px ; }
	div#homeLandingFooter div#hmeFtrBlock p { margin-top: 5px; }
	div#homeLandingFooter div#hmeFtrBlock ul { list-style-type: none;   margin: 5px 0 0 75px ;}
	div#homeLandingFooter div#hmeFtrBlock ul li { margin: 0px; padding:0; line-height: 16px; }
	
	
	div#homeLandingFooter div#hmeFtrBlock ul li a {background: url('img/bullet_lightbrown.png') no-repeat 2px 6px; padding: 0px 0px 0px 10px; display:block }
*/


/* START General content area styles */
th { text-align: left; }
td { vertical-align: top; }
img { border: none; }

div.content h4, div.content h5 {font-size: 11px; margin: 0 0 8px 0; }
	div.content h1, div#contHeader h4 { color: #ca9d00; font-size: 26px; font-weight: bold; line-height: 26px; margin: 0 0 14px 0; padding: 0; border-bottom: 0px; }
	div.stdContBlock.noBody h4 { color: #CA9D00; font-size: 11px; font-weight: bold; line-height: 16px; margin: 10px 0 8px 0; padding: 0 0 8px 0; border-bottom: 1px solid #cccccc; }

div.content table { width: 100%; border-collapse: collapse; }
div.content fieldset{border:none}


div#DemoLocator div.resultTable { margin-top: 20px; line-height: 16px; }
div#DemoLocator div.resultTable table tr,
div.content div.stdContBlock table.contentTable tr { border-top: 1px solid #463f2e; border-bottom: 1px solid #463f2e; }
	div#DemoLocator div.resultTable table tr th,
	div.content div.stdContBlock table.contentTable tr th { background: transparent url('img/bg_tablehead.gif') repeat-x left top; padding: 1px 10px 2px 10px; }
	div#DemoLocator div.resultTable table tr td,
	div.content div.stdContBlock table.contentTable tr td { padding: 1px 10px 2px 10px; }
	div#DemoLocator div.resultTable table tr.tableRowOdd,
	div.content div.stdContBlock table.contentTable tr.tableRowOdd { background-color: #272011; }
	div#DemoLocator div.resultTable table tr.tableRowEven,
	div.content div.stdContBlock table.contentTable tr.tableRowEven { background-color: #211a0d; }


div.content td.textArea { line-height: 16px; width: 100%; }
div.content p { margin: 15px 0 0 0; line-height: 16px; }
div.content ul { padding: 0 0 0 16px; }
div.content ol { padding: 0 0 0 30px; }
div.content button {width:auto; overflow:visible; font-size:11px}

div.content ul.linkslist { padding: 0px; list-style-type: none; margin: 15px 0px 10px 0px; }
	div.content div.stdContBlock.noBody ul.linkslist { margin: 0px; }
	div.content div.noLinkTopMargin ul.linkslist { margin: 0px; }
	div.content ul.linkslist li { background: url('img/bullet_lightbrown.png') no-repeat left center; padding: 0px 0px 0px 10px; margin: 0px 0px 5px; }
	div.content div.lessLinkMargin ul.linkslist li { margin: 0px 0px 2px;}

div.stdContBlock { clear: left; margin: 10px 0 0 0; }
	div.stdContBlock div.stdContHeadImg { padding: 0 0 20px 0; }
	div.stdContBlock h6{ display: none; }
	body.imgsubtitle div.stdContBlock h6{font-size:11px; display: block; margin: 3px 0px 0px 10px}
	
	
	div.stdContBlock div.imageBoxLeft img { margin: 4px 10px 0px 0px; }
	div.stdContBlock div.imageBoxRight img { margin: 4px 0px 0px 10px; }	
	div.stdContBlock div.imageBoxTop img { margin: 0px 0px 6px; }
	div.stdContBlock div.imageBoxBottom img { margin: 6px 0px 0px; }
	
	div#halfColContent.stdContBlock { clear: none; float: left; width: 220px; margin: 0px 5px 10px 0px; padding: 0px; min-height:100px; height:auto !important; height:100px}
	div#halfColContent.stdContBlock h4 { font-size: 10px; padding: 0px; margin-bottom: 6px; font-weight:bold; font-size:11px; color:#ca9d00}

	div.stdContBlock_width_450{width:540px}
	
div.inLineLinks ul li{display:inline}
div.inLineLinks ul li a{padding:0 10px 0 0; margin:0 10px 0 0}

div.machineInfoBG{background: transparent url(img/bg_machineInfo.gif) repeat-y left top; padding:0px 0 10px 205px; margin:0}

body.FormNoBorder div#contentCentre div.roundedBottom{display:none}
body.FormNoBorder div#contentFull div.roundedBottom{display:none}


div.linkButton ul.linkslist {margin:5px 0 0; padding:0}
div.linkButton ul.linkslist li{background:transparent none; margin:0; padding:3px 0 3px 0px}
div.linkButton ul.linkslist li a{background:transparent url(img/button_middle_bg.gif) repeat top left; color:#ffffff; font-weight:bold;  padding:2px 10px 2px 10px ; border:1px solid #aeaaab }

div.colourBox div.linkButton ul.linkslist {margin:5px 0 0; padding:0;}
div.colourBox div.linkButton ul.linkslist li{background:transparent none; margin:0; padding:3px 0 4px 0px}
div.colourBox div.linkButton ul.linkslist li a{background:transparent url(img/button_middle_bg.gif) repeat top left; color:#ffffff; font-weight:bold;  padding:2px 10px 2px 10px; border:1px solid #aeaaab}


div#homeMainTeaser{background:transparent url(img/home_bigTeaser_bg.jpg) no-repeat top left; padding:0px}
div#homeMainTeaser td.textArea div{padding:0 0 0 20px}
div#homeMainTeaser div.imageBoxRight img{margin:0; padding:0}
div#homeMainTeaser ul.linkslist{padding:0 0 0 20px; margin:0; }


div#homeMainTeaserDynamicHight{background:transparent url(img/homemainteaser_bg_top.gif) no-repeat left top; padding:10px 0 0 0}
div#homeMainTeaserDynamicHight table{background:transparent url(img/homemainteaser_bg_middle.gif) no-repeat left bottom}
div#homeMainTeaserDynamicHight td.textArea{padding:0 0 20px 0}
div#homeMainTeaserDynamicHight td.textArea div{padding:0 0 0 20px}
div#homeMainTeaserDynamicHight div.imageBoxRight { padding:0 10px 20px 0}
div#homeMainTeaserDynamicHight div.imageBoxRight img{margin:0; padding:0 }
div#homeMainTeaserDynamicHight ul.linkslist{padding:0 0 0 20px; margin:0; }

div#homeFlashMainTeaser{position:absolute; top:17px; left:365px;}

/* ColourBox definitions */

div.colourBox { clear: left; margin: 10px 0 0 0; }
	div.colourBox div.stdContBlock { margin: 0 }
	div.colourBox div.stdContBlock h4 { font-size: 11px; font-weight: bold; line-height: 16px; border-bottom: 1px solid #cccccc; padding: 0 0 8px 0; margin: 10px 0 8px 0; }	
	div.colourBox table { margin: 0px; }
	div.colourBox td.textArea { line-height: 16px;  padding: 0; }		
	div.colourBox p{ margin: 4px 0 0 0; } 	
	div.colourBox ul.linkslist { list-style-type: none; margin: 4px 0px 0px; line-height: 14px; }	
	div.colourBox ul.linkslist li { background: url(img/bullet_darkbrown.png) no-repeat left 5px; margin: 0px 0px 5px; padding: 0px 0px 0px 10px;  }	
	
div#contentCentre div.colourBox div.stdContBlock{margin:0 0 5px 0} 
body.machineLanding div#contentCentre div.colourBox div#halfColContent {margin:10px 0 0 0}

div.colourBox div.stdContBlock.noBody { margin: 0px; }
	div.colourBox div.stdContBlock.noBody ul.linkslist { margin-top: 0px; }
	div#contentRight div.colourBox div.stdContBlock.noBody h4{text-align:left}
	
div.colourBox div.stdContBlock div.noTextNoBody { /*border-top: 1px solid #463f2e; margin-left: 14px;*/ }	
	div.colourBox div.noTextNoBody ul.linkslist { margin: 6px 0 0 0; }

div.colourBox div#halfColContent.stdContBlock { /*padding: 35px 10px 0 0; */}
	div.content div#halfColContent p { margin: 4px 10px 0 0; }


	
div.colourBox div#halfColContent1.stdContBlock { clear:none; float:left; margin-right:22px; width:260px;}
div.colourBox div#halfColContent2.stdContBlock { clear:none; float:left; margin:0pt; width:257px;}

div.bluebox01{margin:0; padding:0}
div.blueBox{width:272px; float:left; clear:none; margin:10px 0 0 0}
div.blueBox div.stdContBlock.noBody h4 { text-align:center }
div.blueBox div.stdContBlock div.imageBoxLeft img{margin:0; padding:0}

div.blueBox div.stdContBlock{background:transparent url(img/categoryProductList_bg.gif) no-repeat scroll left top; height:174px; width:264px; padding:0 5px 0 3px; overflow:hidden}
div.blueBox div.headline{background:transparent url(img/eshopCategoryProductsPreSection_bg.gif) no-repeat scroll left top; height:auto; margin:0}
div#contentCentre div.blueBox div.headline{background:transparent url(img/eshopCategoryProductsPreSection_bg.gif) no-repeat scroll left top; height:auto; margin:0}
div.blueBox div.headline h4{border:none; padding:0; font-size:15px; margin:8px 0}

body.machineLanding div.blueBox{margin:0}




div.CBfloatImage{}
div.CBfloatImage div#halfColContent.stdContBlock{width:325px; }
div.CBfloatImage div#halfColContent.stdContBlock div.imageBoxTop{width:auto; float:left}
div.CBfloatImage div#halfColContent.stdContBlock div.imageBoxTop img{margin: 0 15px 10px 0}
div.content div#colourBox.CBfloatImage div#halfColContent.stdContBlock {clear:none; float:left; display:inline;  margin: 20px 30px 0 0}

div.CBfloatImage div#halfColContentRight.stdContBlock{width:320px; }
div.CBfloatImage div#halfColContentRight.stdContBlock div.imageBoxTop{width:auto; float:left}
div.CBfloatImage div#halfColContentRight.stdContBlock div.imageBoxTop img{margin: 0 15px 10px 0}
div.content div#colourBox.CBfloatImage div#halfColContentRight.stdContBlock {clear:none; float:left; display:inline;  margin: 20px 0 0 0}

/*
div.CB_width_450{width:540px}
*/
div.marginLeft228{padding:0 0 0 228px}
div.marginLeft228 div.stdContBlock {padding:0 12px 8px 0; margin:0}

div.multipleTeaser div.stdContBlock{float:left; clear:none}
div.multipleTeaser div.stdContBlock div.noTextNoBody{border:none}

div.threeColumn {border-top:1px solid #cccccc}
div.threeColumn div.stdContBlock {width:225px; background:transparent url(img/teaser_border.gif) no-repeat right top; margin:0 5px 15px 0; padding:20px 5px 0 0;}

div.threeColumn div.item01{}
div.threeColumn div.item02{}
div.threeColumn div.item03{background:transparent none; padding:20px 0 0 0;margin:0 0 15px 0; width:240px}
div.threeColumn div.clearFloating{ clear:both; float:none ; background:transparent none; padding:0; margin:0; width:auto; height:auto}

div.oneColumn {border-top:1px solid #cccccc}
div.oneColumn div.stdContBlock {width:340px; background:transparent url(img/teaser_border.gif) no-repeat right top; margin:0 5px 15px 0; padding:20px 5px 0 0;}

div.oneColumn div.item01{width:180px}
div.oneColumn div.item02{}
div.oneColumn div.item03{background:transparent none; padding:20px 0 0 0;margin:0 0 15px 0; width:240px}
div.oneColumn div.clearFloating{ clear:both; float:none ; background:transparent none; padding:0; margin:0; width:auto; height:auto}


div.twoColumn {}
div.twoColumn div.stdContBlock div.imageBoxLeft img{margin:0}
div.twoColumn div.stdContBlock{ width:340px; padding:0 10px 0 10px; height:170px; overflow:hidden; background:transparent url(img/teaser_lightBlue_bg.gif) no-repeat left top;}
div.twoColumn div.item01{padding:0 15px 0 10px}
div.twoColumn div.item02{padding:0 10px 0 10px}
div.twoColumn div.noRightPadding{padding:0 15px 0 0; width:350px}
div.twoColumn div.clearFloating{  clear:both; float:none ; background:transparent none; padding:0; margin:0; width:auto; height:auto}




div#contentRight div.colourBox { /*margin: 0px;*/ }
div#contentRight div.colourBox table { width:100% ; /*width: 230px !important; width: 223px;*/ }

/* END ColourBox definitions */

/**** IE 6 Hack **/
div#contentRight div.loggedInContents table { width: 230px !important; width: 223px; margin: 0px 0px 0px 10px; }
div#contentRight div.loggedInContents div.stdContBlock h4 { font-size: 10px; font-weight: bold; line-height: 16px; border-bottom: 1px solid #463f2e; padding-bottom: 8px; margin-bottom: 8px; }
div#contentRight div.loggedInContents div.stdContBlock ul.linkslist { list-style-type: none; margin: 4px 0px 0px; line-height: 16px; }
div#contentRight div.loggedInContents div.stdContBlock ul.linkslist li { background: url('img/bullet_darkbrown.png') no-repeat left 0.65em; margin: 0px 0px 5px; padding: 0px 0px 0px 10px;  }


div.content div.multiColumns { margin: 20px 0px; }
	div.content div.multiColumns div.columnContent { float: left; margin: 0 0 0 10px; }
	div.content div.multiColumns div.columnContent.firstCol { margin-left: 0px; }
	div.content div.multiColumns.colCount1 div.columnContent { width: 450px; }
	div.content div.multiColumns.colCount2 div.columnContent { width: 215px; }
	div.content div.multiColumns.colCount3 div.columnContent { width: 142px; }
	div.content div.multiColumns.colCount4 div.columnContent { width: 105px; }
	div.content div.multiColumns.colCount5 div.columnContent { width: 82px; }
	div.content div.multiColumns h3 { font-size: 11px; line-height: 16px; border-bottom: 1px solid #463f2e; padding-bottom: 8px; margin-bottom: 18px; }
	div.content div.multiColumns p { margin: 0px; }
	div.content div.multiColumns div.clearer { clear: both; }


	
div#pageBody div.loginBox{float:left; overflow:hidden; background:transparent url(img/form_complete262_bg.gif) no-repeat; width:262px; padding:0; margin:0 0 20px 0; position:relative}
	div#pageBody div.loginBox div.roundedBottom{display:none}	
	div#pageBody div.loginBox div#eshopLoginBox div.roundedBottom{display:none}

	div#pageBody div.loginBox div#eshopLoginBox a { bottom:20px; left:15px; position:absolute; background:transparent url(img/bullet_darkbrown.png) no-repeat scroll left 0.4em; color:#907447; padding:0 0 0 10px;}
	div#pageBody div.loginBox div#eshopLoginBox h2 { font-size: 11px; font-weight:bold ; color: #333333; padding:20px 10px 10px 20px; margin:0 }
	div#pageBody div.loginBox div#eshopLoginBox p { margin: 0px 15px 0px 20px; }
	div#pageBody div.loginBox div#eshopLoginBox div.errors { color: #cc0033; font-weight: bold; margin: 0 0 10px 0;padding:0 0 0 20px }
	div#pageBody div.loginBox div#eshopLoginBox form { background: transparent; margin: 10px 0px 0px; padding: 0px; }
	div#pageBody div.loginBox div#eshopLoginBox form fieldset label { margin: 0; width:190px}	
	div#pageBody div.loginBox div#eshopLoginBox form fieldset input { margin: 0 0 10px 0; width:150px}	
	
	div#pageBody div.loginBox div#eshopLoginBox fieldset#fs_permanent_login{padding:0; margin:0}
	div#pageBody div.loginBox div#eshopLoginBox fieldset#fs_permanent_login input{background:transparent none repeat scroll 0 0; float:left; height:15px; width:15px;}
	div#pageBody div.loginBox div#eshopLoginBox fieldset#fs_permanent_login label{float:left; margin:0 0 0 5px; padding:2px 0 0;}
	/*
	div.loginBox div#eshopLoginBox form fieldset { border: 0px; margin: 0px 0px 6px; }
	*/
	
	/**** IE 6 Hack ***/
	/*
	div.loginBox div#eshopLoginBox form fieldset#loginArea { text-align: right; width: 208px; position: absolute; bottom: 5px !important; bottom: 20px; left: 15px !important; left: 0px; }

	*/	
	div#pageBody div.loginBox div#eshopLoginBox form fieldset#loginArea {background:transparent url(img/form_bottom262_bg.gif) no-repeat scroll 0 0; bottom:0; margin:0; padding:15px; position:absolute; width:232px;}	
	div#pageBody div.loginBox div#eshopLoginBox form fieldset#loginArea button { background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; float:right; font-weight:bold; margin:0 0 0 10px; padding:0 10px; }



	
	div#rightLoginbox.loginBox div#eshopLoginBox form fieldset label { display: none; }


	
div#divloginiframe{width:459px; float:left;overflow:hidden;}

div.rightBox{padding:0; background:#FFFFFF url(img/eShopBasketFooter_bg.gif) repeat-y scroll 0 0}
div.rightBox ul.linkslist{border-top:1px solid #dddddd; margin:8px 7px 0 4px; padding: 10px 10px 10px;}
div.rightBox div.stdContBlock{background:transparent url(img/rightBox_footer_bg.jpg) no-repeat left bottom; padding:0 10px 10px 10px ;}
div.rightBox div.stdContBlock div.imageBoxTop{ width:142px; overflow:hidden }
div.rightBox div.rightBoxHeadline{ background:transparent url(img/rightBox_headline_bg.jpg) no-repeat left top; padding:1px 14px 0;}	
div.rightBox div.rightBoxHeadline h4{color:#333333; border:none}

body.machineLanding div.rightBox{margin:0}

/* standard form elements */
div.content form { marginp: 10px 0 0 0; padding: 25px 0px 0px; color: #333; }
	div.content form fieldset { border:0 none; margin:0 5px 0 4px; padding:0 15px 6px; }
	div.content form fieldset label { float: left; width: 200px; margin: 2px 0px 0px 0px; padding:0 20px 0 0 }

	div.content form fieldset input{ border: 1px solid #a5a491;  color: #333;  width: 188px; padding: 0px;}
	div.content form fieldset textarea{ border: 1px solid #a5a491;  color: #333;  height: 50px;  width: 178px; padding: 0px 5px ;}
	div.content form fieldset select { border: 1px solid #a5a491;  color: #333; width:190px; padding:0 ; font-size:10px}
	div.content form button {width:auto; overflow:visible;}

	div.content form fieldset.error input{ background: #ebcebf; color: #c30; } 
	div.content form fieldset.error textarea{ background: #ebcebf ; color: #c30; }
	div.content form fieldset.error select { background: #ebcebf ; color: #c30; }
	div.content form fieldset.error label { color: #c30; }
	div.content form fieldset.error.radio input { backgroundr: transparent; }
	div.content form fieldset select#dob_day { width: 50px; margin: 0 5px 0 0; }
	div.content form fieldset select#dob_month { width: 70px;  margin: 0 5px 0 0; }
	div.content form fieldset select#dob_year { width: 60px; }

	
	div.content fieldset.fs_submit{background:transparent none; padding:0}
	div.content fieldset.fs_submit button{background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}

	
	div.content form fieldset#fs_buttons{ background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px; }
	div.content form fieldset#fs_buttonRow{ background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px; }
	div.content form fieldset#fs_ref_buttons{ background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px; }
	div.content form fieldset#fs_login_button{ background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px; }
	div.content form fieldset#fs_submit_button{ background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px; }
	div.content form fieldset#fs_submit_buttons { background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px; }
	
	div.content form fieldset#fs_buttons button{ font-size:11px; float: right; margin: 0 0 0 10px; background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}
	div.content form fieldset#fs_buttonRow button{font-size:11px; float: right; margin: 0 0 0 10px; background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}
	div.content form fieldset#fs_ref_buttons button{font-size:11px; float: right; margin: 0 0 0 10px; background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px; }
	div.content form fieldset#fs_login_button button{font-size:11px; float: right; margin: 0 0 0 10px; background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}
	div.content form fieldset#fs_submit_button button{font-size:11px; float: right; margin: 0 0 0 10px; background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}
	div.content form fieldset#fs_submit_buttons button {font-size:11px; float: right; margin: 0 0 0 10px; background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}

div.content div.errors{ padding: 10px 0px 10px; color: #c30;  }

div.content div#formerror { padding: 10px 0px 10px 0; color: #c30;  }

div.content form div.formContentItem { /*background-color: #ddcfaa; padding: 10px 15px; margin: 10px 0px; border-top: 1px solid #ebe5d4; border-bottom: 1px solid #ebe5d4; */}
div.content form div.formContentItem p { margin: 0px; }
div.content form div.formContentItem div.noBody h4 { border-bottom: 0px; color: #333; font-size: 11px; padding: 0px; }

div.content form div.separator { border-top: 1px solid #ebe5d4; margin: 10px 5px 0 4px }

/* rounded bottom div used for form bottom graphic here */
div.roundedBottom { height: 6px;  font-size: 1px; line-height: 0em; }

/* general button styling */
/*
button, 
input.button { border-color: #a99f84; background: #836d4b url('img/bg_button_tassimo.gif') repeat-x; font: bold 10px Tahoma, Helvetica, sans-serif; color: #fff; padding: 0px 20px 2px !important; margin-top: 12px; overflow: visible; }
*/

/* specific forms */
form#NewsSub fieldset#fs_Question1 strong,
	form#NewsSub fieldset#fs_NewsVersion strong { float: left; width: 200px; margin-right: 20px; color: #333; }
	form#NewsSub fieldset#fs_Question1 label,
	form#NewsSub fieldset#fs_NewsVersion label { width: 70px; margin: 0px 10px 0px 5px; }
	form#NewsSub fieldset#fs_Question1 input,
	form#NewsSub fieldset#fs_NewsVersion input { width: 13px; height: 13px; float: left; background-color: transparent; border: 0px; }


form#retailSearchForm { margin: 6px 0 0 0; padding:5px 0 0 0; width:459px; background:transparent url(img/form_complete_bg.gif) no-repeat scroll 0 0 }
	form#retailSearchForm h4 { margin: 0px; padding: 20px 15px 8px; }
	form#retailSearchForm p { margin: 0px; padding: 0px 15px 15px; }
	form#retailSearchForm span { display: none; }
	form#retailSearchForm div.errors { top: 0px; padding: 0px 15px 15px; }
	form#retailSearchForm fieldset { margin: 0px; padding: 15px; }
	form#retailSearchForm fieldset#fs_distance select#distance { width: 40px; margin: 0 5px 0 0; }
	form#retailSearchForm fieldset#fs_location div { margin-left: 42px; }
	form#retailSearchForm fieldset#fs_button { background:transparent url(img/form_bottom_bg.gif) no-repeat; margin:0; padding:15px 15px 11px;}
	form#retailSearchForm fieldset#fs_button label { display: none; }
	form#retailSearchForm fieldset#fs_button button {font-size:11px; float: right; margin: 0 0 0 10px; background:transparent url(img/button_middle_bg.gif) repeat left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px; }


form#demoLocForm fieldset { margin: 0px; padding: 0px 15px 6px; }
	form#demoLocForm fieldset#fs_ref_button { margin: 10px 0px 0px; padding: 0px 15px 20px; border-top: 1px solid #ebe5d4; background-color: #ddcfaa; }
	form#demoLocForm fieldset#fs_ref_button button { float: right; }

	
/*loginTemplate*/

div#loginTemplate div.errors { background: transparent; position: static; padding: 15px 0px 5px; font-weight: bold; }

div#loginTemplate div.loginFormWrapper { float: left; width: 360px; background: transparent url(img/form_complete360x600_bg.gif) no-repeat}
	div#loginTemplate div.loginFormWrapper div.roundedBottom{display:none}
div#loginTemplate form#loginForm{position:relative;}
	
	div#loginTemplate form#loginForm fieldset#fs_login_button{ background:transparent url(img/form_bottom360_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px;}
	div#loginTemplate form#loginForm div.links{position:absolute; bottom:20px; left:15px}
	div#loginTemplate form#loginForm div.formContentItem {padding:0 10px}
	div#loginTemplate form#loginForm fieldset label { width: 140px; }
	div#loginTemplate form#loginForm fieldset input { width: 128px; }
	div#loginTemplate form#loginForm div.links a { background: url(img/bullet_darkbrown.png) no-repeat left 0.4em; padding: 0 0 0 10px; color: #907447; }

div#loginTemplate div.loginFooter{background:transparent url(img/form_complete360x600_bg.gif) no-repeat; float:left; width:360px; padding:25px 0 0 0;}
	div#loginTemplate div.loginFooter fieldset{background:transparent url(img/form_bottom360_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px;}
	div#loginTemplate div.loginFooter fieldset button{font-size:11px; background:transparent url(img/button_middle_bg.gif) repeat-x ; border:1px solid #AEAAAB; color:#FFFFFF; float:right; font-weight:bold; margin:0 0 0 10px; padding:0 10px;}
	div#loginTemplate div.loginFooter h4{ padding: 0px 15px; }
	div#loginTemplate div.loginFooter div {  }

	div#loginTemplate div.loginFooter strong{padding:0 15px 0 15px}
	div#loginTemplate div.loginFooter p{padding:0 15px 0 15px}
	div#loginTemplate div.loginFooter ul { margin: 10px 10px; padding:0 15px 0 15px}
	div#loginTemplate div.loginFooter h5 { margin: 10px 0 0 0; padding:0 15px 0 15px }
	div#loginTemplate div.loginFooter h5 a { font-size: 10px; font-weight: normal; padding: 0 0 0 10px; background: url('img/bullet_darkbrown.png') no-repeat left 0.4em; color: #907447; }
	div#loginTemplate div.loginFooter div.dividerMainFs {display:none }

		
	body.mytassimo_login div#loginTemplate div.loginFormWrapper form#loginForm fieldset label { width: 160px; margin-right: 0px; }
	body.mytassimo_login div#loginTemplate div.loginFooter {  }

	
form#promoRegForm{background:transparent url(img/form_complete2000_bg.gif) no-repeat; width:459px; margin:10px 0 0 0}
	form#promoRegForm div.formContentItem{margin:0 5px 0 4px; padding:0 15px 6px;}
	form#promoRegForm div.formContentItem a{color:#333333; text-decoration:underline}
	form#promoRegForm fieldset#fs_title label { width: 200px; margin: 2px 0 0 0 }
	
	form#promoRegForm fieldset#fs_title.radio label { width: 50px; height: 15px; margin: 0px 10px 0px 5px; }
	form#promoRegForm fieldset#fs_title.radio label.radioGroupLabel {margin:2px 0 0 0; width: 200px; }
	form#promoRegForm fieldset#fs_title.radio input { width: 13px; height: 13px; float: left; background-color: transparent; border: 0px; }
	
	form#promoRegForm fieldset#fs_Radio1.radio label { width: 50px; height: 15px; margin: 0px 10px 0px 5px; }
	form#promoRegForm fieldset#fs_Radio1.radio label.radioGroupLabel {margin:2px 0 0 0; width: 200px; }
	form#promoRegForm fieldset#fs_Radio1.radio input { width: 13px; height: 13px; float: left; background-color: transparent; border: 0px; }
	
	
	form#promoRegForm fieldset#fs_captcha{margin:0 5px 0 4px; padding:10px 15px 6px;}
	form#promoRegForm div#fs_static_captcha{margin:0 5px 0 4px; padding:0 15px 6px;}
	form#promoRegForm div#fs_static_captcha p{text-align:right}
	form#promoRegForm div#fs_static_captcha a{color:#333333;}
	form#promoRegForm input#captcha{width:90px; float:left}
	form#promoRegForm div#captchaImageContainer{float:left;padding:0 0 0 5px;width:100px;}
	
	form#promoRegForm fieldset#fs_newsletter_agree input{ width: 13px; height: 13px; float: left; background-color: transparent; border: none; }
	form#promoRegForm fieldset#fs_newsletter_agree label{ width: 350px; margin: 0px; float: left; padding:0 0 0 10px}	
	
	form#promoRegForm fieldset#fs_answer1 input{ width: 13px; height: 13px; float: left; background-color: transparent; border: none; }
	form#promoRegForm fieldset#fs_answer1 label{ width: 350px; margin: 0px; float: left; padding:0 0 0 10px}
	
form#userRegForm{background:transparent url(img/form_complete2000_bg.gif) no-repeat; width:459px}
	form#userRegForm fieldset#fs_title label { width: 200px; margin: 2px 0 0 0 }
	
	form#userRegForm fieldset#fs_title.radio label { width: 152px; height: 15px; margin: 0px 10px 0px 5px; }
	form#userRegForm fieldset#fs_title.radio label.radioGroupLabel {margin:2px 0 0 0; width: 200px; min-height:50px; height:auto !important; height:50px}
	form#userRegForm fieldset#fs_title.radio input { width: 13px; height: 13px; float: left; background-color: transparent; border: 0px; }

	
	form#userRegForm fieldset#fs_newsletter_1 input{ width: 13px; height: 13px; float: left; background-color: transparent; border: none; }
	form#userRegForm fieldset#fs_newsletter_1 label{ width: 70px; margin: 0px; float: left; }	
	
	form#userRegForm fieldset#fs_newsletter_2 input{ width: 13px; height: 13px; float: left; background-color: transparent; border: none; }
	form#userRegForm fieldset#fs_newsletter_2 label{ width: 70px; margin: 0px; float: left; }
	
	form#userRegForm fieldset#fs_UserData3 input { width: 13px; height: 13px; float: left; background-color: transparent; border: none; }
	form#userRegForm fieldset#fs_UserData3 label { width: 70px; margin: 0px 0px 0px 5px;  float: left;}
	
	form#userRegForm fieldset#fs_dateOfBirth{  border-bottom: 1px solid #ebe5d4; }
	form#userRegForm fieldset#fs_telephone {  border-bottom: 1px solid #ebe5d4; }
	form#userRegForm a { background: url('img/bullet_darkbrown.png') no-repeat left 0.4em; padding: 0 0 0 10px; color: #907447; }
	div.content form#userRegForm div.formContentItem { background-color: transparent; border: 0px; padding: 0px 15px; margin:0 7px 0 4px}


form#forgotPassForm{background:transparent url(img/form_complete_bg.gif) no-repeat; float:left;  width:459px; margin:10px 0 0 0 }
	
form#enterDetails { background:#F5F5F5 url(img/form_complete_bg.gif) no-repeat ; margin:0; padding:25px 0 0 0; width:459px;}
	form#enterDetails fieldset#fs_title label { width: 140px; height: 15px; margin: 0px 10px 0px 5px; }
	form#enterDetails fieldset#fs_title label.radioGroupLabel { width: 200px; margin: 2px 0px 0px 0px; min-height:50px; height:auto !important ; height:50px}
	form#enterDetails fieldset#fs_title input { width: 13px; height: 13px; float: left; background-color: transparent; border: 0px; }
	form#enterDetails fieldset#fs_default input { width: 13px; height: 13px; float: left; background-color: transparent; border: 0px; }
	form#enterDetails fieldset#fs_default label { width: 400px; margin: 0px; float: right; }
	form#enterDetails fieldset#fs_submit_buttons div.butLhs button { float: left; margin-left: 0px; }


div#listaddress div.content form { padding-top: 6px; }
	div#listaddress div.content form div.formContentItem { margin: 0px; border: 0px; }
	div#listaddress div.content form#billingAddress div.formContentItem  h4 { margin: 0px; }
	div#listaddress div.content form div.addWrapper div.content { padding: 15px; border-top: 1px solid #ebe5d4; }
	div#listaddress div.content form fieldset#fs_buttons { margin-left: 0px; margin-right: 0px; padding-bottom: 15px; }
	div#listaddress div.content form fieldset#fs_submit_buttons { margin: 0px; padding-bottom: 35px; }
	div#listaddress div.content form fieldset div.butLhs button { float: left; margin-left: 0px; }
	div#listaddress div.content form#billingAddress fieldset#fs_buttons { padding-bottom: 25px; }


form#deliveryAddresses fieldset#fs_defaultAddress input { width: 13px; height: 13px; float: left; background-color: transparent; border: 0px; }
	form#deliveryAddresses fieldset#fs_defaultAddress label { width: 400px; margin: 0px; float: right; }
	form#deliveryAddresses div.addNewAddress { background-color: #ddcfaa; padding: 15px; border-top: 1px solid #ebe5d4; line-height: 16px; }
	form#deliveryAddresses div.addNewAddress a { background: url('img/bullet_darkbrown.png') no-repeat left 0.4em; padding-left: 10px; color: #907447; }


form#updatePassForm { position: relative; padding-bottom: 0px; }
	form#updatePassForm button#button { position: absolute; top: 78px; left: 15px; }
	form#updatePassForm br.clearBoth { display: none; }

/* product safety information area is used in multiple eshop forms */
div.content div.productSafety {/*clear:both; width:440px; */color: #333333; padding: 10px 0 0 0; margin: 10px 0 0 0; }
	div.content div.productSafety div.productSafe { width: 290px; /*float:left; padding:0 30px 0 0 */}
	div.content div.productSafety div.productSafe h5 { font-size: 11px; }
	div.content div.productSafety div.productSafe p { margin: 8px 0 0 0; }
	div.content div.productSafety div.productSafeImg { /*width:130px; float:left; padding:0 0 20px 0*/}


div#eshopHome form.eshopProductForm { background: transparent; margin: 0px 0px 10px; padding: 0px; color: #d9d1ba; }
	div#eshopHome form.eshopProductForm table.eshopProduct td img.eshopProduct_image { width: 130px; height: 150px; margin-right: 10px; }
	div#eshopHome form.eshopProductForm button { background: #261710 url('img/bg_button_tassimo_dark.gif') repeat-x; border-color: #6d622e; padding: 0 10px 0 10px;  }

	div#eshopHome form.eshopProductForm div.eshopProduct_categoryReference h2 { font-size: 14px; }
	div#eshopHome form.eshopProductForm div.eshopProduct_name { font-weight: bold; margin-bottom: 2px; }
	div#eshopHome form.eshopProductForm div.eshopProduct_package { display: inline; padding-right: 5px; border-right: 1px solid #d9d1ba; margin-right: 5px; }
	div#eshopHome form.eshopProductForm div.eshopProduct_price { display: inline; }
	div#eshopHome form.eshopProductForm div.eshopProduct_price span.value { font-weight: bold; }
	div#eshopHome form.eshopProductForm div.eshopProduct_moreDetails { margin: 2px 0px 6px; }
	div#eshopHome form.eshopProductForm div.eshopProduct_moreDetails a,
	div#eshopHome form.eshopProductForm div.eshopProduct_additionalLink a { padding-left: 10px; background: url('img/bullet_lightbrown.png') no-repeat left 0.45em; }
	div#eshopHome form.eshopProductForm div.eshopProduct_favourites { display: inline; padding-right: 5px; border-right: 1px solid #7e6439; margin-right: 5px; }
	div#eshopHome form.eshopProductForm div.eshopProduct_tellAFriend { display: inline; }
	div#eshopHome form.eshopProductForm div.eshopProduct_addToBasket { float: right; margin-top: -19px; }
	div#eshopHome form.eshopProductForm div.eshopProduct_addToBasket.notInStock { margin-top: -17px; width: 140px; }
	div#eshopHome form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_quantity { display: inline; margin: 0px; vertical-align: middle; }
	div#eshopHome form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_submit { display: inline; margin: 0px 0px 0px 10px; vertical-align: middle; }
	div#eshopHome form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_submit button { margin: 0px; }
	div#eshopHome form.eshopProductForm div.eshopProduct_addToBasket fieldset label.frontLabel { display: none; }
	div#eshopHome form.eshopProductForm div.eshopProduct_addToBasket fieldset select { border: 1px solid #a5a491; background-color: #fff; font-size: 10px; color: #333; width: 35px; }

	div#eshopHome div#contentFull, div#eshopHome div#contentCentre, div#eshopHome div#contentRight { margin-top: 255px; }
	div#eshopHome div.teaserCategoryGroups { position: absolute; top: 0px; left: 240px; width: 720px; height: 240px; margin: 0px; padding: 0px; }
	div#eshopHome div.teaserCategoryGroups div.teaserCategoryGroup { float: left; border-right: 1px solid #080703; }
	div#eshopHome div.teaserCategoryGroups div.teaserCategoryGroup div.stdContBlock { margin: 0px; }
	div#eshopHome div.teaserCategoryGroups div.teaserCategoryGroup h2,
	div#eshopHome div.teaserCategoryGroups div.teaserCategoryGroup div.teaserCategoryGroup_link { display: none; }

	div#eshopHome div#halfColContent h4 { font-size: 11px; border-bottom: 1px solid #463f2e; padding-bottom: 8px; width: 210px; }
	div#eshopHome div#halfColContent div.stdContHeadImg { margin-top: 30px; padding: 0px; }
	div#eshopHome div#halfColContent ul.linkslist { margin-top: 8px; }

	div#eshopHome div#contHeader { margin-bottom: 10px; }


div#eshopCategoryProducts div#categoryProductList form { background: transparent; margin: 0px 0px 10px; padding: 0px; color: #d9d1ba; }
	div#eshopCategoryProducts div#categoryProductList form table.eshopProduct td img.eshopProduct_image { width: 130px; height: 150px; margin-right: 10px; }
	div#eshopCategoryProducts div#categoryProductList button { background: #261710 url('img/bg_button_tassimo_dark.gif') repeat-x; border-color: #6d622e; padding: 0 0 0 10px; padding: 0 10px 0 0; }

	div#eshopCategoryProducts div#contentCentre, div#eshopCategoryProducts div#contentRight { margin-top: 255px; }
	div#eshopCategoryProducts div#categoryTeaser { position: absolute; top: 0px; left: 240px; width: 720px; height: 240px; overflow: hidden; background: url('img/bg_titlesection.jpg') no-repeat top left; color: #1e170c; }
	div#eshopCategoryProducts div#categoryTeaser div#categoryTeaserHeadlineImage { padding: 0px 15px; }
	div#eshopCategoryProducts div#categoryTeaser div#categoryTeaserDesc { padding: 0px 15px; width: 330px; }
	div#eshopCategoryProducts div#categoryTeaser div#categoryTeaserDesc p { margin-top: 0px; }
	div#eshopCategoryProducts div#categoryTeaser div#categoryTeaserDetailImage { position: absolute; top: 0px; right: 2px; }

	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_name { font-weight: bold; margin-bottom: 2px; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_package { display: inline; padding-right: 5px; border-right: 1px solid #d9d1ba; margin-right: 5px; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_price { display: inline; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_price span.value { font-weight: bold; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_moreDetails { margin: 2px 0px 6px; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_moreDetails a { padding-left: 10px; background: url('img/bullet_lightbrown.png') no-repeat left 0.45em; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_favourites { display: inline; padding-right: 5px; border-right: 1px solid #7e6439; margin-right: 5px; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_tellAFriend { display: inline; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_addToBasket { float: right; margin-top: -19px; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_addToBasket.notInStock { margin-top: -17px; width: 140px; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_addToBasket fieldset.fs_quantity { display: inline; margin: 0px; vertical-align: middle; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_addToBasket fieldset.fs_submit { display: inline; margin: 0px 0px 0px 10px; vertical-align: middle; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_addToBasket fieldset.fs_submit button { margin: 0px; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_addToBasket fieldset label.frontLabel { display: none; }
	div#eshopCategoryProducts div#categoryProductList div.eshopProduct_addToBasket fieldset select { border: 1px solid #a5a491; background-color: #fff; font: 10px Tahoma, Helvetica, sans-serif; color: #333; width: 35px; }

	div#eshopCategoryProducts div.errors { background: transparent; padding: 0px; font-weight: bold; margin-bottom: 10px; top: 0px; }

	div#eshopCategoryProducts div#contHeader h1 { font-size: 10px; font-weight: bold; line-height: 16px; border-bottom: 1px solid #463f2e; padding-bottom: 8px; margin-bottom: 15px; color: #d9d1ba; }


/* ----- START new styles for eshop improvements ----- */

/* eshop home main column */
div#contentCentre div.clrbxInsideContent {overflow:hidden;}
div#contentCentre div.clrbxInsideContent div.insideContent {position:relative;margin:0;}
div#contentCentre div.clrbxInsideContent div.insideContent td.textArea span {display:block;position:absolute;top:0;left:0;}
div#contentCentre div.clrbxInsideContent div.leftColumn {float:left; width:270px;clear:none;margin:0px;}
div#contentCentre div.clrbxInsideContent div.rightColumn {float:left; width:270px;clear:none;}

body.eshopHome div#contentCentre { width: 542px;  overflow: hidden; }	
	body.eshopHome div#contentCentre form#addToFavourite { display: none; }
	body.eshopHome div#contentCentre div.eshopCategoryProducts div.categoryTeaser { display: none; }
	body.eshopHome div#contentCentre div.eshopCategoryProducts form.eshopProductForm { background: transparent; margin: 0px; padding: 0px; position: relative; }
	body.eshopHome div#contentCentre div.eshopCategoryProducts form.eshopProductFormSpecial { display: none; }
	body.eshopHome div#contentCentre div.eshopCategoryProducts form.eshopProductFormSpecial.first { display: block; }
		body.eshopHome div#contentCentre div.eshopCategoryProducts form.eshopProductForm img.eshopProduct_image { /*position: absolute; top: 0px; left: 0px; z-index: 10;*/ }

	body.eshopHome div#contentCentre div.eshopCategoryProducts div.categoryProductHandleWrapper { height: 16px; width: 100%; }
		body.eshopHome div#contentCentre div.eshopCategoryProducts div.categoryProductHandles { float: right;  }
		body.eshopHome div#contentCentre div.eshopCategoryProducts div.categoryProductHandleWrapper div.categoryProductHandle { float: left; width: 23px; height: 16px;  background: transparent url(img/bg_teaserTab.gif) no-repeat 0px 0px; color: #666666; }
			body.eshopHome div#contentCentre div.eshopCategoryProducts div.categoryProductHandleWrapper div.categoryProductHandle.handle1 {  }
		body.eshopHome div#contentCentre div.eshopCategoryProducts div.categoryProductHandleWrapper div.categoryProductHandle.handleActive {background-position: 0px -16px;  color: #fff; }
			body.eshopHome div#contentCentre div.eshopCategoryProducts div.categoryProductHandleWrapper div.categoryProductHandle div { height: 15px; width: 23px;  text-align: center; position: relative; z-index: 1000; }

	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big { margin: 0 0 12px 0; }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big div.categoryProductList { position: relative; width: 542px; height: 175px; }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm { width: 542px; height: 175px; position: absolute; top: 0px; left: 0px; }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm img.eshopProduct_image { width: 542px; height: 175px; }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_price span.value {white-space:nowrap; position: absolute; z-index: 100; color: #fff; font-weight: bold; font-size: 18px; left: 285px; top: 135px; }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_submit{left:370px;margin:0;position:absolute;top:133px;z-index:100; background:transparent none}
	
	
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_addToBasket button { border:none; background:transparent none; padding:0; margin:0}
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_addToBasket.notInStock { color:#fff; left: 375px; position: absolute; top: 137px; width: 170px; z-index: 100; }
	
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_name,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_shortDescription,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_package,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_price span.label,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_moreDetails,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_favourites,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_tellAFriend,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_big form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_quantity { display: none; }


	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small { width: 272px; float: left; margin:7px 0 0 0}
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small div.eshopCategoryProductsPreSection{background:transparent url(img/eshopCategoryProductsPreSection_bg.gif) no-repeat top left}
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small div.eshopCategoryProductsPreSection div.stdContBlock{padding:0 0 2px 5px}
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small div.categoryProductHandleWrapper{height:16px; position:relative; top:-4px; width:260px;}
	
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small div.categoryProductList { position: relative; width: 272px; height: 174px; background:transparent url(img/categoryProductList_bg.gif) no-repeat left top}
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small div.stdContBlock { margin: 0px; }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm { width: 260px; height: 168px; font-size: 11px; position: absolute; top: 0px; left: 2px; }
	
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm table.eshopProduct{width:260px}

	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm img.eshopProduct_image { width: 149px; height: 149px; }
	

	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_infoWrapper{padding:20px 0 0 0; width:110px}
	
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_name {padding:0 0 5px 0 /*margin: 40px 0px 0px 145px; position: relative; z-index: 100; */}
		body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_name a { color: #666666; font-weight: bold; line-height: 13px; }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_package { display:inline;/*margin: 10px 0px 0px 145px; position: relative; z-index: 100; */color: #333333; line-height: 12px; font-weight: bold; border-right:1px solid #333333; padding:0 5px 0 0 }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_price{ display:inline; padding:0 0 0 5px}
		body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_price span.value {/*margin-left: 145px; position: relative; z-index: 100;*/ color: #333333; font-weight: bold; }
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_addToBasket{padding:10px 0 0 0}
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_submit { /*left:145px; margin:0; padding:0 5px; position:absolute; top:125px; z-index:100; */background:transparent none; padding:0; margin:0; width:100px}
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_addToBasket button { border: none; background:transparent none; padding:0; margin:0; width:100px;}
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_addToBasket.notInStock {/*border:1px solid #000000;margin:10px 0 0 145px;z-index:100;position:relative;*/color:#333333;line-height:11px;}

	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_shortDescription,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_price span.label,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_moreDetails,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_favourites,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_tellAFriend,
	body.eshopHome div#contentCentre div#eshopHomeProductTeaser_small form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_quantity { display: none; }
	
	body.eshopHome div#contentCentre div.colourBox div.stdContBlock { margin: 10px 0 0 0; }
	
	body.eshopHome div#contentCentre div.boxWidth270{width:270px; float:left; clear:none; margin:0}
	body.eshopHome div#contentCentre div.boxWidth270 div.stdContBlock{margin:0}

/* eshop home right column */
body.eshopHome div#contentRight { width: 172px ; }

body.eshopHome div#contentRight div#colourBox { padding:0; font-size: 11px; margin:20px 0 0 0}
	body.eshopHome div#contentRight div#colourBox div.stdContBlock div.stdContHeadImg { padding: 0px; }
	body.eshopHome div#contentRight div#colourBox div.stdContBlock table { width: 100%; margin: 0px; border-collapse: collapse;  }
		body.eshopHome div#contentRight div#colourBox div.stdContBlock table ol { padding: 5px 15px 0px 30px; line-height: 12px; }
			body.eshopHome div#contentRight div#colourBox div.stdContBlock table ol li { margin-top: 5px; }
		/*
		body.eshopHome div#contentRight div#colourBox div.stdContBlock table ul.linkslist {padding: 5px 10px 10px; margin-top: 8px; }
		*/
			body.eshopHome div#contentRight div#colourBox div.stdContBlock table ul.linkslist li { background-image: url(img/bullet_lightbrown.png); margin-bottom: 2px; }
		body.eshopHome div#contentRight div#colourBox div.stdContBlock table td.textArea {  }

body.eshopHome div#contentRight div.eshopCategoryProducts { margin: 15px 0 0 0; padding: 0; width: 172px; overflow: hidden; background:#FFFFFF url(img/eShopBasketFooter_bg.gif) repeat-y }
	body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryTeaser { display: none; }
	body.eshopHome div#contentRight div.eshopCategoryProducts div.eshopCategoryProductsPreSection { font-size: 11px; font-weight: bold; color: #666666; padding: 1px 14px 0; height:32px; background: transparent url(img/rightBox_headline_bg.jpg) no-repeat top left}
	body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList {  padding: 0 0 15px 0; background: transparent url(img/rightBox_footer_bg.jpg) no-repeat left bottom}
		body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm {border-top:1px solid #dddddd; padding: 8px 0 8px 0px; margin:0 5px 0 5px; font-size: 11px; }
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form#eshopHomeProductTeaser_topseller_productItem1{border:none;}
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm table.eshopProduct { border-collapse: collapse; }
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm img.eshopProduct_image { width: 55px; height: 60px; }
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_infoWrapper {width:105px }
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_name a { color: #333; }
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_package { float:left; padding-right: 4px; margin-right: 4px; border-right: 1px solid #333; color: #333; }
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_price { color: #333; }
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_addToBasket fieldset { border: 0px; }
			
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_submit{background: transparent none;  padding:0}
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_submit button{border:none; padding:0; margin:0; background:transparent none; width:100px}
				

			
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_shortDescription,
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_price span.label,
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_moreDetails,
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_favourites,
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_tellAFriend,
			body.eshopHome div#contentRight div.eshopCategoryProducts div.categoryProductList form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_quantity { display: none; } 



body.eshopCategoryOverview div#contentCentre { width: 720px;   position: relative; padding:0 0 0 30px}
	body.eshopCategoryOverview div#contentCentre form#addToFavourite { display: none; }
body.eshopCategoryOverview div#contentRight { position: absolute; top: 0px; right: 0px; width: 172px; clear: both; }

body.eshopCategoryOverview div#contentCentre div#eshopCategoryTitleArea { width: 370px; height: 140px; margin: 0px 0px 20px; padding: 0px 15px 0 0; float: left; overflow: hidden; background: transparent; color: #666666; font-size: 11px; }
	body.eshopCategoryOverview div#contentCentre div#eshopCategoryTitleArea h4 { color:#CA9D00; font-size:26px; font-weight:bold; line-height:34px; margin:0 0 10px;}
	body.eshopCategoryOverview div#contentCentre div#eshopCategoryTitleArea a { color: #7e6007; font-weight: normal; }
	body.eshopCategoryOverview div#contentCentre div#eshopCategoryTitleArea div.stdContHeadImg { padding: 0px; }
	body.eshopCategoryOverview div#contentCentre div#eshopCategoryTitleArea td.textArea { line-height: 13px; }
	
	body.eshopCategoryOverview div#contentCentre div.ddLinks { position: absolute; top: 105px; left: 15px; }
		body.eshopCategoryOverview div#contentCentre div.ddLinks form { background: transparent; margin: 0px; padding: 0px; }
			body.eshopCategoryOverview div#contentCentre div.ddLinks form fieldset { margin: 0px; }
				body.eshopCategoryOverview div#contentCentre div.ddLinks form fieldset select { width: 370px;  font-size: 12px; padding:1px 0px}
					body.eshopCategoryOverview div#contentCentre div.ddLinks form fieldset select optgroup { font-style: normal; padding:0 0 10px 0; margin:0}
						body.eshopCategoryOverview div#contentCentre div.ddLinks form fieldset select option {  }
		body.eshopCategoryOverview div#contentCentre div.ddLinks div.roundedBottom { display: none; }
	
	body.eshopCategoryOverview div#contentCentre div#eshopCategoryTitleImage { width: 140px; float: left; clear: none; margin: 0px; }
	

body.eshopCategoryOverview div.eshopCategoryProducts { clear: both; font-size: 1px; }
body.eshopCategoryOverview div.eshopCategoryProducts div.categoryTeaser { display: none; }

body.eshopCategoryOverview div.eshopCategoryProducts div.subCategories div.categoryTeaser {margin: 0 0 10px 0; display: block; clear:both; font-size: 11px; color:#333; font-weight:bold; border-bottom:1px solid #ccc; padding:0 0 5px 1px; }
body.eshopCategoryOverview div.eshopCategoryProducts div.subCategories { display: block; }


body.eshopCategoryOverview div.categoryProductList { padding: 0; display: inline-block; }
	body.eshopCategoryOverview div.categoryProductList form { background: transparent; margin: 0px; padding: 0px 0px 50px; color: #d9d1ba; font-size: 10px; float: left; width: 235px; position: relative; }
		body.eshopCategoryOverview div.categoryProductList form table.eshopProduct td img.eshopProduct_image { position: absolute; top: 0px; left: 0px; width:168px; height:151px }
	
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_shortDescription,
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_price span.label,
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_moreDetails,
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_favourites,
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_tellAFriend,
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_addToBasket fieldset.fs_quantity { display: none !important; }
	
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_infoWrapper { margin-top: 160px; }
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_name { font-weight: bold; font-size:11px; min-height:35px; height:auto !important; height:35px; width:190px}
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_package { display: inline; padding-right: 5px; border-right:1px solid #666666; color: #666666;  font-size:11px; font-weight:bold}
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_price { display: inline; font-size:11px; font-weight:bold; padding:0 0 0 5px}
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_price span.value { font-weight: bold; color: #666666; font-size:11px }
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_addToBasket { padding: 5px 0px 0px 0px; min-height:27px; height:auto !important; height:27px}
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_addToBasket.notInStock {color:#666666; line-height:11px; margin:0px; padding:5px 0 0 0; width:170px; min-height:27px; height:auto !important; height:27px}
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_addToBasket fieldset.fs_submit {padding:0; background:transparent none; margin: 0px ; vertical-align: middle; }
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_addToBasket fieldset.fs_submit button {border:none; width: 100px; padding:0; background:transparent none; margin: 0px; position: relative; }
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_addToBasket fieldset label.frontLabel { display: none; }
	body.eshopCategoryOverview div.categoryProductList div.eshopProduct_addToBasket fieldset select { border: 1px solid #a5a491; background-color: #fff; color: #333; width: 35px; }

	body.eshopCategoryOverview div.errors { background: transparent; padding: 0px; font-weight: bold; margin-bottom: 10px; top: 0px; }

/* ----- END new styles for eshop improvements ----- */



div#eshopProductDetail div#contentCentre form { background: transparent; margin: 0px 0px 10px; padding: 0px; color: #333333; }
	div#eshopProductDetail div#contentCentre form table.eshopProduct td img.eshopProduct_image { width: 130px; height: 150px; margin-right: 10px; }
	/*
	div#eshopProductDetail div#contentCentre button { background: #261710 url('img/bg_button_tassimo_dark.gif') repeat-x; border-color: #6d622e; padding-left: 10px !important; padding-right: 10px !important; }
	*/
	div#eshopProductDetail div#contentCentre form#detailedProduct { /*position: absolute; top: 0px; left: 240px; color: #333333; width: 720px; height: 240px;  margin: 0px; padding: 0px;*/ }
	div#eshopProductDetail div#contentCentre{ margin:0;  width:543px;}
	div#eshopProductDetail div#contentRight { width:172px}
	div#eshopProductDetail div#contentCentre form#detailedProduct table.eshopProduct td.textArea { padding: 0 15px 0 0; }
	div#eshopProductDetail div#contentCentre form#detailedProduct a { color: #7e6439; }
	div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_name { color: #ca9d00; font-size: 26px; line-height: 34px; padding: 0px 0px 16px; font-weight: bold; margin: 0px; }
	div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_name a { text-decoration: none; color: #333333; }
	div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_package { border-right: 1px solid #333333; font-weight:bold }
	div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_moreDetails { margin:0 0 14px 0; }
	div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_moreDetails a { background: url('img/bullet_darkbrown.png') no-repeat left 0.35em; }
	div#eshopProductDetail div#contentCentre form#detailedProduct table.eshopProduct td img.eshopProduct_image { width: 178px; height: 136px; margin: 0px; }
	div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_addToBasket.notInStock { width: 170px; }

	div#eshopProductDetail div#contentCentre div.eshopProduct_name { font-weight: bold; margin-bottom: 2px; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_package { display: inline; padding-right: 5px; border-right: 1px solid #333333; margin-right: 5px; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_price { display: inline; font-weight: bold;}
	div#eshopProductDetail div#contentCentre div.eshopProduct_price span.value {  }
	div#eshopProductDetail div#contentCentre div.eshopProduct_moreDetails { margin: 2px 0px 6px; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_moreDetails a { padding-left: 10px; background: url('img/bullet_lightbrown.png') no-repeat left 0.45em; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_favourites { /*display: inline; padding-right: 5px; border-right: 1px solid #7e6439; margin-right: 5px; */}
	div#eshopProductDetail div#contentCentre div.eshopProduct_tellAFriend { display: inline; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_addToBasket { /*float: right; margin-top: -19px;*/ }
	div#eshopProductDetail div#contentCentre div.eshopProduct_addToBasket.notInStock { margin-top: -17px; width: 140px; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_addToBasket fieldset.fs_quantity {padding:0; display: inline; margin: 0px; vertical-align: middle; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_addToBasket fieldset.fs_submit { display: inline; margin: 0px 0px 0px 10px; vertical-align: middle; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_addToBasket fieldset.fs_submit button { margin: 0px; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_addToBasket fieldset label.frontLabel { display: none; }
	div#eshopProductDetail div#contentCentre div.eshopProduct_addToBasket fieldset select { border: 1px solid #a5a491; background-color: #fff; font-size: 10px; color: #333; width: 35px; }

	div#eshopProductDetail div.prodPreviousNext { height: 32px; display: none; }
	div#eshopProductDetail div.prodPreviousNext button.prodPrevious { float: left; }
	div#eshopProductDetail div.prodPreviousNext button.prodNext { float: right; }

	div#eshopProductDetail div.prodDescription { margin-bottom: 20px; }

	div#eshopProductDetail h4.suggestedProductsHeadline { font-size: 11px; font-weight: bold; line-height: 16px; border-bottom: 1px solid #cccccc; padding-bottom: 8px; margin-bottom: 15px; color: #666666; }

	div#eshopProductDetail div#buttonHeader,
	div#eshopProductDetail div#contHeader,
	div#eshopProductDetail div.content div#backButtonArea { display: none; }

	div#eshopProductDetail div#contentCentre div.backContainer span.backCategory { }
	div#eshopProductDetail div#contentCentre div.backContainer a.backLink { padding-left: 10px; background: url('img/bullet_lightbrown_left.png') no-repeat left 0.45em; }
	div#eshopProductDetail div#contentCentre div.backLinkTop { border-bottom: 1px solid #cccccc; padding: 0 0 10px 0; margin: 0 0 10px 0; }
	div#eshopProductDetail div#contentCentre div.backLinkBottom { border-top: 1px solid #cccccc; padding: 10px 0 0 0; margin: 10px 0 0 0 ; }


div#eshopManageFavourites div.favouriteWrapper { color: #333; margin: 10px 0 0 0; padding: 6px 0px 0px; }
	div#eshopManageFavourites div.favouriteWrapper p.noItemsMsg { padding: 10px 0px; margin: 0px; font-weight: bold; border-bottom: 1px solid #cccccc; }
	div#eshopManageFavourites div.favouriteWrapper form {  border-bottom: 1px solid #cccccc; margin: 0px; padding: 10px 15px; }
	div#eshopManageFavourites div.favouriteWrapper div.submitAllForms { padding: 10px 0px; text-align: right; border-bottom: 1px solid #cccccc; }
	div#eshopManageFavourites div.favouriteWrapper div.submitAllForms button { background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap; }
	div#eshopManageFavourites div.favouriteWrapper a { color: #CA9D00; }
	div#eshopManageFavourites div.deliveryOptsWrapper { color: #333;  padding: 10px 0px; border-bottom: 1px solid #cccccc; }
	div#eshopManageFavourites div.deliveryOptsWrapper p { margin: 8px 0 0 0; }
	div#eshopManageFavourites div.productSafety { padding: 10px 0 0 0; }
	div#eshopManageFavourites div.productSafety div.productSafeImg { top: 15px; }

	div#eshopManageFavourites div.favouriteWrapper table td.textArea { width: 100%;}
	div#eshopManageFavourites div.favouriteWrapper table td img.eshopProduct_image { width: 90px; height: 90px; margin: 0 10px 0 0; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_name { font-weight: bold; margin: 0 0 2px 0; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_shortDescription{padding:10px 0}
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_package {font-weight:bold ; display: inline; padding: 0 5px 0 0; border-right: 1px solid #333; margin: 0 5px 5px 0;  }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_price {font-weight:bold ; display: inline; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_price span.value {  }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_moreDetails { margin: 2px 0px 6px; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_moreDetails a { padding: 0 0 0 10px; background: url('img/bullet_darkbrown.png') no-repeat left 0.45em; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_tellAFriend { display: inline; padding: 0 5px 0 0; margin: 0 5px 0 0; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_tellAFriend a { padding: 0 0 0 10px; background: url('img/bullet_darkbrown.png') no-repeat left 0.45em; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_deleteFavourite { display: inline; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_addToBasket {/* float: right; margin: -19px 0 0 0;*/ }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_addToBasket.notInStock { /*margin: -17px 0 0 0;*/  }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_addToBasket fieldset.fs_quantity { padding:10px 0 0 0 ;display: inline; margin: 0px; vertical-align: middle; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_addToBasket fieldset.fs_submit { padding:10px 0 0 0 ; display: inline; margin: 0px 0px 0px 10px; vertical-align: middle; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_addToBasket fieldset.fs_submit button { margin: 0px; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_addToBasket fieldset label.frontLabel { display: none; }
	div#eshopManageFavourites div.favouriteWrapper div.eshopProduct_addToBasket fieldset select { border: 1px solid #a5a491; background-color: #fff; font-size: 10px; color: #333; width: 35px; }

	
form#EmailFriend{width:459px; background:transparent url(img/form_complete_bg.gif) no-repeat}
form#EmailFriend fieldset#fs_buttons {background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px;}
form#EmailFriend fieldset#fs_buttons button#goback { float: left; margin: 0px; }


div.content ul.eshopCheckoutProcess { list-style-type: none; padding: 0px 0px 10px 0px; }
	div.content ul.eshopCheckoutProcess li { display: inline; padding: 0px 5px 0px 10px; background: url(img/bullet_eshopProcess.png) no-repeat left 0.45em; }


div#eshopCheckoutDeliveries form#checkoutDeliveries { padding: 6px 0 0 0; width:476px; overflow:hidden}
	div#eshopCheckoutDeliveries form#checkoutDeliveries fieldset{margin:0; padding:0}
	div#eshopCheckoutDeliveries form#checkoutDeliveries button#eShop_Button{background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses { /*position: relative; */}
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.addressBody div.address2{ float: left; margin: 0 5px 0 0; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.addressBody div.postalCode { float: left; margin: 0 5px 0 0; }

	
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses h4 { padding:0px 0 20px 0px; margin: 0px; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses p { padding: 0px 0px 20px; margin: 0px; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.addressWrapper { border-top: 1px solid #ebe5d4; padding: 10px 0px; line-height: 16px; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.addressWrapper h4 { padding: 0px; background-color: transparent; margin: 0 0 5px 0; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.buttonWrapper { margin: 10px 0 0 0; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.buttonWrapper button.modifyAddress {font-size:11px; float: left; margin: 0px; background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.buttonWrapper button.deleteAddress {font-size:11px; float: right; margin: 0px; background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:0px 10px;}
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.deliveryWrapper { clear: both; margin: 0px; padding: 10px 0 0 0; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.deliveryWrapper fieldset { line-height: 11px; margin: 0px; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.deliveryWrapper fieldset input { width: 13px; height: 13px; float: left; background-color: transparent; border: 0px; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.deliveryAddresses div.deliveryWrapper fieldset label { width: 350px; margin: 0px 0px 0px 5px; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.giftVoucher { padding: 10px 0px; border-top: 1px solid #ebe5d4; margin: 10px 0 0 0; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.giftVoucher h2 { font-size: 11px; }
	div#eshopCheckoutDeliveries form#checkoutDeliveries div.giftVoucher div.eshopPad fieldset { margin: 10px 0px 0px 0px; }



div#eshopCheckoutSummary div.textContent { overflow-y: scroll; height: 140px; margin: 10px 15px; background-color: #fff; padding: 10px; border: 1px solid #a5a491; }
	
	div#eshopCheckoutSummary form.checkoutPayments {width:459px; background: #F5F5F5 url(img/form_bg.gif) repeat-y 0 0; margin: 0; padding: 15px 0 0 0 ; }
	div#eshopCheckoutSummary form.checkoutPayments div.errors { background-image: none; top: 0px; padding: 0px 15px 15px; }
	div#eshopCheckoutSummary form.checkoutPayments div.textContent p.heading { margin: 0px 0 0 0; }
	div#eshopCheckoutSummary form.checkoutPayments fieldset.fs_disclaimer input { width: 13px; height: 13px; float: left; background: transparent; border: 0px; }
	div#eshopCheckoutSummary form.checkoutPayments fieldset.fs_disclaimer label { width: 380px; margin: 0px 0px 0px 5px; }
	div#eshopCheckoutSummary form.checkoutPayments div#addresses {border-top:1px solid #CCCCCC; margin:0 6px 0 4px; padding:0px 15px; background:#ffffff}
	div#eshopCheckoutSummary form.checkoutPayments div#addresses div.address1{ float: left; margin: 0 5px 0 0; }	
	div#eshopCheckoutSummary form.checkoutPayments div#addresses div.postalCode{ float: left; margin: 0 5px 0 0;}


	div#eshopCheckoutSummary form.checkoutPayments div#addresses div.addressBody { line-height: 16px; }

	div#eshopCheckoutSummary form.checkoutPayments div#addresses div#deliveryAddress { float: left; margin: 0 0 20px 0; width: 210px; padding:10px 0 0}
	div#eshopCheckoutSummary form.checkoutPayments div#addresses div#billingAddress { margin: 0 0 20px 0; float: left; width: 200px; padding:10px 0 0}
	div#eshopCheckoutSummary form.checkoutPayments div#addresses fieldset { margin: 15px 0px 0px 0px; }
	
	div#eshopCheckoutSummary form.checkoutPayments div#addresses fieldset.fs_ref_button{padding:0; width:200px}
	div#eshopCheckoutSummary form.checkoutPayments div#addresses fieldset button {width:auto; background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap; }
	div#eshopCheckoutSummary div.roundedBottom { display:none; clear: both; }
	
	div#eshopCheckoutSummary div#eShopBasketContainer { padding-bottom: 0px; }
	div#eshopCheckoutSummary div#eShopBasketContainer form.eshopProductForm { border-top: 0px; border-bottom: 1px solid #ebe5d4; float: none; position:static }

	div#eshopCheckoutSummary div#eShopBasketContainer div.eShopBasketFooter { display: none; }
	div#eshopCheckoutSummary form.checkoutPayments div#voucherDetails { clear: both; padding: 10px 15px; margin-top: 10px; border-top: 1px solid #ebe5d4; }
	div#eshopCheckoutSummary div#placingOrder { padding: 15px 15px 0px; border-top: 1px solid #ebe5d4; clear: both; }
	div#eshopCheckoutSummary div#placingOrder p { margin: 0px; }
	div#eshopCheckoutSummary fieldset.eShopBut { background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 15px;}
	div#eshopCheckoutSummary fieldset.eShopBut button {float:right; background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap; }
	div#eshopCheckoutSummary form.checkoutPayments div#aliasData { padding: 15px; border-top: 1px solid #ebe5d4; }
	div#eshopCheckoutSummary form.checkoutPayments div#aliasText { float: left; width: 200px; font: bold 10px Tahoma, Helvetica, sans-serif; padding-top: 2px; margin-right: 10px; }
	div#eshopCheckoutSummary form.checkoutPayments div#aliasSelect select { border: 1px solid #a5a491; background-color: #fff; font-size: 10px; color: #333; width: 200pxt; }

	div#eshopCheckoutSummary form.checkoutPayments div#paymentDetails{padding: 0px 15px;}
	div#eshopCheckoutSummary form.checkoutPayments div.paymentDetails{padding: 10px 15px;}
	div#eshopCheckoutSummary form.checkoutPayments div.paymentDetails img{padding-right:10px}
	div#eshopCheckoutSummary form.checkoutPayments div#paymentDetails fieldset{margin:5px 0px 0px}

div#disclaimerContent h4 { color: #e4c15f; font-size: 28px; font-weight: normal; line-height: 28px; margin-bottom: 14px; padding-bottom: 0px; border-bottom: 0px; }
	div#disclaimerButtons { margin-top: 10px; padding: 20px 15px 10px; color: #333; height: 30px; }
	div#disclaimerButtons button#goback { float: left; margin: 0px; background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap;}
	div#disclaimerButtons button#continue { float: right; margin: 0px; background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap;}



/* small shopping basket in right column */

div#eshopShoppingCart div#contentCentre {width:459px;}


div#eShopBasketWrapper{width:459px;}
div#eShopBasketContainer {margin: 10px 0 0 0; padding: 0; color: #333333; background:#F5F5F5 url(img/form_bg.gif) repeat-y; width:459px;}
	div#eShopBasketContainer div.stdContBlock.noBody h4 { border: none; color: #333333; font-size: 11px; padding: 0px; margin:10px 0 0}

	div#eShopBasketContainer p { margin-top: 0px; line-height: 12px; }
	div#eShopBasketContainer a { color: #333333; }
	div#eShopBasketContainer a.eShopLinkToBasket { background: url('img/bullet_darkbrown.png') no-repeat left 0.4em; padding: 0px 0px 0px 10px; }
	div#eShopBasketContainer a.eShopLinkToContinue { background: url('img/bullet_darkbrown.png') no-repeat left 0.4em; padding: 0px 0px 0px 10px; }
	
	div#eShopBasketContainer div.eShopBasketHeader { padding: 0px 15px; width: 429px; min-height:48px; height:auto !important; height:48px; background:transparent url(img/form_header_bg.gif) no-repeat left top }
	div#eShopBasketContainer div.eShopBasketHeader div.stdContBlock { padding: 10px 0 0 0; margin:0 }
	div#eShopBasketContainer div.eShopBasketHeader a.eShopLinkToBasket { margin: 10px 0px; display: block; }
	div#eShopBasketContainer div.eShopBasketHeader p.errorMinOrder { padding: 10px 0px; margin:0; font-weight:bold }

	div#eShopBasketContainer p.eShopBasketEmptyMessage { margin: 0px 15px 10px; }

	div#eShopBasketContainer form.eshopProductForm { margin: 0 6px 0 4px; border-top:1px solid #cccccc; padding: 10px 15px; background: #ffffff; position: relative; z-index:100 }
	div#eShopBasketContainer form.eshopProductForm table { border-collapse: collapse; width: 100%; }
	div#eShopBasketContainer form.eshopProductForm table td.textArea { width: 100%; line-height: 1.65em; }
	div#eShopBasketContainer form.eshopProductForm table td img.eshopProduct_image { width: 90px; margin: 0 10px 0 0 ; }
	div#contentRight div#eShopBasketContainer form.eshopProductForm table td img.eshopProduct_image { display: none; }
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_name { font-weight: bold; width: 300px; margin: 0 0 2px 0; }
	div#contentRight div#eShopBasketContainer form.eshopProductForm div.eshopProduct_name { width: 100px; }
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_price { float: right; width: 80px; text-align: right; }
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_price span.label { float: left; }
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_addToBasket fieldset { margin: 0; padding:0; width: auto; border: none; }
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_addToBasket fieldset label.frontLabel { margin: 0px; width: auto; border: 0px; }
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_addToBasket fieldset select { border: 1px solid #a5a491; background-color: #fff; font-size: 10px; color: #333; width: 35px; }
	
	
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_deleteFromBasket { position: absolute; top: 12px; right:15px; z-index:100}
	div#contentRight div#eShopBasketContainer form.eshopProductForm div.eshopProduct_deleteFromBasket { /*right: 15px;*/ }
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_categoryReference,
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_shortDescription,
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_package,
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_moreDetails,
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_favourites,
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_tellAFriend,
	div#eShopBasketContainer form.eshopProductForm div.eshopProduct_addToBasket fieldset.fs_submit { display: none; }

	div#eShopBasketContainer div.eShopBasketSummary { padding: 10px 15px;  margin:0 6px 0 4px; border-top:1px solid #cccccc}
	div#eShopBasketContainer div.eShopBasketSummary p { height: 13px; }
	div#eShopBasketContainer div.eShopBasketSummary p.delivery{ margin: 3px 0 0 0; }
	div#eShopBasketContainer div.eShopBasketSummary p.deliveryCost { margin: 3px 0 0 0; }
	div#eShopBasketContainer div.eShopBasketSummary p.grandTotal { font-weight: bold; margin: 8px 0 0 0; }
	div#eShopBasketContainer div.eShopBasketSummary p.total{ font-weight: bold; }
	div#eShopBasketContainer div.eShopBasketSummary p.delivery { font-weight: bold; }
	div#eShopBasketContainer div.eShopBasketSummary p span.label { float: left; }
	div#eShopBasketContainer div.eShopBasketSummary p span.value { float: right; }

	div#eShopBasketContainer div.eShopBasketFooter {background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px 15px 35px; }
	div#eShopBasketContainer div.eShopBasketFooter a { float: left; margin: 5px 0 0 0; }
	div#eShopBasketContainer div.eShopBasketFooter fieldset#fs_ref_button { border: 0px; float: right; }
	div#eShopBasketContainer div.eShopBasketFooter fieldset#fs_ref_button button {width:auto; overflow:visible; border:1px solid #AEAAAB; margin: 0px; background: transparent url(img/button_middle_bg.gif) repeat-x  right top; color:#FFFFFF;font-size:11px;font-weight:bold;padding:1px 10px 2px;white-space:nowrap;}




/* ----- START modifications for eshop collapsable basket (improvements) ----- */
div.eShopCollapsableBasket { height: 150px;}
div#contentRight div#eShopBasketWrapper{ width:172px;}
div.eShopCollapsableBasket div#eShopBasketContainer { padding: 0; margin: 0px; width: 172px; position: absolute; clear: both; /*z-index: 100;*/  background:#ffffff url(img/eShopBasketFooter_bg.gif) repeat-y;}
		
	/*div.eShopCollapsableBasket div#eShopBasketContainer a.eShopLinkToBasket { background: transparent; padding: 0px; }*/
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketHeader {width:170px; margin: 0; padding:0; min-height: 37px; height:auto !important; height:37px; background:transparent url(img/eShopBasketHeader_bg.jpg) no-repeat top left}
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketHeader a.eShopLinkToBasket {border:1px solid #ffffff; padding: 12px 10px 8px; margin: 0px; font-weight: bold; font-size: 11px; background:transparent none;}
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketHeader div.eShopMinOrderMessage {border-top: 1px solid #DADADA ; background:#F5F5F5 none repeat scroll 0 0; margin:0 4px 0 4px; overflow:hidden; padding:0 5px;}
			
	div.eShopCollapsableBasket div#eShopBasketContainer p.eShopBasketEmptyMessage {/* position: relative;*/ margin: 0; }
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketItems { background:#F5F5F5 none; border-top:1px solid #DADADA; margin:0 6px 0 4px; overflow:hidden; padding:5px 9px 10px;}
	

	div.eShopCollapsableBasket div#eShopBasketContainer form.eshopProductForm {clear: both; background: transparent; padding:0; border:none; margin:0}
		div.eShopCollapsableBasket div#eShopBasketContainer form.eshopProductForm div.eshopProduct_name { width: 115px; font-weight: normal; line-height: 12px; }
		div.eShopCollapsableBasket div#eShopBasketContainer form.eshopProductForm div.eshopProduct_price{}
		div.eShopCollapsableBasket div#eShopBasketContainer form.eshopProductForm div.eshopProduct_price span.label { display: none; }
		div.eShopCollapsableBasket div#eShopBasketContainer form.eshopProductForm div.eshopProduct_price span.value { font-weight: bold; }
		div.eShopCollapsableBasket div#eShopBasketContainer form.eshopProductForm div.eshopProduct_addToBasket{}
		div.eShopCollapsableBasket div#eShopBasketContainer form.eshopProductForm div.eshopProduct_addToBasket fieldset label.frontLabel { display: none; }
		div.eShopCollapsableBasket div#eShopBasketContainer form.eshopProductForm div.eshopProduct_deleteFromBasket {position:static; margin: -35px 0 0 130px; width:20px; /*left:120px; position:relative; z-index:101; top:-40px; width:20px; */}
			
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketSummary {margin: 0px 6px 0px 4px; padding:10px 5px ; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketSummary p.grandTotal { margin: 0px; height: 20px; }
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketSummary p.grandTotal span { margin: 8px 0 0 0; }
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketSummary p span.value { font-weight: bold; }

	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketFooter { margin: 0px 6px 0px 4px; background:#f5f5f5; padding:10px 5px}
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketFooter a.eShopLinkToBasket { display: none; }
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketFooter fieldset#fs_ref_button {padding:0 0 0 10px;  margin-top: 0px; background:transparent none; float:none}
		 
	div.eShopCollapsableBasket div#eShopBasketContainer .eShopMinOrderMessageSpecial { display: none; }
	div.eShopCollapsableBasket div#eShopBasketContainer .eShopBasketItemsSpecial { display: none; }
	div.eShopCollapsableBasket div#eShopBasketContainer .grandTotalSpecial { display: none; }
	div.eShopCollapsableBasket div.roundedBottom { display: none; }
	
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketHandle { display: block; height: 30px; width: 100%; position: relative; top: 0px; background: url(img/btn_basketHandle.jpg) no-repeat 0px 0px; }
	div.eShopCollapsableBasket div#eShopBasketContainer div.eShopBasketHandle.handleOpened { background-position: 0px -30px; }
/* ----- END modifications for eshop collapsable basket (improvements) ----- */






div#eshopOgoneIntegration div.stdContBlock {background:#F5F5F5 url(img/form_bg.gif) repeat-y; color:#333333; padding:0; width:459px;}
	div#eshopOgoneIntegration div.stdContBlock a { color: #907447; font-size:11px ; }	
	
	div#eshopOgoneIntegration div.stdContBlock table#ncol_ref{ background:transparent url(img/form_header_bg.gif) no-repeat scroll 0 0; width:459px;}
	div#eshopOgoneIntegration div.stdContBlock table#ncol_ref tr td.ncoltxtl { padding: 5px 0px 5px 15px; width: 210px; text-align: left; }
	div#eshopOgoneIntegration div.stdContBlock table#ncol_ref tr td.ncoltxtr { padding: 5px 15px 5px 0px; width: 210px; text-align: left; }
	div#eshopOgoneIntegration div.stdContBlock table#ncol_ref tr td.ncoltxtl b{ font-size:11px }
	div#eshopOgoneIntegration div.stdContBlock table#ncol_ref tr td.ncoltxtr b { font-size:11px  }
	div#eshopOgoneIntegration div.stdContBlock form { background:#F5F5F5 url(img/form_bg.gif) repeat-y scroll 0 0; margin-top:0; padding-top:5px; width:459px; border-top: 1px solid #ebe5d4; border-bottom: 1px solid #ebe5d4; padding: 20px 0px 15px; }
	div#eshopOgoneIntegration div.stdContBlock form p { margin: 0px; }

	div#eshopOgoneIntegration div.stdContBlock table#ncol_ali td.ncoltxtc { padding: 0px 15px 10px;; }
	div#eshopOgoneIntegration div.stdContBlock table#ncol_ali td.ncoltxtc small { font: normal 10px Tahoma, Helvetica, sans-serif; }
	div#eshopOgoneIntegration div.stdContBlock table#ncol_ali td.ncoltxtc input { margin-right: 5px; float: left; }
	div#eshopOgoneIntegration div.stdContBlock table#ncol_ali td.ncoltxtc small small { float: left; width: 400px; }

	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 tr td.ncoltxtl2 { padding: 0px 0px 5px 15px; width: 210px; text-align: left; }
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 tr td.ncolinput { padding: 0px 15px 5px 0px; width: 210px; text-align: left; }
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 tr td.ncolinput input,
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 tr td.ncolinput select { border: 1px solid #a5a491; background-color: #fff; font: 10px Tahoma, Helvetica, sans-serif; color: #333; }
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 tr td.ncolinput input { height: 15px; width: 188px; padding: 0px 5px !important; padding: 0px; }
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 tr td.ncolinput input#Ecom_Payment_Card_Verification { width: 30px; }
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 tr td small small { font-size:11px;  display: block; text-align: left; margin: 15px 0px 0px 15px; }

	div#eshopOgoneIntegration div.stdContBlock table#GiropayTbl tr td small { font-size:11px;  display: block; text-align: left; margin: 15px 0px 0px 15px; }
	div#eshopOgoneIntegration div.stdContBlock table#GiropayTbl tr td small small { font: normal 10px Tahoma, Helvetica, sans-serif; display: block; text-align: left; margin: 0; }
	div#eshopOgoneIntegration div.stdContBlock table#GiropayTbl tr td.ncoltxtl img {margin: 15px 0px 0px 15px;}
	div#eshopOgoneIntegration div.stdContBlock table#GiropayTbl tr td.ncoltxtl2  { padding: 0px 0px 5px 0px; width: 210px; text-align: left; }

	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 tr td.ncolinput small small { display: inline; margin-left: 0px; }
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable2 input#submit3 {margin:12px 15px 0 0; float:right; background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; padding:1px 10px 2px; white-space:nowrap; }

	div#eshopOgoneIntegration div.stdContBlock table.ncoltable3{ background:transparent url(img/form_bottom_bg.gif) no-repeat left bottom; width:459px}
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable3 tr td.ncollogoc {  padding: 20px 0 0 0;  width:auto}
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable3 tr td.ncollogoc table td.ncollogoc { padding: 0px; width:auto}
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable3 tr td.ncollogoc form {border:none; margin:0; padding:15px 15px 40px; width:auto; background:transparent none}
	div#eshopOgoneIntegration div.stdContBlock table.ncoltable3 tr td.ncollogoc form input#ncol_cancel { margin:0px 15px 0 0; float:right; background:transparent url(img/button_middle_bg.gif) repeat-x right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; padding:1px 10px 2px; white-space:nowrap; }


div#eshopCheckoutConfirmation div.errors { background: transparent; top: 0px; margin-top: 10px; padding: 0px; font-weight: bold; }
	div#eshopCheckoutConfirmation div#whatsNext {  padding: 6px 0 0 0; margin: 20px 0 0 0; }
	div#eshopCheckoutConfirmation div#whatsNext fieldset { border: 0px; text-align: right; margin: 10px 15px 0px; }
	div#eshopCheckoutConfirmation div#whatsNext fieldset button {background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB;color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; overflow:visible; padding:1px 10px 2px; white-space:nowrap; width:auto; }
	div#eshopCheckoutConfirmation div.productSafety { padding: 10px 0 0 0; border-top: 1px solid #ebe5d4; }
	div#eshopCheckoutConfirmation div.productSafety div.productSafeImg { top: 32px; }


div#eshopMyAccount div#eShopRecentOrder { margin: 15px 0 0 0; }
div#eshopMyAccount button#button{background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap;}
div#eshopMyAccount div#eShopOrderWrapper table.eShopAccount tr td { padding: 5px 0 0 0; border-top:1px solid #EBE5D4}
	div#eshopMyAccount div#eShopOrderWrapper div.genericWrapper { margin: 15px 0 0 0; }
div#eshopMyAccount div.productSafety {/*clear:none; width:100%; padding: 16px 0 0 0; margin: 20px 0 0 0; position:relative*/}
	div#eshopMyAccount div.productSafety div.productSafe{/*float:none; width:100%*/}
	div#eshopMyAccount div.productSafety div.productSafeImg { /*float:none; position:absolute; left:310px ; top:40px */}
div#eshopMyAccount div#contentRight div.normalImages{height:200px; width:240px}
	
div#eshopManageOrders div#orderWrapper { margin: 10px 0px 0px; padding: 25px 0px 0px; color: #333; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders { table-layout: fixed; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr th.col1 { padding: 5px 0px 5px 5px; width: 70px; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr th.col2 { padding: 5px 0px 5px 5px; width: 80px; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr th.col3 { padding: 5px 0px 5px 5px; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr th.col4 { padding: 5px 0px 5px 5px; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr th.col5 { padding: 5px 15px 5px 5px; width: 170px; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr td { border-top: 1px solid #ebe5d4; vertical-align: middle; padding: 10px 0px 10px 5px; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr td.col1 { padding: 0 0 0 5px; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr td.col5 { padding: 0 15px 0 0; }
	div#eshopManageOrders div#orderWrapper table.eshopOrders tr td button { background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0 0 0 10px; padding:1px 10px 2px; white-space:nowrap;}
div#eshopManageOrders div#eshopAssistance { color: #333; margin: 10px 0 0 0; padding: 15px 15px 30px; border-top: 1px solid #ebe5d4; position: relative; }

div#eshopViewOrder div#productSummaryWrapper{ background:transparent url(img/form_header_bg.gif) no-repeat scroll left top; padding:48px 0 0 0 }
div#eshopViewOrder div#eShopBasketContainer { /*float: left; padding-bottom: 0px;*/ margin:0}
div#eshopViewOrder div#eShopBasketContainer form.eshopProductForm { /*border-top: 0px; border-bottom: 1px solid #ebe5d4; float: left;*/ }
div#eshopViewOrder form#actionsForm { clear: both;  margin: 0px; padding: 0px; }
	div#eshopViewOrder form#actionsForm fieldset { 	background:transparent url(img/form_bottom_bg.gif) no-repeat scroll 0 0; margin:0; padding:15px; }
	div#eshopViewOrder form#actionsForm fieldset button#returnToOverview { background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap;}
	div#eshopViewOrder form#actionsForm fieldset button#button { float: right; margin: 0px; }
div#eshopViewOrder div#eshopAssistance { padding: 20px 15px 40px; color: #333; }


div#StandardHelp div.helpbody h5 { margin-top: 15px; }


/* site map */
div#sitemap h1 { font-size: 28px; }
	div#sitemap div.siteMapSection strong { font-weight: normal; background: url('img/bullet_lightbrown.png') no-repeat left 0.4em; padding-left: 10px; }
	div#sitemap div.siteMapSection li { background: none; padding-left: 0px; }
	div#sitemap div.siteMapSection li li { background: url('img/bullet_lightbrown.png') no-repeat left 0.65em; padding-left: 10px; margin-top: 5px; line-height: 16px; }
	div#sitemap div.siteMapSection ul { margin: 0px; position: relative; list-style-type: none; padding: 0px; }
	div#sitemap div.siteMapSection ul li { border-top: 1px solid #cccccc; padding-top: 10px; padding-bottom: 10px; }
	div#sitemap div.siteMapSection ul ul { padding-left: 16px; }
	div#sitemap div.siteMapSection ul ul li { border-top: 0px; padding-top: 0px; padding-bottom: 0px; }
	div#sitemap div.siteMapSection ul ul ul { padding-left: 10px; }
	div#sitemap div.siteMapSeparator { display: none; }


div.flashPlayerWrapper { float: left; width: 320px; height: auto; margin: 10px 0px 10px 0px; }
div.movieLink { float: left; width: 220px; margin: 0px 5px 10px 0px; padding: 0px; }
	div.movieLinkDetail { padding-top: 15px; }
	div.movieLinkDetail img { margin-right: 15px; }
	div.movieLinkDetail h4 { margin-bottom: 4px; }
	div.movieLinkDetail ul.linkslist { margin: 10px 0px 0px 0px; }


/* search results */
div#searchresults div#resultSummary { font-weight: bold; margin-bottom: 10px; }
	div#searchresults div#resultPagination { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 5px 0px; }
	div#searchresults div#resultPagination td#col1 { width: 160px; }
	div#searchresults div#resultPagination td#col1 strong { font-weight: normal; }
	div#searchresults div#resultPagination td#col2 { text-align: right; color: #463f2e; }
	div#searchresults div#resultPagination td#col2 span { color: #d9d1ba; }
	div#searchresults div#resultPagination td#col2 a { font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; }

	div#searchresults div#results { margin-top: 10px; }
	div#searchresults div#results td.col1 { padding: 5px 0px 5px 5px; color: #060501; width: 15px; background: url('img/bullet_lightbrown.png') no-repeat left 0.85em; }
	div#searchresults div#results td.col2 { padding: 5px 0px; }
	div#searchresults div#results td.col3 { padding: 5px 0px; text-align: right; }


/* FAQs */
div#faqs form#categoryform,
div#faqs div.roundedBottom { display: none; }
div#faqs div.ddLinks div.roundedBottom { display: block; }

div#faqs form#categoryform h3 { margin: 0px 0px 5px 15px; font-size: 11px; }
div#faqs form#categoryform fieldset#categories { margin-bottom: 15px; }
div#faqs form#categoryform fieldset#categories select#category { margin-right: 20px; }
div#faqs form#categoryform fieldset#search { border-top: 1px solid #ebe5d4; padding: 15px 15px 20px; margin: 0px; }
div#faqs form#categoryform fieldset#search input#faq_submit { width: 84px; height: 23px; border: 0px; margin: 5px 0 0 0; padding: 0px; background-color: transparent; float: right; }

div#faqs ol.FAQlinks { list-style-position: inside; margin-top: 20px; }
div#faqs ol.FAQlinks li { margin-top: 4px; }

div#faqs ol.FAQs { list-style-type: none; margin-top: 30px; }
div#faqs ol.FAQs li h4 { border-bottom: 1px solid #cccccc; padding-bottom: 8px; }
div#faqs ol.FAQs li h5 { display: none; }
div#faqs ol.FAQs li p { margin: 0px 0px 10px; }
div#faqs ol.FAQs li p sup { font-size: 7px; }
div#faqs ol.FAQs li ul { list-style-position: inside; list-style-type: disc; margin-bottom: 4px; }
div#faqs ol.FAQs li span { display: block; background: url('img/bullet_lightbrown.png') no-repeat left 0.65em; padding: 0px 0px 0px 10px; margin: 0px; line-height: 16px; }


div.content div.ddLinks form { padding: 15px 0px 8px; }
div.content div.ddLinks form fieldset { margin: 0px 15px; }



/* contact us */
form.show { display: block; }
form.hide { display: none; }

div#contactus form#categoryform {   margin:0 5px 0 0; padding:15px 15px 11px; width:428px; background:#F5F5F5 url(img/form_contactCategory_bg.gif) no-repeat center left}
div#contactus form#categoryform label {display:none; color: #333; float: left; padding: 0px 20px 0px 15px;  width: 200px; height: 40px; }
div#contactus form#categoryform select { border: 1px solid #a5a491; background: #fff;  color: #333; width: 190px; padding: 0px; margin: 0 0 6px 0; font-size:10px }
div#contactus form#categoryform select#category{margin: 0 30px 6px 0;}
div#contactus div#formerror { background:#F5F5F5 url(img/form_bg.gif) repeat-y; width:459px;}

div#contactus div.ddLinks form{padding:15px 0 2px; margin: 20px 0 0 0}
div.content div.ddLinks form fieldset { margin: 0px}
div#contactus div.ddLinks{background: transparent url(img/form_header_bg.gif) no-repeat top left}

div#contactus form#CategoryForm1,
div#contactus form#CategoryForm2,
div#contactus form#CategoryForm3,
div#contactus form#CategoryForm4,
div#contactus form#CategoryForm5,
div#contactus form#CategoryForm6,
div#contactus form#CategoryForm7 { margin-top: 0px; padding-top: 5px; background: #f5f5f5 url(img/form_bg.gif) repeat-y; width:459px }

div#contactus form#CategoryForm1 fieldset#cf1_Message textarea,
div#contactus form#CategoryForm2 fieldset#cf2_Message textarea,
div#contactus form#CategoryForm3 fieldset#cf3_Message textarea,
div#contactus form#CategoryForm4 fieldset#cf4_Message textarea,
div#contactus form#CategoryForm5 fieldset#cf5_Message textarea,
div#contactus form#CategoryForm6 fieldset#cf6_Message textarea,
div#contactus form#CategoryForm7 fieldset#cf7_Message textarea { height: 100px; }

div#contactus form#CategoryForm1 fieldset#cf1_DataPrivacy input,
div#contactus form#CategoryForm2 fieldset#cf2_DataPrivacy input,
div#contactus form#CategoryForm3 fieldset#cf3_DataPrivacy input,
div#contactus form#CategoryForm4 fieldset#cf4_DataPrivacy input,
div#contactus form#CategoryForm5 fieldset#cf5_DataPrivacy input,
div#contactus form#CategoryForm6 fieldset#cf6_DataPrivacy input,
div#contactus form#CategoryForm7 fieldset#cf7_DataPrivacy input { border: 0px; background: transparent; width: 13px; height: 13px; float: left; }

div#contactus form#CategoryForm1 fieldset#cf1_DataPrivacy label,
div#contactus form#CategoryForm2 fieldset#cf2_DataPrivacy label,
div#contactus form#CategoryForm3 fieldset#cf3_DataPrivacy label,
div#contactus form#CategoryForm4 fieldset#cf4_DataPrivacy label,
div#contactus form#CategoryForm5 fieldset#cf5_DataPrivacy label,
div#contactus form#CategoryForm6 fieldset#cf6_DataPrivacy label,
div#contactus form#CategoryForm7 fieldset#cf7_DataPrivacy label { width: 380px; margin: 0px; float: right; }

div#contactus form#CategoryForm1 fieldset#cf1_Disclaimer,
div#contactus form#CategoryForm2 fieldset#cf2_Disclaimer,
div#contactus form#CategoryForm3 fieldset#cf3_Disclaimer,
div#contactus form#CategoryForm4 fieldset#cf4_Disclaimer,
div#contactus form#CategoryForm5 fieldset#cf5_Disclaimer,
div#contactus form#CategoryForm6 fieldset#cf6_Disclaimer,
div#contactus form#CategoryForm7 fieldset#cf7_Disclaimer {background-color:#FFFFFF; border-top:1px solid #CCCCCC; padding:15px; }

div#contactus form#CategoryForm1 fieldset#cf1_Buttons,
div#contactus form#CategoryForm2 fieldset#cf2_Buttons,
div#contactus form#CategoryForm3 fieldset#cf3_Buttons,
div#contactus form#CategoryForm4 fieldset#cf4_Buttons,
div#contactus form#CategoryForm5 fieldset#cf5_Buttons,
div#contactus form#CategoryForm6 fieldset#cf6_Buttons,
div#contactus form#CategoryForm7 fieldset#cf7_Buttons { background:transparent url(img/form_bottom_bg.gif) no-repeat; margin:0; padding:15px 15px 15px; }

div#contactus form#CategoryForm1 fieldset#cf1_Buttons button,
div#contactus form#CategoryForm2 fieldset#cf2_Buttons button,
div#contactus form#CategoryForm3 fieldset#cf3_Buttons button,
div#contactus form#CategoryForm4 fieldset#cf4_Buttons button,
div#contactus form#CategoryForm5 fieldset#cf5_Buttons button,
div#contactus form#CategoryForm6 fieldset#cf6_Buttons button,
div#contactus form#CategoryForm7 fieldset#cf7_Buttons button { float: right; background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap;}

body.content715 div#contentFull {width: 715px; padding: 0px;}

body.machine_showroom div#breadcrumbs { display: none; }
/*
body.machine_showroom div#contentFull { padding: 0px; width: 715px; }
*/
body.machine_showroom div#contentFull iframe { width: 100%; /*position: relative; top: -41px; */}


body.myTassimo iframe#content{width:700px}
body.myTassimoLanding iframe#content{width:700px}

/*Default width for Iframe*/
div#contentFull iframe{width:675px}

div#colourBox div#clearFloating div.noTextNoBody{border-top:none}

form.checkoutPayments div#voucherDetails { display:none; }
form.checkoutPayments div#paymentDetails { display:none; }
form.checkoutPayments div.paymentDetails { display:none; }


/*START LAYOUTMODE=eCards*/
body.eCards div#emailfriend form{background:transparent url(img/ecard_form_bg.gif) repeat-x ; position:relative; height:500px; padding:0px}
body.eCards div#emailfriend div#formerror{background:transparent none}
body.eCards div#emailfriend div.content div.errors{top:0px}

body.eCards div#emailfriend fieldset#fs_RecipientName{display:none}
body.eCards div#emailfriend fieldset#fs_contact_datapriv{display:none}
body.eCards div#emailfriend fieldset#fs_Message label{display:none}
body.eCards div#emailfriend fieldset#fs_To label{display:none}

body.eCards div#emailfriend fieldset#fs_Message{position: absolute; top:20px; left:0px}
	body.eCards div#emailfriend fieldset#fs_Message textarea{ width:300px;height:130px}
body.eCards div#emailfriend fieldset#fs_To{position: absolute; top:220px; left:0px;}
	body.eCards div#emailfriend fieldset#fs_To textarea{ width:300px; height:45px}
	
body.eCards div#emailfriend fieldset#fs_SenderName{position: absolute; top:330px; left:0px}
	body.eCards div#emailfriend fieldset#fs_SenderName label{width:95px}
body.eCards div#emailfriend fieldset#fs_From{position: absolute; top:370px; left:0px}
	body.eCards div#emailfriend fieldset#fs_From label{width:95px}
	
body.eCards div#emailfriend fieldset#fs_buttons{background:transparent none; border:none; position: absolute; top:420px; left:0px; width:670px; padding:0px}
body.eCards div#emailfriend div#formdisclaimer{position: absolute; top:50px; left:370px; width:230px}
	body.eCards div#emailfriend div#formdisclaimer div{padding:0px 0px 90px}
	body.eCards div#emailfriend div#formdisclaimer div#email_textarea2{padding:20px 0px 80px}
	
/*body.eCards div#emailfriend div#contentFull h1{left:-20px; z-index:100; position:absolute; top:1px; background:transparent url(img/ecards_landing_hdl.jpg)no-repeat; width:718px; height:240px}
*/
body.eCards div#emailfriend div#contentFull div#imgHdl{margin:-15px 0px 10px -20px}
body.eCards div#emailfriend div.roundedBottom{background:transparent none}

body.eCards div.content h3{background:#f9f4de; margin:0px; padding:0px 0px 30px 20px; color:#aa7437; font-size:24px; font-weight:normal; border:none}
body.eCards div#contentFull {background:#f9f4de; border:1px solid #b08806; width:673px;overflow:hidden}
body.eCards div#contHeader{left:-20px; position:relative; top:0px;}

body.eCards div#contHeader div.stdContBlock{margin:0; padding:0px}

body.eCards div.content h4{color:#aa7437; font-size:24px; font-weight:normal; line-height:32px}
body.eCards div.content td.textArea{font-size:12px; font-family:arial, verdana, sanf-serif; color:#524739}

body.eCards div.content div.multiColumns{margin: 20px 0px 50px 0px ;left:-20px; position:relative; top:0px;background:#efe0b7; width:718px}



body.eCards div.content div.multiColumns div.imgColumn{padding:0px}
	body.eCards div.content div.multiColumns div.imgColumn div.columnContent{width:205px; padding-left:20px}
	body.eCards div.content div.multiColumns div.imgColumn img{padding:20px 0px 20px 0px}

body.eCards div.content div.multiColumns div.textColumn{padding:0px}
	body.eCards div.content div.multiColumns div.textColumn div.columnContent{width:205px; padding-left:20px}
	body.eCards div.content div.multiColumns div.textColumn div.columnContent a{background:transparent url(img/ecard_button.gif) no-repeat ; color:#000000; display:block; font-size:12px; padding:2px 0px 20px 47px; text-decoration:none; width:155px;}
	body.eCards div.content div.multiColumns div.textColumn div.columnContent a:hover{text-decoration:none; background:transparent url(img/ecard_button.gif) no-repeat; display:block}

	
body.eCards div.content div.multiColumns div.linkColumn{padding:0px}
	body.eCards div.content div.multiColumns div.linkColumn div.columnContent{width:205px; padding-left:20px}
	body.eCards div.content div.multiColumns div.linkColumn a{background:transparent url(img/ecard_button.gif) no-repeat ; color:#000000; display:block; font-size:12px; padding:2px 0px 20px 47px; text-decoration:none; width:155px;}
	body.eCards div.content div.multiColumns div.linkColumn a:hover{text-decoration:none; background:transparent url(img/ecard_button.gif) no-repeat; display:block}
/*END LAYOUTMODE=eCards*/


/* START Store Locator */

div#retailDemoResults div.stdContBlock table {margin-bottom:15px;}
div#retailDemoResults div.stdContBlock table td.textArea h4 {border-bottom:0 none; color:#CA9D00; font-size:26px; font-weight:bold; line-height:26px; margin:0 0 14px; padding:0;}
div#retailDemoResults div.stdContBlock table td.textArea {line-height:1.65em;width:100%;margin-bottom:15px;}
div#retailDemoResults div.pagination {margin-bottom:15px;}
div#retailDemoResults button#button{background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap;}

div#retailDemoResults table#retailDemoLocList {border-collapse:collapse;}
div#retailDemoResults table#retailDemoLocList th {color:#CA9D00;font-size:11px;font-weight:bold;padding-bottom:7px;border-bottom:1px solid #cccccc;}
div#retailDemoResults table#retailDemoLocList th.col5 {text-align:right;}
div#retailDemoResults table#retailDemoLocList td.col5 {text-align:right;}
body.locatorNo5Column div#retailDemoResults table#retailDemoLocList th.col5 {display:none}
body.locatorNo5Column div#retailDemoResults table#retailDemoLocList td.col5 {display:none}


div#retailDemoResults table#retailDemoLocList td {padding:5px 0px 5px 0px;border-bottom:1px solid #cccccc;}
div#retailDemoResults table#retailDemoLocList tr#retailLocListFoot td {border:none;}
div#retailDemoResults table#retailDemoLocList td table td {border:none;}

div#retailResults div#retailLocIntro{line-height:1.65em;width:100%;margin-bottom:15px;}
div#retailResults div#retailLocIntro h4{border-bottom:0 none; color:#CA9D00; font-size:26px; font-weight:bold; line-height:26px; margin:0 0 14px; padding:0;}
div#retailResults div.pagination{margin-bottom:15px;}

div#retailResults table#retailLocList{border-collapse:collapse;}
div#retailResults table#retailLocList th{color:#E4C15F;font-size:11px;font-weight:bold;padding-bottom:7px;border-bottom:1px solid #cccccc;}
div#retailResults table#retailLocList td{padding:5px 0px 5px 0px;border-bottom:1px solid #cccccc;}
div#retailResults table#retailLocList tr#retailLocListFoot td{border:none;}

body.retailDemoFlash div#contentFull { padding: 0px; width: 720px; }
body.retailDemoFlash div#retailDemoResults div.errors { background: transparent; margin-bottom: 20px; font-weight: bold; }
body.retailDemoFlash th.col5 { display: none; }
body.retailDemoFlash td.col5 { display: none; }

/* END Store Locator */


/*START STARBUCK PROMO*/
body.promoStarbucks div#breadcrumbs {display:none}
body.promoStarbucks div#contentCentre{margin-top:-30px; width:500px; position:relative; z-index:200}
body.promoStarbucks div#contentRight{width:190px !important}
body.promoStarbucks div#contentRight div#colourBox{margin-top:12px}
body.promoStarbucks div.stdContBlock{font-size:12px}
body.promoStarbucks div.stdContBlock ol{margin-bottom:3px; background:#383327; padding:2px 10px 2px 25px}
body.promoStarbucks div.stdContBlock ol#starback01{padding:10px 10px 10px 25px}
/*END STARBUCK PROMO*/


div#layer{}
/*START DEFAUL LAYER*/
div.layer_instance{background:#F5F5F5 none repeat scroll 0 0;border:1px solid #CCCCCC;color:#333333;font-size:12px; padding:10px 30px 10px}
div.layer_instance ul{padding:0 0 0 20px}
div.layer_instance div.closelyr_link{text-align:right}
div.layer_instance div.closelyr_img{text-align:right}


body.wallpaperLayers div.layer_instance{padding:0; margin:0; overflow:hidden}
body.wallpaperLayers div.layer_instance div.stdContBlock{padding:0; margin:0}
body.wallpaperLayers div.layer_instance div.closelyr_img{background:#FFFFFF; border:1px solid #000000; right:0px; position:absolute; top:0px; z-index:10000}
body.wallpaperLayers div.layer_instance div.closelyr_img img{width:30px; height:30px}



body.notLoggedIn div#flashTeasers{display:block}
body.notLoggedIn div#flashTeasersLoggedIn{display:none}

body.loggedIn div#flashTeasers{display:none}
body.loggedIn div#flashTeasersLoggedIn{display:block}

/*START DYNAMIC LAYER*/

div#layer div.layer_instance{background:#FFFFFF; left:50% !important; line-height:14px; margin: 0 0 0 -210px; padding:10px 10px 0;}	

	div#layer div div{border:none}
		div.layer_instance div.closelyr_img { position:relative; right:-24px; top:-27px;}
/*div#layer div.lightbox_class{width:100%; height:100%; _height:1100px; position:fixed; _position:absolute; top:0; left:0; z-index:1; }	*/
div#layer div.lightbox_class { z-index:100 !important; position: fixed; width: 100%; height: 100%; left: 0px; top: 0px;}
* html div#layer div.lightbox_class { z-index:100 !important; position: absolute; height: expression(document.compatMode=="CSS1Compat" ? Math.max(document.documentElement.clientHeight, document.body.offsetHeight)+"px" : body.clientHeight+"px"); }

div#layer div#layerlogininformation{margin:0; width:806px !important; top: 100px !important; left:40px !important; padding:20px}
div#layer div#layerlogininformation div.closelyr_img{right:-14px; top:-17px;}
/*END DYNAMIC LAYER*/

/**/
div#demoloccarelineinfo{display:none}
body.resultsfound div#demoloccarelineinfo{display:block}


/* DHTML navigation */
div#contentLeft div.dnavi_wrapper { width: 188px;  }

div#contentLeft div.dnavi_wrapper div.dnavi_item_level0 { border-bottom: 1px solid #d6d6d6; padding: 8px 0px; }
	div#contentLeft div.dnavi_wrapper div.dnavi_item_level0 div.dnavi_item_head a { font: bold 15px Arial, Helvetica, sans-serif; text-decoration: none; color: #C0A34F; }
	div#contentLeft div.dnavi_wrapper div.dnavi_item_level0 div.dnavi_item_head a:hover { color: #ffdf7f; }
	div#contentLeft div.dnavi_wrapper div.dnavi_item_level0 div.dnavi_item_head p { font-size:9px; color: #666666; text-decoration: none; margin: 0px; }

div#contentLeft div.dnavi_wrapper div.dnavi_item_level1,
div#contentLeft div.dnavi_wrapper div.dnavi_item_level2,
div#contentLeft div.dnavi_wrapper div.dnavi_item_level3 { padding-top: 3px; }

div#contentLeft div.dnavi_wrapper div.dnavi_item_level1 div.dnavi_item_head { padding-top: 5px; }
	div#contentLeft div.dnavi_wrapper div.dnavi_item_level1 div.dnavi_item_head a { display: block; font: normal 11px Arial, Helvetica, sans-serif; color: #b28a00; text-decoration: none; padding-left: 10px; background: url(img/bullet_lightbrown.png) no-repeat 2px 3px; }
	div#contentLeft div.dnavi_wrapper div.dnavi_item_level1 div.dnavi_item_head a:hover { color: #b28a00; }
	div#contentLeft div.dnavi_wrapper div.dnavi_item_level1 div.dnavi_item_head.dnavi_item_over a { color: #b28a00; }
	div#contentLeft div.dnavi_wrapper div.dnavi_item_level2 div.dnavi_item_head a { margin-left: 10px; }
	div#contentLeft div.dnavi_wrapper div.dnavi_item_level3 div.dnavi_item_head a { margin-left: 20px; }

div#contentLeft div.dnavi_wrapper div.dnavi_item_level1 div.dnavi_item_active a { color: #b28a00 }

div#contentLeft div.dnavi_wrapper div.dnavi_item_collapsed{ display: none; }
div#contentLeft div.dnavi_wrapper div.dnavi_item_inactive p{ display: none; }

body.menu_visibleSubheadlines div#contentLeft div.dnavi_wrapper div.dnavi_item_inactive p { display: block; }
body.homepage div#contentLeft div.dnavi_wrapper div.dnavi_item_inactive p { display: block; } 


div#contentLeft div#naviFlashTeaser { padding: 1px 0px; border-bottom: 1px solid #d6d6d6;  }

/* ajax contentgroups */
div.ajax_group_container { position: relative; margin-top: 8px;  padding: 1px 0px; display: inline-block; width: 100%; }
	div.ajax_group_container .ajax_box_waiting { background-color: #666; width: 100%; position: absolute; top: 0px; left: 0px; opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: .5; }
		div.ajax_group_container .ajax_box_waiting div { background-position: center center; background-repeat: no-repeat; height: 100%; width: 100%; }
div.ajax_group_container div.stdContBlock { margin-top: 0px; }


/* new eshop detail page */

body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre { margin: 0 0 0 0; width: 563px; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.backLinkTop { display: none; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct {width: 550px; /*position: static; width: auto; height: auto; */ }
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_name { min-height: 0px; height: auto !important; padding: 0px 0px 10px; }
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_longDescription { margin: 0 0 30px 0; }
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_package { /*font-weight: bold; */}
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_price { font-weight: bold; }
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_favourites { margin: 12px 0px 0px; }
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_addToBasket { margin:30px 0 0 0; padding: 0px; float: none; clear:both}
			body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_addToBasket fieldset.fs_submit button { background: transparent url(img/button_middle_bg.gif) repeat-x ; border:1px solid #AEAAAB; padding:1px 10px; font-size:11px; margin:0}
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_shortDescription{ display: none; margin:20px 0 10px 0}
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_moreDetails{ display: none; }
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_tellAFriend { display: none; }
		
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_imgIcon{float:right; width:auto; margin:-33px 0 0; position:relative;display:block}
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct table.eshopProduct div.eshopProduct_imgIcon img.eshopProduct_image{padding:0 0 0 10px; width:auto; height:auto}	
			
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct table.eshopProduct td img.eshopProduct_image { width: 168px; height: 151px; }

		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre form#detailedProduct div.eshopProduct_imgIcon img.eshopProduct_image{width:auto; height:auto}

		
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.eshopProductAdditionalInfo div.additionalInfoContentWrapper{background: transparent url(img/additionalInfoContentWrapper_bottom_bg.gif) no-repeat left bottom; padding:0 0 10px 0}

		
		
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.eshopProductAdditionalInfo h4 { background: #ffffff url(img/btn_productInfoHandle.jpg) no-repeat left top; padding: 8px 0px; margin: 0px; height: 13px; font-size: 11px; color: #666666; text-align: center; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.eshopProductAdditionalInfo h4.additionalInfoOpened { background-position: 0px -30px; }
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.eshopProductAdditionalInfo div.additionalInfoContentWrapper_closed { display: none; }
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.eshopProductAdditionalInfo div.additionalInfoContent { background: transparent url(img/additionalInfoContentWrapper_middle_bg.gif) repeat-y; color: #333333; margin:0 0px 0 1px; padding: 15px; overflow:hidden; }

/* taste profile */
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_6 div.additionalInfoContentWrapper{background: transparent url(img/additionalInfoContentWrapper_500.gif) no-repeat scroll left bottom; padding:0 4px 10px 0; width:553px}
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_6 div.additionalInfoContent{  color: #333333; padding: 0 0 0 20px; overflow:hidden; }
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_6 div.additionalLoadedText{ color: #333333; padding:0 15px 15px 20px; width:191px;}
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_6 div.additionalLoadedLink{padding:20px 0 0 0}
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_6 div.additionalLoadedLink a{ color: #7E6439; background:transparent url(img/bullet_darkbrown.png) no-repeat left 0.45em; padding-left:10px;}
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_6 div.clearfloat{clear:both}

/* rainforest alliance */
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_7 h4 { /*background-image: url(img/btn_productInfoHandle_rfa.jpg);*/ }
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_7 div.additionalInfoContentWrapper { background: transparent url(img/additionalInfoContentWrapper_500.gif) no-repeat scroll left bottom    }
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_7 div.additionalInfoContent { display: none; }
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_7 div.additionalLoadedText { color: #333; width: 350px; height: 246px; padding: 25px 53px 0px 140px; background: transparent url(img/rainforest_bg.jpg) no-repeat 10px 1px; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_7 div.additionalLoadedText p { line-height: 12px; }
body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div#eshopProductAdditionalInfo_7 div.additionalLoadedLink a { color: #7e6439; background:transparent url(img/bullet_darkbrown.png) no-repeat left 0.45em; padding-left: 10px; }


body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts { margin-top: 40px; margin-bottom: -70px; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts form { background: transparent; margin: 0px; padding: 0px 10px 20px 0px; color: #333333;  float: left; width: 200px; position: relative; }
		body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts form table.eshopProduct td img.eshopProduct_image { position: absolute; top: 0px; left: 0px; width: 140px; height: 125px; }
	
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_shortDescription,
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_price span.label,
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_moreDetails,
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_favourites,
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_tellAFriend,
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_addToBasket fieldset.fs_quantity { display: none !important; }
	
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_infoWrapper { margin-top: 130px; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_infoWrapper div.eshopProduct_imgIcon{display:none}
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_name { font-weight: bold; min-height:20px; height:auto !important; height:20px; font-size:11px}
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_package { display: inline; padding-right: 5px; color: #333; font-weight:bold; font-size:11px}
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_price { display: inline; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_price span.value { font-weight: bold;  }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_addToBasket { padding: 5px 0px 0px 0px; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_addToBasket.notInStock { line-height:11px; margin:0px; padding:0px; width:140px; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_addToBasket fieldset.fs_submit { margin: 0px; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_addToBasket fieldset.fs_submit button { margin: 0px; position: relative; background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; float:right; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap;}
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_addToBasket fieldset label.frontLabel { display: none; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_addToBasket fieldset select { border: 1px solid #a5a491; background-color: #fff; font-size: 10px; color: #333; width: 35px; }
	body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.suggestedProducts div.eshopProduct_addToBasket fieldset button { background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; float:right; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap; }

body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentCentre div.backLinkBottom { border: 0px; padding: 0px; font-weight: bold; text-align: right; }

body.eshopProductDetailWithAddInfo div#eshopProductDetail div#contentRight { margin-top: 0px; width: 172px ; clear: both; position: absolute; right: 0px; top: 0px; }


		
/* temp. new voting box start - sample: 842 */

div#contentRight div.vote_result {float:right; overflow:hidden; width: 229px;  padding:5px 0 0;  margin:8px 0px 0px 0px}
div#contentRight div.vote_result div.stdContBlock {margin:0;}
div#contentRight div.vote_result div.stdContBlock.noBody h4 {color:#D9D1BA;}
div#contentRight div.vote_result div.vote_options { min-height:170px; height:auto !important; height:170px; margin:0; padding:0px 0 0 10px;}
div#contentRight div.vote_result div.vote_options h4{font-size:11px}
div#contentRight div.vote_result div.vote_options div.oneVoteResult {margin:0; }
div#contentRight div.vote_result div.vote_options div.oneVoteResult h4 {float:left;  background:transparent; padding:0 9px 0 0; margin:5px 0 2px 0px}
div#contentRight div.vote_result div.vote_options div.oneVoteResult h4.right{float:left; } 
div#contentRight div.vote_result div.vote_options div.oneVoteResult div.voteResultContainer { float:left; margin:0px 10px 0px 0px; padding:0pt 0px 0pt 0pt; width:170px;}
div#contentRight div.vote_result div.vote_options div.voteResultBar{background: transparent url(img/vote_resultbar_golden.gif); height:17px}

div#contentRight div.vote_result div.vote_footer_element {margin:0; padding:0; height:6px;}

div#contentRight div.vote_question {float:right; overflow:hidden; width: 229px; padding:5px 0 0;  margin:8px 0px 0px 0px}
div#contentRight div.vote_question div.vote_form { margin:0; padding:5px 0 10px 0; text-align:right}
div#contentRight div.vote_question div.vote_form form {margin:0;padding:0;background:transparent;}

div#contentRight div.vote_question fieldset {padding:0; margin:0; border:none}
div#contentRight div.vote_question fieldset label {text-align:left; float:left; display:block; width:180px; min-height:20px; height:auto !important; height:20px;}
div#contentRight div.vote_question fieldset input {float:left; width:20px; margin:0 10px;}
div#contentRight div.vote_question fieldset label.radioGroupLabel {display:none;}

div#contentRight div.vote_question input.button { background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF; font-size:11px; font-weight:bold; margin:0; padding:1px 10px 2px; white-space:nowrap;}

div#contentRight div.vote_question div.stdContBlock {margin:0;}
div#contentRight div.vote_question div.stdContBlock div {overflow:hidden;}

div#contentRight div.vote_question div.vote_footer_element {margin:0; padding:0; height:6px; clear:none;}

/* temp. new voting box end */





div#footer div#ftrStdContent { position: absolute; top: -90px; }
	div#footer div#ftrStdContent div.stdContBlock { margin-top: 0px; }
		div#footer div#ftrStdContent div.stdContBlock embed { width: 180px; height: 85px; }


/* head teaser / rcc */
body.headTeaser div#contentCentre { width: 544px; padding: 0 10px 0 30px; margin-top: 210px; overflow: hidden; }
body.headTeaser div#contentRight { width: 172px; margin-top: 210px; }

/*
body.headTeaser div.content div.colourBox { margin: 0px; }
*/
body.headTeaser div#rccHeadTeaser { position: absolute; overflow: hidden; top: 0px; left: 220px; width: 720px; height: 200px; }
	body.headTeaser div#rccHeadTeaser div.rotatingContentContainerListWrapper { position: relative; width: 720px; height: 175px; }
		body.headTeaser div#rccHeadTeaser div.rotatingContentContainerListWrapper div.rotatingContentContainerListItem { width: 720px; height: 175px; position: absolute; top: 0px; left: 0px; overflow: hidden; }
		body.headTeaser div#rccHeadTeaser div.rotatingContentContainerListWrapper div.rotatingContentContainerListItem.rccListItemSpecial { display: none; }
		body.headTeaser div#rccHeadTeaser div.rotatingContentContainerListWrapper div.rotatingContentContainerListItem.first { display: block; }
		body.headTeaser div#rccHeadTeaser div.rotatingContentContainerListWrapper div.stdContBlock { margin: 0px; }

body.headTeaser div#rccHeadTeaser div.rotatingContentContainerHandles {  height: 16px; width: 100%; margin0; }
body.headTeaser div#rccHeadTeaser div.rotatingContentContainerHandles_tabs { float: right; padding-left: 20px; }
	body.headTeaser div#rccHeadTeaser div.rotatingContentContainerHandles div.tabHandle { float: left; width: 32px; height: 16px; background: transparent url(img/bg_teaserTab_v2.gif) no-repeat 0px 0px; color: #666666; }
	body.headTeaser div#rccHeadTeaser div.rotatingContentContainerHandles div.tabHandle.handle1 { margin: 0px; }
	body.headTeaser div#rccHeadTeaser div.rotatingContentContainerHandles div.tabHandle.handleActive { background-position: 0px -16px; color: #fff; }
		body.headTeaser div#rccHeadTeaser div.rotatingContentContainerHandles div.tabHandle div { height: 15px; width: 32px;  text-align: center; position: relative; z-index: 1000;  }
	
		
body.headTeaser div#halfColContent { width: 260px; margin: 0; }


/* wider main content & new right teasers */
body.wideMain div#contentCentre { width: 544px; }
body.wideMain div#contentRight { width: 172px; }

body.wideMain div.content div.multiColumns.colCount3 div.columnContent { width: 179px; margin:0}
body.wideMain div.content div.multiColumns.colCount3 div.linkColumn div.columnContent{margin:10px 0 0 0}

div#contentRight div.rightColTeaserDark { background: #3e3829 url(img/bg_form_top.gif) repeat-x left top; font-size: 11px; padding: 6px 0 0 0; margin: 0px 0px 20px; }
	div#contentRight div.rightColTeaserDark div.stdContBlock { background: transparent url(img/bg_form_bottom.gif) repeat-x left bottom; padding: 0 0 30px 0; }
		div#pageBody div#contentRight div.rightColTeaserDark div.stdContBlock table { border-collapse: collapse; margin: 0px; width: 100%; }
		div#contentRight div.rightColTeaserDark div.stdContBlock div.stdContHeadImg { padding: 0px 0px 10px; }
		div#contentRight div.rightColTeaserDark div.stdContBlock td.textArea { padding: 0px 12px; }
			div#contentRight div.rightColTeaserDark div.stdContBlock td.textArea h4 { border: 0px; padding: 0px; margin-bottom: 4px; font-size: 11px; }
		div#contentRight div.rightColTeaserDark div.stdContBlock ul.linkslist li { background-image: url(img/bullet_lightbrown.png); margin-bottom: 2px; }
		
div#contentRight div.rightColTeaserLight { background: #b9a572 url(img/bg_form_top.gif) repeat-x left top; font-size: 11px; padding: 16px 0 0 0; margin: 0px 0px 20px; color: #1e170c; }
	div#contentRight div.rightColTeaserLight div.stdContBlock { background: transparent url(img/bg_form_bottom.gif) repeat-x left bottom; padding-bottom: 20px; }
		div#pageBody div#contentRight div.rightColTeaserLight div.stdContBlock table { border-collapse: collapse; margin: 0px; width: 100%; }
		div#contentRight div.rightColTeaserLight div.stdContBlock div.stdContHeadImg { padding: 0px 0px 10px; }
		div#contentRight div.rightColTeaserLight div.stdContBlock td.textArea { padding: 0px 12px; }
			div#contentRight div.rightColTeaserLight div.stdContBlock td.textArea h4 { border: 0px; padding: 0px; margin-bottom: 4px; font-size: 11px; }
		div#contentRight div.rightColTeaserLight div.stdContBlock ul.linkslist li { margin-bottom: 2px; }
			div#contentRight div.rightColTeaserLight div.stdContBlock ul.linkslist li a { color: #544d3d; }
		div#contentRight div.rightColTeaserLight div.stdContBlock div div img { margin: -6px 0px -14px; }



/* machine detail page */
body.machineDetails div#contHeader td.textArea { font-size: 15px; font-weight:bold; padding:0 0 5px 0;color: #CA9D00; }
	body.machineDetails div#contHeader td.textArea h4 { margin: 0 0 5px 0; }

div.machineSelector { float: left; padding:0 0 20px 0}
	div.machineSelector div.stdContBlock { float: left; clear: none; }
	div.machineSelector img.machineImageSelected { display: none; }
	div.machineSelector div.firstLinkIsCurrentPage img.machineImage { display: none; }
	div.machineSelector div.firstLinkIsCurrentPage img.machineImageSelected { display: block; }

body.machineDetails div.bulletLinks { background: transparent url(img/tassimo_maschine_technology_top_bg.gif) no-repeat; float: left; clear: both;  width: 713px; }
	body.machineDetails div.bulletLinks ul { padding: 10px 0px 30px 12px; float: left; }
		body.machineDetails div.bulletLinks ul li { float: left; list-style-type: none; height: 20px; padding: 5px 10px 5px 25px; }
		body.machineDetails div.bulletLinks ul li.linkEntry1 { background: transparent url(img/icon_actionPrint.gif) no-repeat left top; /*padding-left: 25px;*/ }
		body.machineDetails div.bulletLinks ul li.linkEntry2 { background: transparent url(img/icon_actionRecommend.gif) no-repeat left 1px; /*padding-left: 25px;*/ }
		body.machineDetails div.bulletLinks ul li.linkEntry3 { background: transparent url(img/icon_actionDocument.gif) no-repeat left top; /*padding-left: 20px;*/ }
			body.machineDetails div.bulletLinks ul li a { color: #b28a00; line-height: 14px; }
	body.machineDetails div.bulletLinks div h5 { margin: 0px; clear: both; }

body.machineDetails div.roundedBottom_onlyForRightArea { clear: both; }

div#rccMachine {padding:0 0 0 3px; float: left; width: 330px; height:360px; overflow: hidden; position: relative; /*background:transparent url(img/bg_machineInfo.gif) repeat-y scroll left top*/ }
	div#rccMachine div.rotatingContentContainerListWrapper { width: 330px; height: 360px; }
		div#rccMachine div.rotatingContentContainerListWrapper div.rotatingContentContainerListItem { width: 330px; height: 360px; position: absolute; top: 0px; left: 4px; overflow: hidden; z-index: 50; }
		div#rccMachine div.rotatingContentContainerListWrapper div.rotatingContentContainerListItem.rccListItemSpecial { display: none; }
		div#rccMachine div.rotatingContentContainerListWrapper div.rotatingContentContainerListItem.first { display: block; }
		div#rccMachine div.rotatingContentContainerListWrapper div.stdContBlock { margin: 0px; }
			div#rccMachine div.rotatingContentContainerListWrapper div.stdContBlock div.imageBoxLeft img { margin: 0px; }
			div#rccMachine div.rotatingContentContainerListWrapper div.stdContBlock h4 { border: 0px; margin: 0px; padding: 0px; position: absolute; bottom: 5px; right: 20px; width: 290px; text-align: right; font-weight: normal; color: #1e170c; }
	div#rccMachine div.rotatingContentContainerHandles { position: absolute; bottom: 40px; right: 20px; z-index: 100; }
		div#rccMachine div.rotatingContentContainerHandles div.tabHandle { float: left; margin-left: 2px; }
		div#rccMachine div.rotatingContentContainerHandles div.tabHandle.handleActive { border-bottom: 1px solid #bbb; position: relative; top: -2px; }
			div#rccMachine div.rotatingContentContainerHandles div.tabHandle.handleActive div { border-bottom: 1px solid #999; }

div.machineInfo {background:transparent url(img/bg_machineInfo.gif) repeat-y scroll left top; clear:none; color:#333333; margin:0;}
	div.machineInfo div.stdContBlock { clear: none; margin: 0px; padding:0 ; min-height:370px; height:auto !important; height:370px }
	div.machineInfo div.stdContBlock div.imageBoxTop{overflow:hidden}
		div.machineInfo div.stdContBlock table { width: auto; }
		div.machineInfo div.stdContBlock ul.linkslist { padding: 0 0 30px 0; position: relative; width:330px}
			div.machineInfo div.stdContBlock ul.linkslist a { color: #b28a00; }
			div.machineInfo div.stdContBlock ul.linkslist li { background-image: url(img/bullet_darkbrown.png) ; }
			div.machineInfo div.stdContBlock ul.linkslist li.linkEntry1 { position: absolute; z-index:100; bottom: 0px; right: 0px; background: transparent; margin: 0px; padding: 0px; text-align:right}
				div.machineInfo div.stdContBlock ul.linkslist li.linkEntry1 a {display:block;  border: 1px solid #AEAAAB; background: #836d4b url(img/button_middle_bg.gif) repeat-x; font-size:11px; font-weight:bold; color: #fff; padding: 2px 10px; }
				div.machineInfo div.stdContBlock ul.linkslist li.linkEntry1 a:hover { text-decoration: none; }
	
div.machineFeatures { float: left; width: 715px; }
	div.machineFeatures div.rotatingContentContainerPreSection { background: transparent url(img/btn_machineInfoHandle.gif) no-repeat left top; height: 28px; text-align: center; overflow: hidden; position: relative; }
		div.machineFeatures div.rotatingContentContainerPreSection div.stdContBlock { margin: 0px 0px 0px 190px; /*background: transparent url(img/btn_productInfoHandle.jpg) no-repeat right top; height: 30px; */}
			div.machineFeatures div.rotatingContentContainerPreSection div.stdContBlock h4 { border: 0px; margin: 0px; padding: 5px 0px 0px; color: #666666; font-size: 11px; position: absolute; left: 0px; top: 0px; width: 715px; }
	div.machineFeatures div.rotatingContentContainerPreSection.collapsableOpened { background-position: 0px -28px; }
		div.machineFeatures div.rotatingContentContainerPreSection.collapsableOpened div.stdContBlock { /*background-position: right -30px;*/ }
	div.machineFeatures div.rotatingContentContainerListWrapper { float: left; width: 715px; /*background: transparent url(img/);*/ color: #1e170c; }
		div.machineFeatures div.rotatingContentContainerListWrapper div.rotatingContentContainerList { float: left; padding: 10px; }
		div.machineFeatures div.rotatingContentContainerListWrapper td.textArea { padding: 10px 0 0 0; }
	div.machineFeatures div.rotatingContentContainerListWrapper.listWrapperClosed { display: none; }

	div.machineFeatures div.rotatingContentContainerList div.stdContBlock { margin: 0px; float: left; clear: none; width: 165px; padding: 0 6px 0 0 ; }
		div.machineFeatures div.rotatingContentContainerList div.stdContBlock div.imageBoxLeft img { margin-top: 0px; }

div.lastMachineFeatures{padding:0 0 12px 0; background:transparent url(img/maschine_Info_bg_bottom.gif) no-repeat left bottom;}
		
body.machineDetails div.multiColumns { clear: both; margin-top: 15px; float: left; width: 705px; position: relative; background: #2b2619 url(img/bg_teaserRightCol.gif) repeat-x left top; }
	body.machineDetails div.multiColumns h3 { font-size: 10px; border: 0px; padding: 15px 15px 10px; margin: 0px; background: transparent url(img/bg_form_top.gif) repeat-x left top; }
	body.machineDetails div.multiColumns div.columnContent { width: 110px; margin-left: 65px; display: inline; }
	body.machineDetails div.multiColumns div.imgColumn { float: left; padding-left: 35px; margin-bottom: 20px; }
		body.machineDetails div.multiColumns div.imgColumn div.columnContent { padding: 32px 0px 0px 32px; border-left: 1px solid #555; margin-left: 32px; }
		body.machineDetails div.multiColumns div.imgColumn div.columnContent.firstCol { padding-left: 0px; margin-left: 0px; border-left: 0px; }
	body.machineDetails div.multiColumns div.linkColumn { position: absolute; top: 40px; left: 35px; font-weight: bold; }
		body.machineDetails div.multiColumns div.linkColumn div.columnContent.firstCol { display: inline; margin-left: 0px; }
	body.machineDetails div.multiColumns div.clearer { background: transparent url(img/bg_form_bottom.gif) repeat-x left top; height: 6px; }


/* permanent login feature on 644 */
body.mytassimo_login div#loginTemplate div.loginFormWrapper form#loginForm fieldset#fs_permanent_login {}
	body.mytassimo_login div#loginTemplate div.loginFormWrapper form#loginForm  fieldset#fs_permanent_login input {background:transparent;width:15px;height:15px;float:left;}
	body.mytassimo_login div#loginTemplate div.loginFormWrapper form#loginForm  fieldset#fs_permanent_login label {float:left;margin:0 0 0 5px;padding:2px 0 0 0;}
/*
body.mytassimo_login div#loginTemplate div.loginFormWrapper form#loginForm fieldset#fs_login_button {padding-bottom:60px !important;_padding-bottom:55px !important;}


body.mytassimo_login div#loginTemplate div.loginFormWrapper form#loginForm div.links {margin-top:-79px !important;}
*/
/* login form 644 END */




/* taste finder */ 
div#EshopProductFinder div#contentRight { position: absolute; clear: both; top: 0px; right: 0px; width: 172px !important; }
div#EshopProductFinder div#contentCentre { padding: 0 0 0 30px; position: relative; width: 726px; }
	div#EshopProductFinder div#contentCentre div#contHeader div.imageItem_1 { width: 370px; height: 140px; margin: 0px 0px 20px; padding: 0px 15px; float: left; overflow: hidden; color: #333333; font-size: 11px; line-height: 13px; }
		div#EshopProductFinder div#contentCentre div#contHeader div.imageItem_1 img { margin: 10px 0px 5px; }
		div#EshopProductFinder div#contentCentre div#contHeader div.imageItem_1 h4 { /*display: none; */}
		div#EshopProductFinder div#contentCentre div#contHeader div.imageItem_1 p { line-height: 13px; margin-top: 8px; }
	div#EshopProductFinder div#contentCentre div#contHeader div.imageItem_2 { width: 140px; float: left; }

div#EshopProductFinder div#contentCentre div.productFinder { clear: both; width: 540px; }
body.tasteFinderV2 div#EshopProductFinder div#contentCentre div.productFinder { background:transparent url(img/taste_finder_top_bg.gif) no-repeat scroll 0 19px; margin:0 0 0 13px; width:713px;}
	div#EshopProductFinder div#contentCentre div.productFinder div.finderContentItem { /*background: #d6c99f url(img/bg_tasteFinder.jpg) no-repeat left top;*/ padding: 20px 15px; }
	body.tasteFinderV2 div#EshopProductFinder div#contentCentre div.productFinder div.finderContentItem { background:transparent url(img/taste_finder_middle_bg.gif) no-repeat scroll left bottom; margin:10px 0 0; padding:0 15px 30px;}
	body.tasteFinderV2 div#EshopProductFinder div#contentCentre div.productFinder div.finderContentItem button{background:transparent url(img/button_middle_bg.gif) repeat-x scroll right top; border:1px solid #AEAAAB; color:#FFFFFF;  font-size:11px; font-weight:bold; padding:1px 10px 2px; white-space:nowrap; margin:30px 0 0 0;}
		div#EshopProductFinder div#contentCentre div.productFinder div.finderContentItem div.finderItemPreFields { color: #333333; font-size: 11px; padding:0 0 0 5px}
			div#EshopProductFinder div#contentCentre div.productFinder div.finderContentItem div.finderItemPreFields div.stdContBlock { margin: 5px 0 0 0 }
			

div#EshopProductFinder div.finderTabHandles { height: 19px; height:19px; padding:0 0 0 12px; position:relative; top:2px; }
	div#EshopProductFinder div.finderTabHandles div.finderTabHandle { background: transparent url(img/bg_finderTab.gif) no-repeat right -19px; color: #333333; font-weight: normal; font-size: 11px; float: left; width: 64px; height: 19px; position: relative;  }
	div#EshopProductFinder div.finderTabHandles div.finderTabHandle.tabHandleNum_1 { width: 64px;  }
	div#EshopProductFinder div.finderTabHandles div.finderTabHandle.handleActive { background-position: right 0px; color: #333; z-index: 10000; width:64px; }
		div#EshopProductFinder div.finderTabHandles div.finderTabHandle div { text-align:center; padding:3px 0 0 0; /*position: relative; z-index: 1000; width: 95px; height: 22px; padding: 7px 0px 0px 15px; margin-left: 20px; background: transparent url(img/tab_coffee.gif) no-repeat right top;*/ }
		div#EshopProductFinder div.finderTabHandles div.finderTabHandle div.handleContentActive { font-weight:bold; color:#ffffff;/*background-image: url(img/tab_coffee_over.gif); margin-left: 0px;*/ }
		div#EshopProductFinder div.finderTabHandles div.finderTabHandle.tabHandleNum_1 div { /*margin-left: 0px;*/ }
		div#EshopProductFinder div.finderTabHandles div.finderTabHandle.tabHandleNum_2 div { /*background-image: url(img/tab_espresso.gif); */}
		div#EshopProductFinder div.finderTabHandles div.finderTabHandle.tabHandleNum_2 div.handleContentActive {/* background-image: url(img/tab_espresso_over.gif); */}

div#EshopProductFinder div.finderItemSelectors { margin-top: 25px; }
body.tasteFinderV2 div#EshopProductFinder div.finderItemSelectors { margin:0 }
div#EshopProductFinder div.finderItem { clear: both; }
div#EshopProductFinder div.finderItemHead { color: #333; font-size: 11px; position: relative; float: left; width: 500px; }
body.tasteFinderV2 div#EshopProductFinder div.finderItemHead { color: #716545; font-weight: bold; width: 615px; padding: 10px 0px 0px 50px; }
div#EshopProductFinder div.finderItem div.finderItemSliderWrapper { background: transparent url(img/bg_slider_red_left.gif) no-repeat left top; padding-left: 35px; height: 25px; float: left; margin: 5px 0px 10px; }
body.tasteFinderV2 div#EshopProductFinder div.finderItem div.finderItemSliderWrapper { margin-top: 2px; }
div#EshopProductFinder div.finderItem_2 div.finderItemSliderWrapper { background-image: url(img/bg_slider_orange_left.gif); }
div#EshopProductFinder div.finderItem_3 div.finderItemSliderWrapper { background-image: url(img/bg_slider_yellow_left.gif); }
div#EshopProductFinder div.finderItemSlider { position: relative; width: 255px; height: 25px; }
	div#EshopProductFinder div.finderItemSlider div.line { width: 254px; height: 18px; background: transparent url(img/bg_slider.gif) no-repeat left top; }
		div#EshopProductFinder div.finderItemSlider div.line div { height: 18px; background: transparent url(img/bg_slider_red.gif) no-repeat left top; }
		div#EshopProductFinder div.finderItem_2 div.finderItemSlider div.line div { background-image: url(img/bg_slider_orange.gif); }
		div#EshopProductFinder div.finderItem_3 div.finderItemSlider div.line div { background-image: url(img/bg_slider_yellow.gif); }
	div#EshopProductFinder div.finderItemSlider div.handle { width: 15px; height: 22px; background: transparent url(img/handle_red.gif) no-repeat left top; position: absolute; top: 1px; cursor: pointer; margin-left: -5px; }
	div#EshopProductFinder div.finderItem_2 div.finderItemSlider div.handle { background-image: url(img/handle_orange.gif); }
	div#EshopProductFinder div.finderItem_3 div.finderItemSlider div.handle { background-image: url(img/handle_yellow.gif); }
div#EshopProductFinder div.finderItemImage { float: left; margin: -20px 20px 0px 0px; }
	body.tasteFinderV2 div#EshopProductFinder div p.imageDescription { display: block !important; text-align: center; color: #5f5c55; margin: 0px; }
div#EshopProductFinder div.finderItemImage2 { float: left; margin: -20px 0px 0px 0px; }
div#EshopProductFinder div.finderItemText { color: #333; float: left; margin-top: -10px; width: 180px; }
body.tasteFinderV2 div#EshopProductFinder div.finderItemText { width: 270px; min-height: 60px; height: auto !important; height: 60px; }
div#EshopProductFinder div.finderItemPostFields { clear: both; }

div#EshopProductFinder div#productFinderResultWrapper { width: 720px; height: 240px; padding: 20px 0px; }
	div#EshopProductFinder div#productFinderResultWrapper div#productFinderAjaxWaiting { position: absolute; width: 720px; height: 240px; background: transparent url(img/ajax-loader.gif) no-repeat center center; }

div#EshopProductFinder div#productFinderResult { padding: 0px 0px 0px 15px; display: inline-block; width: 705px; }

	div#EshopProductFinder div#productFinderResult form { background: transparent; margin: 0px; padding: 0px; font-size: 11px; float: left; width: 235px; position: relative; }
		div#EshopProductFinder div#productFinderResult form table.eshopProduct td img.eshopProduct_image { position: absolute; top: 0px; left: 0px; }
	
	div#EshopProductFinder div#productFinderResult div.eshopProduct_shortDescription,
	div#EshopProductFinder div#productFinderResult div.eshopProduct_price span.label,
	div#EshopProductFinder div#productFinderResult div.eshopProduct_moreDetails,
	div#EshopProductFinder div#productFinderResult div.eshopProduct_favourites,
	div#EshopProductFinder div#productFinderResult div.eshopProduct_tellAFriend,
	div#EshopProductFinder div#productFinderResult div.eshopProduct_addToBasket fieldset.fs_quantity { display: none !important; }
	
	div#EshopProductFinder div#productFinderResult div.eshopProduct_infoWrapper { margin-top: 160px; }
	div#EshopProductFinder div#productFinderResult div.eshopProduct_name { font-weight: bold; min-height:20px; height:auto !important; height:20px}
	div#EshopProductFinder div#productFinderResult div.eshopProduct_package { display: inline; padding-right: 5px; font-weight:bold }
	div#EshopProductFinder div#productFinderResult div.eshopProduct_price { display: inline; }
	div#EshopProductFinder div#productFinderResult div.eshopProduct_price span.value { font-weight: bold; }
	div#EshopProductFinder div#productFinderResult div.eshopProduct_addToBasket { padding: 5px 0px 0px 0px; }
	div#EshopProductFinder div#productFinderResult div.eshopProduct_addToBasket.notInStock { line-height:11px; margin:0px; padding:0px; width:140px; min-height:25px; height:auto !important; height:26px}
	div#EshopProductFinder div#productFinderResult div.eshopProduct_addToBasket fieldset.fs_submit { margin: 0px; vertical-align: middle; }
	div#EshopProductFinder div#productFinderResult div.eshopProduct_addToBasket fieldset.fs_submit button { margin: 0px; position: relative; }
	div#EshopProductFinder div#productFinderResult div.eshopProduct_addToBasket fieldset label.frontLabel { display: none; }
	div#EshopProductFinder div#productFinderResult div.eshopProduct_addToBasket fieldset select { border: 1px solid #a5a491; background-color: #fff; font-size: 10px; color: #333; width: 35px; }

/* new machine section */

/* new machine landing start  */
div#rccHeadTeaser.insideContentText {position:relative;}
body.machineLanding div#rccHeadTeaser div.rotatingContentContainerListWrapper div.rotatingContentContainerListItem div.stdContBlock div.imageBoxTop img {margin:0 0 6px 2px;}
body.machineLanding div#rccHeadTeaser.insideContentText div.rotatingContentContainerListItem div.stdContBlock td.textArea {position:relative;}
	body.machineLanding div#rccHeadTeaser.insideContentText div.rotatingContentContainerListItem div.stdContBlock td.textArea span {display:block;position:absolute;top:60px;left:363px;width:330px;color:#1E170C; line-heigth:14px}

		body.machineLanding div#rccHeadTeaser.insideContentText div.rotatingContentContainerListItem div.stdContBlock td.textArea ul.linkslist  {display:block;position:absolute;top:145px;right:34px;margin:0;/*background:transparent url('img/button_parts-left.gif') no-repeat left top;padding:0 0 0 3px;line-height:19px;*/}
			body.machineLanding div#rccHeadTeaser.insideContentText div.rotatingContentContainerListItem div.stdContBlock td.textArea ul.linkslist li {background:transparent none/*url('img/button_parts-right.gif') no-repeat right top;padding:0 3px 0 0;margin:0;*/}
			body.machineLanding div#rccHeadTeaser.insideContentText div.rotatingContentContainerListItem div.stdContBlock td.textArea ul.linkslist li a {background:transparent url(img/button_middle_bg.gif) repeat-x left top; color:#fff; font-weight:bold; font-size:11px; padding:2px 10px 2px 10px; border:1px solid #AEAAAB}


body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent {position:relative;}
	body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea {}
			body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea span {display:block;position:absolute;top:50px;left:130px;color:#1E170C;width:120px;}
				body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea span strong {display:block;}
				body.machineLanding div.content div#colourBox.largeFont div#halfColContent td.textArea span strong {font-size:12px;}
			body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea ul.linkslist {display:block;position:absolute;bottom:35px;right:20px;background:transparent url('img/button_parts-left.gif') no-repeat left top;padding:0 0 0 3px;margin:0;line-height:19px;}
				body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea ul.linkslist li {background:transparent url('img/button_parts-right.gif') no-repeat right top;padding:0 3px 0 0;margin:0;}
				body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea ul.linkslist li a {background:transparent url('img/button_parts-center.gif') repeat-x left top;display:block;color:#fff;padding:0 10px 0 10px;}

/* button content elements (flex) */
		body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea ul.buttonLink {list-style-type:none;background:transparent url('img/button_parts-left.gif') no-repeat left top;padding:0 0 0 3px;margin:0;line-height:19px;}
			body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea ul.buttonLink li {background:transparent url('img/button_parts-right.gif') no-repeat right top;padding:0 3px 0 0;margin:0;}
				body.machineLanding div.content div#colourBox.clrbxInsideContent div#halfColContent.insideContent td.textArea ul.buttonLink li a {padding:0 10px 0 10px;width:auto;background:transparent url('img/button_parts-center.gif') repeat-x left top;color:#fff;display:block;}

body.machineLanding div.content div#colourBox span.boldcopy {display:inline;font-weight:bold;}
body.machineLanding div#contentRight div#colourBox span.boldcopy {display:inline;font-weight:bold;}

body.machineDetails div.machineFeatures div.rotatingContentContainerList div.clearElement {clear:left;margin-top:10px;}

body.machineDetails div.content div.RCCcenterElements div.rotatingContentContainerListWrapper {padding:0 0 10px 0; background:transparent url(img/bg_machineInfoDetails.gif) repeat-y; width:715px}
	body.machineDetails div.content div.RCCcenterElements div.rotatingContentContainerListWrapper div.rotatingContentContainerList {float:none;}
		body.machineDetails div.content div.RCCcenterElements div.rotatingContentContainerListWrapper div.rotatingContentContainerList div.rotatingContentContainerListItem {width:645px;margin:0 auto;} 
		body.machineDetails div.machineFeatures div.rotatingContentContainerList div.stdContBlock {width:200px;}

body.machineDetails div.content div.RCCElementsMinHeight div.rotatingContentContainerList div.stdContBlock {min-height:115px; height:auto !important; height:115px;}

div#contentRight div.rightColTeaserDark div.onlyImage {background:transparent;padding-bottom:0;}

body.machineDetails div.content div.RCCcenterElements div.insideLink ul.linkslist {margin:2px 0 0;}

body.machineDetails div.content div.machineInfo td.textArea {padding:0 60px 0 0;}
/*
	body.machineDetails div.content div.machineInfo div.stdContBlock ul.linkslist li.linkEntry1 {bottom:15px}
*/
body.machineDetails div.content div.machineInfo div.stdContBlock td.textArea ul.insideTextArea {padding:0 0 15px 0;}
body.machineDetails div.content div.winsideTextArea div.stdContBlock td.textArea ul.linkslist {padding:0 0 15px 0;}

body.machineDetails div.content div#reddotimage {position:absolute; top:777px; left:270px; z-index:500}

body.machineDetails div.content div.machineInfoStatic {background:transparent url(img/bg_machineInfo.gif) repeat-y scroll left top; width:701px ; padding:0 10px 0 4px}

body.machineDetails div.content div.fullContainer {margin:0;}
	body.machineDetails div.content div.fullContainer div.stdContBlock {margin:0;}

body.machineDetails div.multiColumns div.imgColumn div.columnContent img {margin:15px 0 0 0;}

div#rccMachine div.rotatingContentContainerHandles div.tabHandle {padding:0;margin-left:4px;}
div#rccMachine div.rotatingContentContainerHandles div.tabHandle.handleActive {padding:0 0 7px 0; top:-2px; border-bottom:none; background:transparent url('img/machie_color_bg-small.png') no-repeat top left;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tassimo/styles/img/machie_color_bg-small.png', sizingMethod=crop); _background-image:none;}
div#rccMachine div.rotatingContentContainerHandles div.tabHandle.handleActive div {border-bottom:none; border-top:none;}

/* new machine landing end  */

/* new machine detail - bottom teaser start */

body.machineDetails div#bottomContentTeaser {width:715px;clear:both;}
	body.machineDetails div#bottomContentTeaser div.stdContBlock {width:175px;float:left;margin-top:0;clear:none;}
	body.machineDetails div#bottomContentTeaser div.first {clear:left;}
	body.machineDetails div#bottomContentTeaser div.last {background:none;}
	body.machineDetails div#bottomContentTeaser div.footer {clear:both;float:none;width:715px;height:6px;padding:20px 0 0 0;}
	body.machineDetails div#bottomContentTeaser div.headline {float:none;clear:both;width:715px;padding:0;}
		body.machineDetails div#bottomContentTeaser div.headline h4 {font-size:15px; border-bottom:none; border-top:1px solid #CCCCCC; color:#666666; margin:20px 3px 0 3px; padding:15px 15px 10px 0;}

	body.machineDetails div#bottomContentTeaser div.item {min-height:45px; height:auto !important; height:45px;}
		body.machineDetails div#bottomContentTeaser div.item div {width:auto; padding:0}
			body.machineDetails div#bottomContentTeaser div.item div div {width:auto;padding:0;}
		body.machineDetails div#bottomContentTeaser div.item ul.linkslist {margin:0;}
			body.machineDetails div#bottomContentTeaser div.item ul.linkslist li {background:none;padding:0}
				body.machineDetails div#bottomContentTeaser div.item ul.linkslist li a {font-weight:bold;}

		body.machineDetails div#bottomContentTeaser div.item table {}
			body.machineDetails div#bottomContentTeaser div.item table td.textArea {padding:0 0 0 22px;line-height:1em;}

	body.machineDetails div#bottomContentTeaser div.image {background: transparent url(img/teaser_border.gif) no-repeat scroll right -30px}
		body.machineDetails div#bottomContentTeaser div.last {background:none;}
		body.machineDetails div#bottomContentTeaser div.image div {padding:0 0 0 32px;}
			body.machineDetails div#bottomContentTeaser div.image div div {padding:0;}

body.machineDetails div.rccminHeight div.rotatingContentContainerList div.stdContBlock {min-height:87px; height:auto !important; height:87px;}
	body.machineDetails div.rccminHeight div.rotatingContentContainerList div.clearelement {clear:left;padding-top:10px;}

	body.machineDetails div.rccAwards div.rotatingContentContainerList div.stdContBlock {width:200px;overflow:hidden;padding-bottom:15px;}
		body.machineDetails div.rccAwards div.rotatingContentContainerList div.stdContBlock td.textArea  {padding-top:0;}

	body.machineDetails div.rccAwardsRows div.rotatingContentContainerList div.stdContBlock {width:200px;overflow:hidden;padding-bottom:25px;}
		body.machineDetails div.rccAwardsRows div.rotatingContentContainerList div.stdContBlock td.textArea  {padding-top:0;}

	body.machineDetails div.content div.rccAwardsRows div.rotatingContentContainerListWrapper {padding:0;}
	body.machineDetails div.content div.rccAwardsRows div.rotatingContentContainerListWrapper div.rotatingContentContainerList div.rotatingContentContainerListItem  {display:block !important;clear:left;}
	
	body.machineDetails div.content div.rccAwardsRows div.rotatingContentContainerListWrapper div.rotatingContentContainerList div.rotatingContentContainerListItem div.rccListItemCounter {clear:left;}

	body.machineDetails div.content div.rccAwardsRows div.rotatingContentContainerListWrapper div.rotatingContentContainerList div.rotatingContentContainerListItem div.stdContBlock {min-height:20px; height:auto !important; height:20px;overflow:visible;} 

	body.machineDetails div.content div.rccAwardsRows div.rotatingContentContainerListWrapper div.rotatingContentContainerList div.last div.stdContBlock {padding-bottom:5px;_padding-bottom:0px;}

/* new machine detail - bottom teaser end */


/*START FLASHFILE CG*/
div#showroomflashteasercontainer{background:transparent url(img/showroomflashteasercontainer_bg.gif) no-repeat scroll left top; padding:32px 7px 8px 5px; float:left}

/*END FLASHFILE CG*/



/* new language selector layer Start */

div#alternativeSiteContainer {z-index:1000; position:absolute; left:50%; top:100px; width:422px; margin:0 0 0 -211px; background:#f5f5f5; height:170px; color:#333333; font-weight:bold; font-size:12px; border:1px solid #cccccc}

div#alternativeSiteContainer div#locale_user {margin:0 0 0 20px;height:80px;}

div#alternativeSiteContainer div#locale_user div.stdContBlock {margin-top:5px;}
div#alternativeSiteContainer div#locale_user div.stdContBlock td.textArea {padding:10px 0 0 0;}
div#alternativeSiteContainer div#locale_user div.stdContBlock div.imageBoxRight {}
div#alternativeSiteContainer div#locale_user div.stdContBlock div.imageBoxRight img {margin:0;}
div#alternativeSiteContainer div#locale_user div.stdContBlock div.imageBoxRight a {display:block;position:absolute;left:395px;top:5px;}

div#alternativeSiteContainer div#locale_user div.buttons {display:block;margin:15px 0 0;width:370px;height:22px;overflow:hidden;}
div#alternativeSiteContainer div#locale_user div.buttons div {float:left;border-color:#A99F84;height:22px;}
div#alternativeSiteContainer div#locale_user div.buttons div a {background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:2px 10px; line-height:22px; font-size:11px}
div#alternativeSiteContainer div#locale_user div.buttons div a:hover {text-decoration:none;}

div#alternativeSiteContainer div#locale_user div.buttons div#ok_user {margin:0 20px 0 0;}
div#alternativeSiteContainer div#locale_user div.buttons div#ok_user a {}
div#alternativeSiteContainer div#locale_user div.buttons div#close_user {display:none}
div#alternativeSiteContainer div#locale_user div.buttons div.remind_user {margin:0 20px 0 0;}
div#alternativeSiteContainer div#locale_user div.buttons div.remind_user a {}
div#alternativeSiteContainer div#locale_user div.buttons div.dontAskAgain_user {margin:0;}
div#alternativeSiteContainer div#locale_user div.buttons div.dontAskAgain_user a {}

div#alternativeSiteContainer div#locale_site {display:none;}
div#alternativeSiteContainer div#locale_site div.buttons {display:blick;margin:15px 0 0;width:370px;height:22px;overflow:hidden;}
div#alternativeSiteContainer div#locale_site div.buttons div {float:left;}
div#alternativeSiteContainer div#locale_site div.buttons div a {background:transparent url(img/button_middle_bg.gif) repeat scroll left top; border:1px solid #AEAAAB; color:#FFFFFF; font-weight:bold; padding:2px 10px;}
div#alternativeSiteContainer div#locale_site div.buttons div a:hover {text-decoration:none;}

div#alternativeSiteContainer div#locale_site div.buttons div#ok_site {margin:0 20px 0 0;width:74px;}
div#alternativeSiteContainer div#locale_site div.buttons div#ok_site a {width:74px;}
div#alternativeSiteContainer div#locale_site div.buttons div#close_site {display:none;}
div#alternativeSiteContainer div#locale_site div.buttons div.remind_site {margin:0 20px 0 0;width:74px;}
div#alternativeSiteContainer div#locale_site div.buttons div.remind_site a {width:74px;}
div#alternativeSiteContainer div#locale_site div.buttons div.dontAskAgain_site {margin:0;width:182px;}
div#alternativeSiteContainer div#locale_site div.buttons div.dontAskAgain_site a {width:182px;}
/* new language selector layer END */

/*START Exclusive Recipes*/
body.excl_recipes div.imageItem_1 h5 {color:#CA9D00; }
body.excl_recipes div#contentCentre {margin:320px 0 0;}
body.excl_recipes div.content div#contHeader {overflow:visible; }
body.excl_recipes div#contHeader div.imageBar{overflow:visible;}
body.excl_recipes div#contHeader div.imageItem_2{overflow:hidden;}
body.excl_recipes  div.content div#contHeader {background:transparent none repeat-x scroll 0 0;}
/*END Exclusive Recipes*/