/* 
   -----------------------------------
     iCart 
	 Style Sheet 
	 by Infomart2000 Corp.
	 www.infomart2000.com
   ----------------------------------
   ##Default
 */	
	
<STYLE>	 
P  {}

 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
body {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color : #ffffff;
	font-weight : Normal;
	}
 	 





 /*frame::  Controls the  Color of the Store's Frame */		
.frame {
	background-color : #336699;
}

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	background-color : #95B8DB;
	font-weight : bold;
	text-decoration : none;
	line-height : 14px;
}


 /*menu-text:: Controls the way the menu (mailing list) text look (Default Size is 12)*/ 
.menu-text {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
    color : #FFFFFF;
}

 /*category:: Controls the way the category menu links look*/ 
.category {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : normal;
}
 
/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12pt;
font-weight: bold;
background-color: #f60909;
color: #FFFFFF;
} 

 /*alternative:: Controls the forms background and other areas that requred an alternative color Normally Gray (Default Color is EEEEEE)*/
.alternative {
	background-color : #EEEEEE;
}
  
 /*store-name:: Store Name*/		 
.store-name {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 34px;
	color : #ffffff;
	text-decoration : none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #ffffff;
	font-style : italic;
	text-decoration : none;
}





  
 /*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices  (Default Size is 9)*/		
.footer {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : center;
	color : #C3C3C3;
}	

 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border : Black;
		background-color : #000000;
 }

 
/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color (Default Size is 12)*/ 
.item {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : Normal;
	color : #1A147C;
}


 /*data:: Controls body default fonts and colors  (Default Font Size is 12)*/
.data {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	background-color : #ffffff;
}

/*font1:: Primary  Screen Font size (Default Font Size is 10)*/ 
.font1 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : Normal;
}
 
/*font2:: Secondary Screen Font (Default Font Size is 12)*/ 
.font2 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
    font-weight : Normal;
}
 
 
</STYLE>
