/* 
   -----------------------------------
     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: Arial,Helvetica,sans-serif;
font-size: 10px;
color: #00a4b5;
background-image: url(/assets/images/webgraphics/BackgroundGradientStripes.jpg);
background-repeat: repeat-y;
background-position: top;
background-color: #202020;
font-weight: Normal;

}
	
 /*store-name:: Store Name*/		 
.store-name {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 24px;
color: #00a4b5;
text-decoration: none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 18px;
color: #000000;
font-style: ;
text-decoration: none;
font-weight: bold;
}	

/*frame:: Controls the  Color of the Store's Frame */		
.frame {
background-color: #e5e5e5;
}


/*top:: Controls the  Color of the top Bar */		
.top {
background-image: url("/assets/images/webgraphics/HeaderBG.jpg");
background-position: 50% 50%;
background-repeat: no-repeat;
background-color: #ffffff;
}


/*line:: Controls the  Color of the line bellow the top bar */		
.line {
background-color: #e5e5e5;
}

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
color: #117577;
font-weight: Bold;
background-color: #FDCC00;
text-decoration: none;
line-height: ;
}

a.menu-headers {
font-size: 11px;
color: #117577;
font-weight: Bold;
background-color: #FDCC00;
text-decoration: none;
line-height: ;
}

a.menu-headers:link {
text-decoration: none;
font-weight: Bold;
}

a.menu-headers:visited {
text-decoration: none;
font-weight: Bold;
}

 /*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #ffffff;
color: 00a4b5;
border: ;
border-bottom-width: ;
border-left: ;
border-right: ;
border-top: ;
border-color: ;
} 

/*data:: Controls body default fonts and colors */
.data {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
color: #3f4141;
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: #696969;
background-color: #ffffff;
}

/*icon:: Controls the way the menu icons display*/ 
.icon {
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
color: #696969;
}

/*leftBanner:: Displays at the very bottom of your online store,  copyright and designed by notices */	
.leftBanner {
font-family: Arial Narrow, Helvetica Condensed, sans-serif;
text-align: center;
color: #117577;
}	

p.leftBanner {
font-family: Arial Narrow, Helvetica Condensed, sans-serif;
text-align: center;
color: #117577;
font-size:10px;
}	

ul.leftBanner {
font-family: Arial Narrow, Helvetica Condensed, sans-serif;
text-align: center;
color: #00a4b5;
font-size:14px;
font-weight: bold;
list-style: none;
margin-left: 0;
padding-left: 0;
text-indent: 0;
}	

/*footer:: Displays at the very bottom of your online store,  copyright and designed by notices */	
.footer {
font-family: Arial,Helvetica,sans-serif;
font-size: 9px;
text-align: ;
color: #696969;
}	

a.footer {
font-size: 8pt;
font-weight: Normal;
} 

a.footer:link {
color: #117577;
font-weight: Normal;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
}

a.footer:visited {
color: #117577;
font-weight: Normal;
font-family: Arial,Helvetica,sans-serif;;
text-decoration: none;
}

a.footer:hover {
color: #cd3d00;
font-weight: Normal;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
}

a.footer:active {
color: #00a4b5;
font-weight: Normal;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
}

table.footer {
width: 880px;
vertical-align: top;
margin-top: 6px;
padding: 0px;
}

tr.footer {
vertical-align: top;
margin: 0px;
padding: 0px;
}

h3.footer {
font-weight: bold;
color: #303030;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
padding-bottom: 0px;
margin-bottom: 0px;
}

ul.footer {
line-height: 1.5em;
list-style-type: none;
list-style-image: none;
text-decoration: none;
text-indent: -15px;
list-style-position: outside;
}
	 
/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
font-family: Arial,Helvetica,sans-serif;
color: #696969;
font-size: 10px;
font-weight: bold;
font-style: ;
text-decoration: none;
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {

font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-style: none;
color: #cd3d00;
text-decoration: none;

}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
font-family: Arial,Helvetica,sans-serif;
color: #00a4b5;
}
	
/*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,Helvetica,sans-serif;
color: #cd3d00;
} 

/*A.menu:: Controls the way the  Links on the top look before a user clicks  or mouse overs on them*/ 	 
A.menu {

font-family: Arial, Helvetica, sans-serif;
color: #117577;
font-size: 11px;
font-weight: Bold;
font-style: ;
text-decoration: none;

}
	
/*A.menu:hover:: Controls the way the  Links on the top  look when a user passes  their mouse over a them*/ 	 	
A.menu:hover {
font-family: Arial,Helvetica,sans-serif;
font-weight: Bold;
font-style: ;
color: #cd3d00;
text-decoration: none;
}

/*A.menu:visited:: Controls the way the  Links on the top  look after a user has visited that section*/ 
A.menu:visited {

font-family: Arial,Helvetica,sans-serif;
color: #117577;

}
	
