/**********************************************************************
CSS Document Author: Michael Oleksak - StarsnSites.com
copyright ©2006 all rights reserved. 
OPTIONAL TABLES STYLES.
MUST BE USED WITH MAIN.CSS FOR TABLE COLLAPSE AND FONT FAMILY
**********************************************************************/          	

/**********************************************************************
Below is style for Checkout Table          
**********************************************************************/ 

.checkOut       { width: 500px; background-color: #ffffff; border:#37A9DE 1px solid;
                  border-collapse: collapse; font-size: 9px; color: #555555;}
                    
.checkOut td    { text-align: left; font-size: 9px;
                  background-color: #efefef; padding-left: 5px;
                  vertical-align: middle; border:#D5D5D5 1px solid;
                  }

.checkOut th    { font-size: 10px; color: #fff; background-color: #37A9DE;
                  border:#efefef 1px solid; padding-right: 5px;
                  text-align: right; vertical-align: middle; width: 35%;
                  }
                  
/***********************************
Begin style for Product Table used in SUBcategory.php          
***********************************/ 

.productTable { width: 600px; border:0px solid #444444; padding:2px;
                margin-bottom: 10px; margin-top: 10px; background-color: #1a1a1a; color: #efefef; font-size: 11px;}

.productTableth  { background-color: #fff; height: 40px; background-image:url('../images/FeaturedKoiTop.jpg'); text-align: center; color: #DDD7BA; padding:4px;
                   text-indent: 5px; font-size: 12px;}

.productTableth a:link,
.productTableth a:active,	
.productTableth a:visited  	{ color: #DDD7BA;	text-decoration : none;	}
.productTableth a:hover	   	{ color: #ffffff; text-decoration : underline; font-weight: bold;}                 

.productTable td 			{ background-color: #ffffff; color: #1a1a1a; padding: 5px; border:#bbbbbb 1px solid; font-size: 13px; }

/***********************************
 Begin Price Cart Styles
**********************************/	  
.pricecart     { width: 100%; border:#444444 1px solid; }

.pricecart a:link, 
.pricecart a:active,
.pricecart a:visited { color: #FFCC66; text-decoration: underline; }
.pricecart a:hover   { color: #dd6900; text-decoration: underline; }

tr.pc0 td { background-color: #555555; font-size: 9px; color: #efefef; border:#1a1a1a 1px solid; padding:2px; height: 18px;
            }
tr.pc1 td { background-color: #1a1a1a; font-size: 9px; color: #ffffff; border:#555555 1px solid; padding:2px; height: 18px;
            }
                                             
.pricecart th  { height: 25px; background-color: #dd6900; background-image:url('../images/pricecart.jpg'); font-size: 12px; color:#000000; border:#1a1a1a 1px solid; padding:2px;
	             }	       
/***********************************
 End Price Cart Styles
***********************************/

/*******************************************************************************************************************************************************************************
 Begin Product Info Table Style
*******************************************************************************************************************************************************************************/       
.productinfo 	{ width: 100%; border:#555555 1px solid; text-align:center; font-size: 9px; }
	
.productinfo th { height: 25px; color: #efefef; font-weight: bold; text-align:center; font-size: 11px; background-color: #153961;
	              background-image:url('../images/productinfo.jpg'); background-repeat: no-repeat; background-position: top; 
				  border-left:1px solid #555555; border-right:1px solid #777777; padding:3px 
	              }
	
.productinfo td { border:#555555 1px solid; font-size: 9px; background-color: #333333;
	              color: #efefef; padding:3px; text-align:center;
	              }
/*******************************************************************************************************************************************************************************
 				Begin Related Table Style
*******************************************************************************************************************************************************************************/
.relatedTable 		{ width: 100%; font-size: 9px; background-color: #ffffff; color: #555F86;  line-height: 15px; border:0px solid #C4C4C4; } 
.relatedTable th 	{ font-size: 12px; letter-spacing: 1px; background-color: #FFCC66; background-image:url('../images/relatedTable.jpg'); background-repeat: no-repeat;
                      color: #333333; border:1px solid #1a1a1a; }             
.relatedTable td 	{ font-size: 9px; color: #555555;  padding: 3px; background-color: #ffffff; border:1px solid #C4C4C4; }         

.relatedTable a:link,
.relatedTable a:active,	
.relatedTable a:visited  { color: #800000;	text-decoration : none; font-weight: normal;}
.relatedTable a:hover	  {	color: #000000; text-decoration : underline; font-weight: normal;}

  

/***********************************
 End Featured Table Style
***********************************/
      

/*******************************************************************************************************************************************************************************
 End Stylesheet
*******************************************************************************************************************************************************************************/