/* 
   -----------------------------------
     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: Arial,Helvetica,sans-serif;
font-size: 11px;
color: #000000;
background-color: 12263B;
font-weight: Normal;
}
 	 
/*A::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
font-family: Arial, Helvetica, sans-serif;
color: #2C4E4D;
font-size: 12px;
font-weight: Normal;
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight: Normal;
color: #8F8F8F;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
font-family: Arial, Helvetica, sans-serif;
color: #8F8F8F;
} 





 /*frame::  Controls the  Color of the Store's Frame */		
.frame {
background-color: #336598;
}

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: Black;
background-color: #95B8DB;
font-weight: bold;
text-decoration: none;
line-height: ;
}


 /*menu-text:: Controls the way the menu (mailing list) text look (Default Size is 12)*/ 
.menu-text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

 /*category:: Controls the way the category menu links look*/ 
.category {
font-family: 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: Arial,Helvetica,sans-serif;
font-size: 12pt;
font-weight: bold;
background-color: #336598;
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: 16px;
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: Arial,Helvetica,sans-serif;
font-size: 9pt;
text-align: ;
color: #FFFFFF;
}	

 
/*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: 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: 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: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: Normal;
}
 
/*font2:: Secondary Screen Font (Default Font Size is 12)*/ 
.font2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: Normal;
}
 
 
</STYLE>
