/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/
  /* import */
@import url(reset.css);

/* THE BIG GUYS */
* {
  margin: 0;
  padding: 0
}

.clear {
  /* break floating elements (MUST used after a floating element) <br class="clear" /> */
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}

.left {
  float: left;
}

.blue {
  color:#0000ff !important;
}
.inactive .blue {
  color:#9e9cfd;
}
.last {
  margin:0 !important;
}

.right {
  float: right;
}

.red {
  color: #ff0000;
}

.clearfix { /* if ie */
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0px;
  height: 0px;
  visibility: hidden;
}

body {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  background: #ffffff url(img/bg.jpg) center top no-repeat;
}

/* HEADINGS */
h1 {
  color: #0000ff;
  font-weight: bold;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  width: auto;
}

h2 {
  color: #0000ff;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

h3 {
  color: #0000ff;
  font-weight: bold;
  font-size: 13px;
  padding: 0px;
}

/* LINKS GLOBAL */
a,a:link,a:link,a:link,a:hover {
  background: transparent;
  color:#0000ff;
  cursor: pointer;
  text-decoration: none;
}

a:link {
  color: #0000ff;
}

.subtotal a, .total_bottom a
{
  color:#ffffff;
  font-weight:bold;
}

.subtotal a:hover
{
  color:#000000;
}

a:hover,a:active {
  color: #0000ff;
}

a img {
  border: none;
}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  font-size: 12px;
  vertical-align: top;
}

.inputRequirement {
  color: #0000ff;
}

.radiobutton {
  border:none;
  width:15px;
}

textarea {
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #4E4E4F;
  border-left-color: #4E4E4F;
  border-bottom-color: #AEAEAE;
  border-right-color: #AEAEAE
}

select {
  font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #4E4E4F;
  border-left-color: #4E4E4F;
  border-bottom-color: #AEAEAE;
  border-right-color: #AEAEAE
}

/* PARAGRAPH GLOBAL */
p {
  margin: 0;
}

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
  padding-top: 1px;
  height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 0px;
  background: none;
  border-top:1px dotted #cccccc;
}

div.hrlightgrey {
  padding-top: 1px;
  height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 0px;
  background-color: #999999
}

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)
}

/* WHOLE SITE WRAPPER */
#shadow {
  background: transparent url(img/content_shadow.png) center top repeat-y;
  margin: 0px auto;
  width: 1000px;
}

#wrap,#content,a,input {
  position: relative;
  z-index: 1;
}

#wrap {
  margin: 0 auto;
  width: 950px;
}

* html #shadow {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/xtc5/img/content_shadow.png',sizingMethod='scale');
  height:100%;
}

/* HEADER WITH LOGO AND LANGUAGE SELECTION */
#header {
  height: 148px;
  background: #666 url("img/bg_head.jpg") right top no-repeat;
  border-bottom: 2px solid #0a0afe;
  position: relative;
}

#header #logo {
  float: left
}

#header td {
  padding-top: 1px;
  padding-right: 4px;
}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
  clear: both;
  color: #9c9c9c;
  padding: 0px 0px 10px 0px;
  list-style-type: none;
  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: #9c9c9c;
  margin: 0;
  padding: 0;
}

/* TOPMENU AS LIST */
#topmenuwrap {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom:-2px;
}

#topmenu {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
}

#topmenu li {
  float: left;
  padding: 0px 0px 0px 7px;
  margin: 0;
  background: url("img/nav_left.jpg") left top no-repeat;
}

#topmenu li a {
  background:none;
  font-weight:bold;
  text-align: center;
  display: block;
  padding-right: 7px !important;
  position:static;
}

#topmenu li span {
  background: url("img/nav_right.jpg") right top no-repeat;
  display:block;
  height:35px;
  width:80px;
}

.navigation_shadow {
  background:url(img/navigation_shadow.gif) left top no-repeat;
  width:10px;
  height:33px;
}

#topmenu .active
{
  background:url(img/icon_active.gif) 31px bottom no-repeat
}

#topmenu li.last {
  float: left;
  padding: 0px 0px 0px 7px;
  margin: 0;
  background:none;
}

#topmenu a,#topmenu a:link,#topmenu a:visited,#topmenu a:hover,#topmenu a:active
  {
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  padding: 7px 0 0;
  text-decoration: none;
  vertical-align: middle;
}

#topmenu a:hover,
#categorymenu #CatNavi li a:hover
{
  color: #DB9501;
}

/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
  text-align: right;
  height: 26px;
  font-size: 13px;
  padding: 10px 10px 0px 0px;
  margin: 0;
}

/* CONTENT WRAPPER */
#contentwrap {
  background: url(img/border_vertical.jpg) 159px -1px repeat-y;
  border-bottom: 1px solid #989ec5;
  clear: both;
  width: 950px;
  padding: 0;
  position:relative;
}

/* LEFT COLUMN */
#leftcol {
  float: left;
  width: 160px;
  padding: 0px 0px 130px 0px;
  display: inline;
}

/* RIGHT COLUMN */
#rightcol {
  float: right;
  display: inline;
  margin: 10px 5px 0px 0px;
  width: 163px;
}

/* MAIN CONTENT */
#content {
  background: none;
  float: left;
  margin: 10px 0px;;
  padding-left: 20px;
  display: inline;
  width: 600px;
}

div.mwst p{
  font-size:10px;
  text-align:center;
}

.box_content {
  margin-top: 10px;
}

html * #content {
  width: 598px;
}

#contentfull {
  background: #ffffff;
  padding: 0px 20px 20px 20px;
}

/* CATEGORY MENU */
h2.categoryheader {
  background-color: #F3A807;
  background-image: url(img/bg_boxheader.gif);
  height: 28px;
  font-size: 11px;
  color: #FFFFFF;
  padding: 2px 8px 0px 8px;
  margin: 0;
  line-height: 28px;
  vertical-align: middle;
}

h2.categoryheader a {
  text-decoration: none;
  color: #000;
}

ul#categorymenu {
  margin-bottom: 15px;
  margin-top:15px;
  font-size: 12px;
}

/* 1st TIER */
ul#categorymenu li.level1 {
  list-style-type: none;
  background:#0F0FFD url(img/nav_right.jpg) no-repeat scroll right -10px;
  line-height:25px;
  
}

ul#categorymenu li.level1.NoSubMenue {
 margin:2px 0px;
}

ul#categorymenu li.level1 a {
  background:none;
  color:#ffffff;
  font-weight:bold;
  padding:0px;
}

ul#categorymenu li.level1.active a {
  color:#ff0000;
}

ul#categorymenu li a {
  background:transparent url(img/icon_arrow_blue.gif) no-repeat scroll left 4px;
  color:#0C0CFF;
  display:block;
  margin-left:10px;
  padding-left:10px;
  text-decoration:none;
}

ul#categorymenu li.active {
  font-weight: bold;
}

/* 2nd TIER */
ul#categorymenu li.level2 {
  list-style-type: none;
  padding: 0px 0px 0px 5px;
}

ul#categorymenu li.level2 a {
  background: url(img/icon_arrow_blue.gif) left 4px no-repeat;
  display:block;
  text-decoration: none;
  padding-left: 7px;
  color: #0c0cff;
}

/* 3rd TIER */
ul#categorymenu li.level3 {
  background:none;
  list-style-type: none;
  padding: 0px 0px 0px 40px;
}

ul#categorymenu li.level3 a {
  background:transparent url(img/icon_arrow_blue.gif) no-repeat scroll left 4px;
  color:#0C0CFF;
  display:block;
  font-size:12px;
  padding-left:10px;
  text-decoration:none;
}

ul#categorymenu li.level3.active a {
  background: url(img/icon_arrow_blue_active.gif) left center no-repeat;
  font-weight: bold;
}

