/* -----------------------------------------------------------------------------------------
   $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 Fuerst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
html* {
	margin:0;
	padding:0;
	
}
body {
	font-family:verdana, Arial, Sans-serif;
	margin:0;
	padding:0;
	background:url(img/bg_body.png);
	color:#555;
	line-height:18px;
}
/* HEADINGS */
h1 {
	color:#666;
	vertical-align:middle;
	text-align:left;
	font-size:13px;
	margin-top:10px;
	padding:7px;
	width:auto;
	height:auto;
	background: #fff;
	border:1px solid #ccc;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}
h2 {
	color:#666;
	width:auto;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:5px;
	background: #ededed;
	border:1px solid #ccc;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}
h3 {
	color:#666;
	font-weight:bold;
	font-size:11px;
	padding:7px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer;
}
a:link {
	color:#004272;
}
a:visited {
	color:#004272;
}
a:active {
	color:#6300D6;
}
a:hover {
	color:#007ED8;
	text-decoration:underline;
}
a img {
	border:none;
} 
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:verdana, Arial, Sans-serif;
	font-size:10px;
}
textarea {
	font-family:verdana, Arial, Sans-serif;
	font-size:11px;
	border:1px solid #ccc;
	padding:10px;
	background:#fff;
}
select {
	font-family:verdana, Arial, Sans-serif;
	font-size:11px;
	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 #ccc;
	padding:2px;
	background:#fff;
	width:auto;
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F;
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#ccc;
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin:0;
	width:100%;
    font-family:verdana, Arial, Sans-serif;
}
#wrap_logoff {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background:url(img/bg_body.png);
	padding-bottom:15px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:135px;
	background:#ffffff;
	border-bottom:5px solid #96008C;
	width:100%;
	margin:0;
}
#logo {
    background: #fff url(img/top_logo_xtc6.png) no-repeat;
	width:400px;
	height:95px;
	position:absolute;
	top:38px;
	left:36%;
	right:auto;
	z-index:1;
	
}
#border_line {
    border-top:1px solid #96008C;
	width:100%;
	height:2px;
	padding:0;
	margin:0;
	position:absolute;
	top:102px;
	z-index:0;
}
#border_line_logoff {
    border-top:1px solid #96008C;
	width:100%;
	height:2px;
	padding:0;
	margin:0;
	position:absolute;
	top:102px;
	z-index:0;

}
#header_logoff {
	height:135px;
	background:#ffffff;
	border-bottom:5px solid #96008C;
	
}
#header_logoff #logo {
	float:left
}
#header #search {
	width: 230px;
	height:75px;
	float:right;
	color:#3d3d3d;
	font-size:10px;
	font-family:verdana, Arial, Sans-serif;
	padding:20px;
	position:relative;
	top:15px;
	left:60px;
	z-index:9;
}
#header input {
    height:13px;
	font-size:10px;
	width:auto;
}
#header #search a {
	
	font-size:10px;
}
#header td {
	padding-top:1px;
	padding-right:4px;
	
}
/* BREADCRUMB PATH AS LIST */
.breadcrumb_middle {
    clear:both;
    width:980px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
#breadcrumb_search {
	clear:both;
	color:#c64934;
	padding:3px;
	list-style-type:none;
	height:auto;
	background: #ddd;
	font-size:10px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	
}
#breadcrumb {
	clear:both;
	color:#c64934;
	padding-left:4px;
	margin-bottom:15px;
	list-style-type:none;
	height:auto;
	font-size:10px;
	text-align:left;
	background: #fff;
	border:1px solid #ccc;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}
#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:#333333;
	margin:0;
	padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
	background: #fff;
	position:relative;
	top:5px;
	left:0px;
    width:980px;
	margin-left:auto;
	margin-right:auto;
	z-index:999;
}
#topmenu {
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	margin:0;
	list-style:none;
	height:auto;
	font-size:11px;
	background:#eaeaea;
	border:1px solid #eaeaea;
	-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
