/* -----------------------------------------------------------------------------------------
   $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 s
   -----------------------------------------------------------------------------------------
   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 
   -----------------------------------------------------------------------------------------
   
   Original XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Fuerst
       bluegate communications
       http://www.bluegate.at
   ---------------------------------------------------------------------------------------
   
   Modifiziert XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2012 Frank Richter
       NUMID Neue Medien Dresden
       http://www.numid.de
   ---------------------------------------------------------------------------------------*/
.fo_1_eng{
padding-top:20px;
margin-left:80px;
}

.product_reviews  {
 margin:20px 20px 35px 20px;
}
.product_reviews_link{
  border:1px solid #cccccc;
  text-align:center;
  margin:40px 8px 0 8px ;
  padding:10px;
  background:#f4f4f4;
}
#product_url {
  border:1px solid #cccccc;
  text-align:center;
  margin:40px 8px 0 8px ;
  padding:10px;
  background:#f4f4f4;
}
TD.u_cat_header{
  font-size:15px;
  border-bottom:1px solid #999999;
  padding-bottom:10px;
  padding-left:15px;
}

.greybubel_u_cat{
  margin-top:-2px;
  margin-left:-15px;
  float:left;
}

img.productimage{
  padding:11px 12px 11px 12px ;
  border:solid 1px #ccc;
  background:#f4f4f4;
}
.checkout_conf{
  border:1px solid #ccc;
  background:#D5FFAE;
  padding:5px 0 5px 720px;
}

#site_navi{
padding:5px 10px;
background:#f4f4f4;
border:1px solid #cccccc;  
  
}
#site_navi a.pageResults{
color:#333333;
}
#site_navi a:hover, a:active{
 color:#B70000;
text-decoration:none;
}

#site_navi strong{

}
div.proli_hr{
border-top:1px solid #ccc;
  padding-bottom:15px;
}
#proli_price .productOldPrice {
color:#D70000;
font-size:10px;
}
#proli_price small{
font-size:10px;
}
#proli{
height:250px;
}
#proli a:link{
color:#999999;
}
#proli a:hover{
color:#B70000;
text-decoration:none;
}
#proli_img{
height:189px;
width:230px;
float:left;
}
#proli_img img{
padding:5px;
border:1px solid #ccc;


}
#proli_desc{
float:left;
height:150px;
width:260px;
border-right:1px solid #ccc;
margin-right:15px;  
padding-right:10px;
}
#proli_price{
font-size:18px;
margin-top:8px;
float:left;
padding-left:10px;
height:189px;
width:210px;
}
span.taxandshippinginfo, p.shippingtime {
font-size:10px;
}
#proli_price a.proli_button{
color:#333333;
background:#F6F6F6;
padding:7px 30px 7px 30px;
border: 1px solid #cccccc ;
border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
}
#proli_price a:hover {
text-decoration:none;
  color:#B70000;
}

.greybubel_proli{
margin-top:-3px;
margin-right:10px;
float:left;
}
.greybubel_print{
margin-top:-3px;
margin-right:10px;
float:left;
}



.redbubel{
 margin-top:17px;
 margin-right:10px;
float:left;
}
.redbubel_cat{
 margin-top:16px;
 margin-right:10px;
float:left;
}
.redbubel_proli{
margin-top:-4px;
margin-right:10px;
float:left;

}

