/* 
   -----------------------------------
     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, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #CDB792;
	font-weight : Normal;
	background-image:url(/images/background.gif);
	}
td
 {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	font-weight : Normal;

	}

 /*store-name:: Store Name*/		 
.store-name {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 35px;
	color : #ffffff;
	text-decoration : none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #03a1f3;
	font-style : italic;
	text-decoration : none;
	font-weight: bold;
}

/*frame::  Controls the  Color of the Store's Frame */		
.frame {
	background-color : #0865a8;
}
.frame3 {
	background-image:url(/images/block.jpg);
}


/*line::  Controls the  Color of the first top Bar */		
.line{
	background-color :#000000;
}
/*line2::  Controls the  Color of the second top Bar */		
.line2{
	background-color :#000000;
}

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight : bold;
	background-color: #3c4952;
	text-decoration : none;
	line-height : 25px;
	background-image:url(/images/td.gif);
}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family :   Arial,Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	
	color : #000;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #cfd2d4;
	height:35px;
	
} 

.titles22 {
	font-family :   Arial,Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 26px;
	font-weight : bold;
	color : #000000;
	
	
} 

 /*data:: Controls body default fonts and colors  (Default Font Size is 12)*/
.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #7E7E7C;
	background-color : #ffffff;
}

 /*page_headers:: Controls the page's titles */
.page_headers {
	font-family :   Arial,Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 26px;
	font-weight : bold;
	color : #000;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #cfd2d4;
	height:35px;
	
	
}

/*icon:: Controls the look of the icons*/ 
.icon {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #ea5d01;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices  (Default Size is 9)*/		
.footer {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color : #FBF7DF;
}	

 	 
/*A::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family :  Arial, Geneva, Arial, Helvetica, sans-serif;
	color : #056699;
	font-size : 12px;
	font-weight : bold;
	font-style:  normal;

}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family : Arial, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style: normal;
	color : #0099cc;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
		font-family : Arial, Arial, Helvetica, sans-serif;
		color : #056699;
}
	
/*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, Arial, Helvetica, sans-serif;
	color : #0099cc;
} 

/*A.menu::Links::  Controls the way the  menu links  look before a user clicks  or mouse overs on them*/ 	 
A.menu {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12px;
	font-weight : normal;
	font-style: normal;
	text-decoration: none;
}
	
/*A.menu:hover:: Controls the way the  menu links look when a user passes  their mouse over a them*/ 	 	
A.menu:hover {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight :  normal;
	font-style: normal;
	color : #ffffff;
	text-decoration: underline;
}

/*A.menu:visited:: Controls the way the menu links look after a user has visited that section*/ 
A.menu:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
}
	
/*A.menu:visited:hover:: Controls the way the menu links look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
} 


/*A.cat::Links::  Controls the way the  category links look before a user clicks  or mouse overs on them*/ 	 
A.cat {
	font-family :  Arial, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12px;
	font-weight : normal;
	font-style: normal;
	text-decoration:  none;
	width: 100%;
	line-height: 20px;
	
}
	
/*A.cat:hover:: Controls the way the  category links look when a user passes  their mouse over a them*/ 	 	
A.cat:hover {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style: normal;
	color : #c0c0c0;
	text-decoration: none;
	width: 100%;
	line-height: 20px;

}

/*A.cat:visited:: Controls the way the category links look after a user has visited that section*/ 
A.cat:visited {
	font-family :  Arial, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	width: 100%;
	line-height: 20px;

}
	
/*A.cat:visited:hover:: Controls the way the  category links look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover {
	font-family :  Arial, Geneva, Arial, Helvetica, sans-serif;
	color : #c0c0c0;
	text-decoration: none;
	width: 100%;
	line-height: 20px;

} 

/*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;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color  (Default Size is 12)*/ 
.item {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #585C5F;
	text-decoration: none;
}

 /*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}

 /*price:: Controls the way the product prices look (Default Size is 12)*/ 
.price {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ea5d01;
	font-weight: bold;
}

 /*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #000;
	
}
 
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family :    Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	background-color : #056699;
	color : #ffffff;
	height:25px;
	
} 
 
 /*alternative:: Controls the form backgrounds and other areas that requred an alternative color Normally Gray (Default Color is EEEEEE)*/
.alternative {
	background-color : #f3fbff;
	padding:10px;
}
  

/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border : #c4eafe;
		background-color : #c4eafe;
		
 }
 
  /*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
    border: solid;
    border-color: #aaa9a9;
	border-width: 1px;
}

 /*steps:: Controls the way the steps on the checkout pages display*/
.steps {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #cfd0d1;
	background-color : #ffffff;
}

 /*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #0099cc;
	background-color : #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #e10e04;
	text-decoration: none;
}

 /*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #0099cc;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
		border : #cfd2d4;
		background-color : #cfd2d4;
 }


/*cart-text:: Controls the text on the shopping cart*/ 
.cart-text {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : Normal;
	color: #056699;
	line-height : 18px;
	
	
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family :   Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #cbcaca;
	color : #4f4e4e;
	
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color : #f9f8f8;
	
} 


/*font3:: Secondary Screen Font (Default Font Size is 12)*/ 
.font3 {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #ffffff;
} 
 
/*font2:: Secondary Screen Font (Default Font Size is 12)*/ 
.font2 {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #585C5F;
}
/*font1:: Secondary Screen Font (Default Font Size is 12)*/ 
.font1 {
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #585C5F;
}

 
/*btn:: Controls the buttons*/ 
.btn {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
 font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	background-image:url(/images/bt.gif);
	 cursor: pointer;
	 height:20px;
	} 
	
	
	.btn_over {
      border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
 font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	background-image:url(/images/bt.gif);
	 cursor: pointer;
	 height:20px;
	} 
	
/*btn2:: Controls the buttons*/
.btn2 {
       border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
 font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	background-image:url(/images/bt.gif);
	 cursor: pointer;
	 height:20px;
	} 		
	
	
  /*txtBoxStyle:: Controls the text boxes*/ 	
	.txtBoxStyle{
    border-top: 1px solid #b3b4b5;
    border-bottom: 1px solid #b3b4b5;
    border-left: 1px solid #b3b4b5;
    border-right: 1px solid #b3b4b5;
    background-color: #f5f4f2;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
   
	} 
  /*txtareaStyle:: Controls the text areas*/ 		
 	 .txtareaStyle{
    border-top: 1px solid #C7D5E0;
    border-bottom: 1px solid #C7D5E0;
    border-left: 1px solid #C7D5E0;
    border-right: 1px solid #C7D5E0;
    background-color: #FBFBFB;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;;
    font-size: 11px;    
  
	
	height : 80px;
	width: 250px;
	}
 
</STYLE>

