/* ************************************************************************** */
/* im-tipptopshop - Stylesheet für commerce:SEO                               */
/*                                                                            */
/* Version 1.0 - 14.07.2009                                                   */
/*                                                                            */
/* (c) Copyright 2009 by Impression Media Dorsten - www.impressionmedia.de    */
/* ************************************************************************** */

/* ************************************************************************** */
/* 01 | Normalisierung der Styles | global reset                              */
/* ************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

html * {
	font-size: 100.01%; /* alle Schriftgrößen auf Standard (16 Pixel) zurücksetzen */
	}

strong {
	font-weight: bold;
	}

/* ************************************************************************** */
/* 02 | Standardstyles | Basisbreite                                          */
/* ************************************************************************** */

body {
	background: #F3EEF6 url(img/bg_body.gif) repeat-x;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 81.25%;
	line-height: 125%;
	}

#page_container {
	margin: 0 auto;
	margin-top: 60px;
	overflow: hidden;
	text-align: center;
	width: 960px;
	}


/* ************************************************************************** */
/* 03 | Layout & Styles "im-silver-green"                                     */
/* ************************************************************************** */

/* 03.01 | Layout > Container ----------------------------------------------- */

#page_inner_container {
	clear: both;
	float: left; 
	margin: 0;
	padding: 0; 
	text-align: left;
	}

#innerBox {
	/*border: 1px solid #333333;*/
	clear: both;
	float: left;
	margin: 0;
	overflow: hidden;
	padding-right: 0;
	position: relative;
	text-align: center;
	}

#page-wrapper {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}	

#outerContainer {
	border-left: 209px solid #CFCFCF;
	border-right: 209px solid #CFCFCF;
	margin-top: 218px;
	margin-top: 171px;
	margin-top: 245px;
	width: 522px;
	width: 540px;
	z-index: 1;
	}

#innerContainer {
	background: #fff;
	border-width: 0;
	margin: 0;
	width: 100%;
	z-index: 2;
	}

#wrap {
	float: left;
	margin: 0;
	text-align: left;
	width: 100%;
	}

#middle {
	float: right;
	margin: 0;
	width: 100%;
	}

.mainbody {
	margin: 24px 12px 0 12px;
	width: 516px;
	}

.contentsTopics,
.pageHeading,
#moduleHeading {
	border-bottom: 1px solid #551463;
	color: #551463;
	font-size: 123.07%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 15px;
	}

.pageHeading {
	background: url(img/bg-page-heading.gif) right 1.5em no-repeat;
	border: none;
	font-size: 166%;
	height: 4.5em;
	letter-spacing: normal;
	width: 378px;
	}

#bg-main_content {
	background: url(img/bg-main_content.jpg) 1.5em 5em no-repeat;
	}

#nav_left,
#nav_right {
	margin: 24px 0 4px 0;
	position: relative;
	width: 196px;
	text-align: left;
	z-index: 5;
	}

#nav_left {
	float: left;
	margin-left: -208px;
	padding-left: 10px;
	}

#nav_right {
	float: right;
	margin-right: -208px;
	}

#head_container {
	/*background: url(img/bg-page-top.gif) top left no-repeat;*/
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 960px;
	}

#head {
	background: url(img/head.gif) no-repeat;
	height: 187px;
	height: 169px;
	width: 960px;
	}

#head_product1 {
	position: relative;
	}

#footer {
	background: transparent url(img/food.gif) bottom left no-repeat;
	height: 15px;
	margin: 0 auto;
	text-align: center;
	width: 960px;
	}

/* 03.01 | Layout > Boxen --------------------------------------------------- */

.box {
	border: none;
	margin: 8px 0 14px 0;
	padding: 0 0 6px 0;
	}

.infoBoxHeading,
.infoBoxHeading_right,
.NewProductsHeading {
	color: #333;
	padding: 4px 0 4px 0;
	font-size: 100%;
	font-weight: bold;
	margin: 0 1px 0 1px;
	}

.NewProductsHeading {
	background: #fff;
	border-bottom: #333 1px solid;
	margin: 0;
	}