#topmenu img {
    vertical-align:middle;
}
#topmenu li {
	height:auto;
	float:left;
	padding-left:6px;
	margin:0;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:auto;
	vertical-align:middle;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#595959;
	margin:0;
	padding:0;
}
#topmenu a:hover {
	color:#212121;
	text-decoration:underline;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#top_cart {
	float:right;
	font-family:verdana;
	vertical-align:top;
	height:auto;
	background:#eaeaea;
	padding-left:4px;
	padding-right:4px;
	width:auto;
	margin:0;
	border:1px solid #eaeaea;
	-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
#top_cart img{
    float:left;
}
.text_cartbox {
    text-align:center;
	font-size:11px;
	font-weight:normal;
	margin-top:2px;
	
	width:335px;
}
.text_hotline {
    font-size:11px;
	font-weight:normal;
	padding:5px;
	vertical-align:top;
}
.text_free {
    font-size:8px;
	font-weight:normal;
	vertical-align:top;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:980px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:200px;
	padding:0px 0px 5px 0px;
	margin:0;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:200px;
	padding:0px 0px 5px 0px;
	margin:0;
}
/* MAIN CONTENT */
#content {
	float:left;
	width:765px;
	padding-left:15px;
	padding-right:0px;
	margin-bottom:10px;
}
#contentfull {
	width:980px;
	padding-left:15px;
	padding-right:0px;
}
/* CATEGORY MENU */
h2.categoryheader {
	background: #fff;
	height:auto;
	font-size:12px;
	color:#96008C;
	padding:5px;
	padding-left:7px;
	margin:0;
	vertical-align:middle;
	border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
h2.categoryheader a {
	text-decoration:none;
	color:#fff;
}
ul#categorymenu {
	background:transparent;
	padding:0;
	margin-bottom:5px;
	font-size:11px;
}
/* 1st TIER */
ul#categorymenu li.level1 {
	margin:0;
	list-style:url(img/nav_arrow_red.gif) inside;
	padding:5px;
	border-bottom:1px solid #fff;
}
ul#categorymenu li.level1 a {
	text-decoration:none;
	text-align:left;
	color:#333;
	background:transparent;
	font-weight:normal;
	padding:0;
	margin:0;
}
ul#categorymenu li.level1 a:hover {
	text-decoration:none;
	color:#96008c;
	background:#fff;
	font-weight:normal;
	padding:5px;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
list-style:url(img/nav_arrow_red.gif) inside;
	padding:5px;
	margin:0;
	margin-left:20px;
	border-bottom:1px solid #fff;
}
ul#categorymenu li.level2 a {
    text-decoration:none;
	color:#333;
	background:transparent;
	font-weight:normal;
	padding:5px;
}
ul#categorymenu li.level2 a:hover {
	text-decoration:none;
	color:#96008c;
	background:#fff;
	font-weight:normal;
}

