/* 
   -----------------------------------
     iCart 
	 Style Sheet 
	 by Infomart2000 Corp.
	 www.infomart2000.com
   ----------------------------------
   ##Default
 */	
	


 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
body {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	background-color : #0E599A;
	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 :Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : #ffffff;
	text-decoration : none;
}	
	
 /*frame::  Controls the  Color of the Store's Frame */		
.frame {
	background-color : #eeeeee;
}

/*top::  Controls the  Color of the top Bar */		
.top {
	background-color : #0E599A;
}

/*line::  Controls the  Color of the line bellow the top bar */		
.line {
	background-color :#0B7BCA;
}	

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #0E599A;
	font-weight : bold;
	background-color: #C0E1FF;
	text-decoration : none;
	border: solid;
	border-bottom: 2px;
	border-left: none;
	border-right: none;
	border-top: 2px;
	border-color: #F79422;
	padding:6px;
}


 /*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0E599A;
	font-weight : bold;
	background-color: #d3d3d3;
	text-decoration : none;
	line-height : 13px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	padding:4px;
} 

/*data:: Controls body default fonts and colors */
.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, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #3b4f30;
	background-color : #ffffff;
}


/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color: #D3D3D3;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices */		
.footer {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color : #ffffff;
	background: #0E599A;
}	

.footer a, .footer a:hover, .footer a:visited, .footer a:visited:hover {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color : #ffffff;
	background: #0E599A;
}
	
/*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 : #043a85;
	font-size : 10px;
	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 : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style: normal;
	color : Gray;
}

/*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 : #043a85;
}
	
/*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 : Gray;
} 

/*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 : 8pt;
	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;
	font-size : 8pt;
	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;
	font-size : 8pt;
	color : #ffffff;
	text-decoration: none;
}
	
/*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;
	font-size : 8pt;
	color : #ffffff;
	text-decoration: underline;
} 


/*A.cat::Links::  Controls the way the  category links look before a user clicks  or mouse overs on them*/ 	 
A.cat {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : blue;
	font-size : 11px;
	font-weight : normal;
	font-style: normal;
	text-decoration:  none;
	width: 100%;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #cccccc;
	display:block;
	background-color: #eeeeee;
	padding:2px;
}
	
/*A.cat:hover:: Controls the way the  category links look when a user passes  their mouse over a them*/ 	 	
A.cat:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style: normal;
	color : blue;
	text-decoration: none;
	width: 100%;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #cccccc;
	background-color: #cccccc;
	display:block;
	padding:2px;
}

/*A.cat:visited:: Controls the way the category links look after a user has visited that section*/ 
A.cat:visited {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : blue;
	width: 100%;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #cccccc;
	background-color: #eeeeee;
	display:block;
	padding:2px;
}
	
/*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 :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : blue;
	text-decoration: none;
	width: 100%;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #cccccc;
	background-color: #cccccc;
	display:block;
	padding:2px;
} 


/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #043a85;
	text-decoration: none;
}

 /*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}

  /*price:: Controls the way the product's prices display*/ 
.price {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #d90d0e;
	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 : #0E599A;
	background-color : #ffffff;
}

 /*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #77b2fb;
	color : #04428e;
	
} 
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
	background-color : #ffffff;
   padding: 6px;
   border: 1px solid #cccccc;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border :1px solid #cccccc;
		background-color : #cccccc;
		padding:2px;
 }
 
 /*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 : #0E599A;
	background-color : #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
	font-family :Verdana, 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 : #043a85;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
		border :1px solid #cccccc;
		background-color : #cccccc;
		padding:2px;
 }

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : Normal;
	color: #043a85;
	line-height : 18px;
	background-color: #eeeeee;
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #cbcaca;
	color : #384e31;
	
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color : #f9f8f8;
	
} 

/*font1:: Primary Screen Font */ 
.font1 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}

/*font2:: Secondary Screen Font */ 
.font2 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #666666;
}

/*font3:: controls the search on the top*/ 
.font3 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : Normal;
	color: #ffffff;
}	

.font3 a, .font3 a:hover, .font3 a:visited, .font3 a:visited:hover {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	color : #ffffff;
	background: #0E599A;
}

.font3 span.font2, .font3 span.font2, .font3 span.font2, .font3 span.font2 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	color : #ffffff;
	background: #0E599A;
}

td.font3 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : Normal;
	color: #0E599A;
}	

td.font3 a, td.font3 a:hover, td.font3 a:visited, td.font3 a:visited:hover {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	color : #0E599A;
	background: #ffffff;
}

td.font3 span.font2, td.font3 span.font2, td.font3 span.font2, td.font3 span.font2 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	color : #0E599A;
	background: #ffffff;
}

/*btn:: Controls the buttons*/ 
.btn {
    border-top: 1px solid #F79422;
    border-bottom: 1px solid #F79422;
    border-left: 1px solid #F79422;
    border-right: 1px solid #F79422;
    background-color: #F79422;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	margin:1px;
	} 

	/*btn_over:: Controls the buttons*/ 
.btn_over {
    border-top: 1px solid #F79422;
    border-bottom: 1px solid #F79422;
    border-left: 1px solid #F79422;
    border-right: 1px solid #F79422;
    background-color: #f9af59;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	margin:1px;
	} 	

 /*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;
    background-color: #0E599A;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;    
    color: #ffffff;
	cursor: pointer;
	} 	
	
 /*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;    
    color: #38393a;
	} 
	
 /*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;    
    color: #343333;
	height : 80px;
	width: 250px;
	}

