/* -----------------------------------------------------------------------------------------
   $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
   -----------------------------------------------------------------------------------------

   XTC-Design Template & Stylesheet
   -----------------------------------------------------------------------------------------
   (c) XTC-Design - Thorsten Maurer
       http://www.xtc-design.de
   -----------------------------------------------------------------------------------------*/


body {color: #6C6C6C;
        margin: 0px;
        background-color: #ffffff;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;}

/* HEADINGS */
h1 {color:#6C6C6C;font-weight:bold;font-size:13px;margin:20px 0px 15px 0px;padding:0px;width:auto;border-style:solid;border-width:0px 0px 1px 0px;border-color:#6C6C6C;}
h2 {color:#6C6C6C; font-weight:bold;font-size:12px;margin:15px 0px 8px 0px;padding:0px;}
h3 {color:#6C6C6C; font-weight:bold;font-size:12px;margin:15px 0px 8px 0px;padding:0px;}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {font-family:Verdana,Arial,Sans-serif; font-size:11px;}
textarea {font-family:Verdana,Arial,Sans-serif; font-size:11px;}
select {font-family:Verdana,Arial,Sans-serif; font-size:11px;}

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {}

/* LINKS GLOBAL */
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:none;cursor:pointer;}
a:link {color: #6C6C6C;}
a:visited {color: #6C6C6C;}
a:hover,a:active {color: #6C6C6C;}
a img {border:none}


/* PARAGRAPH GLOBAL */
p {margin:8px 0px 8px 0px;font-size:11px;}
form {padding:0;margin:0}
ul,ol {padding-left:25px}
/* TABLE GLOBAL */
table td {padding:2px;}


#wrap {
        margin: 0 auto; padding: 0; width: 955px; text-align:center;

}

#lefttop {
  width: 211px;
  float: left;
  padding: 0;
  margin: 0 auto;
}

#righttop {
  width: 210px;
  float: right;
  padding: 0;
  margin: 0 auto;

}

#navtrail {
width: 560px;
float: left;
display: inline;
font-size: 9px;
margin: 0 auto;
padding:0 0 10px 0;
text-align:left;
}

#navtrail a {

  color:#6C6C6C;
  font-size:9px;
}


#topmenubox {

  width: 955px;
  height:163px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 10px;
  padding:0;
  text-align:right;
  background-image: url(img/header.jpg);


}


.menutop {

  padding-right:20px;padding-top:85px;color: #ffffff;margin:0px;
}

.menutop li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}


.menutop li a,.menutop li a:hover,.menutop li a:visited {
  display: block;
  float:right;
  width: 112px;
  height:20px;
  background-image: url(img/button.jpg);
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  padding-top:9px;

}



#maincontent {

  width: 955px;
  background-image: url(img/main_bkgd.jpg);
  background-repeat: repeat-y;
  margin: 0 auto;
  text-align:left;
  padding-top: 0px;
}

#leftmenu {
  width: 186px;
  float: left;
  padding: 0;
  margin: 0 auto;
}

#rightmenu {
  width: 186px;
  float: right;
  padding: 0;
  margin: 0 auto;

}

#content {
width: 583px;
float: left;
display: inline;
font-size: 11px;
margin: 0 auto;
padding-top:0px;

}


#banner {
  width: 955px;
  height: 100px;
  margin: 0 auto 0 auto;
  text-align: center;
}


/* CATEGORY MENU */

ul#categorymenu {padding: 5px 0px 5px 0px;margin:0px }
/* 1st TIER */
ul#categorymenu li.level1 {list-style-type:none; padding: 0px 0px 0px 13px;}
ul#categorymenu li.level1 a {text-decoration:none; color:#6C6C6C; font-weight:bold;}
/* 2nd TIER */
ul#categorymenu li.level2 {list-style-type:none; padding:1px 0px 1px 24px;}
ul#categorymenu li.level2 a {font-size: 10px; text-decoration:none; color:#999999; font-weight:bold;}
/* 3rd TIER */
ul#categorymenu li.level3 {list-style-type:none; padding:1px 0px 1px 32px;}
ul#categorymenu li.level3 a {font-size: 10px; text-decoration:none; color:#6C6C6C; font-weight:bold;}

/*  Menu-Boxen Start  */

.menutopleft {

  height: 21px;
  padding: 29px 0 0 20px;
  background-image: url(img/hl_box_left.jpg);
  background-repeat:no-repeat;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  margin: 0;

}

