/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------
   
   XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Frst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
* {
	margin:0;
	padding:0
}
body {
	font-family:Arial, Sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	background-image: url(img/bg-body.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
	background-color: #EAC5CC;
	color: #FEE7ED;
	line-height:18px;
}
body div {
	color: #2D3246;
}
body div#content p,
body div#content span,
body div#content li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.clear {
	clear: both;
}
/* HEADINGS */
h1 {
	color: #9198BA; /*Lila*/
	font-weight: normal;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	margin:5px 0px 15px 0px;
	padding:0;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#9198BA;
	padding-bottom: 6px;
}
h2 {
	color:#9198BA;
	font-weight:bold;
	font-size:16px;
	margin:4px 0px 6px 0px;
	padding:0px;
	text-align: left;
}
#content h2 {
	margin: 20px 0 6px 0;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer
}
a:link {
	color: #D75879; /*kräftig pink*/
}
a:visited {
	color: #D75879;
}
a:hover, a:active {
	  color: #9198BA;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #B8D5E8;
	padding:10px;
	/*background:url(img/input_bg.gif) no-repeat;*/
}
select {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #666;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border:1px solid #B8D5E8;
	padding:2px;
	/*background:url(img/input_bg.gif) no-repeat;*/
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px 8px 0px
}
p.productprice {
	font-size: 19px;
	color: #959BBC;
	margin: 3px 0;
}
p.taxandshippinginfo {
	color: #959BBC;
	margin: 3px 0;
	font-size: 11px;
}

/* IMAGES */
img.floatleft {
	margin: 0 20px 20px 0;
}

/* STYLE HACKS */
.clearfix:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.clearfix{display: inline-block;}
/* Hides from IE Mac \*/ * html .clearfix {height: 1%;} .clearfix {display:block;} /* End Hack */ 

/* Login-Box */
.boxbody .field-text {
	margin: 0;
	line-height: 12px;
	padding: 4px 0 0 2px;
	color: #9198BA;
}

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#D75879;
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#959BBC;
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px 12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
	padding:2px;
	color: #2D3246;
}
/* WHOLE SITE WRAPPER */
#bg-gradient {
	width: 100%;
	background-image: url(img/bg-gradient.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: fixed;
	padding-top: 20px;
}
#wrap {
	margin: 0 auto;
	padding: 0 20px;
	width: 860px;
	display: block;
	background-image: url(img/bg-content.png);
	background-repeat: repeat-y;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:160px;
	padding: 0 20px;
	width: 860px;
	margin: 0 auto;
	background-image: url(img/bg-header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	position: relative;
}
#header #logo {
	float:left
}
#header #logo a {
	display: block;
	width: 500px;
	height: 150px;
}
#header #search {
	width: 250px;
	float:right;
	color: #2D3246;
	margin :130px 0px 0px 60px
}
#header #search a {
	color:#fff;
	font-size:11px;
}
#header td {
	padding-top:1px;
	padding-right:4px;
}
#navigation {
	position: absolute;
	right: 20px;
	top: 34px;
}
#navigation ul,
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul {
	width: 350px;
	height: 70px;
	overflow: hidden;
}
#navigation ul li a {
	display: block;
	float: left;
	height: 70px;
	overflow: hidden;
	background-position: 0 -140px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#navigation ul li.active a {
	background-position: 0 0;
}
#navigation ul li a:hover {
	background-position: 0 -70px;
}
#navigation ul li.idee a {
	width: 180px;
	background-image: url(img/nav-idee.png);
}
#navigation ul li.shop a {
	width: 150px;
	background-image: url(img/nav-shop.png);
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	clear:both;
	font-family: Verdana, Geneva, sans-serif;
	color: #B8D5E8; /*Hellblau */
	padding:1px 0px 10px 240px;
	list-style-type:none;
	height:29px;
	background-image: url(img/bg-breadcrumb.png);
	background-repeat: no-repeat;
	background-position: 26px 0;
	font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height:23px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color: #9198BA;
	margin:0;
	padding:0;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
/* TOPMENU AS LIST */
#topmenuwrap {
	background: #333 url(img/bg_topmenu.gif) repeat-x;
}
#topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
	font-size:13px;
	background: url(img/bg_topmenu.gif) repeat-x;
}
#topmenu li {
	height:36px;
	float:left;
	padding: 0px 25px 0px 25px;
	margin:0;
	background: url("img/bg_topmenu_breakline.gif") no-repeat;
	background-position:right;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:36px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