/* 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 #c7c7c7;
	font-weight:bold;
	padding:4px 0px 4px 26px;
	display:block
}
ul#categorymenu li.level3 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#b3b3b3;
	font-weight:bold;
}
/* 4th 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 #b3b3b3;
	font-weight:bold;
	padding:4px 0px 4px 34px;
	display:block
}
ul#categorymenu li.level4 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#999;
	font-weight:bold;
}
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
  	float: left;
  	margin: 2px 10px 2px 0px;
  	position: relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	height:auto;
	font-size:12px;
	color:#96008c;
	padding:5px;
	padding-left:7px;
	margin:0;
	margin-top:20px;
	vertical-align:middle;
	background: #fff;
	border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
h2.boxheader_login {
	height:auto;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#006309;
	padding:0;
	margin:0;
	vertical-align:middle;
	background: #fff;
	border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
h2.boxheader_loginbox {
	height:auto;
	font-size:12px;
	color:#96008c;
	padding:5px;
	padding-left:7px;
	margin:0;
	vertical-align:middle;
	background: #fff;
	border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#3d3d3d;
}
table.boxbody_login {
	background:transparent;
	font-size:10px;
	font-family:verdana, Arial, Sans-serif;
	color:#3d3d3d;
	width:240px;
	height:80px;
    margin-left:35px;
	padding-left:35px;
}
.boxbody {
	background:transparent;
	border:0;
	padding:8px;
	margin-bottom:5px;
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:10px;
	text-align:center
}
.boxbody p {
	color:#000000;
	font-size:10px;
	margin:6px 0px;
}
.boxbody p.center {
	color:#000000;
	font-size:10px;
	text-align:center;
	margin:6px 0px;
}
.boxbody td {
	color:#000000;
	font-size:10px;
	margin:6px 0px;
}
.boxbody .productOldPrice {
	font-size:10px;
	color:#FF0000
}
.boxbody div.hr {
	margin: 5px 0px;
}
.boxbody div.hrlightgrey {
	margin: 5px 0px;
}
.boxbody a {
	font-size:10px;
}
.boxbody .productboximage {
	border: solid 1px #999;
	padding:5px;
	background:#fff;
}
.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 #ccc;
	display:block;
	padding:5px 0;
}
/* CART BOX */
h2.boxcartheader {
	background: #AD4C79 url(img/bg_boxheader_cart.gif);
	height:28px;
	font-size:11px;
	color:#212121;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxcartheader a {
	text-decoration:none;
	color:#fff
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:5px;
	background-color:#EDEDED;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
}
.boxcartbody p {
	font-size:10px;
}
/* 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:12px;
	font-weight:bold;
}
.productPreviewImage {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}
.productPreviewImage img {
	border: solid 0px #999;
}
.productPreviewContent .price {
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999;
	text-align:center;
	padding:0;
	margin:0
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:9px;
	font-weight:normal;
	color:#999;
	text-align:center;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999;
}
.productPreviewContent .productOldPrice {
	font-size:10px;
	font-weight:bold;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:10px;
	font-weight:bold;
	color:#999;
	text-decoration:underline;
}
/* PRODUCT INFO / PRODUCT DETAILS */
.wrap_productinfo {
	float:right;
	margin-top:-30px;
	margin-right:10px;
	margin-bottom:10px;
}
#productnavigator {
    padding:5px;
	margin-top:7px;
	margin-bottom:0px;
	width:auto;
	height:auto;
	background: #fff;
	border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