/*A.menu:visited:hover:: Controls the way the  Links on the top  look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
font-family: Arial,Helvetica,sans-serif;
color: #cd3d00;
} 


/*A.cat::Links:: Controls the way the  Links on the left look before a user clicks  or mouse overs on them*/ 	 
A.cat {

font-family: Arial,Helvetica,sans-serif;
color: #696969;
font-size: 11px;
font-weight: Normal;
font-style: ;
text-decoration: none;

}
	
/*A.cat:hover:: Controls the way the  Links on the left  look when a user passes  their mouse over a them*/ 	 	
A.cat:hover {

font-family: Arial,Helvetica,sans-serif;
font-weight: Normal;
font-style: ;
color: #cd3d00;
text-decoration: underline;

}

/*A.cat:visited:: Controls the way the  Links on the left  look after a user has visited that section*/ 
A.cat:visited {

font-family: Arial,Helvetica,sans-serif;
color: #117577;

}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left  look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover {
font-family: Arial,Helvetica,sans-serif;
color: #cd3d00;
text-decoration: none;
} 

/*.home class controls all of the settings on the center of the home page*/
table.home {
border: 0;
border-style: solid;
border-color: #CCCCCC;
align: center; 
background-repeat:no-repeat;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

td.home {
border: 1;
border-style: solid;
border-color: #CCCCCC;
align: center;
valign: top;
background-repeat:no-repeat;
}

p.home {
color: #696969;
font-size: 12;
align: left;
margin-top: 5;
}

h1.home, h2.home, h3.home, h4.home, h5.home, h6.home {
margin-bottom: 0;
padding-bottom: 0;
font-family: Arial,Helvetica,sans-serif;
}

h2.home {
margin-top: 5;
font-family: garamond, serif;
color: #cd3d00;
text-align: center;
font-size: 14;
}

h3.home {
color: #00a4b5;
font-weight: Bold;
font-size: 16;
}

h4.home {
color: #00a4b5;
font-weight: Bold;
font-size: 14;
}

h5.home {
margin-top: 5;
font-size: 12;
color: #22a9b9;
font-weight: Normal;
}

a.home:hover {
color: #cd3d00;
text-decoration: none;
}

p.minicart {
font-size: 11;
color: #404040;
font-family: Arial,Helvetica,sans-serif;
padding: 0;
margins: 0;
}

a.imagelink {
border: 0;
text-decoration: none;
color: #FFFFFF;
}

a.imagelink:link {
border: 0;
text-decoration: none;
color: #FFFFFF;
}

a.imagelink:active {
border: 0;
text-decoration: none;
color: #FFFFFF;
}

a.imagelink:hover {
border: 0;
text-decoration: none;
color: #FFFFFF;
}

a.imagelink:visited {
border: 0;
text-decoration: none;
color: #FFFFFF;
}

/*.page class controls all of the settings on the informational and non-product pages of the website*/
p.page {
font-family: Arial,Helvetica,sans-serif;
LINE-HEIGHT: 150%;
FONT-SIZE: 8pt;
}

p.toggle {
font-family: Arial,Helvetica,sans-serif;
color: #454545;
LINE-HEIGHT: 135%;
FONT-SIZE: 8pt;
padding-left: 8px;
padding-right: 8px;
padding-top: -12px;
padding-bottom: -12px;
}

ul.page {
FONT-FAMILY: Arial;
FONT-SIZE: 8pt;
LINE-HEIGHT: 150%;
padding-left: 18px;
padding-top: 5px;
margin: 0px;
}

ol.page {
FONT-FAMILY: Arial;
FONT-SIZE: 8pt;
LINE-HEIGHT: 150%;
}

li.page {
}

a.page {
font-size: 8pt;
font-weight: Normal;
} 

a.page:link {
color: #00a4b5;
font-weight: Normal;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
}

a.page:visited {
color: #22a9b9;
font-weight: Normal;
font-family: Arial,Helvetica,sans-serif;;
text-decoration: none;
}

a.page:hover {
color: #cd3d00;
font-weight: Normal;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
}

a.page:active {
color: #00a4b5;
font-weight: Normal;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
}

h1.page {
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
color: #696969;
margin-top: -2px;
}

h1.pageMargin {
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
color: #696969;
margin-top: -6px;
}

h1.pageProduct {
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
color: #696969;
margin-top: -2px;
}

h5.page {
font-weight: bold;
font-size: 11pt;
margin-top: 25;
margin-bottom: 10;
FONT-FAMILY: Arial, sans-serif;
}

h6.page {
font-weight: bold;
font-size: 9pt;
margin-top: 20;
margin-bottom: 8;
FONT-FAMILY: Arial, sans-serif;
}

h6.toggle {
font-weight: normal;
font-size: 9pt;
margin-top: 10;
margin-bottom: -13;
FONT-FAMILY: Arial, sans-serif;
}

table.page {
width: 100%;
font-family: Arial, sans-serif;
}

td.page {
font-family: Arial, sans-serif;
align: center;
}

.boldRed {
font-size: 11pt;
font-family: Arial, sans-serif;
color: #cd3d00;
font-weight: Bold;
}

p.proof {
FONT-FAMILY: Arial, sans-serif;
LINE-HEIGHT: 150%;
FONT-SIZE: 8pt;
color: #555555;
}

h5.proof {
font-weight: bold;
font-size: 11pt;
color: #555555;
margin-top: 5;
margin-bottom: 10;
FONT-FAMILY: Arial, sans-serif;
}

h6.proof {
font-weight: bold;
font-size: 9pt;
FONT-FAMILY: Arial, sans-serif;
margin-top: 3;
margin-left: 5;
margin-bottom: 3;
color: #555555;
}

table.proof {
width: 100%;
font-family: Arial, sans-serif;
}

td.proof {
font-family: Arial, sans-serif;
align: center;
}

table.guide {
font-size: 9pt;
font-family: Arial,Helvetica,sans-serif;
font-weight: normal;
border-collapse: collapse;
}

tr.guide {
border-top: none;
border-left: none;
border-right: none;
border-bottom: thin solid #cccccc;
color: #696969;
}

a.guide {
font-size: 9pt;
font-weight: normal;
text-decoration: none;
font-family: Arial,Helvetica,sans-serif;
} 

a.guide:link {
color: #696969;
}

a.guide:visited {
color: #117577;
}

a.guide:hover {
color: #cd3d00;
}

a.guide:active {
color: #696969;
}

p.guide {
font-family: Arial,Helvetica,sans-serif;
LINE-HEIGHT: 150%;
FONT-SIZE: 9pt;
color: #696969;
}

a.faq {
font-size: 8pt;
} 

a.faq:link {
color: #117577;
font-weight: bold;
font-family: Arial, sans-serif;
text-decoration: none;
}

a.faq:visited {
color: #22a9b9;
font-weight: bold;
font-family: Arial, sans-serif;
text-decoration: none;
}

a.faq:hover {
color: #cd3d00;
font-weight: bold;
font-family: Arial, sans-serif;
text-decoration: none;
}

a.faq:active {
color: #117577;
font-weight: bold;
font-family: Arial, sans-serif;
text-decoration: none;
}

ul.faq {
FONT-FAMILY: Arial, sans-serif;
FONT-SIZE: 8pt;
}


/*CStore:: Controls the way some elements look on the Company Store Pages */ 

p.cStore {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
line-height: 130%;
padding: 10px;
}

.smallText {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}

table.cStore {
margin-right: auto;
margin-left: auto;
margin-top: -10;
padding: 0;
cellpadding: 15px;
cellspacing: 15px;
}

/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
color: #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {
font-family: 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,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: #cd3d00;
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: #00a4b5;
background-color: #ffffff;

}

 /*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #dcdcdc;
color: #22A9B9;
} 

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
background-color: #ffffff;
padding: ;
border: ;
}

/*borders:: Controls the color of  the borders on forms*/ 
.borders {
border: ;
background-color: #696969;
}
 
 /*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 pages display*/