/* BOXES GLOBAL DEFINITION */
h2.boxheader {
  background-image: url(img/bg_boxheader.gif);
  height: 28px;
  font-size: 11px;
  color: #FFFFFF;
  padding: 2px 8px 0px 8px;
  margin: 0;
  line-height: 28px;
  vertical-align: middle;
}

h2.boxheader a:link,h2.boxheader a:hover,h2.boxheader a:active,h2.boxheader a:visited
  {
  text-decoration: none;
  color: #ffffff
}

.boxbody {
  color: #ffffff;
}

.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: #ffffff;
  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;
  color: #ffffff;
}

.boxbody .productboximage {
  border: solid 1px #999999;
}

.boxbody ul.contentlist {
  margin-left: 5px;
  margin-right: 0;
  padding: 0;
}

.boxbody ul.contentlist li {
  margin-left: 0px;
  padding: 0;
  list-style-type: none
}

/* CART BOX */
h2.boxcartheader {
  background-image: url(img/bg_boxheader.gif);
  height: 28px;
  font-size: 11px;
  color: #FFFFFF;
  padding: 2px 8px 0px 8px;
  margin: 0;
  line-height: 28px;
  vertical-align: middle;
}

h2.boxcartheader a {
  text-decoration: none;
  color: #ffffff;
}

.boxcartbody {
  color:#ffffff;
  padding: 4px 8px 4px 8px;
  margin-bottom: 15px;
  background-color: #EDEDED;
  border-style: solid;
  border-color: #4E4E4F;
  border-width: 0px 1px 1px 1px;
}

.boxcartbody p, .boxcartbody a {
  color:#ffffff;
  font-size: 11px;
}

/* PRODUCT PREVIEW */
.productPreview {
  padding: 0;
  margin: 0;
}

.productPreviewContent {
  vertical-align: top;
}

.productPreviewContent h2 {
  padding: 0;
  margin: 0px 0px 5px 0px;
}

.productPreviewContent h2 a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.productPreviewImage {
  vertical-align: top;
  padding: 3px 15px 0px 0px;
}

.productPreviewImage img {
  border: solid 1px #999999;
}

.productPreviewContent .price {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0
}

.productPreviewContent .taxandshippinginfo {
  font-size: 11px;
  font-weight: normal;
  color: #999999;
  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: 11px;
  font-weight: normal;
  color: #999999;
}

/* PRODUCT INFO / PRODUCT DETAILS */

#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;
}

p.option_text{
  color:#0000FF;
  font-weight:bold;
  font-size:14px;
  float:left;
}

.productoptions .option input{
  border:none;
  margin-top:3px;
}

html* .productoptions .option input{
  margin-top:-2px;
}

.productoptions .option .box_highlight_bg {
  padding:0px 2px 0px 10px;
  height:20px;
}

.productoptions {
  background:#ffffff;
}

.option {
  margin-bottom:5px;
}

.detail_price {
  float:right;
  text-align:right;
  line-height:12px;
  margin-top:-5px;
}

.detail_price_left {
  background:transparent url(img/detail_price_left.gif) left top no-repeat;
  font-size:0;
  height:26px;
  width:10px;
}

.detail_price_bg {
  background:transparent url(img/detail_price_bg.gif) left top repeat-x;
  color:#0000FF;
  font-size:12px;
  font-weight:bold;
  line-height:26px;
  height:26px;
  padding:0px 3px;
}

.detail_price_right {
  background:transparent url(img/detail_price_right.gif) left top no-repeat;
  font-size:0;
  height:26px;
  width:9px;
}

.detail_mwst {
  float:right;
}

.detail_mwst input{
  text-align:center;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
  padding: 15px;
  background: none;
  background-color: #fff
}

/* POPUP print_order.html */
body.popupprintorder {
  font-family: "Trebuchet MS", Verdana, 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
}