.menutopleft_cat {

  height: 22px;
  padding: 7px 0 0 20px;
  background-image: url(img/hl_cat.jpg);
  background-repeat:no-repeat;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  margin: 0;

}


.menutopright {

  height: 21px;
  padding: 29px 20px 0 0;
  background-image: url(img/hl_box_right.jpg);
  background-repeat:no-repeat;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align:right;
  margin:0 auto;
}

.menutopright_search {

  height: 22px;
  padding: 7px 20px 0 0;
  background-image: url(img/hl_search.jpg);
  background-repeat:no-repeat;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align:right;
  margin:0 auto;
}


.menucontent {


  margin: 0;
  font-size: 11px;
  padding: 10px 10px 15px 18px;
}

.menucontentright {


  margin: 0;
  font-size: 11px;
  padding: 10px 10px 15px 18px;
}

.menucontentcenter {
  text-align:center;

  margin: 0;
  font-size: 11px;
  padding: 10px 12px 10px 12px;

}

A.box {
  color: #6C6C6C;
  text-decoration: none;
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  font-weight:normal;
}



A.box:hover {
  color: #6C6C6C;
  text-decoration: underline;
}

/* PRODUCT PREVIEW */
#listingheader {padding:8px 0px 0px 15px; margin:0;height:21px;font-size:11px;background-image: url(img/hl_new_products.jpg);
        background-repeat:repeat-x;font-weight:bold;color: #6C6C6C;border: 1px solid;border-color: #999999;}
.listingbox {
  width:560px;
  padding: 0px;
  border: 1px solid #999999;
  float: left;
  margin: 0px;
  background: #FFFFFF;
}