/* THE BIG GUYS */
* {
margin:0;
padding:0
}
body {
font-family: 'Maven Pro', sans-serif;
font-size:12px;
padding:0;
background:url(img/bg.gif) repeat-x #fff;
color:#333333;
line-height:18px;
}
/* HEADINGS */
h1 {
font-weight:400;
font-size:24px;
margin:21px 0 15px 0;
padding:0 0 8px 26px ;
width:auto;
border:#999999 solid;
border-width:0px 0 1px 0;
}
h2 {
font-size:16px;
margin:15px 0 8px 0;
padding:0;
}
h3 {
font-size:12px;
}
/* LINKS GLOBAL */
a {
text-decoration:none;
outline:none;
cursor:pointer;
}
a:link {
color:#333333;
outline:none;
}
#footer_box_1 a:link, #footer_box_2 a:link, #footer_box_3 a:link, .box_information a:link{
color:#B70000;
}
a:visited {
color:#333333;
outline:none;
}
a:hover {
color:#B70000;
outline:none;
}
a img {
border:none;
outline:none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
font-size:13px;
color:#666;
}
textarea {
font-family:Arial, Sans-serif;
font-size:12px;
border:1px solid #999;
padding:10px;
background:#fff;
}
select {
width:230px;
font-size:14px;
border:4px solid #fff;
}
#filter{
margin-top:-30px;
padding:10px 0  10px 275px ;
background:#f4f4f4;
border:1px solid #cccccc;
}
    
 
/* 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 #999;
padding:2px;
background:#f9f9f9;
}
/* PARAGRAPH GLOBAL */
p {
margin:8px 0;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#4E4E4F;
}
div.hrlightgrey {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#999;
}
/* TABLE GLOBAL */
table td {
padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {                                               
width:980px;
margin:0 auto 10px;
}
/* HEADER WITH LOGO, BOX AND LANGUAGE SELECTION */

#topsearch {
float:left;
margin:-3px 0px 0 160px ;
 
}
#topnavigation {
font-size:13px;
margin: 10px 0px 0 645px;
padding-top:0px;
}
#topnavigation a {
padding-right:3px;
padding-left: 2px;

}
#toplanguages {
float:right;
padding-top: 2px;
}

#header {
height:120px;
}
#logo {
background: url(img/top_logo.jpg) no-repeat;
margin-top:10px;
width:261px;
height:107px;
float:left;
}
#search {
width:195px;
height:25px;
margin: -5px 420px 0 0;
float:right;
color:#333333;
}
#search a {
color:#333;
font-size:12px;
outline:none;
}
#search td {
padding-top: 0 px;
padding-right:0 px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
font-family:Arial, Sans-serif;
font-style:italic;
clear:both;
padding:0px 0 0px 237px;
margin-top:5px;
list-style-type:none;
outline:none;
height:22px;
font-size:10px;
}
#breadcrumb a,#breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:link{
line-height:23px;
text-decoration:none;
outline:none;
font-weight:normal;
cursor:pointer;
}

/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
font-size:13px;
padding-top:100px;
}
/* CONTENT WRAPPER */
#contentwrap {
clear:both;
width:980px;
padding:0;
}
/* LEFT COLUMN */
#leftcol {
float:left;
width:200px;
padding:0 0 15px 0;
}
/* MAIN CONTENT */
#content {
float:left;
width: 740px;
padding:0 0px 0px 40px ;
margin-bottom:15px;
}

#content a:link{
text-decoration:underline;
font-weight:bold;
}
#content H1{
margin-bottom:40px;
}
#contentfull{
width:920px;
padding:0 30px;
margin-bottom:15px;
}
#contentfull h1{
padding-left:0px;
}

#main_content_right{
  width:600px;
  float:left;
  margin:0 10px 0 0;
}
#main_content_left{  
 margin-top:14px;
float:right;
}

.mcl_link {

background:#f6f6f6 url(/templates/jacobi/img/main_content_navi.gif) no-repeat 0px 10px ;
padding:10px 25px 10px 27px;
border: 1px solid #dbdbdb ;
border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
}
.mcl_link a{
  width:20px;
}
.mcl_link a:hover{
width:80px;
}
/* CATEGORY MENU */

