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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font: normal small  Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #666666;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

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

img {
	border: none;
}

/* Header */

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

/* title */
.header {
	background: #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
	font-size: 1em;
	height: 130px;
	margin: 0 auto;
	padding: 5px 5px 3px 5px;
	width: 968px;
}
.header .right {
	background: #808080;
    color: #000;
	height: 125px; padding:0px;
}
.header .left {width: 1px;}

.header .right {width: 190px;}

.header .middle {
    float:left;    margin:0;
	width:755px; height:130px;
    font: normal 1.5em Arial,sans-serif;
    color:#cccccc;
    background: #808080 url(img/header.jpg) no-repeat;
}


/* Menu */

#menu {
	width: 980px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	background: url(images/img5.gif);
}

#colOne {
	float: left;
	width: 194px;
	padding: 6px 10px 0 5px;
}

#colTwo {
	float: left;
	width: 535px;
	padding: 10px 10px 0 10px;
}

#colThree {
	float: left;
	width: 204px;
 padding: 5px;
}



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

li {list-style: square;}

h1 {
	font: normal 1.8em Arial,sans-serif;
	margin-bottom: 4px;
}





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

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

.left {float: left;}

.right {float: right;  padding: 5px;
      }



.navtrail {
   	font-size: 1.0em;
    color: #ccc;
    width: 980px;
	height: 20px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

.navtrail a{
   	font-size: 1.0em;
    color: #ccc;
}

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

}


/* content */
.content {
	background: #000;
}

.content_middle {
    margin: 0 auto;
    background: #fff;
  width:550px;
}

.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;}






.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: #fff;
}
A.breadcrumb:hover {
  color: #fff;
}

 .priceDisclaimer	{
	font-size:9px;
	line-height:1;
	color:#000;
	}
 
 .price	{
	font-size:12px;
	line-height:1;
	color:#000;
    font-weight: bold;
	}
 
 
.productListingOuter	{
	width:532px; float:left; border:1px solid #999999; margin:0 0 3px 0; background: #FFFFFF;
	}

.productListingInner	{
	padding:10px;
	}


.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-left: 10px;
    border-color: #2E2E2E;
}

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

.infoBoxHeading {
	background: #000 url(img/nav_box.gif);
	border: 1px solid;
	border-color: #999999;
	height: 22px;
    padding: 5px 0 3px 10px;
    font: bold 1.0em sans-serif;
    color: #fff;
}

.infoBoxHeading a{
    color: #fff;
}

.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: #999999;
  padding: 3px;
  background: #BFBFBF;
}

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: #0000;
  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: none;
}
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; }

.pageHeading {
 background: #fff ;
	border: 1px solid #000000;
	border-color: #000000 #000000;
	height: 21px;
    font: bold 1.1em sans-serif;
    width: 530x;
    padding: 4px 0 4px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    }

.indexHeading {
 background: #fff;
    border: 0px solid #000000;
	height: 31px;
    padding: 4px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    }

.contentsTopics {
 background: #fff;
    border: 0px solid #000000;
	height: 31px;
    padding: 4px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    }

.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: #000;
  width: 980px;
  margin: 0 auto;
  background: #cccccc;
  border-top: 1px solid #666666;
}

.parseTime {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #666666;
}

A.copyright {
  color: #666666;
}
A.copyright:hover {
  color: #666666;
  text-decoration: underline;
}


