/* 
   -----------------------------------
     iCart 
	 Style Sheet 
	 by Infomart2000 Corp.
	 www.infomart2000.com
   ----------------------------------
   ##Default
 */	
	


 /*body:: Controls PAGE BACKGROUND (behind site page) - Color or image, and any other fonts not defined below*/ 	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
	background-image: url(/assets/images/backgrounds/bkgd_dkgreen_grad.gif);
	background-repeat:repeat
	font-weight: Normal;
	}

 /*store-name:: Store Name [NOT USED?]*/		 
.store-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ffffff;
	text-decoration: none;
}

 /*store-slogan:: Store Slogan [NOT USED?]*/		 
.store-slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999997;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

/*frame:: Controls the Color of the Store's Frame = LEFT AND RIGHT SIDES (left nav)*/		
.frame {
	background-color: #EDE9DB;
}


/*line:: Controls the Color of the first top Bar = BEHIND TOP RIGHT NAVIGATION, SEARCH BAR */		
.line{
	background-color: #ccc299;
}
/*line2:: Controls the Color of the second top Bar = BEHIND LOGO AT TOP LEFT */		
.line2{
	background-color: #154938;
}

 /*menu-headers:: Controls the way the menu headers look = LEFT side BEHIND "Category" and "Mailing List" */ 
.menu-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005D43;
	font-weight: bold;
	background-color: #ccc299;
	text-decoration: none;
	line-height: 22px;
	border: solid;
	border-bottom-width: 2px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ccc299;
}

/*titles:: ?? WHAT IS THIS ?? - Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #005D43;
	color: #ffffff;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #005D43;
	
} 

 /*data:: Controls body default fonts and colors = "Your Price," "Availability," description text, etc. (Default Font Size is 12)*/
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #005D43;
	background-color: #F5F5F0;
}

 /*page_headers:: Controls the page's titles */
.page_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005D43;
	background-color: #F5F5F0;
}

/*icon:: Controls the look of the icons*/ 
.icon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005D43;
}

/*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: 10px;
	text-align: center;
	color: #7DB482;
}	

 	 
/*A::Links:: Controls the way the "Buy" link under item pictures look before a user clicks or mouses over on them*/ 	 
A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #005D43;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;

}
	
/*A:hover:: Controls the way the "Buy" link under item pictures 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: #6D9656;
}

/*A:visited:: Controls the way the "Buy" link under item pictures look after a user has visited that section*/ 
A:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #005D43;
}
	
/*A:visited:hover:: Controls the way the "Buy" link under item pictures look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005D43;
} 

/*A.menu::Links:: Controls the way the TOP RIGHT menu links (Home, About Us, etc.) look before a user clicks or mouses over on them*/ 	 
A.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A594E;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
	
/*A.menu:hover:: Controls the way the TOP RIGHT menu links (Home, About Us, etc.) look when a user passes  their mouse over a them*/ 	 	
A.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #3A594E;
	text-decoration: underline;
}

/*A.menu:visited:: Controls the way the TOP RIGHT menu links (Home, About Us, etc.) look after a user has visited that section*/ 
A.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A594E;
}
	
/*A.menu:visited:hover:: Controls the way the TOP RIGHT menu links (Home, About Us, etc.) look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A594E;
} 


/*A.cat::Links:: Controls the way the LEFT NAVIGATION > CATEGORY links look before a user clicks or mouse overs on them*/ 	 
A.cat {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #585858;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #EDE9DB;
}
	
/*A.cat:hover:: Controls the way the LEFT NAVIGATION > 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: #6D9656;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #EDE9DB;
	background-color: #EDE9DB;
}

/*A.cat:visited:: Controls the way the LEFT NAVIGATION > CATEGORY links look after a user has visited that section*/ 
A.cat:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #585858;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #EDE9DB;
}
	
/*A.cat:visited:hover:: Controls the way the LEFT NAVIGATION > 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: #6D9656;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #EDE9DB;
	background-color: #EDE9DB;
} 

/*menu-text:: Controls the way the MAILING LIST TEXT (left side, under "Mailing List") looks (Default Size is 12)*/ 
.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
}

/*item:: Controls the Item Name (under thumbnails, NOT under main pic), Description text, Savings [?], Cost [?] (Default Size is 12)*/ 
.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #535353;
	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 PRICES -$0.00- look (Default Size is 12)*/ 
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
}

 /*checkout-headers:: Controls TITLES on CHECKOUT pages [checkout(2,3).asp?step=1(2,3)] = Billing Info, Shipping Info etc, and TITLES on MAIN ITEM PAGES: Item name (top), Price, Description, Related Items */
.checkout-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005D43;
	background-color: #F5F5F0;
}
 
/*titles2:: Controls the TITLES on the VIEW CART page [view_cart.asp]*/ 
.titles2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #ccc299;
	color: #545452;
	
} 
 
 /*alternative:: Controls the form backgrounds and other areas that requred an alternative color Normally Gray (Default Color is EEEEEE)*/
.alternative {
	background-color: #EDE9DB;
   padding: 2px 4px 2px 4px;
   border: 1px solid #545452;
}
  

/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border: #cccc99;
		background-color: #cccc99;
		
 }
 
  /*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: #F5F5F0;
}

 /*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: #00824B;
	background-color: #F5F5F0;
}

/*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: #005D43;
}

/*borders2:: Controls the color of the borders on forms*/ 
.borders2 {
		border: #005D43;
		background-color: #005D43;
 }


/*cart-text:: Controls the text on the shopping cart*/ 
.cart-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: Normal;
	color: #585858;
	line-height: 18px;
	background-color: #EDE9DB;
}

/*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: #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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #272727;
} 
 
/*font2:: Secondary Screen Font (Default Font Size is 12)*/ 
.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #585C5F;
}
/*font1:: Secondary Screen Font (Default Font Size is 12)*/ 
.font1 {
	font-family: Verdana, 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;
    background-color: #005D43;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	 cursor: pointer;
	} 
	
/*btn_over:: Controls the buttons when you mouse over*/ 
.btn_over {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #00824B;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	} 		
	
/*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: #005D43;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	} 		
	
	
  /*txtBoxStyle:: Controls form TEXT FIELDS, e.g. Search, Submit, Apply Coupon, Calc Shipping: Zip, etc.*/ 	
	.txtBoxStyle{
    border-top: 1px solid #b3b4b5;
    border-bottom: 1px solid #b3b4b5;
    border-left: 1px solid #b3b4b5;
    border-right: 1px solid #b3b4b5;
    background-color: #FFFFFF;
    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: #;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;;
    font-size: 11px;    
    color: #343333;
    height: 80px;
	 width: 250px;
	}