#productinfoimages {
	float:left;
	background-color:#EDEDED;
	text-align:center;
	width:140px;
	padding:10px;
	margin:0px 10px 10px 0px;
	border: solid 1px #999;
}
#productinfoimages .productimage {
	border: solid 1px #999;
}
#productinfoimages .hrlightgrey {
	margin: 6px 0px;
}
#productinfopricewithimages {
	margin-bottom:0px;
	width:auto;
	padding:10px;
	background: #e5e5e5;
	border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%;
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px
}
#productinfoprice .hrlightgrey {
	margin: 6px 0px;
}
#productinfoprice .productprice {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
p.productprice {
    font-size:15px;
	color:#555;
	text-align:left;
    font-weight:bold;
	margin-top:10px;
	padding:0;
}
#productinfoprice .productOldPrice {
	color:#FF0000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	color:#999;
	text-decoration:underline;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:8px;
	font-weight:normal;
	color:#999;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#999;
}
p.productinfoproductadded {
	font-size:10px;
}
.productoptions {
	padding:10px;
	margin-top:7px;
	width:auto;
	height:auto;
	background: #fff;
	border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;

}
.description_produkt_info {
    float:left;
	margin-top:10px;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.addtobasket {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border: #999 solid;
	border-width:1px 0px 0px 0px;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background: #fff none;
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:Arial, Sans-serif;
	font-size:11px;
	padding:15px;
	background: #fff none;
}
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) */
.highlightbox {
	padding: 15px;
	margin:0;
	background: #fff;
	border:1px solid #ccc;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
	overflow:hidden;
	
}
h4.highlight_h1  {
    color:#666;
	vertical-align:middle;
	text-align:left;
	font-size:13px;
	margin:0;
	padding:7px;
	width:auto;
	height:auto;
	background: #eaeaea;
	border:1px solid #ccc;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}
.highlightbox ul {
	padding:0;
	display:block;
	list-style:url(img/nav_arrow_red.gif);
	line-height:20px;
}
.highlightbox li {
    padding-left:15px;
}
.highlightbox h1 {
	color: #893769;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:11px;
}
.highlightbox .hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #eee;
}
.highlightbox_login {
    float:left;
	padding:10px;
	margin-bottom:7px;
	width:100%;
	margin-left:-8px;
	margin-right:auto;
	border: solid 1px #ccc;
	background:#f6f6f6;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#f8f8f8;
	border: #eee solid;
	border-width:0px 1px 1px 1px;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background:#828282;
	padding:2px;
	padding-left:5px;
	color:#fff;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background:#f8f8f8;
	border: #eee solid;
	border-width:0px 1px 1px 1px;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background:#828282;
	padding:2px 2px 2px 5px;
	color:#fff;
	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:10px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:10px;
	background-color:#fff;
	border:0;
}
table.orderdetails tr td {
	padding:4px;
}
table.orderdetails tr.headerrow td {
	background:#fff;
	color:#555;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	
}
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:#fff;
	vertical-align:top;
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center;
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:10px;
	padding:2px;
	border:solid #ccc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#fff;
	vertical-align:top;
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center;
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:10px;
	padding:2px;
	border:solid #ccc 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:#fff;
	text-align:right;
	border-top:1px #ccc solid;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background:#fff;
	padding:8px;
	border:0;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#f8f8f8;
	border: #ccc solid;
	border-width:0px 1px 1px 1px;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap;
}
table.reviewlist tr.header td {
	background-color:#ccc;
	color:#fff;
	font-weight:bold;
}
table.reviewlist tr.contentrow1 td {
	background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
	background-color:#f8f8f8;
}
textarea#review {
	width:95%;
}
/* MEDIA LIST */
table.medialist {
	background-color:#f8f8f8;
	border: #ccc 1px solid;
}
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 */
.sitemapleft {
	border:0px solid #b2b2b2;
-moz-border-radius:7px;
-webkit-border-radius:7px;
-khtml-border-radius:7px;
box-shadow:3px 3px 8px #bfbfbf;
-moz-box-shadow:3px 3px 8px #bfbfbf;
-webkit-box-shadow:3px 3px 8px #bfbfbf;
-khtml-box-shadow:3px 3px 8px #bfbfbf; 
background:#fff url(img/bg_sitemap.png) repeat-x top;
	display:table;
	float:left;
	width:235px;
	height:auto;
	margin-bottom:10px;
}
.sitemapright {
	border:0px solid #b2b2b2;
-moz-border-radius:7px;
-webkit-border-radius:7px;
-khtml-border-radius:7px;
box-shadow:3px 3px 8px #bfbfbf;
-moz-box-shadow:3px 3px 8px #bfbfbf;
-webkit-box-shadow:3px 3px 8px #bfbfbf;
-khtml-box-shadow:3px 3px 8px #bfbfbf; 
background:#fff url(img/bg_sitemap.png) repeat-x top;
	display:table;
	float:right;
	width:235px;
	height:auto;
	margin-bottom:10px;
}
.sitemapheader {
	padding:3px;
	background:transparent;
	color:#333;
	font-weight:bold;
}
.sitemapheader a:link, .sitemapheader a:visited {
	color:#333;
	text-decoration:none;
}
.sitemapheader a:hover {
    text-decoration:underline;
}
.sitemapcontent {
	padding:6px;
}
.sitemapcontent li {
	list-style-type:none;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:100%;
}
/* 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:#666;
	font-size:10px;
	font-weight:normal;
	white-space:nowrap;
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666;
	font-size:10px;
	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 */


