/* -----------------------------------------------------------------------------------------
   $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) 22e2e2e-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 
   ---------------------------------------------------------------------------------------*/
 /* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FFFFFF;text-decoration: none;}
a:hover {text-decoration: none; color: #947940}

body {
	background: #10100f url(img/bg.gif) repeat;
	color: #b7b7b7;
	font: normal 70% 'Trebuchet MS', Arial, sans-serif;
}

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

li {list-style: none;}

h1 {
	font: normal 1.8em 'Trebuchet MS', Arial,sans-serif;
	margin-bottom: 4px;
	color: #947940;
}

h2 {
	font: bold 1.2em 'Trebuchet MS', Arial,sans-serif;
	margin-bottom: 2px;
}



h1,h2,h3 {padding-top: 6px;}

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

.left {float: left;}

.right {float: right;
       border: 1px solid #ff980b;
       background: #2e2e2e;}
       
/* structure */
.container {
	background: #10100f;
	font-size: 1em;
	margin: 0 auto;
	padding: 0 3px 3px;
	width: 960px;
}

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

/* title */
.header {
 background: #2e2e2e url(img/header.jpg) no-repeat;
    font-size: 1.2em;
    text-align: right;
	height: 175px;
	margin: 0 auto;
 	width: 960px;
}

/* navigation */
.navigation {
    padding: 0px 0px 0px 260px;
}
.navigation a {
    border-right: 1px solid #10100f;
	color: #b7b7b7;
	display: block;
    float: left;
    margin-top: 120px;
	font: bold 1.1em 'Trebuchet MS', Arial, sans-serif;
    padding: 8px 10px 0px 10px;
	text-decoration: none;
    height:20px;
}

.navigation a:hover {color: #7d683c; text-decoration: underline;}



/* main */
.main {
	border-top: 10px solid #10100f;
 	background: #10100f;
}

/* sub navigation */
.sidenav_right {
	float: right;
    width: 190px;
}
.sidenav_left    {
    float: left;
    width: 190px;
}




/* content */
.content {
	background: #2e2e2e;   font-size: 1.2em;
}

.content_middle {
    margin: 0 auto;
	padding: 0 0 0 0;
	width:550px;
	background: #10100f;
}


.content p {font-family: 'Trebuchet MS', Arial,sans-serif; background: #10100f;}



/* footer */
.footer {
	color: #b7b7b7;
	font: bold 1em 'Trebuchet MS', Arial, sans-serif;
	line-height: 29px;
	text-align: center;
}
.footer a,.footer a:hover {color: #333333;}




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

.productsNotifications {
	background-color: #f22e2e2e7;
}

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

FORM {
	display: inline;
}


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

 .priceDisclaimer	{
	font-size:8px;
	line-height:1;
	color:#b7b7b7;
	}
 
 .price	{
	font-size:20px;
	line-height:1.5;
	color:#ff0;
    font-weight: bold;
	}
 
 
.productListingOuter	{
	width:541px; float:left; border:1px solid #ccc; margin:2px; background-color:#10100f;
	}

.productListingInner	{
	padding:2px;
	}

 .productListingOuter3	{
	width:168px;
	min-height: 270px;
	float:left;
 	margin:3px;
        padding:2px;
	text-align: center;
	position: relative;
 border: 1px solid #fefefe;
 background-color:#10100f;
}

.productListingInner3	{
 padding:2px;
	text-align: center;
}

.productListingPrice3 {
  position: absolute;
  left: 2px;
  bottom: 1px;
  width: 168px;
  font-size:1.2em;
  text-align: center;
  background-color:#10100f;
}

.moduleHeading {
	text-transform: uppercase;
	font-weight: bold;
    font: bold 120%/1.4em 'Trebuchet MS', sans-serif;
	padding-bottom: 11px;
}


.infoBox {
    color: #7d683c;
	font-size: 1em;
	line-height: 15px;
	margin: 0;
	padding-left: 10px;
    border-color: #7d683c;
	
}

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

.infoBoxHeading {
	border: 0px solid;
	background-color: #7d683c;
	height: 18px;
    padding: 5px 0 3px 10px;
    font: bold 120%/1.4em 'Trebuchet MS', sans-serif;
    color: #ffffff;
	text-transform: uppercase;
}

.infoBoxHeading a{
    color: #2e2e2e;
}


.infoBox, SPAN.infoBox {
  font-family:  'Trebuchet MS', Arial, sans-serif;
  font-size: 12px;
  background: #2e2e2e;
  border-left: 2px solid #2e2e2e;
  border-right: 2px solid #2e2e2e;
  border-bottom: 1px solid #7d683c;
}

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

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

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

SPAN.greetUser {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: #2e2e2e0;
  font-weight: bold;
}

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


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

SPAN.productSpecialPrice {
  font-family:  'Trebuchet MS', Arial, sans-serif;
  color: #2e2e2eff0;
}
SPAN.productOldPrice {
	font-family:  'Trebuchet MS', Arial, sans-serif;
	color: #2e2e2eff0;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family:  'Trebuchet MS', Arial, sans-serif;
  color: #2e2e2eff0;
}

SPAN.productDiscountPrice {
  font-family:  'Trebuchet MS', Arial, sans-serif;
  color: #2e2e2eff0;
  font-weight: bold;
}

.
/* Sitemap Tables */
.sitemap_heading {font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 10pt; color: #2e2e2e;
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#7d683c;}
.sitemap_heading a:hover {color:#2e2e2e; text-decoration:none;}

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


/* message box */

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

/* input requirement */

.inputRequirement { font-family:  'Trebuchet MS', Arial, sans-serif; font-size: 11px; color: #cccccc; }

.pageHeading {
	border: 0px solid #7d683c;
	border-color: #7d683c #7d683c;
	height: 18px;
    font: bold 120%/1.4em 'Trebuchet MS', sans-serif;
    padding: 4px 0 4px 4px;
    font-size: 13px;
    font-weight: bold;
    color: #7d683c;
    }

.contentsTopics {
 	height: 30px;
    font: bold 1.1em sans-serif;


    font-size: 13px;
    font-weight: bold;
    background: #10100f;
    }

.contentsTopicsartlisting {
 	height: 35px;
    font: bold 1.3em sans-serif;


    font-size: 19px;
    font-weight: bold;
    color: #f9f9f9;
    background: #10100f;
    }
    
.tableListingI {
	background-color: #92928A;
	color: #010101;

}

.tableListingII {
	background-color: #50504B;
	color: #b7b7b7;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family:  'Trebuchet MS', Arial, sans-serif;
  font-size: 8px;
  color: #7d683c;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

img { border: 0 }

.copyright {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 8px;
  line-height: 1.5;
  text-align:center;
  color: #2e2e2e;
}
.parseTime {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 8px;
  line-height: 1.5;
  text-align:center;
  color: #2e2e2e;
}
.copyright a {
  color: #2e2e2e;
}
A.copyright:hover {
  color: #2e2e2e;
  text-decoration: underline;
}



/* AGB */
.agb {
	border-top: 4px solid #10100f;
 background: #10100f;
}
