/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/
   
BODY {
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
color: #000000;
background:#000 url(img/site-background.jpg);
}

H1 {
font-size:13pt;
line-height:1.2;
}
H2 {
font-size:12pt;
font-weight:bold;
line-height:1.2;
}
H3 {
font-size:11pt;
line-height:1.2;
}
H4 {
font-size:10pt;
line-height:1.2;
}

A{
color: #000000;	
text-decoration:none;
	}


A:visited{
color: #000000;	
	}


A:hover{
color: #FF6600;	
	}

.headerLang A{
	color: #FFF;	
	}	
	
IMG {
	border:0;
	}

.adminLink{
font-size: 12pt; 
color: #000;	
font-weight : bold; 
	}	
DIV.navTrail {
clear:both;
font-family: Verdana, Arial, sans-serif; 
font-size: 8pt; color: #FFF;
font-weight : bold; 
padding:7px;
background:#000000;
text-align:left;
}
.navTrail A.headerNavigation{
 color: #FFFFFF;
  font-weight:bold;	
}
A.headerNavigation {
  color: #FFFFFF;
  font-weight:bold;   }	

DIV.loginBox{
clear:both;
padding:4px;
padding-bottom:14px;
text-align:left;
}
DIV.loginBox A{
vertical-align:middle; 
color:#000;
padding:4px;
}
.loginBox INPUT{
margin:4px;	
	}

DIV.accountLinks{
width:378px;
height:12px;
float:left;
text-align:right;
margin-right:0px;
margin-top:8px;
}
DIV.accountLinks A, DIV.accountLinks A:visited{
  font-family: Verdana, Arial, sans-serif;
  
  font-weight: bold;
  color: #FFF;
  padding:2px;
  padding-left:6px;
  padding-right:6px;
  background:#333;
  border:1px solid #CCC;
  height:12px;
  float:right;
  vertical-align:top;  
  text-align:right;
  
}
DIV.accountLinks A:hover{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  padding:2px;
  padding-left:6px;
  padding-right:6px;
  background:#CCC;
  border:1px solid #333;
  float:right;
}
DIV.Search{
text-align:left;
padding:5px;
width:600px;
float:left;
}	
DIV.Search INPUT{
margin:4px;	
	}	
DIV.Search, DIV.Search A{
margin:0px;	
color:#FFF;
	}	
.mainContent{
background-color:#FFFFFF; 
vertical-align:top; 
text-align:left;
padding:10px;
float:left;
width:647px;
overflow:hidden;

}
.listingShortDescription ul, li{
list-style-position:outside;
	
	}
.listingShortDescription li{	
text-indent:80px;
}

DIV.navigationLeft {
vertical-align:top;
text-align:left;
width:186px; 
background:#FFFFFF;
float:left;
border-right:1px solid #666;
border-bottom:1px solid #666;
margin-bottom:10px;
}
DIV.navigationRight {
vertical-align:top;
width:135px;
background:#FFFFFF;
border-left:1px solid #666;
border-bottom:1px solid #666;
float:right;
text-align:right;
height:100%;
margin-bottom:10px;
}
.moduleRow {
 font-size: 10px;
 line-height: 1.5;
 padding-top:3px;
 padding-bottom:3px;
 text-decoration:none;
 border-bottom:1px solid #CCCCCC;

}
.moduleRowOver {

 font-size: 10px;
 line-height: 1.5;
 padding-top:3px;
  padding-bottom:3px;
 text-decoration:none;
 color:FFFFFF;
border-bottom:1px solid #666666;

background:#DEDBDB;
	}
	A.secondlevel-cat {

 font-size: 10px;
 line-height: 1;
 padding:3px;
 text-decoration:none;
  color:#FF2900;
text-indent:10px;
	}
	A.secondlevel-cat:hover {

 font-size: 10px;
 line-height: 1;
 padding:3px;
 text-decoration:none;
  color:#FF2900;
  text-indent:10px;

	}
	.moduleLink {
 color:#000000;

	}
		.moduleLink:hover {
 color:#000000;

	}
DIV.infoBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 9pt;
font-weight: bold;
height:17px;
color: #FFF;
background:url(img/menuback.jpg) repeat-x #333;
background-position:top left;
text-align:left;
padding-left:3px;
padding-top:3px;
}
DIV.infoBoxHeading A, DIV.infoBoxHeading A:visited{
color:#FFF;	
	}
DIV.productNavigator{
width:100%;
background-color:#CCCCCC;
}
TABLE.productNavigator{
height:30px;
padding:5px;
border:1px solid #333333;
}	



/* NOT MINE */

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

FORM {
	display: inline;
}
TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

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;
}

SPAN.smallText{
  text-align:center;
  align:center;
  color:#FFFFFF;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  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-family: Verdana, Arial, sans-serif;
  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;
}

TD.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  color:#FFFFFF;
}
.copyright A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  color:#FFFFFF;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}
.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; }
.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: #FF0000;
}
.infoBox {
color: #000000;

}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height:17px;
  color: #FFFFFF;
 background-color: #000000;
/*background-image:url(img/menuback.jpg);*/
text-align:left;
}
A.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  align:left;

}




TD.infoBox, SPAN.infoBox {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-image:url(img/menubg.jpg);
background-color: #CCCCCC;
}
TD.infoBoxCat, SPAN.infoBoxCat {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;

}

.onepxwidth {
	width: 1px;
}