div.highlightbox ul {
  margin-left: 15px;
  padding: 0;
  display: block;
  list-style-type: square;
  line-height: 20px
}

div.highlightbox h1 {
  padding: 0px 0px 10px 0px;
  margin: 0;
}

div.highlightbox div.hr {
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: solid 1px #E9D28F;
}

/* PAYMENT TYPE SELECTION */
table.paymentblock {
  margin-bottom: 15px;
}

table.paymentblock tr td.header {
  padding: 2px;
  padding-left:5px;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align:middle;
}

html * table.paymentblock tr td.header {
  padding: 0px 5px;
  height:23px;
}

.payment_details {
  height:50px;
  margin-top:5px;
}

/* SHIPPING TYPE SELECTION */
table.shippingblock {
  background:url(img/table_single.gif) left top no-repeat;
  height:71px;
  margin-bottom:10px;
}

.table_single {
  background:url(img/table_single.gif) left top no-repeat;
}

table.shippingblock tr td.header {
  padding: 2px;
  padding-left: 5px;
  color: #FFFFFF;
  font-weight: bold;
}

table.shippingblock tr td {
  vertical-align: top;
  padding-right:10px;
}

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: #FFF2CC;
  border: solid #E9D28F 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;
}

table.orderdetails tr td {
  padding: 4px
}

table.orderdetails tr.headerrow td {
  background-color: #DA9401;
  color: #FFFFFF;
  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: url(img/shopping_cart_bg.gif) left top repeat-y;
  vertical-align: top
}

table.orderdetails tr.contentrow1 td.quantity {
  text-align: center
}

table.orderdetails tr.contentrow1 td.quantity input {
  font-size: 11px;
  text-align: right;
  padding: 2px;
}

table.orderdetails tr.contentrow1 td.productname {
  text-align: left
}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
  background: url(img/shopping_cart_bg.gif) left top repeat-y;
  vertical-align: top
}

table.orderdetails tr.contentrow2 td.quantity {
  text-align: center;
  height: 48px;
}

table.orderdetails tr.contentrow2 td.quantity input {
  font-size: 11px;
  text-align: right;
  padding: 2px;
  padding: 2px;
}

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 {
  color: #ffffff; text-align : right;
  height: 55px;
  text-align: right;
}

/* PRODUCT NAVIGATOR */
div.productnavigator {
  background-color: #EDEDED;
  padding: 8px;
  border: #999999 1px solid
}

/* REVIEW LIST */
table.reviewlist {
  background-color: #FFF2CC;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #DA9401;
}

table.reviewlist tr td {
  padding: 4px;
  white-space: nowrap
}

table.reviewlist tr.header td {
  background-color: #DA9401;
  color: #FFFFFF;
  font-weight: bold
}

table.reviewlist tr.contentrow1 td {
  background-color: #FFF2CC;
}

table.reviewlist tr.contentrow2 td {
  background-color: #FFEAAB;
}

textarea#review {
  width: 100%
}

/* MEDIA LIST */
table.medialist {
  background-color: #FFF2CC;
  border-style: solid;
  border-width: 1px;
  border-color: #DA9401;
}

table.medialist tr td {
  padding: 6px;
  white-space: nowrap;
  vertical-align: top
}

table.medialist tr.contentrow1 td {
  background-color: #FFF2CC;
}

table.medialist tr.contentrow2 td {
  background-color: #FFEAAB;
}

/* SITEMAP */
.sitemapwrap {
  
}

.sitemapwrap .sitemapleft {
  display: table;
  float: left;
  margin-bottom: 15px;
}

.sitemapwrap .sitemapright {
  display: table;
  float: right;
  margin-bottom: 15px;
}

.sitemapheader {
  padding: 3px;
  color: #0000FF;
  font-weight: bold
}

.sitemapheader a:link,.sitemapheader a:visited,.sitemapheader a:hover {
  color: #0000FF;
  text-decoration: 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: 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: 100%
}

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
  
}

