/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   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 
   ---------------------------------------------------------------------------------------*/
#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#art-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 495px;
	left: 0;
	top: 0;
}

#art-page-background-glare-image
{
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 495px;
	width: 1130px;
	margin: 0 auto;
}

#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 500px;
}

 /* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #444;text-decoration: none;}
a:hover {text-decoration: underline;}

body {
	background-color: #F3F3F1;
	color: #444;
	font: normal 60.5% Arial,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: bold 1.6em Arial;
	margin-bottom: 4px;
}

h2 {
	font: bold 1.4em Arial;
	margin-bottom: 4px;
}

h3 {
	font: bold 1.2em Arial;
	margin-bottom: 2px;
}


h1,h2,h3 {padding: 4px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;
   }

/* structure */
.container {
        border-left: 10px solid #e8e8e8;
        border-right: 10px solid #e8e8e8;
        border-bottom: 10px solid #e8e8e8;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 980px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
background: #FFF url(img/header.jpg) no-repeat;
        border-left: 10px solid #e8e8e8;
        border-right: 10px solid #e8e8e8;
        border-top: 10px solid #e8e8e8;
	height: 170px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 980px;
}
.header .left, .header .right {
	height: 170px;
}
.header .left {

 font: normal 1.5em Arial,sans-serif;
	text-align: right;
	width: 561px;
}
.header .right {
	overflow: auto;
	width: 412px;
}


/* navigation */
.navigation {
 background: #e8e8e8 url(img/nav.gif);
	border: 1px solid;
	border-color: #e8e8e8 #e8e8e8;
	height: 30px;
    display: block;
}