h2.categoryheader {
font-size:24px;
font-weight:400;
margin:19px 0px 0 0px;
padding-bottom:10px;
padding-left:25px;
}
h2.categoryheader a {
text-decoration:none;
outline:none;
color:#fff;
}
ul#categorymenu {
margin-bottom:15px;
border-top:solid 1px #999999;
}
ul#categorymenu li a.actparentlink { font-style:italic; }
ul#categorymenu li a.actlink { font-style:italic; text-decoration:underline; }
/* 1st TIER */
ul#categorymenu li.level1 {
list-style-type:none;

}
ul#categorymenu li.level1 a {
font-size:20px;
font-weight:400;
text-decoration:none;
outline:none;
padding:14px 0px 4px 27px;
display:block;
}
ul#categorymenu li.level1 a:hover {
text-decoration:none;
}
ul#categorymenu li.level1 a.actlink { background:#fff; }
/* 2nd TIER */
ul#categorymenu li.level2, li.level3, li.level4  {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level2 a, li.level3 a, li.level4 a {
font-size:14px;
font-style:italic;
text-decoration:none;
outline:none;
background:url(/templates/jacobi/img/halfmoon_navi.gif) no-repeat 0px 3px ;
padding:0px 0 4px 10px;
 margin:10px 0px 0 28px ; 
display:block;
}
ul#categorymenu li.level2 a:hover, li.level3 a:hover, li.level4 a:hover {
text-decoration:none;
}
ul#categorymenu li.level2 a.actlink, li.level3 a.actlink, li.level4 a.actlink { 
  background:url(img/dotted1.gif) no-repeat 8px 9px #fff; }
3rd TIER 
ul#categorymenu li.level3 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}

ul#categorymenu li.level3 a {
font-size:14px;
font-style:italic;
text-decoration:none;
outline:none;
color:#333333;
background:url(/templates/jacobi/img/halfmoon_navi.gif) no-repeat 0px 3px ;
padding:0px 0 4px 10px;
 margin:10px 0px 0 35px ; 
display:block;
}
ul#categorymenu li.level3 a:hover {
text-decoration:none;
color:#B70000;
}
ul#categorymenu li.level3 a.actlink { 
  background-color:red; 
}
/* ----- 4th TIER ---------- 
ul#categorymenu li.level4 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level4 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 24px 9px #b3b3b3;
font-weight:bold;
padding:4px 0 4px 34px;
display:block;
}
ul#categorymenu li.level4 a:hover {
text-decoration:none;
color:#333;
background-color:#999;
font-weight:bold;
}
ul#categorymenu li.level4 a.actlink { background:url(img/dotted1.gif) no-repeat 24px 9px #fff; }
---- 5th TIER ---------
ul#categorymenu li.level5 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level5 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 32px 9px #a2a2a2;
font-weight:bold;
padding:4px 0 4px 42px;
display:block;
}
ul#categorymenu li.level5 a:hover {
text-decoration:none;
color:#333;
background-color:#7e7e7e;
font-weight:bold;
}
ul#categorymenu li.level5 a.actlink { background:url(img/dotted1.gif) no-repeat 32px 9px #fff; }

/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
float:left;
margin:2px 10px 2px 0;
position:relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
font-size:14px;
font-weight:400;
margin:18px 8px 0 8px;
padding-bottom:10px;
}

}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
text-decoration:none;
outline:none;
}
.redbubel_box_service{
margin-top:5px;
padding:0 12px 0 0;
float:left;
}
.redbubel_box_resell{
margin-top:2px;
padding:0 12px 0 0;
float:left;
}
.boxbody a:link{
}
.boxbody a:hover, a:active {
text-decoration:none;
}
.boxbody {
border-top:1px solid #999;
padding:8px;
margin-bottom:15px;
font-size:14px;
font-weight:400;
}
.boxbody h3, .boxbody h3 a {
}
.boxbody h3.center, .boxbody h3.center a {
text-align:center;
outline:none;
}
.boxbody p {
margin:6px 0;
}
.boxbody p.center {
color:#000;
text-align:center;
margin:6px 0;
}
.boxbody td {
color:#000;
margin:6px 0;
}
.boxbody .productOldPrice {
color:#D70000;
}
.boxbody div.hr {
margin:5px 0;
}
.boxbody div.hrlightgrey {
margin:5px 0;
}
.boxbody a {
outline:none;
}
.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:0;
padding:0;
list-style-type:none;
}
.contentlist a {
display:block;
padding:0px 0 2px 15px;
outline:none;
 } 
.box_information {
border-top:1px solid #999;
 padding-top:13px;
padding-left:29px;
margin-bottom:25px;
font-size:12px;
font-weight:400;  
}  
.box_information a:link{
font-weight:bold;
 }
.box_information img{
padding-top:12px;
}

/* CART BOX */
#boxcart{
margin: -55px 33px 0 0px;
width:250px;
height:50px;
float:right;
clear:both;
}
#boxcart :link{
color:#333;
text-decoration:none;
}
#boxcart_content{
margin: -30px 0px 0 40px;
}
#boxcart_img {
background: url(img/cart.png);
width:32px;
height:25px;
font-size:12px;
color:#fff;
vertical-align:middle;
}
h2.boxcartheader a {
text-decoration:none;
color:#fff;
outline:none;
}
.boxcartbody {
border:none;
}
.boxcartbody p {
font-size:16px;
font-weight:bold;
}

