/* -----------------------------------------------------------------------------------------
   $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 url(thickbox.css);
/* BODY */
* {margin:0;padding:0}
body {font-family:Verdana,Arial,Sans-serif; font-size:11px; margin:0; padding:0; background-color:#CAEEFF;}

/* HEADINGS */
h1 {color:#000000;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:#000000;}
h2 {color:#000000; font-weight:bold;font-size:12px;margin:15px 0px 8px 0px;padding:0px;}
h3 {color:#000000; font-weight:bold;font-size:12px;margin:15px 0px 8px 0px;padding:0px;}

/* LINKS GLOBAL */
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:none;cursor:pointer}
a:link {color:#000000}
a:visited {color:#000000}
a:hover,a:active {color:#000000}
a img {border:none}


/* PARAGRAPH GLOBAL */
p {margin:8px 0px 8px 0px;font-size:11px;}


/* TABLE GLOBAL */
table td {padding:2px;}


#wrap {
        margin: 0 auto; padding: 0; width: 1000px; text-align:center;

}

#topmenubox {

  width: 1000px;
  height:49px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 11px;
  padding:0;
  background-image: url(img/header_01.jpg);

}

.menutop ul {

margin: 0 auto; color: #ffffff;


}

.menutop li {
  display: inline;
  list-style-type: none;
  margin-top: 30px;
  margin-right:30px;
  padding: 0;
  color: #ffffff;
  font-size:12px;
  font-weight:bold;
  float:right;

}


.menutop li a {color: #FCE75D;}

.menutop li a:hover {color: #FCE75D;}

#header_02 {
  width: 600px;
  float: left;
  padding: 0;
  margin: 0 auto;
}

#header_03 {
  width: 400px;
  float: right;
  padding: 0;
  margin: 0 auto;

}

#search {

  background-image: url(img/header_04.jpg);
  float:left;
  margin: 0 auto;
  padding:0;
  height:41px;
  width: 1000px;


}

#maincontent {

  width: 1000px;
  background-image: url(img/main_bkgd.jpg);
  background-repeat: repeat-y;
  margin: 0 auto;
  text-align:left;
  padding-top: 0px;
}

#leftmenu {
  width: 208px;
  float: left;
  padding: 0;
  margin: 0 auto;
}

#rightmenu {
  width: 208px;
  float: right;
  padding: 0;
  margin: 0 auto;

}

#content {
width: 584px;
float: left;
display: inline;
font-size: 11px;
margin: 0 auto;
padding-top:0px;

}

#hl_new_products {
  height: 28px;
  background-image: url(img/hl_new_products.jpg);
  background-repeat: no-repeat;
  padding: 7px 0 0 20px;
  font-size: 12px;
  color:#ffffff;
  font-weight:bold;
  margin: 0 auto;
}

#navtrail {
  height: 24px;
  background-image: url(img/main_top.jpg);
  padding: 7px 0 0 10px;
  font-size: 12px;
  color:#ffffff;
  font-weight:bold;
  margin: 0 auto;
}

#navtrail a {

  color:#FFFFFF;
  font-size:9px;
}




#banner {
  width: 100px;
  height: 100px;
  margin: 0 auto 0 auto;
  text-align: center;
}


/* CATEGORY MENU */

ul#categorymenu {padding-top:10px;padding-bottom:10px }
/* 1st TIER */
ul#categorymenu li.level1 {list-style-type:none; background-image:url(img/button.jpg);height:14px; padding:2px 0px 0px 30px;}
ul#categorymenu li.level1 a {text-decoration:none; color:#E62077;}
/* 2nd TIER */
ul#categorymenu li.level2 {list-style-type:none; padding:1px 0px 1px 24px;}
ul#categorymenu li.level2 a {font-size: 11px; text-decoration:none; color:#00C0FF; font-weight:bold;}
/* 3rd TIER */
ul#categorymenu li.level3 {list-style-type:none; padding:1px 0px 1px 40px;}
ul#categorymenu li.level3 a {font-size: 11px; text-decoration:none; color:#E62077; font-weight:bold;}

