/* 
   -----------------------------------
     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: #990033;
font-size: 10pt;
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: #000000;
}

/*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;
} 

/*A.menu::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A.menu {
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
color: #828587;
font-size: 10px;
font-weight: bold;
font-style: ;
text-decoration: none;
}
	
/*A.menu:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A.menu:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight :  bold;
	font-style: normal;
	color : #828587;
	text-decoration: underline;
}

/*A.menu:visited:: Controls the way the  Links look after a user has visited that section*/ 
A.menu:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #828587;
}
	
/*A.menu:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #828587;
} 



 /*frame::  Controls the  Color of the Store's Frame */		
.frame {
background-color: #FFFFFF;
}

 /*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: #BOCC96;
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: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
color: #000000;
}

 /*category:: Controls the way the category menu links look*/ 
.category {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
color: #828587;
text-decoration: none;
font-weight: bold;
}
 
/*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: #F9F8E3;
color: Black;
} 

 /*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: ;
background-color: #ffffff;
}

 
/*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>