#cart_full{
font-size:13px;
border-bottom:1px solid #333;
}
#cart_full_info {
font-size:10px;
}
/* PRODUCT PREVIEW */
.proli_button_selling{
float:right;
color:#333333;
background:#F6F6F6;
margin-top:-12px;
padding:5px 15px 5px 20px;
border: 1px solid #cccccc ;
border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
}
.header_cross_1 h2{
  font-weight:normal;
  font-size:16px;
}
.header_cross h2{
  margin:20px 30px 10px 38px ;
  padding:10px 0 10px 0 ;
  font-weight:normal;
  font-size:20px;
   border-bottom:1px solid #ccc;
}
#tab_cross_selling img{
  margin:0 30px 0px 30px ;
}
#tab_cross_selling p{
  padding-bottom:10px;
border-bottom:1px solid #ccc;;
}
#tab_also_purchased p{
  padding-bottom:10px;
border-bottom:1px solid #ccc;;
}
#tab_also_purchased img{
  margin:0 30px 0px 30px ;
}


 
.productPreview {
  margin-left:5px;
  margin-bottom:50px;
  width:740px;
} 
.taxandshippinginfo_selling{
 margin-left:10px;
 font-size:10px;
}
.productPreviewContent {
padding-right:70px;

}
.productPreviewContent p {
margin:0px 0px 12px 0px;
}
.productPreviewContent h2 a {
font-size:14px;
font-weight:bold;
outline:none;
}
.productPreviewImage {

}
.productPreviewImage img {

  padding:5px;
  border: 1px solid #cccccc;
}
.productPreviewContent .price {
padding-left:9px;
font-size:20px;
}
.productPreviewContent .taxandshippinginfo {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .vpe {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .shippingtime {
font-size:11px;
font-weight:normal;
color:#999;
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:12px;
color:#D70000;
}
.productPreviewContent .taxandshippinginfo a {
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
margin-top:-25px;
display:table;
width:100%;
}
#productinfoimages {
float:left;
background-color:#ededed;
text-align:center;
width:140px;
padding:10px;
margin:0 10px 10px 0;
border:solid 1px #999;
}
#productinfoimages .productimage {
border:solid 1px #999;
}
#productinfoimages .hrlightgrey {
margin:6px 0;
}
#productinfoprice {
margin:0px;
}
#productinfoprice img {
}
#productinfoprice .hrlightgrey {
margin:6px 0;
}
#productinfoprice .productprice {
margin:15px 0 10px 0 ;
padding:0px;
font-size:22px;
}
.productprice small{
font-size:13px;
}

#productinfoprice .productOldPrice {
color:#D70000;
margin:0px;
padding:0;
font-size:13px;
}
#productinfoprice .taxandshippinginfo {
margin:0 0 12px 0 ;
padding: 0;
font-size:10px;
font-weight:normal;
color:#999;
}
#productinfoprice .taxandshippinginfo a {
margin:0;
padding:0;
color:#999;
outline:none;
}
#productinfoprice .shippingtime {
margin:0;
padding:0;
font-size:12px;
font-weight:normal;
color:#999;
}
#productinfoprice .stockimage {
margin:0;
padding:0;
}
#productinfoprice .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
p.productinfoproductadded {
font-size:11px;
}
.productoptions {
padding:0px;
}
.productoptions select{
padding:5px 5px;
background-color:#f4f4f4;
}