/*  Menu-Boxen Start  */

.menutopleft {

  height: 26px;
  padding: 7px 0 0 35px;
  background-image: url(img/hl_box_left.jpg);
  background-repeat:no-repeat;
  color: #ffffff;
  font-size: 12px;
  margin: 0;

}

.menutopleft_cat {

  height: 24px;
  padding: 7px 0 0 35px;
  background-image: url(img/hl_cat.jpg);
  background-repeat:no-repeat;
  color: #ffffff;
  font-size: 12px;
  margin:0 auto;

}

.menutopright {

  height: 26px;
  padding: 7px 35px 0 0;
  background-image: url(img/hl_box_right.jpg);
  background-repeat:no-repeat;
  color: #ffffff;
  font-size: 12px;
  text-align:right;
  margin:0 auto;
}

.menutopleft_cart {

  height: 24px;
  padding: 7px 35px 0 0;
  background-image: url(img/hl_cart.jpg);
  background-repeat:no-repeat;
  color: #ffffff;
  font-size: 12px;
  text-align:right;
  margin:0 auto;
}



.menucontent {

width: 180px;
  padding: 0;
  margin: 0;
  font-size: 11px;
  padding: 10px 0 15px 20px;
}

.menucontentright {
text-align:left;
width: 170px;
  margin: 0;
  font-size: 11px;
  padding: 10px 0 15px 20px;
}

.menucontentcenter {
text-align:center;
width: 200px;
  margin: 0;
  font-size: 11px;
  padding-top:10px;
  padding-bottom:10px;

}