ul#checkoutnavigation li {
  height: 70px;
  display: inline; list-style-type : none;
  float: left;
  width: 200px;
  margin-right: 15px;
  padding: 0px 10px 0px 5px;
  list-style-type: none;
}

ul#checkoutnavigation li.active {
  background: url(img/checkout_navigation_active.gif) left top no-repeat;
}

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: url(img/checkout_navigation_active.gif) left top no-repeat;
}

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
}

/* SUCCESS MESSAGE */
.messageStackSuccess {
  padding: 4px;
  background-color: #66FF66
}

/* FOOTER */
#footer_shadow {
  background:transparent url(img/content_shadow.jpg) center top repeat-y;
  margin:0px auto;
  width:1000px;
}

* html #footer_shadow {
  margin-top:-1px;
}

#feet {
  background:url(img/leftcol.jpg) -1px top no-repeat;
  width:160px;
  height:139px;
  position:absolute;
  bottom:0;
}

.footer {
  font-size: 11px;
  color: #666666;
  background: transparent url(img/bg_footer.jpg) center bottom no-repeat;
  padding: 0px 25px 40px;
  margin: 0px auto;
  width: 950px;
}

.footer_image {
  background: url(img/footer.jpg) left top no-repeat;
  height: 30px;
  width: 180px;
}

.footer a {
  color: #666666;
}

.footer_content {
  padding: 5px 5px 5px 0px;
  width: 400px;
}

/* XTC COPYRIGHT */
.copyright {
  color: #666666;
  font-size: 11px;
  padding: 35px 15px 0;
  text-align: center;
}

/* XTC ParseTime */
.parseTime {
  margin: 0 auto;
  width: 970px;
  background-color: #FFFFFF;
  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:10px 0px 0px 0px;

}

.morepics img {
  border: 1px solid #999999;
  float:right;
  margin-bottom:10px;
  background: #FFFFFF;
  width:76px;
}

.morepics a {
  width:80px;
}
/* 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 */
.productPreviewImage {
  display: block
}

td.productPreviewContent {
  width: 400px;
  text-align: left
}

/* FIX DER AUFZÄHLUNGEN */
#content ol,#content ul {
  margin: 5px 0px 0px 20px;
}

/* CONTENT BOX */
.content_box_head {
  background: transparent url(img/box_content_top.jpg) left bottom no-repeat;
  height: 13px;
}

.content_box_bg {
  background: transparent url(img/box_content_bg.jpg) left top repeat-y;
  padding: 0px 20px;
}

.content_box_bg a {
  color: #0c0cff;
  font-size:11px;
  font-weight: bold;
}

.content_box_bottom {
  background: transparent url(img/box_content_bottom.jpg) left top no-repeat;
  height: 18px;
}

/* SHOPPPING CART */
#shopping_cart,.box {
  background: transparent url(img/box_shopping_cart_top.jpg) left top no-repeat;
}

#shopping_cart h2,.box_head h2 {
  background: none;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 14px;
}

#shopping_cart h2.boxcartheader {
  background:url(img/icon_shoppingcart.gif) 130px 15px no-repeat;
}

#shopping_cart .boxcartbody,.boxbody {
  background: transparent url(img/box_shopping_cart_bg.jpg) left top repeat-y;
  border: none;
  padding-left: 20px;
  padding-right: 15px;
  margin: 0;
}

#shopping_cart p,.box_content p {
  color: #ffffff;
}

#shopping_cart .box_shopping_cart_bottom,.box_footer {
  background: transparent url(img/box_shopping_cart_bottom.jpg) left top no-repeat
    ;
  height: 35px;
}

/* HEAD NAVIGATION */
#head_navigation {
  float: right;
  padding: 5px 5px 0px;
}

#head_navigation a {
  color: #0000ff;
  font-size: 10px;
  padding: 0px 8px;
}