.navigation a {
	background: #e8e8e8 url(img/nav.gif);
	border-right: 1px solid #e8e8e8;
        color: #444;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background: #e8e8e8 url(img/nav1.gif); background-position: left bottom; color:#f1b107; text-decoration: underline;}

/* main */
.main {
	border-top: 4px solid #FFF;
        background: #ffffff;   padding-right:5px;
}

.td.main {background: #ffffff;}

/* sub navigation */
.sidenav {
	float: left;
	width: 192px;
}



/* content */
.content {
	background: #fff;

 float: right;
	margin: 0px 0;
	padding: 0 0;
	width:764px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial,sans-serif;}

/* footer */
.footer {
	background: url(img/nav.gif) repeat-x;
	color: #666;
	font: bold 0.8em sans-serif;
	line-height: 29px;
	text-align: left;
}
.footer a,.footer a:hover {color: #666;}




.gvBox {
	font-family : Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Arial, sans-serif;
	font-size : 11px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Arial, sans-serif;
	font-size : 11px;
	color: #70d250;
	text-decoration: underline;
}

FORM {
	display: inline;
}


A.breadcrumb {
  color: #000;
}
A.breadcrumb:hover {
  color: #000;
}

 .priceDisclaimer	{
	font-size:9px;
	line-height:1;
	color:#333333;
	}
 
 .price	{
	font-size:12px;
	line-height:1;
	color:#000;
    font-weight: bold;
	}
 
 
.productListingOuter	{
	width:240px; height:300px; float:left; border:1px solid #eee; margin:5px;
	}

.productListingInner	{
	padding:10px; text-align:center;
	}


.moduleHeading {
	font-family:  Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 11px;
}


.infoBox {
        color: #000000;
	font-size: 1em;
	line-height: 15px;
	margin: 0;
	padding: 5px;
        border-color: #e8e8e8 #CFDEE7;
}

.catBox {
    	margin: 0;
	padding: 0px;
        border: 1px solid #e8e8e8;
}

.infoBoxNoticeContents {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

.infoBoxHeading, .pageHeading, .contentsTopics  {
	background: #ffffff url(img/headernav.gif);
        height: 20px;
    padding: 5px 0 3px 10px;
    text-align:left;
    font: bold 1.1em Arial;
    color: #444;
    border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-bottom:3px;
}

.infoBoxHeading a{
    color: #444; text-decoration:underline;
}

.infoBox, SPAN.infoBox {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e8e8e8;
}

TR.headerError {
  color: #ff0000;
  font-size: 12px;
}

INPUT{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a.confirmationEdit {
  font-style:italic;
  font-size: 10px;
  color: #999999;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  color: #000;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffff;
  padding: 0 5px 0 5px;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family:  Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family:  Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family:  Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

/* Sitemap Tables */
.sitemap_heading {font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#000000;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family:  Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 11px; color: #ff0000; }




.tableListingI {
	background-color: #fafafa;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

img { border: 0 }

.copyright {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #000000;
}
.parseTime {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #000000;
}
.copyright a{
  color: #000000;
}
.copyright a:hover {
  color: #000000;
  text-decoration: underline;
}

/* begin Menu */
/* menu structure */

ul.catmenu { width:188px; margin:0; padding:0; list-style:none;display:block;}
/*---------------------------- BOF - Hauptkategorien (c) 2009 by Hetfield - http://www.MerZ-IT-SerVice.de --------------------------*/
li.catmenulev0 {background: url('images/Button.png') 0 -2px ; height:27px;margin-bottom:2px;list-style:none;}
li.catmenulev0active {background: url('images/Button.png') 0 -32px;list-style:none;}
li.catmenulev0active a {display:block; padding:6px 0 6px 14px; text-decoration:none; font-size:12px; font-weight:bold; }
li.catmenulev0active:hover { height:27px; background: url('images/Button.png') 0 -32px;}
li.catmenulev0:hover { height:27px; background: url('images/Button.png') 0 -32px;}
li.catmenulev0 a {display:block; padding:6px 0 6px 10px; text-decoration:none; font-size:12px;}
li.catmenulev0 a:hover { color:#444; text-decoration:underline; background: url('images/Button.png') 0 -32px;}
ul.catmenu li ul.catmenulev1 { display:none;}
ul.catmenu li:hover ul.catmenulev1 { display:block;z-index:10000;}
/*---------------------------- EOF - Hauptkategorien (c) 2009 by Hetfield - http://www.MerZ-IT-SerVice.de --------------------------*/

/*---------------------------- BOF - 1. Unterkategorie (c) 2009 by Hetfield - http://www.MerZ-IT-SerVice.de ------------------------*/
ul.catmenulev1 {position:relative; top:-25px; left:150px; display:block;}
li.catmenulev1 {}
li.catmenulev1active {background: url('images/Button.png') 0 -32px;list-style:none;}
li.catmenulev1 a {background: url('images/Button.png') 0 -2px; display:block; width:160px;padding:6px 0 6px 6px; text-decoration:none;}
li.catmenulev1 a:hover { color:#000;z-index: 10000;background: url('images/Button.png') 0 -32px;}

/*---------------------------- EOF - 1. Unterkategorie (c) 2009 by Hetfield - http://www.MerZ-IT-SerVice.de ------------------------*/

/*---------------------------- BOF - 2. Unterkategorie (c) 2009 by Hetfield - http://www.MerZ-IT-SerVice.de ------------------------*/
ul.catmenulev2 { width:160px; position:relative; top:-25px; left:125px;z-index: 10000;}
li.catmenulev2 {}
li.catmenulev2active {background: url('images/Button.png') 0 -32px;list-style:none;}
li.catmenulev2 a {background: url('images/Button.png') 0 -2px; display:block; width:160px;padding:6px 0 6px 6px; text-decoration:none;}li.catmenulev2 a:link { color:#000; z-index: 10000;}
li.catmenulev2 a:hover { color:#000;z-index: 10000;background: url('images/Button.png') 0 -32px;}
/*---------------------------- EOF - 2. Unterkategorie (c) 2009 by Hetfield - http://www.MerZ-IT-SerVice.de ------------------------*/