/* 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: #E62077;}
.listingbox {
  width:560px;
  padding: 0px;
  border: 1px solid #78F1FA;
  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 #000000;}
.productPreviewContent .price{font-size:12px; font-weight:bold; padding:0; margin:0}
.productPreviewContent .taxandshippinginfo {font-size:11px; font-weight:normal; color:#000000; padding:0; margin:0}
.productPreviewContent .vpe {font-size:11px; font-weight:normal; color:#000000; padding:0; margin:0}
.productPreviewContent .shippingtime {font-size:11px; font-weight:normal; color:#000000; padding:0; margin:0}
.productPreviewContent .stockimage {margin:0; padding:0;}
.productPreviewContent .stockimagetext {margin:0; padding:0; font-size:11px; font-weight:normal; color:#000000;}
.productPreviewContent .productOldPrice {font-size:12px; font-weight:bold; color:#DA0303;}
.productPreviewContent .taxandshippinginfo a {font-size:11px; font-weight:normal; color:#000000;}

/* 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:21px;width:550px;}
.listing a {color: #E62077;}
.listing a:visited {color:#E62077}
.listing a:hover,a:active {color:#E62077}
.price  {font-size:14px; color: #000000; 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: 184px;
  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;
}

td.price {
  font-family: sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(img/price.jpg);
  height:71px;
  padding-bottom:6px;
  background-repeat:no-repeat;

}

.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: #78F1FA;}
/* 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 #999999;}
#productinfoimages .productimage {border: solid 1px #999999;}
#productinfoimages .hrlightgrey {margin-top:6px; margin-bottom:6px;}
#productinfopricewithimages {float:right; width:310px}
#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;color:#8F8F8F;font-style:italic;}
.productoptions {background-color:#ffffff; padding:2px;}
.addtobasket {background-color:#ffffff; padding:3px; text-align:right; border-style:solid; border-width:1px 0px 0px 0px; border-color:#999999}

/* 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:#ffffff;}
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:#000000; 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:#00C0FF; 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:#000000; 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:#00C0FF; border: solid #000000 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:#00C0FF; border-style: solid; border-width:0px 1px 1px 1px; border-color:#E62077;}
table.orderdetails tr td {padding:4px}
table.orderdetails tr.headerrow td {background-color:#00C0FF; 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:#CAEEFF;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 #E62077 1px;}
table.orderdetails tr.contentrow1 td.productname {text-align:left}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {background-color:#ffffff;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 #E62077 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:#E62077;}

/* PRODUCT NAVIGATOR */
div.productnavigator {background-color:#ffffff; padding:8px; border:#999999 1px solid}

/* REVIEW LIST */
table.reviewlist {background-color:#00C0FF; border-style: solid; border-width:0px 1px 1px 1px; border-color:#000000;}
table.reviewlist tr td {padding:4px; white-space:nowrap}
table.reviewlist tr.header td {background-color:#00C0FF; color:#FFFFFF; font-weight:bold}
table.reviewlist tr.contentrow1 td {background-color:#00C0FF;}
table.reviewlist tr.contentrow2 td {background-color:#ffffff;}
textarea#review {width:100%}

/* MEDIA LIST */
table.medialist {background-color:#00C0FF; border-style: solid; border-width:1px; border-color:#000000;font-size:11px}
table.medialist tr td {padding:6px; white-space:nowrap; vertical-align:top}
table.medialist tr.contentrow1 td {background-color:#00C0FF;}
table.medialist tr.contentrow2 td {background-color:#ffffff;}

/* SITEMAP */
.sitemapwrap {}
.sitemapwrap .sitemapleft {background-color:#ffffff;display:table; float:left; width:235px; margin-bottom:15px;}
.sitemapwrap .sitemapright {background-color:#ffffff; display:table; float:right; width:235px; margin-bottom:15px;}
.sitemapheader {padding:3px; background-color:#00C0FF; 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:#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: 40px; list-style-type:none; float:left; width:105px; 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: #00C0FF}
ul#checkoutnavigation li.active .number {font-size:12px; font-weight:bold;color:#FFFFFF}
ul#checkoutnavigation li.active .title {font-size:12px; font-weight:bold;color:#FFFFFF}
ul#checkoutnavigation li.active .description {font-size:11px}

ul#checkoutnavigation li.inactive {color:#999999; background-color: #ffffff; border-color:#999999}
ul#checkoutnavigation li.inactive .number {font-size:12px; font-weight:bold}
ul#checkoutnavigation li.inactive .title {font-size:12px; font-weight:bold}
ul#checkoutnavigation li.inactive .description {font-size:11px}

/* ERROR MESSAGES */
p.errormessage {border: dotted #E62077 2px; padding:15px; background-color:#ffffff}

/* SUCCESS MESSAGE */
.messageStackSuccess {padding:4px; background-color:#ffffff}

/* FOOTER */


#footer {
  clear: both;
  width: 1000px;
  height: 102px;
  margin: 0  0 5px 0;
  padding: 0 0  0 0;
}

#footer_left {
  width: 208px;
  float: left;
  padding: 0;
  margin: 0 auto;
}

#footer_right {
  width: 208px;
  float: right;
  padding: 0;
  margin: 0 auto;

}

#footer_main {
width: 584px;
float: left;
display: inline;
font-size: 11px;
margin: 0 auto;
padding-top:42px;
background-image: url(img/bg_middle_end.jpg);
height:60px;

}
A.footer {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #E62077;
        font-weight : normal;
        text-decoration: none;

}

A.footer:hover {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #E62077;
        font-weight : normal;
        text-decoration: underline;
}
A.footer:visited {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #E62077;
        font-weight : normal;
        text-decoration: none;
}






/* XTC COPYRIGHT */
.copyright {margin: 0 auto; width:970px; background-color:#CAEEFF; text-align:center; color:#666666; font-size:11px; padding:0px 0px 10px 0px;}
/* XTC ParseTime */
.parseTime {margin: 0 auto; width:970px; background-color:#CAEEFF; text-align:center; color:#666666; font-size:11px; padding:0px 0px 10px 0px;}