/* CHECKOUT NAVIGATION */
.checkout_width {
    width:765px;
	margin-left:auto;
	margin-right:auto;
}
ul#checkoutnavigation {
	margin:0;
	padding:0;
	margin-top:15px;
	width:auto;
}
ul#checkoutnavigation li {
	height:55px;
	float:left;
	width:211px;
	margin-left:6px;
	border: solid 1px #ccc;
	padding:8px;
	list-style:none;
}
ul#checkoutnavigation li.active {
	background-color: #f8f8f8;
}
ul#checkoutnavigation li.active .number {
	font-size:16px;
	font-weight:bold;
}
ul#checkoutnavigation li.active .title {
	font-size:12px;
	font-weight:bold;
}
ul#checkoutnavigation li.active .description {
	font-size:10px;
}
ul#checkoutnavigation li.inactive {
	color:#999;
	background-color: #EDEDED;
	border-color:#999;
}
ul#checkoutnavigation li.inactive .number {
	font-size:16px;
	font-weight:bold;
}
ul#checkoutnavigation li.inactive .title {
	font-size:12px;
	font-weight:bold;
}
ul#checkoutnavigation li.inactive .description {
	font-size:10px;
}
/* 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 {
	clear:both;
	width:100%;
	height:auto;
	padding:0;
	border:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.footer ul {
    list-style:none;
	text-align:center;
	width:236px;
	margin:0;
	margin-top:0px;
	float:left;
	padding-left:7px;
	padding-top:0px;
	padding-bottom:10px;
	background:transparent;
	font-size:11px;
	color:#666;
}
.footer li {
    line-height:auto;
	width:236px;
    text-align:left;
	padding:2px;
}
.footer a {
	color:#666;
	text-decoration:none;
}
.footer a:hover {
	color:#C62724;
	text-decoration:underline;
}
.footer h3 {
    height:28px;
	font-size:12px;
	color:#96008c;
	padding:0;
	margin-bottom:10px;
	line-height:28px;
	vertical-align:middle;
	background: #fff;
	border:1px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
.footer_ul {
    border:0;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
.mini_footer {
    
	text-align:center;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.mini_footer a{
    font-size:10px;
	text-decoration:none;
}
.mini_footer a:hover{
    text-decoration:underline;
}
/* XTC COPYRIGHT */


