/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $   
   ============================================  
   DIGISTORE FREE ECOMMERCE OPEN SOURCE VER 3.2  
   ============================================
      
   (c)2005-2006
   The Digistore Developing Team NZ   
   http://www.digistore.co.nz                       
                                                                                           
   SUPPORT & PROJECT UPDATES:                                  
   http://www.digistore.co.nz/support/
   
   Portions Copyright (c) 2003 osCommerce
   http://www.oscommerce.com   
   
   This software is released under the
   GNU General Public License. A copy of
   the license is bundled with this
   package.   
   
   No warranty is provided on the open
   source version of this software.
   
   ========================================


   This stylesheet handles the store side colors and styles
   which are not editable via the administration panel.


*/

/* Horizontal lines within the store */
hr {
  border: 0;
  color: #cecece;
  height: 1px;
  width: 100%;
  
}


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

/* error boxs displayed along the top of the store. */
.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}


/* text shown in the shopping cart when product is not in stock */
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #ff0000;
}

.productsNotifications {
	background-color: f7f7f7;
}

/* color and font style for edit buttons on checkout process */
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #5680A9; text-decoration: underline; }

/* main store body */
BODY {
  margin: 0px;
  font-family: Tahoma;
  font-size: 11px;
  background:#1e5985 url(images/fondo.jpg) repeat; 
}

/* store hyperlink color */
A {
  color: #000000;
  text-decoration: none;
}

/* store hyperlink hover color */
A:hover {
  color: #5680A9;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/* snailtrail font and color settings */

A.headerNavigation { 
  color: #fff; 
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight:bold;
}

/* color that is used for the &raquo between the snailtrail links */
.snailseperatorcolor {color: #fff} 

/* snailtrail hyperlink hover color */
A.headerNavigation:hover {
  color: #ccc;
  text-decoration: none;
}

TR.headerError {
  background: #000000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;
  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;
}
/* product header */
TD.headerproduct {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #666666;
  font-weight: bold;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.instoreAdvertisement {
  border:1px solid #CFCFCF;
  }

.titlebox {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #000;
  font-size: 11px;
}


/* Graphical Borders - boxes column_left_right - Star */
.mws_boxTop    { background: url('images/infobox/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
 }
.mws_boxLeft   { background: url('images/infobox/left.gif'); }
.mws_boxRight  { background: url('images/infobox/right.gif'); }
.mws_boxBottom { background: url('images/infobox/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
 }
.mws_boxCenter { background: #FFFFFF; }
/* Graphical Borders - boxes column_left_right - Star */

/* Graphical Borders - boxes main modules and file-pages - Star */
.mws_boxTop_main    { background: url('images/infobox_main/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
 }
.mws_boxLeft_main   { background: url('images/infobox_main/left.gif'); }
.mws_boxRight_main  { background: url('images/infobox_main/right.gif'); }
.mws_boxBottom_main { background: url('images/infobox_main/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
 }
.mws_boxCenter_main { background: #FFFFFF; }

/* body of the boxs shown on the left hand side */
.myinfoBox {
  background: #f7f7f7;
  border-top:1px solid #5680A9;
  border-left:1px solid #5680A9;
  border-right:1px solid #5680A9;
  border-bottom:1px solid #5680A9;
}

/* additional boxs shown around the store - currently disabled */
.infoBox {
  background: #FFFFFF;
  border:1px solid #FFFFFF;
}

/* box style for create account & express options */

.loginbox {
  background: #FFFFFF;
  border:1px solid #FFFFFF;
}

.contentBox {
  background: #a5a5a5;
}

/* left hand categories background color */

.categoriesBox {
  background: f7f7f7;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;  
}

.contentBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;  
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #F6F5ed;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
  background-color:#f7f7f7;
 
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 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: #ebf2f8;
}

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

/* box shown around the outside of product listing - default border set to 0 (disabled) */

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #cecece;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* product description */

.productDesc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  }

/* product info price font size & style */

.productPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* homepage price font size & style */

.productPrice-newprod {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

A.pageResults {
  color: #5680A9;
}

A.pageResults:hover {
  color: #5680A9;
  background: #e9f4fc;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 11px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #000;
  font-size: 11px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-color: #666666;
  background-color:#FFFFFF;
}

SPAN.moreLink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #5680a9;
	font-weight: bold;
}


.notice {
  font-family: Verdana, Arial, sans-serif;
  color: #cecece;
  font-size: 10px;
}

TD.smalltextgray, SPAN.smalltextgray, P.smalltextgray {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #d3d3d3;
  background-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: #000000;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #fb150b;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #FF0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
}

.moduleRow { }

/* rollover color used with user accounts and checkout process */

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* 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; }

/* footer links color and font */

.footerLinks {
  color: #fff;  
  font-family: Verdana;
  font-size: 10px;
  font-weight:bold;
}

A.footerLinks:hover {
  color: #ccc;
  text-decoration: none;
}


/* footer links showing terms / shipping and copyright information under the first table */

.footerLinks2 {
  color: #666666;  
  font-family: Verdana;
  font-size: 10px;
}

/* out of stock message */

.outofStock {
  color: #FF0000;  
  font-family: Verdana;
  font-size: 8px;
}

/* product print header */
.productprintHeader {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

/* product print price */
.productprintPrice {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

/* error box shown at the top of the store */
.systemErrorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #e10404;
	font-weight: bold;
	border: 1px solid #e10404;
}