/* 
   -----------------------------------
     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 : #D6D3D3;
	font-weight : Normal;
}
 	 
/*A::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A9A9A9;
	font-size : 10pt;
	font-weight : bold;
	font-style: italic;

}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style: italic;
	color : #DFD4BB;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #A9A9A9;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #DFD4BB;
} 






 /*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 : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : White;
} 
/*titles2:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #E13700;
} 
/*titles3:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #E13700;
} 



  
 /*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 : White;
}

 

 
/*font2:: Secondary Screen Font (Default Font Size is 12)*/ 
.font2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
    font-weight : Normal;
	color: Gray;
	line-height: 26px;
}
/*font3:: Secondary Screen Font (Default Font Size is 12)*/ 
.font3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #504F4F;
	line-height: 26px;
}
 
 
</STYLE>