/* End hide from IE5/mac */
.productPreview {padding:0; margin:0;}
.productPreviewContent {vertical-align:top; width:100%}
.productPreviewContent h2 {font-size:11px;padding: 0; margin:0px 0px 5px 0px;}
.productPreviewContent h2 a {font-size:11px; font-weight:bold;}
.productPreviewImage {vertical-align:top; padding:3px 15px 0px 0px;}
.productPreviewImage img {border: solid 1px #6C6C6C;}
.productPreviewContent .price{font-size:12px; font-weight:bold; padding:0; margin:0}
.productPreviewContent .taxandshippinginfo {font-size:11px; font-weight:normal; color:#6C6C6C; padding:0; margin:0}
.productPreviewContent .vpe {font-size:11px; font-weight:normal; color:#6C6C6C; padding:0; margin:0}
.productPreviewContent .shippingtime {font-size:11px; font-weight:normal; color:#6C6C6C; padding:0; margin:0}
.productPreviewContent .stockimage {margin:0; padding:0;}
.productPreviewContent .stockimagetext {margin:0; padding:0; font-size:11px; font-weight:normal; color:#6C6C6C;}
.productPreviewContent .productOldPrice {font-size:12px; font-weight:bold; color:#DA0303;}
.productPreviewContent .taxandshippinginfo a {font-size:11px; font-weight:normal; color:#6C6C6C;}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .listingbox {
width: 542px;
}
/* End hide from IE5/mac */

.listing  {margin:0 auto;text-align:left; padding: 8px 0 0 10px; font-size:11px; color: #ffffff; font-weight:bold;background-image: url(img/content_top.jpg); background-repeat:repeat-x;height:19px;width:548px;border: 1px solid #17541F}
.listing a {color: #ffffff;}
.listing a:visited {color:#ffffff}
.listing a:hover,a:active {color:#ffffff}
.price  {font-size:14px; color: #6C6C6C; font-weight:bold;}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .listing {
width: 550px;
}

#listingcontent {
  clear: both;
  width: 560px;
  margin: 0;
  padding: 0;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .listingcontent {
width: 542px;
}

#listingcontent_left {
  width: 170px;
  float: left;
  padding: 5px;
  margin: 0 auto;
}

#listingcontent_right {
  width: 130px;
  float: right;
  padding: 35px 5px 5px 5px;
  margin: 0 auto;
  text-align:left;

}

#listingcontent_main {
width: 230px;
padding: 5px;
float: left;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .listingcontent_main {
width: 212px;
}

.listingfooter  {margin:0 auto; padding: 6px 10px 0 10px; font-size:11px; color: #ffffff; font-weight:bold;background-image: url(img/content_bottom.jpg);       background-repeat:repeat-x;height:27px;border-top: 1px solid;border-color: #999999;}

/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {display:table; width:100%}
#productinfoimages { float:left; background-color:#FFFFFF; text-align:center; width:220px; padding:10px; margin:0px 10px 10px 0px; border: solid 1px #6C6C6C;}
#productinfoimages .productimage {border: solid 1px #6C6C6C;}
#productinfoimages .hrlightgrey {margin-top:6px; margin-bottom:6px;}
#productinfopricewithimages {float:right; width:250px}
#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:#DA0303;margin:0; padding:0; font-size:12px; font-weight:bold;}
#productinfoprice .taxandshippinginfo {margin:0; padding:0; font-size:11px; font-weight:normal; color:#6C6C6C;}
#productinfoprice .taxandshippinginfo a {margin:0; padding:0; font-size:11px; font-weight:normal; color:#6C6C6C;}
#productinfoprice .shippingtime {margin:0; padding:0; font-size:11px; font-weight:normal; color:#6C6C6C;}
#productinfoprice .stockimage {margin:0; padding:0;}
#productinfoprice .stockimagetext {margin:0; padding:0; font-size:11px; font-weight:normal; color:#6C6C6C;}
p.productinfoproductadded {font-size:11px;color:#8F8F8F;font-style:italic;}
.productoptions {background-color:#EAECF2; padding:2px;}
.addtobasket {padding:3px; text-align:right; border-style:solid; border-width:1px 0px 0px 0px; border-color:#6C6C6C}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {padding:15px;background:none; background-color:#fff}

/* POPUP print_order.html */
body.popupprintorder {font-family: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:#EAECF2;}
body.popupprintorder .products .total {text-align:right}
body.popupprintorder .products .quantity {vertical-align:top}
body.popupprintorder .productname {vertical-align:top}
body.popupprintorder .model {vertical-align:top}
body.popupprintorder .singleprice {vertical-align:top}
body.popupprintorder .totalprice {vertical-align:top}

/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {padding: 15px; background-color:#FFFFFF; border: solid #697074 1px}
div.highlightbox ul {margin-left:15px; padding:0; display:block; list-style-type:square; line-height:20px}
div.highlightbox h1 {color:#6C6C6C; padding:0px 0px 10px 0px; margin:0; border:none; font-size:12px}
div.highlightbox div.hr {height:1px; line-height:1px; margin:0; padding:0; display:block; border-bottom: solid 1px #697074;}

/* PAYMENT TYPE SELECTION */
table.paymentblock {background-color:#FFFFFF; border-style: solid; border-width:1px 1px 1px 1px; border-color:#697074; margin-bottom:15px;}
table.paymentblock tr td.header {background-color:#FFFFFF; padding:2px; padding-left:5px; color:#558150; font-weight:bold;}

/* SHIPPING TYPE SELECTION */
table.shippingblock {background-color:#FFFFFF; border-style: solid; border-width:1px 1px 1px 1px; border-color:#cccccc; margin-bottom:15px;}
table.shippingblock tr td.header {background-color:#FFFFFF; padding:2px; padding-left:5px; color:#6C6C6C; 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:#558150; border: solid #6C6C6C 1px; margin-bottom:8px;}
table.downloadbox tr td.icon{padding-right: 15px;}
table.downloadbox tr td.downloadlink{width:100%;}

/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {font-size:11px; text-align:left; margin-top:5px;}
table.graduatedprice tr td.header{font-size:12px; font-weight:bold; text-align:left}

/* ORDER DETAILS */
table.orderdetails {font-size:11px; background-color:#558150; border-style: solid; border-width:0px 1px 1px 1px; border-color:#6C6C6C;}
table.orderdetails tr td {padding:4px}
table.orderdetails tr.headerrow td {background-color:#558150; 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-color:#FFFFFF;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 #6C6C6C 1px;}
table.orderdetails tr.contentrow1 td.productname {text-align:left}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {background-color:#DFDFDF;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 #6C6C6C 1px;}
table.orderdetails tr.contentrow2 td.productname {text-align:left}

/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {text-align:right; white-space:nowrap}

/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {text-align:right; white-space:nowrap}

/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {text-align:center; white-space:nowrap}

/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {margin-top:3px;}
table.orderdetails tr td.productname table.productattributes tr td {padding:0px;}
table.orderdetails tr td.productname table.productattributes tr td.attribute {padding-right:4px;}
table.orderdetails tr td.productname table.productattributes tr td.value {width:100%;}

/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {background-color:#ffffff; text-align:right;border-style: solid; border-width:1px 0px 0px 0px; border-color:#6C6C6C;}

/* PRODUCT NAVIGATOR */
div.productnavigator {background-color:#FFFFFF; padding:8px; border:#6C6C6C 1px solid}

/* REVIEW LIST */
table.reviewlist {background-color:#558150; border-style: solid; border-width:0px 1px 1px 1px; border-color:#6C6C6C;}
table.reviewlist tr td {padding:4px; white-space:nowrap}
table.reviewlist tr.header td {background-color:#558150; color:#FFFFFF; font-weight:bold}
table.reviewlist tr.contentrow1 td {background-color:#558150;}
table.reviewlist tr.contentrow2 td {background-color:#FFFFFF;}
textarea#review {width:100%}

/* MEDIA LIST */
table.medialist {background-color:#558150; border-style: solid; border-width:1px; border-color:#6C6C6C;font-size:11px}
table.medialist tr td {padding:6px; white-space:nowrap; vertical-align:top}
table.medialist tr.contentrow1 td {background-color:#558150;}
table.medialist tr.contentrow2 td {background-color:#FFFFFF;}

/* SITEMAP */
.sitemapwrap {}
.sitemapwrap .sitemapleft {background-color:#EAECF2;display:table; float:left; width:235px; margin-bottom:15px;}
.sitemapwrap .sitemapright {background-color:#EAECF2; display:table; float:right; width:235px; margin-bottom:15px;}
.sitemapheader {padding:3px; background-color:#558150; color:#FFFFFF; font-weight:bold}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {color:#FFFFFF; text-decoration:none}
.sitemapcontent {padding:6px}
.sitemapcontent li {list-style-type:none}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {width: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:#6C6C6C; font-size:11px; font-weight:normal; white-space:nowrap}
table.checkoutconfirmationorderdetails tr td.productattributes {padding:0px 0px 0px 30px; color:#6C6C6C; 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 {padding-left:30px}
ul#checkoutnavigation li {height: 80px; list-style-type:none; float:left; width:90px; margin-right:15px; border: solid 1px; padding:8px}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html ul#checkoutnavigation li {
width: 108px;
}
ul#checkoutnavigation li.active {background-color: #558150}
ul#checkoutnavigation li.active .number {font-size:10px; font-weight:bold;color:#FFFFFF}
ul#checkoutnavigation li.active .title {font-size:10px; font-weight:bold;color:#FFFFFF}
ul#checkoutnavigation li.active .description {font-size:10px;color:#FFFFFF}

ul#checkoutnavigation li.inactive {color:#6C6C6C; background-color: #EFEFEF; border-color:#6C6C6C}
ul#checkoutnavigation li.inactive .number {font-size:10px; font-weight:bold}
ul#checkoutnavigation li.inactive .title {font-size:10px; font-weight:bold}
ul#checkoutnavigation li.inactive .description {font-size:10px}

/* ERROR MESSAGES */
p.errormessage {border: dotted #DA0303 1px; padding:15px; background-color:#ffffff}

/* SUCCESS MESSAGE */
.messageStackSuccess {padding:4px; background-color:#FFFFFF}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #DA0303; }

/* FOOTER */


#footer {
  clear: both;
  width: 955px;
  height: 28px;
  margin: 0  0 5px 0;
  padding: 0 0  0 0;
}

#footer_left {
  width: 186px;
  float: left;
  padding: 0;
  margin: 0 auto;
}

#footer_right {
  width: 186px;
  float: right;
  padding: 0;
  margin: 0 auto;

}

#footer_main {
width: 583px;
float: left;

}

#cr {
  clear: both;
  width: 955px;
  height: 16px;
  float: right;
  text-align:right;
  background-image: url(img/footer.jpg);
  border: 1px solid #9F9F9F;
}

div.agbframe {
    width:97%;
    height:200px;
    overflow:auto;
    padding:10px;
    background-color: #FFFFFF;
    border:1px solid #666;
    color:#6C6C6C;
 }


/* XTC COPYRIGHT */
.copyright {margin: 0 auto; width:1000px; text-align:center; color:#000000; font-size:11px; padding:0px 0px 10px 0px;}
.copyright a{color:#000000;}
/* XTC ParseTime */
.parseTime {margin: 0 auto; width:1000px; text-align:center; color:#000000; font-size:11px; padding:0px 0px 10px 0px;}