/*
  $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 */

body{
	background: url(images/stripe_bg9.png)/* repeat-x #EFFFF8*/;
	padding:10px 0 0 0;
}
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;  
}

/* store hyperlink color */
A {
  color: #000000;
  text-decoration: none;
}

/* store hyperlink hover color */
A:hover {
  color: #5680A9;
  text-decoration: underline;
}

A.listing {
  font-weight:normal;
  color: #000000;
  text-decoration: none;
}

/* store hyperlink hover color */
A.listing:hover {
 font-weight:normal;
  color: #000000;
  text-decoration: underline;
}

A.cats {
  color: #1FA332;
  font-weight: bold;
  text-decoration: none;
  font-size:11px;
}

/* store hyperlink hover color */
A.cats:hover {
  color: #09460F;
  text-decoration: underline;
  font-size:11px;
}
A.cats1 {
  color: #000000;
  text-decoration: none;
  font-size:11px;
}

/* store hyperlink hover color */
A.cats1:hover {
  color: #000000;
  text-decoration: underline;
  font-size:11px;
}


FORM {
	display: inline;
}

/* snailtrail font and color settings */

A.headerNavigation { 
  color: #FFFFFF; 
  font-size: 10px;
  font-family: 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: #cecece;
}

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: #3A3A3A;
  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;
  }

/* header used on the top of the boxs displayed on the left hand side */

.infoBoxheader {
	background-image: url(images/infoBoxheader_bg.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cecece;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	border-left-color: #cecece;
}

/* body of the boxs shown on the left hand side */
.myinfoBox {
  background: #f7f7f7;
  border-left:1px solid #eeeeee;
  border-right:1px solid #eeeeee;
  border-bottom:1px 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: #ffffff;
}

/* left hand categories background color */

.categoriesBox {
  background: f7f7f7;
  border-bottom:1px dotted #006633;
}

.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;
  padding-top:3px;
  padding-bottom:0px;
  background:#fff;
  text-align:center;
  font-weight:bold;
  	font-size:15px;
	color:#17592B;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.productListing-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #FFFFFF;
}

TR.accountHistory-even, TR.productListing-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #D1EFD5;
}

/* 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: 12px;
  background: #CCCC99;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding:4px 0 4px 0;
}

/* 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: 20px;
  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;
}

P.main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 11px;
}
TD.main {
font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 12px;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-color: #666666;
  background-color:#FFFFFF;
}
TD.smallText1
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
  background-color:#FFFFFF;
  border-top:1px dotted #006633;
}
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;
  font-size:11px;
  font-weight:bold;
}

SPAN.errorText1 {
	color:#0F84CA;
}

.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: #ffffff;  
  font-family: Verdana;
  font-size: 10px;
}

/* 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;
}

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;			
}		
/*----------------------------End Suggest Styles------------------------*/

.estimatedshippingBox {
background: #FF8E90;
}

TD.estimatedshippingBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #bbc3d3;
color: #ffffff;
}

.estimatedshippingBoxContents {
background: #f8f8f9;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

.ShowShipping {
background: #444ddd;
color: #fffffa;
font-family: Verdana, Arial, sans-serif;
font-size: 6px;
font-weight: bold;
text-align: center;
}









td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #2C2C2C
}
 .ch1{
 border-left: #C6C6C6 1px solid;
 border-right: #C6C6C6 1px solid;
 }
 .ch2{
 padding-left: 13px;
 }               
 .ch3{
 font-size: 10px;
 font-weight: bold;
 color: #46484A;
 }

 .ch4{
 font-size: 11px;
 color: #46484A;
 }

 .ch5{
 font-size: 11px;
 font-weight: bold;
 text-decoration: none; 
 color: #E55C19;
 }

 .ch6{
 font-size: 11px;
 text-transform: uppercase;
 font-weight: bold;
 color: #FFFFFF;
 }

 .ch7{
 border-left: #B6B6B6 1px solid;
 border-right: #B6B6B6 1px solid;
 }

 .ch8{
 font-size: 14px;
 font-weight: bold;
 color: #3091BB;
 }

 .ch9{
 font-size: 14px;
 font-family: arial;
 font-weight: bold;
 text-decoration: none; 
 color: #E55C19;
 }

 .ch10{
 font-size: 11px;
 font-weight: bold;
 color: #484E53;
 }

 .ch11{
 font-size: 12px;
 font-weight: bold;
 color: #484E53;
 }

 .ch12{
 font-size: 11px;
 color: #484E53;
 }

 .ch13{
 font-size: 14px;
 font-weight: bold;
 color: #484E53;
 }

 .ch14{
 font-size: 11px;
 color: #484E53;
 }

 .ch15{
 font-size: 11px;
 text-decoration: none; 
 color: #484E53;
 }

 .ch16{
 font-size: 11px;
 text-decoration: none; 
 color: #58B4D2;
 }

 .ch17{
 font-size: 13px;
 color: #565656;
 }

 .ch18{
 font-size: 13px;
 color: #565656;
 }

               
 .ml1{
 font-size: 11px;
 text-decoration: none; 
 color: #484E53;
 }


 .se{            
 width: 100px;
 font-size: 9px;
 color: #282E3E
 }
 .se2{            
 width: 115px;
 font-size: 9px;
 color: #282E3E
 }




 .image_border{
  border:1px solid #000000; 
 }
.inputfield1{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; background-color: #FFFFFF;  color:#000000; display:inline;BORDER-TOP: #848284 2px solid; BORDER-LEFT: #848284 2px solid; BORDER-RIGHT: #D6D3CE 1px solid; BORDER-BOTTOM: #D6D3CE 1px solid;}
.desc {font-family: Verdana, Arial, Helvetica, sans-serif;color: #333333; font-size: 11px; padding-right: 2px;text-decoration:none}


a.scrollover {
      /* Default Colour/Styles here */
      color: #235F8F;
	  font-size: 12px;
}
a.scrollover em:first-line {
  /* Rollover Colour/Styles here */
  color: #FF5B3C;
  font-size: 12px;
 /* background:#FFD5D5;*/
}

ul.specs {padding:7px 0;margin:0;}
ul.specs li {float:left;display:inline;margin-left:32px;width:42%; font-size:12px;}
h3 {background:#EEE;padding:5px 10px;font:bold 130% arial,helvetica;*width:425px;}

#DESC{font-size:12px;}
#call_us{
font-size:15px; 
font-weight:bold;
padding-left:226px;}

.infoBoxHeading a{
	font-size:15px;
	color:#17592B;
}
.smalltextgray1{
	color:#3A3A3A;
	font-size:12px;
	padding:10px 10px 0 0;
}
.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

