/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
body {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body.popup {margin:10px;}

td, span, a, div, p {font-family:Verdana, Arial, Helvetica, sans-serif;}
p {margin:0;padding:0;}

div#body {
background-image:url(img/mbg_shop.png);
background-attachment:fixed;
background-position:bottom;
background-repeat:no-repeat;
border:1px solid #000;
margin:auto;
max-width:1024px;
min-height:600px;
padding:auto;
text-align:center;
}

div#page {
background-color:transparent;
background-attachment:fixed;
padding:10px;
margin:auto;
text-align:left;
width:800px;
}

#logo {padding-top:20px;}
#header {padding:20px 0 20px 0;}

div#main_navi {
display:block;
}

a.main_navi {
background-color:#fff;
border:solid 1px #ddd;
margin:5px;
margin-top:30px;
padding:10px;
text-decoration:none;
}

a:hover.main_navi {
border:1px solid #250;
}


/***************************************************/
.boxText { 
	font-size: 10px;
}

.boxTextBG {
	font-size: 10px;
	/*background-color: #ffffff;*/
}
.boxTextBGII {
	font-size: 10px;
	background-color: #ffffff;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: ##FDBEC1;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color:##FDBEC1;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

img.productlist{margin:10px 10px 0 0;border:1px solid #250;}
img.product {margin:0 10px 0 0;border:1px solid #250;}

a {
  color: #250;
  text-decoration: none;
}

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

form {
	display: inline;		   
}


td.headerNavigation {
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
}

a.headerNavigation { 
  color: #250; 
}

a.headerNavigation:hover {
  color: #97E600;
}

td.conditions {
  background-color: #FDBEC1;
}

a.confirmationEdit {
	color: #250;
	font-style: italic;
}
a.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
tr.headerError {
  background-color: #ff0000;
}

tr.headerMessage {
	background-color: #97e600;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

td.headerError {
  font-family: Tahoma, Verdana, arial, sans-serif;
  font-size: 12px;
  background: #990000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

tr.headerInfo {
  background: #ffffff;
}

td.headerInfo {
  font-family: Tahoma, Verdana, arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

tr.footer {
  background: #bbc3d3;
}

td.footer {
  font-size: 10px;
    background: #ffffff;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #ffffff;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

td.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  height:17px;
  color: #333;
  padding:10px;
}

td.infoBoxHeading_right {
  font-size: 10px;
  font-weight: bold;
  height:17px;
  color: #333;
  padding:10px 0 0 10px;;
}

td.infoBox, span.infoBox {
  font-size: 10px;
  background: #fffff; 
  border-bottom:1px solid #250;
  padding-bottom:10px;
}

td.infoBox_right, span.infoBox_right {
  font-size: 10px;
  border-bottom:1px solid #250;
  padding:0 0 10px 10px;
}

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd {
  background: #f8f8f9;
}

tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
  background: #f8f8f9;
}

TaBLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

td.productListing-data {
  font-size: 10px;
}

a.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

a.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

td.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  font-size: 10px;
  color: #000000;
}

td.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

td.content {padding-left:5px;padding-right:5px;}

td.smallText, span.smallText, P.smallText {
  font-size: 10px;
}

td.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-size: 12px;
}

td.tableHeading, span.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

span.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

checkbox, input, radio, select {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
}

textarea {
  width: 100%;
  font-family: Verdana, arial, sans-serif;
  font-size: 11px;
}

span.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

TaBLE.formarea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

td.formareaTitle {
  font-family: Tahoma, Verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime, .limx {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
a.copyright {
  color: #000000;
}
a.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


span.markProductOutOfStock {
  font-family: Tahoma, Verdana, arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  color: #ff0000;
}
span.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
span.errorText {
  color: #ff0000;
}

span.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-size: 11px;
 line-height: 1.5;
 border-color: #ffffff;

}
.moduleRowOver { 
	border-color: #ffffff;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected {  }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, arial, Helvetica, sans-serif; font-size: 16pt; }

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

.sitemap_sub {font-family: Verdana, 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: Verdana, arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #250;
	width: 185px;
}
.navRight {
	border-color: #250;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	width: 185px;
}

.contentsTopics {
	color:#333333;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
}

.tableListingII {
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #333333;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

#nlfooter {margin:20px 0 10px 0;width:700px;font-size:10px;}
#nlfooter a {font-size:10px;font-family:Verdana, Geneva, sans-serif;}

ul {list-style:none inside; margin:0;padding:0;}
p.SitemapTopLevel a {font-weight:bold;border-bottom:1px solid #97e600; margin-bottom:2px;width:380px; display:inline-block;color:#000000;}
ul.SitemapCatLevel_0 {margin-bottom:5px;font-weight:bold;}
.SitemapProducts {font-weight:normal;}