.boxText,
.infoBoxContents {
	color: #333;
	margin: -4px 1px 0 1px;
	padding: 10px 8px;
	}

/* ************************************************************************** */
/* 04 | einzelne Elemtente / Tags                                             */
/* ************************************************************************** */

/* 04.01 | Links ------------------------------------------------------------ */

a:link,
a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover,
#navigation a:hover {
	text-decoration: underline;
	}

#navigation a {
	color: #333;
	border: none;
	font-weight: bold;
	text-decoration: none;
	}

#navigation a:hover {
	color: #fff;
	border: none;
	text-decoration: none;
	}

a.img,
a.img:hover {
	border: none;
	}

.copyright a,
.footer a {
	border-bottom: #7E7E7E 1px dotted;
	color: #7E7E7E;
	text-decoration: none;
	}

.copyright a:hover {
	border-bottom: #333 1px dotted;
	color: #333;
	}

/* 04.02 | Absätze p -------------------------------------------------------- */

/* PARAGRAPH GLOBAL */
p { margin: 8px 0px 8px 0px; }

/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea { width: 100%; }

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea { width: 100%; }

/* === REST ================================================================= */


.subcat_sitemap { margin-left: 15px; font-size: smaller }

dd { line-height: 22px; }

div.inputRequirement,
dd.inputRequirement { color: #CC0000; }

/* HEADINGS */
h1 { color: #000000; font-weight: bold; font-size: 22px; margin: 20px 0px 15px 0px; padding: 0px; width: auto; border-style: solid; border-width: 0px 0px 1px 0px; border-color: #000000; }

h2, h3 {
	color: #333;
	font-weight: bold;
	font-size: 123.07%;
	line-height: 1.2em;
	margin: 15px 0px 8px 0px;
	padding: 0px;
	}

h3 {
	font-size: 107.69%;
	line-height: 1.2em;
	margin: 12px 0px 6px 0px;
	}

li.level1 { margin-left: 10px; list-style: circle; }

li.level1 a { padding: 0; text-decoration: none; font-size: 11px; }

li.level1 a.active:link,
li.level1 a.active:active,
li.level1 a.active:visited { text-decoration: none; font-weight: bold; }

li.level2 { margin-left: 15px; list-style: circle; }

li.level2 a { padding: 0; text-decoration: none; font-size: 11px; }

li.level2 a.active:link,
li.level2 a.active:active,
li.level2 a.active:visited  { text-decoration: none; font-weight: bold; }

li.maincat { list-style: square; margin-top: 3px; }

li.maincat a span { line-height: 18px; } 

a.nav span a { font-size: 11px }

li.maincat a, a.nav	{ text-decoration: none; cursor: pointer; font-size: 11px; }

li.maincat a:active, li.maincat a:hover, a.nav:hover, li.maincat a.activ:link,
li.maincat a.activ:visited,
li.maincat a.activ:hover, li.level1 a:hover,
li.level1 a:active, li.level1 a.active:hover,
li.level1 a.active:visited { }




/* ORDER DETAILS */
table.orderdetails { font-size: 11px; background-color: #FFF2CC; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #DA9401; }

table.orderdetails tr td { padding: 4px; }

/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete { text-align: center; white-space: nowrap; }

/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes { margin-top: 3px; }

table.orderdetails tr td.productname table.productattributes tr td { padding: 0px; }

table.orderdetails tr td.productname table.productattributes tr td.attribute { padding-right: 4px; }

table.orderdetails tr td.productname table.productattributes tr td.value { width: 100%; }

/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice { text-align: right; white-space: nowrap; }

/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal { background-color: #FFEAAB; text-align: right; border-style: solid; border-width: 1px 0px 0px 0px; border-color: #DA9401; }

/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice { text-align: right; white-space: nowrap; }

/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td { background-color: #FFF2CC; vertical-align: top; }

table.orderdetails tr.contentrow1 td.productname { text-align: left; }

table.orderdetails tr.contentrow1 td.quantity { text-align: center; }

table.orderdetails tr.contentrow1 td.quantity input { font-size: 11px; padding: 2px; border: solid #DA9401 1px; }

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td { background-color: #FFEAAB; vertical-align: top; }

table.orderdetails tr.contentrow2 td.productname { text-align: left; }

table.orderdetails tr.contentrow2 td.quantity { text-align: center; }

table.orderdetails tr.contentrow2 td.quantity input { font-size: 11px; padding: 2px; border: solid #DA9401 1px; }

table.orderdetails tr.headerrow td { background-color: #DA9401; color: #FFFFFF; font-weight: bold; }

table.orderdetails tr.headerrow td.center { text-align: center; }

table.orderdetails tr.headerrow td.left { text-align: left; }

table.orderdetails tr.headerrow td.right { text-align: right; }

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation { }

ul#checkoutnavigation li { height: 70px; list-style-type: none; float: left; width: 185px; margin-right: 15px; border: solid 1px; padding: 8px; }

ul#checkoutnavigation li.active { background-color: #FFEAAB; }

ul#checkoutnavigation li.active .description { font-size: 11px; }

ul#checkoutnavigation li.active .number { font-size: 20px; font-weight: bold; }

ul#checkoutnavigation li.active .title { font-size: 14px; font-weight: bold; }

ul#checkoutnavigation li.inactive { color: #999999; background-color: #EDEDED; border-color: #999999; }

ul#checkoutnavigation li.inactive .description { font-size: 11px; }

ul#checkoutnavigation li.inactive .number { font-size: 20px; font-weight: bold; }

ul#checkoutnavigation li.inactive .title { font-size: 14px; font-weight: bold; }

ul, ol {
	list-style: square;
	margin-left: 15px; }

ul.messageStack { border: solid 2px #B22020; background-color: #FFD6D6; padding: 8px; }

ul.messageStack li { }

ul.messageStack li.messageStackError { list-style: none; padding: 5px 0px 2px 20px; background-image: url(../../images/icons/exclamation.png); background-repeat: no-repeat; background-position: 0px 4px; }

ul.messageStack li.messageStackSuccess { list-style: none; padding: 5px 0px 2px 20px; background-image: url(../../images/icons/icon_accept.gif); background-repeat: no-repeat; background-position: 0px 4px; background-color: #66FF66; }

ul.messageStack li.messageStackWarning { list-style: none; padding: 5px 0px 2px 20px; background-image: url(../../images/icons/icon_alert.gif); background-repeat: no-repeat; background-position: 0px 4px; background-color: #FFF2CD; }


.categorie_list {
	margin-top: 32px;
	width: 100%;
	}

.categorie_list h2 {
	background: #fff;
	font-size: 123.07%;
	padding: 0;
	}

.categorie_list_one { float: left; width: 48%; margin: 0 5px 15px 5px; }

.checkout { text-align: left; width: 95%; }

.checkout_payment_adress_current { float: left; width: 32%; padding-left: 15px; }

.checkout_payment_agb strong { color: #FF0000; }

.checkout_payment_agb_accept { text-align: left; font-size: 12px; color: #000000; width: 100%; }

.checkout_payment_agb_accept strong { color: #FF0000; }

.checkout_payment_arrow { float: left; width: 23%; text-align: center; }

.checkout_payment_container { width: 555px; text-align: left; height: 120px; }

.checkout_payment_continue { margin: 15px 0 0 0; height: 55px; }

.checkout_payment_info_text { float: left; width: 40%; }

.checkoutBarCurrent, .greetUser, .new_product_default_price, li.maincat a:link, a.nav:link,
li.maincat a:visited, a.nav:visited { font-weight: bolder; }

.checkoutBarTo, div.checkoutBarCurrent { margin: 15px 0 10px 0; padding: 0 2px 0 2px; font-size: 11px; }

.clr { clear: both; float: none; }


.copyright, .gnu_copy, .parseTime { text-align: center; font-size: 8pt; color: #7E7E7E; display: block; }

/* SUCCESS MESSAGE */
/* .messageStackSuccess {padding:4px; background-color:#66FF66} */
/* FOOTER */
.footer { clear: both; text-align: center; font-size: 11px; color: #666666; background-color: #E2E2E2; padding: 8px; margin-bottom: 5px; }

.headerError { margin: 5px; border: 1px solid #CC3300; background-color: #FF8566; padding: 5px; }

.left { float: left; margin: 0px; }

.list_left { float: left; }

.list_left, .list_right { width: 49%; margin-bottom: 20px; text-align: left; }

.list_right { float: right; }

.list_right_2 { width: 40%; float:right; margin-bottom: 20px; text-align: left; }

.mini_wrapper { margin: 0; padding: 0; }

.new_product_default { width: 240px; float: left; border-bottom: 1px solid #E7E7E7; margin: 10px 0 10px 0; }

.new_product_default_image { float: left; width: 120px; padding-top: 10px; }

.new_product_default_right { float: left; width: 165px; }

.new_product_default_tax { font-size: 11px; }

.order_details, .checkout_payment_comments,
.checkout_payment_agb { font-size: 11px; }

/*.productOldPrice { font-size: 10px; }*/
SPAN.productOldPrice {
	color: #551463;
	font-weight: bold;
	text-decoration: line-through;
	}

.order_details { width: 100%; text-align: left }

.order_details_article { width: 184px; float: left; margin-top: 5px }
.order_details_article_header { width: 184px; float: left; border-bottom: 1px solid #CCCCCC }

.order_details_img { width: 70px; float: left; text-align: left; margin: 5px 0 8px 0 }
.order_details_img_header { width: 70px; float: left; text-align: left; margin: 0 0 8px 0; border-bottom: 1px solid #CCCCCC }

.order_details_qty { width: 55px; float: left; text-align: center; margin-top: 5px }
.order_details_qty_header { width: 55px; float: left; text-align: center; border-bottom: 1px solid #CCCCCC }

.order_details_remove { width: 55px; float: left; text-align: center; margin-top: 15px }
.order_details_remove_header { width: 55px; float: left; border-bottom: 1px solid #CCCCCC }

.order_details_shippingtime { width: 60px; float: left; margin-top: 5px }
.order_details_shippingtime_header { width: 60px; float: left; border-bottom: 1px solid #CCCCCC }

.order_details_totalcost { text-align: right; margin: 20px 0 0 0 }
.order_details_totalcost strong { font-size: 11px; font-weight: bolder }

.order_details_totalprice_header { width: 70px; float: right; text-align: right; border-bottom: 1px solid #CCCCCC }
.order_detais_totalprice  { width: 70px; float: right; text-align: right; margin-top: 5px; font-weight: bolder }

.order_details_singleprice_header { width: 70px; float: left; border-bottom: 1px solid #CCCCCC;  text-align: right; }
.order_details_singleprice { width: 70px; float: left; margin-top: 5px; text-align: right; }


.product_content { margin-top: 15px; }

.product_info_box {
	overflow: hidden;
	text-align: left;
	width: 504px;
	}

.product_info_box_bottom { height: 12px; }

.product_info_box_middle {
	padding: 0 1px 0 1px;
	padding: 0;
	}

.product_info_box_middle_left {
	width: 170px;
	text-align: left;
	margin-left: 0;
	}

.product-img-big {
	}

.product_info_box_middle_right {
	width: 255px;
	margin-right: 0px;
	text-align: right;
	margin-bottom: 15px;
	}

.product_info_box_middle_thumbnail { margin: 10px 0 0 5px; }

.product_info_box_top h2 
	{
	font-size: 123.07%;
	}



.product_info_cartbutton {
	float: right;
	margin-top: 6px;
	text-align: right;
	width: 230px;
	}

.product_info_cartbutton input[type="text"] {
	height: 24px;
	}

.product_info_description { overflow: hidden; margin-bottom: 15px; text-align: left; }

.product_info_dropdown { width: 140px; font-size: smaller; margin-top: 15px; }

.product_info_h3 {
	border-bottom: 1px solid #DCDCDC;
	color: #333;
	padding: 0;
	font-size: 107.69%;
	}

.product_info_menge { }

.new-price { font-size: 16px; color: #DA251D; font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif; font-weight: bolder; text-align: left; }

.product_info_price {
	font-size: 138.46%;
	color: #333;
	font-weight: bold;
	text-align: right;
	margin: 10px 0 0 0;
	}

.product_info_print {
	font-size: 84.62%;
	margin-top: 0;
	}

.product_info_print img a { cursor: pointer; }

.product_info_shipping { font-size: 10px; color: #696969; font-weight: bolder; }

.product_info_tax { width: 95px; }

.product_info_tax_shipping { width: 250px; font-size: 10px; }

.product_listing_box {
	border-top: #DCDCDC 1px solid;
	margin-bottom: 15px;
	margin-top: 14px;
	overflow: hidden;
	text-align: left;
	width: 504px;
	}

.product_listing_box_center { width: 504px; }

.product_listing_box_hot { width: 140px; height: 70px; }

.product_listing_box_left { width: 16px; height: 152px; }

.product_listing_box_right { width: 17px; height: 152px; }

.product_listing_description {
	padding-left: 15px;
	width: 417px;
	}

.product_listing_header { height: 26px; margin: 5px 0 0 0; }

.product_listing_image {
	padding-top: 10px;
	width: 72px;
	}

.product_listing_mwst { font-size: 10px; padding-right: 30px; }

.product_listing_price { width: 250px; text-align: right; padding-right: 15px; }

.product_listing_price_button { width: 140px; text-align: right; }

.product_listing_price_detail { font-weight: bolder; padding-top: 15px; }

.product_listing_shipping { font-size: 10px; color: #FDC859; font-weight: bolder; }

.product_name { display: block; }

.product_name h2 a { font-size: 15px; margin-top: 8px; }

.product_name h3 {
	font-weight: bold;
	}

.product_name h3 a {
	border-bottom: # 1px dotted;
	color: #333;
	margin-top: 8px;
	text-decoration: none;
	}

.product_name h3 a:hover {
	text-decoration: underline;
	}

.right { float: right; margin: 0px; }

.row1 { background: #F2F2F2; }

.row1, .row2 { padding: 5px; }

.row2 { background: #FFFFFF; }

#account {
	background: url(img/bg-nav-wide.gif) top left no-repeat;
	text-align: left;
	width: 100%;
	padding-left: 18px;
	}

#create_account { }

#account,
#pathway {
	/*background: url(img/red_bg.png) repeat-x;
	background: url(img/bg-nav.gif) repeat-x;*/
	}

#account_inner { padding-right: 10px; }

#body { text-align: left; width: 990px; overflow: hidden; background-color: #FFFFFF; }

#checkout_line { background: url(img/checkout_line.png) repeat-x; line-height: 12px; }

#content { text-align: left; padding: 0 5px 0 12px; margin: 0 0 0 0; overflow: hidden; }

#navigation {
	/*background: url(img/bg-nav.gif) repeat-x;*/
	line-height: 31px;
	margin-top: 14px;
	}

#navigation a { color: #333; font-size: 13px; }

#pathway {
	background: url(img/bg-nav-pathway.gif) top left repeat-y;
	text-align: left;
	width: 100%;
	padding-left: 12px;
	}

#pathway_inner { padding-left: 5px; }

.button {
	margin-top: 10px;
	text-align: center;
	}

.top-margin {
	margin-top: 10px;
	}

.catListing {}

.catListing .subcols {
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	padding: 0;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	}

.catListing .c33l,
.catListing .c33r {
	width: 33.33%;
	}

.catListing .c33l {
	float: left;
	}

.catListing .c33r {
	float: right;
	margin-left: -5px;
	}

.catListing .subcl,
.catListing .subc,
.catListing .subcr {
	padding: 0 4px;
	}

.product-wrapper {
	background: #fff;
	border: #5F5D5C 1px solid;
	margin-bottom: 10px;
	padding:0;
	}

.catListing .product-img {
	height: 86px;
	padding: 10px 0 0 0;
	}

.catListing .product-text {
	font-size: 85%;
	padding: 0;
	}

.catListing .product-text span {
	font-size: 90%;
	font-weight: normal;
	}

.catListing p.product-name {
	height: 5em;
	margin-top: 0;
	}

.catListing p.product-name a {
	font-weight: bold;
	}

.catListing p.product-price {
	background: #EEE7EF;
	color: #E20A16;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

.catListing p.detail-button {
	background: #5F5D5C;
	margin: 0;
	padding: 6px 0 6px 0;
	}

.bestseller {
	font-size: 85%;
	padding: 8px 8px;
	}

.boxTextPrice {}

.boxText_border {
	border-top: #DCDCDC 1px solid;
	}

span.tax_small {
	font-size: 85%;
	font-weight: normal;
	}

#searchbox-wrapper {
	margin: 0;
	padding: 0;
	margin-right: 11px;
	padding-top: 20px;
	text-align: left;
	width: 196px;
	}

.box_search {
	border: none;
	margin: 8px 0 14px 0;
	margin: 0;
	padding: 0 0 6px 0;
	width: 196px;
	}

#gift-cart-container {
	background: #fff;
	border: #541363 1px solid;
	margin-top: 3em;
	text-align: center;
	}

#gift-cart-container #heading {
	background: #541363;
	height: 26px;
	}

#gift-cart-container h2 {
	color: #fff;
	padding: 4px 0 0 8px;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	}

#gift-cart-container form {
	padding: 10px;
	}

#cross-sell-container {
	margin-top: 1.5em;
	}

p.gift-hint {
	color: #333;
	margin-bottom: 1.5em;
	}

.invisible {
	display: none;
	}

.product-options {
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	width: 100%;
	}

.product-optionsHeading {
	background: #541363;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	height: 20px;
	margin:0 1px;
	padding: 2px 0 0 8px;
	}

.product-optionsContents {
	border: #541363 1px solid;
	color: #333;
	margin: -4px 1px 0 1px;
	padding: 10px 8px;
	}

.product-options p {
	font-style: italic;
	margin: 0;
	padding-top: 4px;
	}

.topborder {
	border-top: #dcdcdc 1px solid;
	padding-bottom: 8px;
	padding-top: 10px;
	}

.product-options img {
	padding-top: 6px;
	}


img.service-team {
	margin-right: 4px;
	}

.box-admin {
	font-size: 85%;
	padding-left: 0;
	}

dl.login dd {
	margin-bottom: 0.5em;
	}


dl.login input[type="text"],
dl.login input[type="password"] {
	width: 120px;
	}

img.gruppe {
	margin-left:-300px;
	margin-top: -45px;
	position: absolute;
	}

.centered {
	text-align: center;
	}

ul.heidelpay {
	margin-bottom: 2.5em;
	text-align: left;
	}

ul.heidelpay li {
	margin-bottom: 0.5em;
	text-align: left;
	}


.affiliateright {
	text-align: right;
	}

table #affiliate-summary tr {
	background: #ddd;
	}

table #affiliate-summary tr.alt {
	background: #fff;
	line-height: 2px;
	padding: 0;
	}

table #affiliate-summary tr.alt td {
	line-height: 2px;
	padding: 0;
	}

table #affiliate-summary td {
	padding: 4px;
	}

.infoBoxHeading-affiliate {
	background: none;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-weight: bold;
	}

.affiliate-clicks td {
	line-height: 1.5em;
	padding-bottom: 0.5em;
	}

tr.productListing-even {
	background: #ddd;
	}

.tab-right {
	padding-right: 24px;
	text-align: right;
	}

table.affiliate-sales {
	font-size: 95%;
	}

#header-search {
	bottom: 0;
	height: 31px;
	line-height: 30px;
	position: absolute;
	right: 11px;
	text-align: right;
	width: auto;
	}
	
#header-search input[type="text"] {
	margin-top: 5px;
	}

#header-search input[type="image"] {
	margin-top: 6px;
	}
	
#sec_cart_button {
	height: 24px;
	margin: 8px 0;
	text-align: right;
	}