#addtobasket_button {
margin-top:24px;
margin-left:140px;
}
.addtobasket{
  float:left;
  padding-top:12px;
}
.addtobasket input{
text-align:center;
width:45px;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
padding:15px;
background:#fff none;
}
/* POPUP print_order.html */
body.popupprintorder {
font-family:Arial, Sans-serif;
font-size:13px;
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) */
div.highlightbox {
background:#f4f4f4;
border:1px solid #ccc;
padding:15px;
overflow:auto;
}
div.highlightbox input{
background:#fff;
}
div.highlightbox select {
background:#fff;
margin-bottom:10px;
height:29px;
  padding: 3px;
  border:1px solid #9e9e9e;
}


div.highlightbox ul {
margin-left:15px;
padding:0;
display:block;
list-style-type:square;
line-height:20px;
}
div.highlightbox h1 {
padding:0 0 10px 0;
margin:0;
font-size:20px;
border-bottom:1px solid #ccc;
}
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:#f8f8f8;
border:#eee solid;
border-width:0 1px 1px 1px;
margin-bottom:15px;
}
table.paymentblock tr td.header {
background-color:#ccc;
padding:2px;
padding-left:5px;
color:#666;
font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
background-color:#f8f8f8;
border:#eee solid;
border-width:0 1px 1px 1px;
margin-bottom:15px;
}
table.shippingblock tr td.header {
background-color:#ccc;
padding:2px 2px 2px 5px;
color:#666;
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 {
background-color:#f4f4f4;

  padding:5px 15px;
  font-size:11px;
text-align:left;
margin-top:10px;
}
table.graduatedprice tr td.header {
font-size:13px;
font-weight:bold;
text-align:left;
}
/* ORDER DETAILS */
table.orderdetails {
font-size:11px;
background-color:#f8f8f8;
border:#ccc solid;
border-width:0 1px 1px 1px;
}
table.orderdetails tr td {
padding:4px;
}
table.orderdetails tr.headerrow td {
background-color:#ccc;
color:#555;
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:#f8f8f8;
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 #ccc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
text-align:left;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
background-color:#f8f8f8;
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 #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:0;
}
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:#f8f8f8;
text-align:right;
border:#ccc solid;
border-width:1px 0 0 0;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
background-color:#ededed;
padding:8px;
border:#999 1px solid;
}
/* REVIEW LIST */
table.reviewlist {
background-color:#f8f8f8;
border:#ccc solid;
border-width:0 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;
vertical-align:top;
}
table.medialist tr.contentrow1 td {
background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
background-color:#f8f8f8;
}
/* SITEMAP */
.sitemapwrap .sitemapleft {
background-color:#f8f8f8;
border:#ccc 1px solid;
display:table;
float:left;
width:235px;
margin-bottom:15px;
}
.sitemapwrap .sitemapright {
background-color:#f8f8f8;
border:#ccc 1px solid;
display:table;
float:right;
width:235px;
margin-bottom:15px;
}
.sitemapheader {
padding:3px;
background-color:#ccc;
color:#fff;
font-weight:bold;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
text-decoration:none;
outline:none;
}
.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:0 0 10px 0;
border:none;
}
table.checkoutconfirmationorderdetails tr td.productname {
width:100%;
font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
white-space:nowrap;
}
table.checkoutconfirmationorderdetails tr td.productattributes {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
white-space:nowrap;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal {
padding:0;
margin:10px 0 0 0;
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:100%;
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
margin:0;
padding:0;
margin-top:15px;
}
ul#checkoutnavigation li {
height:70px;
list-style-type:none;
float:left;
width:195px;
margin-right:15px;
border:solid 1px;
padding:8px;
}
ul#checkoutnavigation li.active {
border-bottom:1px solid #D70000;
}
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 {
background-color:#ededed;
border-color:#999;
}
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:2px solid #D70000;
padding:15px;
background-color:#FFd5d5;
margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
padding:4px;
background-color:#6f6;
}
/* FOOTER */
#footer_box_1, #footer_box_3{
border:1px solid #cccccc;
height:160px;
width:310px;
float:left;
}
#footer_box_2{
border:1px solid #cccccc;
height:160px;
width:309px;
float:left;
margin: 0 22px 0 22px;
}
h2.boxheader_footer {
font-size:14px;
font-weight:400;
margin:18px 8px 0 18px;
padding-bottom:10px;
}
.boxbody_footer {
border-top:1px solid #cccccc;
width:280px;
padding-top:8px;
margin-left:17px;
font-size:12px;
font-weight:400;  
} 

