/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/

.boxText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #262626;
}

.boxTextBGII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
}

.boxTextPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	background-color: #ffb3b5;
	color: #000000;
}

.shoppingbox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	background-color: #FFD001;
	color: #000000;
	border: 1px solid #FF0000;
}

.gvBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #000000;
	border: 1px solid;
	background-color: #ffb3b5;
}

.stockWarning { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #ffffff;
	margin: 0;
	background-color: #666666;
}

#container {
  background-color: #666666;
  text-align: center;
  width: 100%;
  height: 100%;
}

#logo {
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}

#header_top {
  height: 9px;
  background-image: url(img/styleelement_gray.gif);
  background-repeat: repeat-x;
  font-size: 0;
}

#header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #CDCDCD;
}

#header_menu {
  margin-top: 10px;
  float: right;
  width: 380px;  
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  background-color: #262626;
}

.header_menu_content {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

A.header_menu_link { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CDCDCD;
  text-decoration: none; 
}

A.header_menu_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CDCDCD;
	text-decoration: underline;
}

A.header_menu_link_active { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFD001;
  text-decoration: none; 
}

A.header_menu_link_active:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFD001;
	text-decoration: underline;
}

#header_submenu {
  background-color: #262626;
  float: left;
  height: auto;
  margin-left: 10px;
  margin-bottom: 5px;
  width: 370px;
  border-top: 1px solid #CDCDCD;
}

.header_submenu_content_1 {
  width: 120px;
  background-color: #262626;
  text-align: left;
  margin-left: 248px;
  padding-left: 2px;
  padding-right: 2px;
  padding: 1px;
}

.header_submenu_content_2 {
  width: 120px;
  background-color: #262626;
  text-align: left;
  margin-left: 75px;
  padding-left: 2px;
  padding-right: 2px;
  padding: 1px;
}

A.header_submenu_link { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CDCDCD;
  text-decoration: none;
}

A.header_submenu_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CDCDCD;
	text-decoration: underline;
}

A.header_submenu_link_active { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFD001;
  text-decoration: none;
}

A.header_submenu_link_active:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFD001;
	text-decoration: underline;
}

#content {
  background-color: #262626;
  margin-top: 35px;
  width: 100%;
  height: auto;  
}

#content_border_top {
  background-color: #262626;
  background-image: url(img/content_border.gif);
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
}

#content_border_bottom {
  background-color: #262626;
  background-image: url(img/content_border.gif);
  background-repeat: repeat-x;
  margin-top: 0;  
  width: 100%;
  height: 20px;
}

#the_content {
  background-color: #262626;  
  height: auto;
  width: 100%;
  margin: 0;
}

#site_content {  
  height: auto;
  min-height: 283px;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#site_content_newsletter {  
  height: auto;
  min-height: 425px;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(img/Tara-M-Newsletter.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#no_site_content {
  height: 0;
  overflow: auto;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #CDCDCD; 
  width: 100%; 
}

#footer_menu_left {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  height: 15px;
  text-align: left;
}

#footer_menu_center {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  height: 15px;
  text-align: center;
}

#footer_menu_right {
  padding-right: 5px;
  margin-top: 5px;
  height: 15px;
  text-align: right;  
}

A.footer_menu_link { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CDCDCD;
  text-decoration: none; 
}

A.footer_menu_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #CDCDCD;
	text-decoration: underline;
}

A.footer_menu_link_active { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #FFD001;
  text-decoration: none; 
}

A.footer_menu_link_active:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #FFD001;
	text-decoration: underline;
}

.clear
{
  clear: left;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}

#search_line {
  height: 37px;
  background-image: url(img/styleelement_bottom.gif);
  background-repeat: repeat-x;
}

#footer_bottom {
  height: 37px;
  background-image: url(img/styleelement_bottom.gif);
  background-repeat: repeat-x;
  border-top: 1px solid #000000;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  text-align: center;
  color: #ffffff;
}

#footer_menu {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  text-align: center;
  color: #ffffff;
}

A.footerNavigation { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff; 
}

A.footerNavigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}

img{
	border:0;
}

A {
  color: #ffffff;
  text-decoration: none;
}

A:hover {
  color: #FFCC00;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}

TR.header {
	background-color: #262626;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation {
  font-weight: bold; 
  color: #ffffff; 
}

A.headerNavigation:hover {
  font-weight: bold;
  color: #FFCC00;
  text-decoration: underline;
}

TD.conditions {
  background-color: #FFCCCC;
  color: #000000;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}

A.confirmationEdit:hover {
	color: #FFCC00;
	font-style: italic;
	text-decoration: underline;
}

TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #F6F6F6;
  color: #ffffff;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image: url(img/styleelement_menu.gif);
  background-repeat: repeat-x;
  height:17px;
  color: #ffffff;
  text-align: left;
}

TD.infoBoxHeading_right {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image: url(img/styleelement_menu.gif);
  background-repeat: repeat-x;
  height:17px;
  color: #ffffff;
  text-align: left;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #262626; 
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #262626; 

}

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-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #FFFFFF;
}

A.pageResults:hover {
  color: #FFCC00;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background-color: #262626;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #CDCDCD;
  text-align:center;
  margin-top: 10px;
  width: 100%;
}

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	font-weight: bold;  
  color: #CDCDCD;
  text-align:center;
}

A.copyright { 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #CDCDCD;
  text-decoration: none; 
}

A.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #CDCDCD;
	text-decoration: underline;
}

.parseTime {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;  
  color: #CDCDCD;
  text-align:center;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.productOldPrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
}

.moduleRow {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #262626;
}

.moduleRowOver { 
	background-color: #262626; 
	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5; 	
}

.moduleRowSelected {
  background-color: #E9F4FC;
}

.checkoutBarFrom, .checkoutBarTo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #8c8c8c;
}

.checkoutBarCurrent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.heading1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
}

.heading2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.heading3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.heading4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
}

.heading5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
}

.sitemap_heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff; 
	background-color: #262626; 
	padding-top: 2px; padding-bottom: 2px;
}

.sitemap_heading a {
  color:#ffffff;
}

.sitemap_heading a:hover {
  color:#FFCC00;
  text-decoration: underline;
}

.sitemap_sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #ffffff;
  background-color: #262626;
  padding: 2px 2px;
}

.sitemap_sub a {
  color:#ffffff;
}

.sitemap_sub a:hover {
  color:#FFCC00;
  text-decoration: underline;
}

.messageBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.messageStackError, .messageStackWarning {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #ffb3b5;
}

.messageStackSuccess {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #99ff00;
}

.inputRequirement {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

.tableShop {
  background-color: #262626;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #b6b7cb;
}

.navLeft {
	width: 185px;
	border-right: 1px solid #000000;
}

.contentsTopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
  padding: 5px;
}

.poweredby {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

.onepxwidth {
	width: 1px;
}

h1 {
  font-size: 16px;
  margin: 0;
}

h2 {
  font-size: 14px;
  margin: 0;
}

hr {
  border-right: 0;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-top: 0;
}
