
/* 
  -----------------------------------
   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: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #653312;
	background-color: #CDDD8F;
	background-image: url(../images/cbbkg.gif);
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}
.slide1text {
	background-color: #EFF6D3;
	padding: 15px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #653311;
}
.newsletter {
	background-image: url(../images/newsletter.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 20px;
}
.cats {
	background-image: url(../images/blankcat.gif);
	background-repeat: no-repeat;
	height: 44px;
	padding-left: 15px;
	padding-bottom: 8px;
	width: 100%;
}
.maincol {
	padding-top: 10px;
	padding-right: 10px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #653312;
	padding-bottom: 10px;
	padding-left: 0px;
}
.mainarea {
	background-color: #FFFFFF;
	background-image: url(../images/chd-leftcolbkg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftcol {
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 15px;
}
.leftedge {
	background-image: url(../images/chd10.png);
	background-repeat: repeat-y;
}
.rightedge {
	background-image: url(../images/chd13.png);
	background-repeat: repeat-y;
}

p, td, li {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #653312;
}

.cr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #653312;
}
.cr a {
	color: #653312;
	text-decoration: none;
}
.cr a:hover {
	color: #778c28;
	text-decoration: none;
}
.cr a:visited {
	color: #653312;
	text-decoration: none;
}

.cr a:visited:hover {
	color: #778c28;
	text-decoration: none;
}

/*store-name:: Store Name*/		 
.store-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #653312;
	text-decoration: none;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #653312;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}

/*frame:: Controls the Color of the Store's Frame */		
.frame {
	background-color: #ffffff;
}

/*top:: Controls the Color of the top Bar */		
.top {
	background: #ffffff url(images/BG_Logo.gif) repeat-x;
}

/*menu_col:: Controls the background color of the category column on the top*/	
.menu_col {
	background: #ffffff url(images/BG_menu.gif) repeat-x;
}

/*cat_col:: Controls the background color of the category column on the top*/		
.cat_col {
	background-color:#6b0000;
}

/*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653312;
	font-weight: bold;
	background-color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #653312;
}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #e4427e;
	padding:3px;
}

/*data:: Controls body default fonts and colors */
.data {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #653312;
	background-color: #ffffff;
	line-height: 18px;
}

/*page_headers:: Controls the way the page headers look*/
.page_headers {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #96ac44;
	background-color: #ffffff;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #96ac44;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*icon:: Controls the way the icons on the left look*/ 
.icon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

/*footer:: Displays at the very bottom of your online store, copyright and desgined by notices (Default Size is 9)*/		
.footer {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

/*a::Links:: Controls the way the Links look before a user clicks or mouse overs on them*/ 	 
a {
	color: #D74880;
	text-decoration: none;
}

/*a:hover:: Controls the way the Links look when a user passes their mouse over a them*/ 	 	
a:hover {
	color: #94A940;
	text-decoration: none;
}

/*a:visited:: Controls the way the Links look after a user has visited that section*/ 
a:visited {
	color: #D74880;
	text-decoration: none;
}

/*a:visited:hover:: Controls the way the Links look when a user hovers over a section they have visited*/ 	 
a:visited:hover {
	color: #94A940;
	text-decoration: none;
}

/*a.menu:: Controls the way the Menu Links look before a user clicks or mouse overs them*/
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
}

/*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: bold;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #969696;
	width: 100%;
	line-height: 20px;
}

/*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;
	width: 100%;
	line-height: 20px;
}

/*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;
	text-decoration: none;
	background-color: #969696;
	width: 100%;
	line-height: 20px;
}

/*a.menu_left::Links:: Controls the way the left menu links look before a user clicks or mouse overs on them*/
a.menu_left {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #653312;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

/*a.menu_left:hover:: Controls the way the left menu links look when a user passes their mouse over a them*/
a.menu_left:hover {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #E1518A;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

/*a.menu_left:visited:: Controls the way the left menu links look after a user has visited that section*/
a.menu_left:visited {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #653312;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

/*a.menu_left:visited:hover:: Controls the way the left menu links look when a user hovers over a section they have visited*/
a.menu_left:visited:hover {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #E1518A;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

/*a.cat::Links:: Controls the way the Category Links look before a user clicks or mouse overs on them*/ 	 
a.cat {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #56361C;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	display: block;
}

/*a.cat:hover:: Controls the way the Category Links look when a user passes their mouse over a them*/ 	 	
a.cat:hover {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #8EA241;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	display: block;
}

/*a.cat:visited:: Controls the way the Category Links look after a user has visited that section*/ 
a.cat:visited {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #56361C;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	display: block;
}

/*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: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #8EA241;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	display: block;
}

/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653312;
}

/*item:: Controls the Item, Name, Description, Savings, Cost,Font and Color*/ 
.item {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #653312;
	text-decoration: none;
}

/*price-info:: Controls the way the prices look on the product page*/ 
.price-info {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #653312;
}

/*price:: Controls the way the price look*/ 
.price {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653312;
	font-weight: bold;
}

/*checkout-headers:: Controls the way the headers on the checkout pages look*/
.checkout-headers {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #653312;
	background-color: #ffffff;
}

/*titles2:: Controls the subtitles on the checkout process*/ 
.titles2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #dbe7a6;
	color: #56361c;
}

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative {
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	border: 0px solid #CDDD8F;
}

/*borders:: Controls the color of the borders on forms*/ 
.borders {
	border: 1px solid #CDDD8F;
	background-color: #CDDD8F;
}

/*steps:: Controls the way the steps on the top right hand corner look*/
.steps {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B7A89E;
	background-color: #ffffff;
}

/*steps_on:: Controls the way the steps on the top right hand corner look*/
.steps_on {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CE4A7A;
	background-color: #ffffff;
}

/*error:: Controls the way the error messages look (Default Size is 12)*/ 
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e10e04;
	text-decoration: none;
}

/*options-titles:: Controls the way the titles on the options look*/
.options-titles {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DA5586;
}

/*borders2:: Controls the color of the borders on forms*/ 
.borders2 {
	border: #CDDD8F;
	background-color: #CDDD8F;
}

/*cart-text:: Controls the way the shopping cart look)*/ 
.cart-text {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #653312;
	line-height: 18px;
	background-color: #ffffff;
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffffff;
	color: #653312;
}

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
	background-color: #f9f8f8;
}

/*font1:: Primary Screen Font */ 
.font1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #653312;
}

/*font2:: Secondary Screen Font*/ 
.font2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #653312;
}

/*icon:: Controls the way the icons on the top look*/ 
.icon2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

/*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: #653310;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	margin:1px;
}

/*btn_over:: Controls the buttons*/ 
.btn_over {
	border-top: 1px solid #653310;
	border-bottom: 1px solid #653310;
	border-left: 1px solid #653310;
	border-right: 1px solid #653310;
	background: #DCEAA8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #653310;
	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: #653310;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
}

/*txtBoxStyle:: Controls the way the text box look*/	
.txtBoxStyle {
	border-top: 2px solid #fcc7db;
	border-bottom: 2px solid #fcc7db;
	border-left: 2px solid #fcc7db;
	border-right: 2px solid #fcc7db;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #653310;
}

/*txtareaStyle:: Controls the way the text area look*/ 		
 .txtareaStyle {
	border-top: 2px solid #fcc7db;
	border-bottom: 2px solid #fcc7db;
	border-left: 2px solid #fcc7db;
	border-right: 2px solid #fcc7db;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #653310;
	height: 80px;
	width: 250px;
}