#topmenu a:hover {
	color:#ccc;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:26px;
	font-size:13px;
	background: url(img/bg_topmenu.gif) repeat-x;
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:980px;
	padding:0;
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:190px;
	padding: 40px 0px 15px 15px;
	background-image: url(img/bg-leftcol.png);
	background-repeat: no-repeat;
	background-position: 26px 0;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
	float:left;
	width: 594px;
	padding:0px 25px 0px 35px;
	/*background-image: url(img/bg-highlight.png);
	background-position: 160px 20px;
	background-repeat: no-repeat;*/
}
#contentfull {
	background-image: url(img/bg-leftcol.png);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	width:800px;
	margin: 0 0 0 25px;
	padding: 25px 0 0 0;
}
	#contentfull-inner {
		width:760px;
		padding: 20px;
		border: 1px solid #D75879;
		margin-bottom:15px;
		background-color: white;
	}
/* CATEGORY MENU */
/*h2.categoryheader {
	background-image:url(img/bg_boxheader.gif);
	height:23px;
	padding: 7px 0 0 0;
	margin: 0;
	text-indent: 7px;
	color: #fff;
}
*/

h2.categoryheader {
	background: url(img/kategorien-top.png) no-repeat 0 0 transparent;
	width: 190px;
	height: 69px;
	margin: 0;
	padding: 0;
	text-indent: -9999%;
}
/* ul#categorymenu {
	background-color: white;
	margin-bottom:15px;
	border: solid #959bbc;
	border-width:1px 2px 2px 2px;
} */

ul#categorymenu {
	background: url(img/kategorien-bottom.png) no-repeat bottom left transparent;
	margin: 0;
	padding: 5px 16px 38px 18px;
	width: 159px;
}
ul#categorymenu li a {
	font-size: 12px;
}
/* 1st TIER */
ul#categorymenu li.level1 {
	list-style-type:none;
	border: solid #edf2f6;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level1 a {
	text-decoration:none;
	color:#333;
	background: white;
	padding:4px 0px 4px 6px;
	display:block;
	font-weight: bold;
}
ul#categorymenu li.level1 a:hover {
	text-decoration:none;
	color:#333;
	background-color: #fff;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level2 a {
	text-decoration:none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 8px 9px #fff;
	padding:4px 0px 4px 18px;
	display:block
}
ul#categorymenu li.level2 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#fff;
}
/* 3rd TIER */
ul#categorymenu li.level3 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
	text-decoration:none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 16px 9px #fff;
	padding:4px 0px 4px 26px;
	display:block
}
ul#categorymenu li.level3 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#fff;
}
/* 4rd TIER */
ul#categorymenu li.level4 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level4 a {
	text-decoration:none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 24px 9px #fff;
	padding:4px 0px 4px 32px;
	display:block
}
ul#categorymenu li.level4 a:hover {
	text-decoration:none;
	color:#333;
	background-color: #fff;
}
#contentwrap ul#categorymenu li a.current,
#contentwrap ul#categorymenu li a:hover {
	color: #D75879;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	font-family: Verdana, Geneva, sans-serif;
	height: 24px;
	font-weight: normal;
	font-size:17px;
	color: #D75879;
	border-bottom: 1px solid #D75879;
	padding: 2px 4px 0px 4px;
	margin: 0;
	line-height: 22px;
	vertical-align: middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color: #D75879;
	background-image: url(img/bg-link.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 11px;
}
h2.boxheader a:hover {
	color: #B8D5E8;
}
.boxbody {
	background-color: transparent;
	padding: 8px 0;
	margin-bottom:15px
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbody p {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {
	color:#000000;
	font-size:11px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	font-size:11px;
}
.boxbody a strong {
	font-weight: normal;
}
.boxbody .productboximage,
.productimage {
	border: solid 1px #959BBC;
	padding:3px;
	background:#edeff8;
}
.boxbody .productboximage:hover,
a:hover .productimage {
	background-color: #FFF;
	border-color: #D75879;
}
.boxbody ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none
}
.contentlist a {
	border-bottom:1px solid #f2d1d9;
	display:block;
	padding: 3px 0 3px 5px;
}
.contentlist a:hover {
	/*background-color: #D75879;
	color: white;
	text-decoration: none;*/
}
/* CART BOX */
/*h2.boxcartheader {
	background-color:#AD4C79;
	background-image:url(img/bg_boxheader_cart.gif);
	height:28px;
	font-size:12px;
	color:#FFFFFF;
	padding:2px 8px 0px 38px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxcartheader a {
	text-decoration:none;
	color:#fff
}
*/
h2.boxcartheader {
	background: url(img/warenkorb-top.png) no-repeat 0 0 transparent;
	width: 190px;
	height: 78px;
	margin: 0;
	padding: 0;
	text-indent: -9999%;
	overflow: hidden;
}
/* .boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom: 15px;
	background-color: white;
	border-style:solid;
	border-color: #E68FA5;
	border-width:0px 1px 1px 1px;
}
*/
.boxcartbody {
	background: url(img/warenkorb-bottom.png) no-repeat bottom left transparent;
	width: 140px;
	margin: 0;
	padding: 5px 25px 25px 25px;
}
.boxcartbody p {
	font-size:11px;
	line-height: 15px;
	margin: 0;
}
/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
}
.productPreviewContent {
	vertical-align:top;
}
.productPreviewContent h2 {
	padding: 0;
	margin:0px 0px 5px 0px;
}
.productPreviewContent h2 a {
	font-size:14px;
	font-weight:bold;
}
.productPreviewImage {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}
.productPreviewImage a img {
	border: solid 1px #959BBC;
	padding: 2px;
	background: white;
}
.productPreviewImage a:hover img {
	background-color: #D75879;
	border-color: #D75879;
}