/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	padding-top:10px;
	text-align:right;
	display:block;
	height:auto;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.morepics img {
	border: #999 1px solid;
	padding:0;
	margin-right:7px;
	background:#fff;
	height:60px;
	width:80px;
	float:left;
}
table.image {
    width:100%;
}
/* 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:auto;
	text-align:center;
	
}
/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */
#content ol, #content ul {
	margin:10px 0 10px 14px;
}
/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */
/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */
.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {
	margin:10px 0 10px 186px;
}
/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */
.fon_header {
    float:right;
	width:auto;
	padding:1px;
	height:20px;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
    position:relative;
	top:-24px;
	
}
/* SEARCHBOX */
.search_header {
	width:auto;
	padding-right:2px;
	height:20px;
	background:#fff;
	border:1px solid #ccc;
	-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
.search_header td {
    background:transparent;
	padding:0;
	height:auto;
	width:auto;
}
.search_header input{
    border:0;
	background:#fff;
	vertical-align:middle;
	padding-left:4px;
}
/* BOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */
ol#address_block {
	margin-left:30px;
}
/* EOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */
/* BOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
td.main_row {
	border-top: 1px solid #ccc;
}
td.main_name  {
    font-weight:bold;
}
td.main ul {
    padding-left:30px;
	list-style:url(img/icons/arrow-next.png);
}
td.main_categoriename {
    background:#eaeaea;
	padding-left:10px;
}
/* EOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
img.productImageBorder {
		border:0;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
box-shadow:3px 3px 9px #333333;
-moz-box-shadow:3px 3px 9px #333333;
-webkit-box-shadow:3px 3px 9px #333333;
-khtml-box-shadow:3px 3px 9px #333333;
margin-bottom:10px;
}
.privacy_text {
font-size:10px;
font-weight:bold;
padding-top:5px;
}
.border-line {
border-bottom:1px solid #808080;
padding-top:10px;
margin-bottom:5px;
}
p.error {
color: #FF0000;
}
        #contact {
		width:auto;
		background:#fff;
		height:auto;
		overflow:hidden;
		padding:10px;
		padding-left:30px;
		margin-bottom:12px;
		border:1px solid #ccc;
		-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
	    }
        #contact p {
               border:0;
			   float:left;
			   width:99%;
		}
        #contact label {
               float:left;
			   width:99%;
			   padding:0;
               margin:0;
        }
        #contact .text {
               width:99%;
			   height:20%;
			   font-size:8px;
			   padding:0;
               margin:0;
        }
		.longTextarea_contact {
               font-size:10px;
			   float:left;
			   width:317px;
			   height:150px;
			   margin:0;
			  
        }
				p.continue {
		float:left;
		margin-bottom:10px;
        padding:0;
        margin:0;		
        }
		span.bei_uns {
		font-size:10px;
		font-weight:normal;
		}
		.greetings {
		position:relative;
		top:18px;
		left:276px;
		}
		.hallo_box {
		margin:0;
		padding-top:0px;
		padding-bottom:5px;
		font-size:11px;
		font-weight:normal;
	    font-family:verdana, Arial, Sans-serif;
	    color:#3d3d3d;
		text-align:center;
		}
		p.logoff {
		text-align:center;
		padding:0;
		margin-bottom:10px;
		}
		p.content {
		margin:0;
		font-size:11px;
		font-weight:normal;
	    font-family:verdana, Arial, Sans-serif;
		text-align:center;
		padding:0;
		}
		.font_size  {
		font-family:verdana;
		font-size:70%;
		}
		.cat_img {
		float:right;
		padding-bottom:7px;
		}
		.cat_description {
		float:left;
		width:250px;
		height:auto;
		padding-top:15px;
		}
		.muster {
		width:120px;
		height:22px;
		float:left;
		margin-right:8px;
		}
		.muster:hover {
		background: url(img/farben_muster.jpg) no-repeat center center;
		width:503px;
		height:1344px;
		position:absolute;
		top:20px;
		left:200px;
		}
		.groessen {
		width:140px;
		height:22px;
		float:left;
		}
		.groessen:hover {
		background: url(img/groessen.png) no-repeat center center;
		width:632px;
		height:980px;
		position:absolute;
		top:20px;
		left:200px;
		}
		.farben_groessen {
		white-space:nowrap;
		}
		ul.faq_1 {
		list-style:url(img/icons/arrow-next.png);
		}
/* Pop-Cart */
#popCart {
	position:absolute;
	top:40%;
	left:auto;
	right:20%;
	color: #000;
	z-index:9999;
	display: none;
	padding:10px;
}
.box_popcartbody {
	padding:7px;
	background-color:#F2F2F2;
	border:1px solid #808080;
-moz-border-radius:7px;
-webkit-border-radius:7px;
-khtml-border-radius:7px;
box-shadow:0px 0px 200px #000000;
-moz-box-shadow:0px 0px 200px #000000;
-webkit-box-shadow:0px 0px 200px #000000;
-khtml-box-shadow:0px 0px 200px #000000;
}
.popup_header {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#fff;
	text-align: center;
	background:#000;
	border:1px solid #808080;
	padding:3px;
	margin: 0;
	width:auto;
	
}

.popup_image {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	text-align: center;
	color:#404040;
	margin:0;
	padding: 5px;
}

.cart_contents {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	text-align: center;
	color: #000;
	height:auto;
	width:auto;
}

#pop_buttons_box {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	text-align: center;
	width:auto;
	height: 28px;
	vertical-align:bottom;
	margin:0;
}

#pop_buttons_box a {
	color: #000;
	text-decoration: none;
}
#pop_buttons_box a:hover {
	color: #484848;
	text-decoration: none;
}

