/* 
   -----------------------------------
     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;
	}
 	 
/*A::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #2C4E4D;
	font-size : 10px;
	font-weight : Normal;
}
	
/*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 : Normal;
	color : #8F8F8F;
}

/*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 : #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 : Verdana, Arial, Helvetica, sans-serif;
		color : #8F8F8F;
} 





 /*frame::  Controls the  Color of the Store's Frame */		
.frame {
	background-color : #739AB7;
}

 /*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 : #BDD0DD;
	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 : 11px;
	font-weight : bold;
	background-color : #DEDEDE;
	color : #626161;
} 

 /*alternative:: Controls the form backgrounds 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 : #000000;
	text-decoration : none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #30495C;
	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 : #000000;
}


 /*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>