.productPreviewContent .price {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#ABABAB;
	padding:0;
	margin:0
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .productOldPrice {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:10pt;
	font-weight:normal;
	text-decoration: underline;
	color:#999999;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display:table;
	width:100%
}
#productinfoimages {
	float:left;
	background-color:#EDEDED;
	text-align:center;
	width:140px;
	padding:10px;
	margin:0px 10px 10px 0px;
	border: solid 1px #999999;
}
#productinfoimages .productimage {
	border: solid 1px #999999;
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages {
	float:right;
}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoprice .productprice {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
#productinfoprice .productOldPrice {
	color:#FF0000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#f8f8f8;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#ccc
}
.addtobasket {
	padding: 0 0 12px 0;
	text-align:right;
	margin-top: 12px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #959BBC;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:Arial, Sans-serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right
}
body.popupprintorder .products .quantity {
	vertical-align:top
}
body.popupprintorder .productname {
	vertical-align:top
}
body.popupprintorder .model {
	vertical-align:top
}
body.popupprintorder .singleprice {
	vertical-align:top
}
body.popupprintorder .totalprice {
	vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	background-color: white;
	border: solid #D75879 1px
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color: #D75879;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px;
	font-weight: bold;
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #eee;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#e7eff4;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#eee;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color:#B8D5E8;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#e7eff4;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#eee;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#B8D5E8;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#f8f8f8;
	border: solid #d9d9d9 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:11px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	background-color:#e7eff4;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#ccc;
}
table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	background-color:#959bbc;
	color: white;
	font-weight:bold
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color: #f0f1f7;
	vertical-align:top
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #959bbc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color: white;
	vertical-align:top
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #959bbc 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* 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 SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:#f0f1f7;
	text-align:right;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#ccc;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#ccc;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#ccc;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
	background-color:#f8f8f8;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px;
	border-color:#ccc;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
	background-color:#f8f8f8;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px;
	border-color:#ccc;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px;
	border-color:#ccc;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#ccc;
	color:#FFFFFF;
	font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#FFFFFF;
	text-decoration:none
}
.sitemapcontent {
	padding:6px
}
.sitemapcontent li {
	list-style-type:none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width: 740px;
	border: 1px solid #B8D5E8;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width: 740px;
	border: 1px solid #B8D5E8;	
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
	margin:0;
	padding:0;
	margin-top:15px;
}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type:none;
	float:left;
	width:160px;
	margin-right:12px;
	border: 1px solid;
	padding:8px
}
ul#checkoutnavigation li.active {
	background-color: #D75879;
	border-color: #D75879;
	color: white;
}
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.active .description {
	font-size:11px
}
ul#checkoutnavigation li.inactive {
	color:#999999;
	background-color: #e7eff4;
	border-color:#B8D5E8
}
ul#checkoutnavigation li.inactive .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px
}
/* ERROR MESSAGES */
.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6;
	margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
