@import url("/htmlpages/css_harp.css");
/* ---------------------------------------------
GorillaCart Style Sheet
cartname: Emerald Harp
author:   Acceleration.net
version:  2004/10
----------------------------------------------- */

/* Paul Guess' customizable stylesheet. */


body {
   color: #fff;
   background-color: #330066;
   background-image: url(/images/bg.gif);
   height: 100%;
   margin:0;
   padding:0;}


/*-- IDs --*/

#productimage {text-align:center; margin-top: 20px}


/*-- Classes --*/


.contactdetailcontainer {
   width:100px; margin:6px;
   }
.contactdetailtable {
   border:double 4px #fff; 
   margin:5px; 
   background-color:#606; 
   color:#fff;}

.categoryproduct {
   position:relative;
   float: left;
   width: 165px;
   height: 180px;
   text-align:center;
   margin: 5px;
   }

.categoryproduct .pricetag {display:none;}

.catproductlink {
   display:block;
   position:absolute;
   bottom:0;left:0;
   width: 100%;
   }

.catproductlink:hover{
   text-decoration:none;
   }

hr.hr-cart {border:none 0; border-bottom:solid 1px #fff; width:80px; margin-top: 6px; margin-bottom: 6px;}

.status {
   color: #ff0000;
   font-weight:bold;}
   
.TH_STYLE {background-color:#063;}
.TD_BGCOLOR1 {background-color:#006;}
.TD_BGCOLOR2 {background-color:#606;}