/* Top Products */
#top_products {
  background: url(img/border_horizontal.jpg) left bottom repeat-x;
  padding-bottom: 10px;
  width: 600px;
}

.top_product {
  display: inline;
  margin: 12px;
  width: 175px;
}

.top_product_content {
  background: transparent url(img/bg_top_product_bg.jpg) repeat-y scroll left top;
  padding: 0px 5px;
  margin: 0;
}

.top_product_content p {
  font-size: 12px;
  color: #000000;
  margin: 0;
}

.top_product_content p.product_name {
  width:160px;
}

.top_product_content .top_product_image {
  text-align: center;
}

.top_product_head {
  background: transparent url(img/bg_top_product_head.jpg) no-repeat scroll left bottom;
  font-size:0;
  height: 4px;
}

.top_product_footer {
  background: transparent url(img/bg_top_product_footer.jpg) no-repeat scroll left top;
  font-size:0;
  height: 10px;
}

.top_product .price {
  background: url(img/bg_price_left.jpg) left center no-repeat;
  float:right;
  padding:0px 5px 0px 10px;
}


.top_product .price a {
  background:transparent url(img/bg_price_right.jpg) repeat-x scroll right center;
  color:#FFFFFF;
  font-size:16px;
  display:block;
  font-weight:bold;
  padding:15px 10px 15px 3px;
  text-align:right;
}

.mwst {
  clear:right;
}

/* Search Bar */
#search {
  background: url(img/bg_searchbox.jpg) left top no-repeat;
  height: 47px;
  padding: 13px 0px 0px 115px;
}

input, select, textarea {
  border: 1px solid #a6a6a6;
  margin-bottom: 2px;
}

.no_border {
  border: none;
}

/* Index Teaser */
#index_teaser {
  background: url(img/border_horizontal.jpg) left bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom:10px;
}

#index_teaser h1 {
  background: url(img/border_horizontal.jpg) left top repeat-x;
  padding-top: 10px;
  text-align: center;
  font-size: 25px;
}

/* Main Content */
#main_content {
  background: url(img/border_vertical.jpg) left -1px repeat-y;
  padding-left: 20px;
  padding-top:10px;
  margin-left: 20px;
  width: 400px;
}

#index_content_left {
  padding-top:10px;
  width: 140px;
}

/* Product Details */
#product_details {
  width: 590px;
}

#product_images {
  width:260px;
}

#product_images img {
  border: 2px solid #cacaca;
  float:right;
}

#product_images a {
  float:right;
}

#product_details h1 {
  width: 40%;
}

#product_description {
  width: 50%;
}

#product_description,
#product_description p,
#product_description,
#product_description li, 
#product_description td
{
  font-size:13px;
}

/* HIGHTLIGHT BOX */
.box_highlight_bg a,.box_highlight_bg a:visited {
  background: none; 
  color: #0000ff;
  color: #0000ff;
}

.link_arrow,.link_arrow:hover,.link_arrow:visited,.link_arrow:active,.link_arrow:link
  {
  background: url(img/icon_arrow_blue.gif) 0px 5px no-repeat;
  color: #0000ff;
  display:block;
  padding-left:10px;
  line-height:15px;
}

.box_highlight_top, .box_product_top {
  background: url(img/box_highlight_top.gif) left bottom no-repeat;
  font-size:0;
  height: 10px;
}

.box_highlight_bg, .box_product_bg {
  background: url(img/box_highlight_bg.gif) left top repeat-y;
  padding: 10px 30px;
}

.box_product_bg {
  padding: 0px 15px 0px 10px;
}

*html .box_product_bg {
  padding: 0px 0px 0px 10px;
}


.box_highlight_bottom, .box_product_bottom {
  background: url(img/box_highlight_bottom.gif) left top no-repeat;
  font-size:0;
  height: 10px;
}

/* SHOPPING CART OVERVIEW */
.shopping_cart_top {
  background: url(img/shopping_cart_top.gif) left bottom no-repeat;
  position: relative;
}