.footer {
	display: block;
	width: 860px;
	padding: 0 20px;
	height: 38px;
	margin: 0 auto;
	background-image: url(img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	text-align: center;
	font-size:11px;
}
.footer a {
	color: inherit;
	text-decoration: underline
}
#copy * {
	color: white;
}
#copy p {
	text-align: center;
	margin: 0 0 10px 0;
}
.xtc-copy, .xtc-copy a {
	color: #D75879;
}
.xtc-copy a {
	text-decoration: underline;
}
/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:970px;
	text-align:center;
	color:#666666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* XTC ParseTime */
.parseTime {
	margin: 0 auto;
	width:970px;
	text-align:center;
	color:#666666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	margin: 20px 0 0 0;
	padding:10px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color: #959BBC;
	display:block;
	height:auto;
}
.morepics img {
	border:1px solid #959BBC;
	padding:4px;
	margin-right:8px;
	background:#FFFFFF;
	height:100px;
	width:auto;
}
/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt {
	float:left;
	width:40px;
}
dt img {
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
}
dd {
	float:right;
	width:125px
}
/* Vorschaubilder TD mit gleichem Abstand */
/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
	width:120px;
	display:block
}
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
td.productPreviewContent {
	width:400px;
	text-align:left
}
/* FIX DER AUFZÄHLUNGEN */
#content ol, #content ul {
	margin:10px 0 10px 40px;
}
/* SEARCHBOX */
.search_header {
	line-height:normal;
}

/* categorie_listing */
.categorie_listing {
	border-color:#9198BA;
	border-style: dotted;
	border-width:1px 0 0;
	margin-top: 14px;
	padding-top: 20px;
}
.categorie_listing td {
	vertical-align: top;
}
.categorie_listing a img {
	border: solid 1px #959BBC;
	padding: 3px;
	background: white;
}
.categorie_listing a:hover img {
	background-color: #D75879;
	border-color: #D75879;
}

/* Categorie: Matrix */
.productPreviewMatrix {
	width: 160px;
	height: 310px;
	padding: 10px 10px 0;
	margin: 0 10px 10px 0;
	float: left;
}
.productPreviewMatrix * {
	text-align: center;
}
.productPreviewMatrix .productImage a img {
	border: solid 1px #959BBC;
	padding: 3px;
	background: white;
}
.productPreviewMatrix .productImage a:hover img {
	background-color: #D75879;
	border-color: #D75879;
}
.productPreviewMatrix h2 {
	font-size: 13px;
}
.productPreviewMatrix .price {
	font-weight: bold;
}
.productPreviewMatrix .taxandshippinginfo {
	line-height: 13px;
}
.productPreviewMatrix .taxandshippinginfo a {
	color: #959BBC;
}

/* weiteres */
p.pdf {
	line-height: 16px;
}
a.pdf {
	background-image: url(img/pdf_icon.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	line-height: 20px;
}
.floatRight {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #D75879;
}
div.artNr {
	border-top: 1px solid #959BBC;
	color: #B8D5E8;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#babybellySiegel {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.nichtAufLager {
	color: #D75879;
	font-weight: bold;
}

.socialbm ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
	.socialbm ul li {
		list-style: none;
		list-style-image: none;
		border-bottom-width: 0;
		display: block;
		float: left;
		margin: 8px 6px 0 0;
		padding: 0;
	}

#tooltip{
	position: absolute;
	border: 1px solid #E68FA5;
	background: #D75879;
	padding: 3px 5px;
	color: #fff;
	display: none;
}	

body div#content .kundenfrage .inputRequirement {
	font-size: 11px;
	display: block;
}

/* GUTSCHEIN EINLÖSEN IM WARENKORB */
#gift_cart { }
/* RAHMEN FÜR EINGABEFELD */
#gift_cart #input_code { padding: 15px;	background-color:#f0f1f7; border: solid #959BBC 1px }
/* BUTTON EINLÖSEN */
#gift_cart #input_code input[type="image"] { position: relative; top: 6px; left: 5px;  }
/* ENDE - GUTSCHEIN EINLÖSEN IM WARENKORB */

/* POPUP MIT INFOS */
/* RAHMEN FÜR INFORMATIONEN */
#gift_infos { margin: 0px; padding: 10px; border: 1px solid #000; background: #FFF; display: none; position: absolute; top: 50%; left: 40%; z-index: 1; }
/* LISTE GÜLTIGER ARTIKEL UND KATEGORIEN */
#gift_infos ul.restriction_list { margin: 5px 0px 5px 40px; }
/* ENDE- POPUP MIT INFOS */