.steps_on {
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
color: #00a4b5;
background-color: #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
font-family: Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
color: #eb4600;
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: #22a9b9;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
border: ;
background-color: #a9a9a9;
} 

/*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: #2d2c2d;
line-height: ;
background-color: #fbfbad;
} 
 
/*invoice_title:: Controls the way the title of the invoices look */
.invoice_title {
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: bold;
background-color: #cbcaca;
color: #4f4e4e;
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color: #f9f8f8;
	
} 

/*font1:: Primary Screen Font */ 
.font1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: Normal;
color: #535353;
}
 
/*font2:: Secondary Screen Font */ 
.font2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: Normal;
color: #535353;
}

/*btn:: Controls the buttons*/ 
.btn {
border-top: ;
border-bottom: ;
border-left: ;
border-right: ;
background-color: #00a4b5;
font-family: arial,Helvetica,sans-serif;
font-weight: normal;
font-size: 11px;
color: #ffffff;
cursor: ;
}
	
/*btn_over:: Controls the buttons when you mouse over*/ 
.btn_over {
border-top: ;
border-bottom: ;
border-left: ;
border-right: ;
background-color: #cd3d00;
font-family: arial,Helvetica,sans-serif;
font-weight: normal;
font-size: 11px;
color: #ffffff;
cursor: ;
} 		 

 /*btn2:: Controls the buttons*/  
.btn2 {
border-top: ;
border-bottom: ;
border-left: ;
border-right: ;
background-color: #ff1493;
font-family: arial,Helvetica,sans-serif;
font-weight: normal;
font-size: 9px;
color: #ffffff;
cursor: ;
} 	

 /*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;
	}
 
td.header {
padding-top: 0;
padding-bottom: 0;
margin-top: -3;
margin-bottom: -4;
margin-left: 1;
margin-right: 1;
}

image.header {
padding-top: 0;
padding-bottom: 0;
margin-top: -1;
margin-bottom: -1;
border: 0;
z-index: 2;
}

td.cart {
padding-top: 0;
padding-bottom: 0;
margin-top: -1;
margin-bottom: 0;
}




 

 

 

 

 



















 



 