.boxbody_footer img{
float:right;
  margin:-30px 10px 0px 0px;

}
.footer {
clear:both;
margin-bottom:22px;
border-bottom:2px solid #cccccc;
}
.footer a {
color:#666;
text-decoration:underline;
outline:none;
}
.boximg_footer{
margin-top:19px;
margin-left: 17px;
  padding-right:10px;
float:left;
}
#footer_copy,#footer_copy :link{
  color:#c4c4c4;
text-align:center;
margin-top:230px;
}
#footer_copy a:hover, .copyright a:hover{
}

.footer_more{
color: #333333;
font-style:italic;
width:40px;
margin:24px 0px 0 220px;
padding: 4px 0px 4px 18px ;
background:#F6F6F6;
border: 1px solid #cccccc ;
border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
}
span.footer_more a:hover, a:active{
text-decoration:none;
}

/* XTC COPYRIGHT */
.copyright, .copyright :link {
color:#c4c4c4;
text-align:center;
margin:-10px 0 10px 0;
}
  

margin:0 auto;
width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}
/* XTC ParseTime */
.parseTime 
margin:0 auto;
width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
background-color:#ededed;
padding:6px;
text-align:right;
border:#999 solid;
border-width:1px 0 0 0;
display:block;
height:auto;
width:512px;
float:left;
margin-bottom:2px;
}
.morepics img {
border:#ccc 1px solid;
padding:5px;
margin:8px 8px 8px 0px;
background:#f4f4f4;
height:50px;
width:auto;
float:left;
}
/* 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;
max-width:40px;
}
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;
}
/* 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 */
/* SEARCHBOX */
.search_header {
line-height:normal;
}
/* BOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
td.main_row {
border-top:1px solid #ccc;
}
/* EOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
/* BOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
div.agbframe {
width:100%;
height:200px;
overflow:auto;
padding:10px;
background:url(img/input_bg.gif) no-repeat;
border:1px solid #666;
}
/* EOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */

/* BOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
ol#address_block, div.agbframe ol, div.agbframe ul  {
margin-left:30px;
}
/* EOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */

/* BOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK fýr TABS/ACCORDION in product_info */
#tabbed_product_info ul,#accordion_product_info h3 a {
display:none;
}
#tabbed_product_info{
border:none;
}

#tabbed_product_info .morepics {
background-color:#ededed;
padding:6px;
border-width:1px 0 0 0;
width:512px;
margin-bottom:17px;
}
/* EOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK fýr TABS/ACCORDION in product_info */

/* BOF - web28 - 2010-07-25 - FIX DER AUFZýHLUNGEN IM CONTENT  fýr TABS/ACCORDION in product_info */
#tab_description ol, #tab_description ul, #accordion_product_info ol, #accordion_product_info ul{
margin:10px 0 10px 22px;
display:block;
}
#tab_description.ui-tabs-panel.ui-widget-content.ui-corner-bottom{
padding:20px 35px 15px 35px;
}

/* EOF - web28 - 2010-07-25 - FIX DER AUFZýHLUNGEN IM CONTENT  fýr TABS/ACCORDION in product_info */

/* BOF OJ Erweiterung Spamschutz
.email {
  display:none;
}