.close_button {
	float: left;
	width: 160px;
	background: #868686 url(img/bg_boxheader.gif);
	border: 2px solid #000;
}
.cart_button {
	float: right;
	width: 160px;
	background: #868686 url(img/bg_boxheader.gif);
	border: 2px solid #000;
}
ul.list_content {
    list-style:none;
}
.intro {width:525px;height:565px;background: #fff url(img/bullauge_sw.jpg) no-repeat center center;}
.intro ul {list-style:none;padding-top:101px;padding-right:10px;text-align:center;}
.intro li {text-align:center;font-size:11px;line-height:25px;}
.intro li.darker{color:#000000;font-style:italic;}
.listing_products {
width:765px;
margin-left:3px;
margin-right:auto;
}
.product_listing_navigation {
float:right;
padding-left:5px;
margin:15px;
border:1px solid #b2b2b2;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
background:#fff;
}
table.listing {
text-align:center; 
margin:5px;
float:left; 
width:240px; 
padding:0; 
border:1px solid #b2b2b2;
-moz-border-radius:7px;
-webkit-border-radius:7px;
-khtml-border-radius:7px;
box-shadow:3px 3px 8px #bfbfbf;
-moz-box-shadow:3px 3px 8px #bfbfbf;
-webkit-box-shadow:3px 3px 8px #bfbfbf;
-khtml-box-shadow:3px 3px 8px #bfbfbf; 
background:#fff url(img/bg_product_listing.png) repeat-x top;
}
table.listing:hover {
border:1px solid #ff0000;
}
/*product question*/
a.product_question:link, a.product_question:visited, a.product_question:active {
	background:#fff url(img/bg_product_question.png) repeat-x top;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	width:auto;
	height:22px;
	padding: 5px;
	font-family:Arial Rounded MT Bold, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
p.text_auswahl {
    font-weight:bold;
	font-size:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
ul#imageslider { 
	margin:0; 
	padding:0; 
	list-style:none;
 	border:0;
	 /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
	width:210px; /* Breite des Slideshowcontainers */
}
ul#imageslider #slidercontent { 
	display:block; 	/* Textanzeige deaktiviert durch display:none; */
	z-index: 888;	/* Durch den z-index wird der Conatiner des Textes auf das Bild gelegt */
		/* Damit der Text auf dem Bild angezeigt werden kann müssen wir den Container nach oben ziehen */
	
	width:210px; /* Breite des Slideshowcontainers */
	height:auto;
	 /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
	
	background: #e0e0e0; 
	/* Regelt die Transparenz des Textes um das Bild darunter noch sehen zu können */
	-moz-opacity: 0.7;
	opacity: 0.70; 
	filter:alpha(opacity=70); 
}
#slidercontent p { 
    white-space:normal;
	width:210px;
	padding:3px;
	text-align:left;
	font-size:11px; 
}
.cloudcarousel {
    border:1px solid #000;
	padding:1px;
	margin:0;
	-moz-border-radius:7px;
-webkit-border-radius:7px;
-khtml-border-radius:7px;
box-shadow:3px 3px 8px #bfbfbf;
-moz-box-shadow:3px 3px 8px #bfbfbf;
-webkit-box-shadow:3px 3px 8px #bfbfbf;
-khtml-box-shadow:3px 3px 8px #bfbfbf; 
}
#carousel1 {
    width:100%; 
	height:370px;
	background:#fff;
	overflow:hidden;
	padding:0;
	margin:0;
}

span.box_reviews {
    padding-left:6px;
}
#intro {
    margin-top:0px;
    background:url(img/index.jpg) no-repeat left top;
	width:775px;
	height:612px;
}
.intro_slider {
    margin-left:277px;
	padding-top:170px;
}
#intro p {
    width:210px;
	height:auto;
    color:#666;
	text-align:left;
	padding-top:20px;
	margin-left:282px;
}
ul.intro_content {
    width:760px;
	height:210px;
    list-style:none;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
ul.intro_content li {
    background:#fff url(img/bg_intro_content.png) repeat-x top;
	border:1px solid #ccc;
		-moz-border-radius:7px;
-webkit-border-radius:7px;
-khtml-border-radius:7px;
box-shadow:3px 3px 8px #bfbfbf;
-moz-box-shadow:3px 3px 8px #bfbfbf;
-webkit-box-shadow:3px 3px 8px #bfbfbf;
-khtml-box-shadow:3px 3px 8px #bfbfbf; 
	width:240px;
	height:150px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
ul.intro_content li p {
    padding-left:10px;
	padding-right:10px;
}
ul.intro_content li h2 {
    width:auto;
	padding:10px;
	text-align:center;
	border:0;
	background:transparent;
}
#no_display {
    display:none;
}

.partner_logos {
    width:760px;
	text-align:center;
	clear:left;
}