.shopping_cart_top td {
  color: #ffffff;
  font-weight: bold;
  background: none;
}

.shopping_cart_bottom {
  background: url(img/shopping_cart_bottom.gif) left top no-repeat;
  position: relative;
}

.shopping_cart_bottom td {
  background: none;
}

.seperator {
  background: url(img/border_horizontal.jpg) left bottom repeat-x;
  height:1px;
  margin:20px 0px;
}

/* TOTAL PRICE LISTING */

.total_bottom
{
  background:url(img/total_bottom.gif) left top no-repeat;
  color:#ffffff;
  font-size:12px;
  height:80px;
  padding:5px 0px;
}

.total_top
{
  background:url(img/total_top.gif) left bottom no-repeat;
  color:#ffffff;
  font-size:12px;
  height:25px;
  padding:0px 10px;
}

td.main
{
  padding:0px 10px;
}

/* CATEGORY LISTING */

.box_category
{
  margin-bottom:5px;
  width:295px;
}

.box_category_top
{
  background:url(img/box_category_top.gif) left bottom no-repeat;
  font-size:0;
  height:8px;
}

.box_category_bg
{
  background:url(img/box_category_bg.gif) left top repeat-y;
  padding:0px 20px 0px 10px;
}

.box_category_bg a
{
  display:block;
  font-weight:bold;
  font-size:14px;
  
}

.box_category_bg img
{
  border:1px solid #bbbbbb;
}

.box_category_bottom
{
  background:url(img/box_category_bottom.gif) left top no-repeat;
  height:11px;
  font-size:0;
}

.category_description
{
  margin-left:10px;
  width:460px;
}

/* PRODUCT LISTING */

.productlist_name, .productlist_price
{
  margin-left:10px;
}

.productlist_name
{
  width:460px;
}

.box_product .product_right
{
  width:470px;
}

*html .box_product .product_right
{
  width:auto;
}

.productlist_description {
  margin-top:10px;
  margin-left:10px;
  width:460px;
}

.productlist_price
{
  text-align:right;
}

*html .productlist_price
{
  margin-right:5px;
}

.productprice_left
{
  background:url(img/productprice_left.gif) right top no-repeat;
  height:25px;
  width:6px;
  font-size:0;
}

.productprice_bg
{
  background:url(img/productprice_bg.gif) left top repeat-x;
  height:25px;
  padding:5px 4px 0px 4px;
}

.productprice_right
{
  background:url(img/productprice_right.gif) right top no-repeat;
  height:25px;
  width:6px;
  font-size:0;
}

.productprice_bg p
{
   color:#0000ff;
   font-weight:bold;
}
.box_product_bg img
{
   border: 1px solid #999999;
}

/* SITEMAP */

.sitemap
{
  width:285px;
}

.sitemap_top
{
  background:url(img/sitemap_top.gif) left bottom no-repeat;
  height:8px;
  font-size:0;
}

.sitemap_bg
{
  background:url(img/sitemap_bg.gif) left bottom repeat-y;
}

.sitemap .sitemap_wrap {
  padding:5px 10px;
}

.sitemap_wrap li {
  font-size:0;
}

.sitemap_bg a
{
  font-weight:bold;
  font-size:16px;
  display:block;
}

.sitemap_bg ul li a
{
  font-weight:bold;
  font-size:14px;
}

.sitemap_bottom
{
  background:url(img/sitemap_bottom.gif) left top no-repeat;
  height:11px;
  font-size:0;
}

/* RATING */
.rating
{
  padding-top:5px;
  padding-left:5px;
}

/* PRODUCT DESCRIPTION TABLE */
#product_description table tr {
  background:transparent url(img/border_horizontal.jpg) left bottom repeat-x;
}

td, td p{
  font-size:11px !important;
}

#product_description table {
  width:295px !important;
}

.productlist_price a {
  display:inline !important;
}