/*
  $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.


*/

html {
        margin: 0;
        padding: 0;
}



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


.boxText { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #0F4F8E;
	}


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


/* text shown in the shopping cart when product is not in stock */
.stockWarning {
	font-family : Arial, 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 : Arial, Verdana, Arial, sans-serif; font-size : 10px; color: #5680A9; text-decoration: underline; }

/* main store body */
BODY {
  margin: 0px;
  font-family: Tahoma;
  font-size: 12px;  
  background-image: url("images/fondo.jpg");
  background-position: top center;
  background-repeat: repeat-y;
}

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

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

A:visited {
  color: #0F4F8E;
  text-decoration: none;
}


FORM {
	display: inline;
}

/* snailtrail font and color settings */

A.headerNavigation { 
  color: #AAAAAA; 
  text-decoration: none;
  font-size: 12px;
  font-family: Arial, Verdana, Arial, sans-serif;
}

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

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

TR.headerError {
  background: #EEEEEE;
}

TD.headerError {
  font-family: Arial, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #2072BE;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/* product header */

TD.headerproduct {
  font-family: Arial, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0F4F8E;
  font-weight: bold;
}

TR.footer {
  background: #bbc3d3;
}

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

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

/* header used on the top of the boxs displayed on the left hand side */

.infoBoxheader {
        word-spacing: -1px;
        letter-spacing: 2px;
	font-weight: bold;
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C9E0F1;
	border-right-color: #C9E0F1;
	border-bottom-color: #C9E0F1;
	border-left-color: #C9E0F1;
}

/* body of the boxs shown on the left hand side */
.myinfoBox {
  background: #F4F7F5;
  border-left:0px solid #eeeeee;
  border-right:0px solid #eeeeee;
  border-bottom:0px solid #eeeeee;
}

/* 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: #FFFFFF;
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #F55507;
}

.categoriesItemBox {
  background: #F4F4F4;
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #0F4F8E;
  text-decoration: none; 
}
A.categoriesItemBox {
  color: #0F4F8E;
  text-decoration: none;
}

A:hover.categoriesItemBox {
  text-decoration: underline;
  color: #ff0000;
}


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

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family: Arial, 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;
  color: #0F4F8E;

}
*/
/* 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: Arial, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Trebuchet, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0F4F8E;
  text-decoration: none;
}

A.productListing-data {
  font-family: Arial, Trebuchet, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #0F4F8E;
}

A.productListing-data:hover {
  font-family: Arial, Trebuchet, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  color: #FF0000;
}



/* product description */

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

/* product info price font size & style */

.productPrice {
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0F4F8E;
}

/* homepage price font size & style */

.productPrice-newprod {
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0F4F8E;
}

A.pageResults {
  color: #5680A9;
}

A.pageResults:hover {
  color: #5680A9;
  background: #e9f4fc;
  text-decoration: underline;
}

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

TR.subBar {
  background: #f4f7fd;
}

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

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

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

A.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 11px;
  background-color:#FFFFFF;
  color: #2072BE;
  text-decoration: none;  
}

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


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

TD.smalltextgray, SPAN.smalltextgray, P.smalltextgray {
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #AAAAAA;
  background-color:#FFFFFF;
}

TD.accountCategory {
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

TD.fieldValue {
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, Arial, sans-serif;
  color: #0F4F8E;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, 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: Arial, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FF0000;
}

SPAN.errorText {
  font-family: Arial, 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: Arial, Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

/* footer links color and font */

.footerLinks {
  color: #ffffff;  
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 11px;
}

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

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

/* out of stock message */

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

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

/* product print price */
.productprintPrice {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #0F4F8E;
	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;
}




#menu {
        background:  #777 url("menu/images/menu_fondo.jpg") bottom right;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
}
#menu li {
        background:  #777 url("menu/images/menu_fondo.jpg") bottom right; 
       float: left;
        font: 13px "Arial", "Verdana", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana;
        font-weight: bold;
        margin: 0;
        padding: 0;
}
#menu a {
        color: #fff;
        float: left;
        margin: 0;
        padding: 8px 18px;
        text-decoration: none;
        font-weight:bold;
}
#menu a:hover {
        background:  #777 url("menu/images/menu_fondo2.jpg") bottom center;
        color: #fff;
        padding-bottom: 8px;
	text-decoration: none;
        }

/* Easy Slider */

        #slider ul, #slider li,
        #slider2 ul, #slider2 li{
                margin:0;
                padding:0;
                list-style:none;
                }
        #slider2{margin-top:1em;}
        #slider li, #slider2 li{
                width:611px;
                height:294px;
                overflow:hidden;
                }
        #prevBtn, #nextBtn,
        #slider1next, #slider1prev{
                display:block;
                width:30px;
                height:77px;
                position:absolute;
                left:-30px;
                top:71px;
                z-index:1000;
                }
        #nextBtn, #slider1next{
                left:611px;
                }
        #prevBtn a, #nextBtn a,
        #slider1next a, #slider1prev a{
                display:block;
                position:relative;
                width:20px;
                height:50px;
                background:url(../images/btn_prev.gif) no-repeat 0 0;
                }
        #nextBtn a, #slider1next a{
                background:url(../images/btn_next.gif) no-repeat 0 0;
                }

        /* numeric controls */

        ol#controls{
                margin: 3px 0;
                padding:0;
                height:15px;
                }
        ol#controls li{
                margin:0 3px 0 0;
                padding:0;
                float:left;
                list-style:none;
                height:15px;
                line-height:15px;
                }
        ol#controls li a{
                float:left;
                height:15px;
                line-height:15px;
                border:1px solid #FF6600;
                background:#FFC46A;
                color:#555;
                padding:0 6px;
                text-decoration:none;
                }
        ol#controls li.current a{
                background:#FF6600;
                color:#fff;
                }
        ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */

