/*styling for no pics*/

/*below is the styling for the table that appears in the 
introduction page for the catalog it is part of the 
frame1.htmltemplate
	*/
body{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:500;}
Table#tblcats{border:1px outset green;width:100%;padding:0px;}

div#aligntblcats{text-align:center;}

/* below is the td for the description for the catagories*/


td.tdcat_description{text-align:left;font:400 14px Arial, Helvetica, sans-serif;}

tr#rowheading
{text-align:center;font-family:Arial, Helvetica, sans-serif;
									
				}
				
				
				tr#trcatalogpattern{
				
				
				
				
				}
				
				
				
				tr#trcatalogpattern2{


				}
				
				
				


/* these are the th that appears in the catagory table*/
th#thcats_catalog{width:30%;} /*left th */
th#thCats_description{width:70%;} /*right th*/



/*these are the rows that appear in the items table*/

tr#tritempaternlist{
				
				
				}
				tr#tritempaternlist2{	}
				
				
				table#tbllisteditems {
				
				border:2px outset purple;
				
								
				
				color:#660033;/*text color*/
				
				
				
				width:100%;
				padding:2px;							 
				 
				
				
				
				
				}		
				
							
				
				/*"tbllisteditems" border="2"  CELLSPACING="0" CELLPADDING="0" width="100%">*/
				
/*these are the th's in the item table with no pics*/
th#thitem_name{width:33%;}
th#thitem_price{width:34%;}
th#thitem_order{}



tditem_name{text-align:left;font-weight:500;}/*hyper*/
tditem_price{text-align:center;font-weight:500;}

/*below is the price descriptive (short and Long) that lives in the center of the item table:*/

Table#tblpricedesshort{width:100%;padding:0px;
border-color:green;background-color:#ffffff;text-align:center;}

tr.trheadingprice{color:rgb(153,0,0);font-size:14px;}

tr.trprices{color:rgb(51,0,153);}
Table#tblpricedesshort td,th{}

Table#tblpricedeslong{border-color:green;background-color:#ffffff;text-align:center;}
Table#tblpricedeslong td,th{}


/* these are the item id info: */
#itemid{color:rgb(153,0,0);font-size:14px;}
#item{color:rgb(51,0,153);font-size:14px;}








/*below is the styling for the template with pics:*/






Table#tblitems_pic{border-width:2px;width:100%;padding:0; } /* 2 rows top and bottom, and continuation*/

tr#tr_top_pictemplate{ } /* no shading reference*/
tr#tr_bottom_pictemplate{ } /*no shadding reference*/
th#itemname_pictemplate{width:85%;} /*no shading*/
th#moreinfo_pictemplate{}/*no shading*/



td#tdimgspot_pictemplate{width:120px;}
td#tdshortdes_pictemplate{}/*color text- ok*/



/*adjust what's below:*/

/* below are the shades for all tables ,color the texts in shade1 only*/

.shade1{background-color:#ff8800;color:#000088;}
.shade2{background-color:#0099ff;}
.shade3{background-color:#99ccff;}
.shadecats{background-color:#ff8800;color:#000088;}/*this is the shade for all 
the top row of catagory tables you can make it same as shade1*/




/*below is the text color for the description column in the  catagory table in no pic template:*/

td#tdcat_text_description{font-size:14px;font-family:Arial, Helvetica, sans-serif;color:#660066} 

/*below is the text color for the itemid and item order text in the items table no pics*/

td#td_itemidtext{color:#660000;}
td#td_itemordertext{color:#660000;}


/*below is the color for the QNT in the pic template:*/
td#addcart_pictemplate{color:#660000;} /*no shading-color text ok*/

/* below is the styling for the short description for the bottles that shows bottle id and quantities available
Also use it for the oil id and the quantities that appear in the table cell under short description 
next to the image of the bottle
*/


span.b{color:rgb(153,0,0);} /*change color as u like */
span.Q{color:rgb(51,0,153);} /*change color as u like */

/*Below is the phrase appearing in th eL/Descrip for the oil:*/

.pleasechoose{color:rgb(53,0,153);}/*change it as u like*/



/* Hyperlinks */
:link{color:rgb(153,0,0);text-decoration:none;font-size:14px;font-weight:500;}
/* 153,0, */
:visited{color:#660033;font-size:14px;text-decoration:none;font-weight:500;}

:active{color:rgb(102,0,102);font-size:14px;text-decoration:none;font-weight:500;}


:hover{color:rgb(0,51,51);font-size:14px;text-decoration:none;font-weight:500; }     
.gamma{color:#FFFFFF;background-color:#FFFFFF;font-size:1px}
