/* 
   -----------------------------------
     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:"Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #663333;
	background-color: #bb1f68;
	font-weight: Normal;
	}

#outertable {
	border:solid 3px #f8d2db;
}

#header {
	padding-top:150px;
}

 /*store-name:: Store Name		 
.store-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ffffff;
	text-decoration: none;
}*/

.prod_border
{
	border:1px solid #663333;
}

 /*store-slogan:: Store Slogan		 
.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 */		
.frame {
	background-color: #f7e8ec;
}



/*line:: Controls the  Color of the first top Bar 	
.line{
	background-color: #F7E8EC;
}*/	
/*line2:: Controls the  Color of the second top Bar 	
.line2{
	background-color: #F7E8EC;
}*/	

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #bb1f68;
	font-weight: normal;
	background-color: #f7e8ec;
	text-decoration: none;
	line-height: 20px;
	text-transform:lowercase;
	/*border: none;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #cccc99;*/
}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	color: #bb1f68;
	/*border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #276804;*/
	text-transform:lowercase;
	
} 

 /*data:: Controls body default fonts and colors  (Default Font Size is 12)*/
.data {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #663333;
	background-color: #ffffff;

}

 /*page_headers:: Controls the page's titles */
.page_headers {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f7e8ec;
	background-color: #bb1f68;
		text-transform:lowercase;
		padding-left:3px;
		padding-right:3px;

}

/*icon:: Controls the look of the icons*/ 
.icon {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663333;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices  (Default Size is 9)*/		
.footer {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 10px;
	text-align: center;
	color: #f7e8ec;
}	

 	 
/*A::Links:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family:"Trebuchet MS", sans-serif;
	color: #bb1f68;
	font-style: normal;
	text-decoration:none;
	font-weight:bold;

}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family:"Trebuchet MS", sans-serif;
	text-decoration:underline;
	color: #bb1f68;
		font-weight:bold;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
		font-family:"Trebuchet MS", sans-serif;
	color: #bb1f68;
		text-decoration:none;
			font-weight:bold;

}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
	font-family:"Trebuchet MS", sans-serif;
	color: #bb1f68;
		text-decoration:underline;
			font-weight:bold;


} 

/*A.menu::Links:: Controls the way the  menu links  look before a user clicks  or mouse overs on them*/ 	 
A.menu {
	font-family:"Trebuchet MS", sans-serif;
	color: #f7e8ec;
	font-size: 16px;
	font-weight: bold;
	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:"Trebuchet MS", sans-serif;
	color: #f7e8ec;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	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:"Trebuchet MS", sans-serif;
	color: #f7e8ec;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	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:"Trebuchet MS", sans-serif;
	color: #f7e8ec;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	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:"Trebuchet MS", sans-serif;
	color: #663333;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width: 100%;
	line-height: 25px;
	/*border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffcc;*/
}
	
/*A.cat:hover:: Controls the way the  category links look when a user passes  their mouse over a them*/ 	 	
A.cat:hover {
	font-family:"Trebuchet MS", sans-serif;
	font-style: normal;
	color: #663333;
	text-decoration:underline;
	width: 100%;
	line-height: 25px;
	/*border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffcc;
	background-color: #ffffff;*/
}

/*A.cat:visited:: Controls the way the category links look after a user has visited that section */
A.cat:visited {
	font-family:"Trebuchet MS", sans-serif;
	color: #663333;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width: 100%;
	line-height: 25px;
}
	
/*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:"Trebuchet MS", sans-serif;
	font-style: normal;
	color: #663333;
	text-decoration:underline;
	width: 100%;
	line-height: 25px;
	/*border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffcc;
	background-color: #ffffff;*/
} 

/*menu-text:: Controls the way the menu (mailing list) text look (Default Size is 12)*/ 
.menu-text {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #663333;
}
.menu-text2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #663333;
	font-weight:bold;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color  (Default Size is 12)*/ 
.item {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: Normal;
	color: #bb1f68;
	text-decoration: none;
}

.item2{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: Normal;
	color: #bb1f68;
	text-decoration: none;

}

 /*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: Normal;
	color: #663333;
}

 /*price:: Controls the way the product prices look (Default Size is 12)*/ 
.price {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #663333;
	font-weight: normal;
}

 /*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #bb1f68;
	background-color: #ffffff;
}

.checkout-headers {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	background-color: #ffffff;
}

 
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #ffffff;
	color: #ffffff;

	
} 
 
 /*alternative:: Controls the form backgrounds and other areas that requred an alternative color Normally Gray (Default Color is EEEEEE)*/
.alternative {
	/*background-color: #f8d2db;*/
   padding: 2px 4px 2px 4px;
  border:0px;
}
  
.alternative2 {
   padding: 2px 4px 2px 4px;
   border: 1px solid #bb1f68;
}
.alternative3 {
	/*background-color: #f8d2db;*/
   padding: 2px 4px 2px 4px;
  border:0px;
}

/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border: #bb1f68;
		background-color: #ffffff;
		
 }
 
  /*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
    border: solid;
    border-color: #bb1f68;
	border-width: 1px;
}

 /*steps:: Controls the way the steps on the checkout pages display*/
.steps {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #f7e8ec;
	background-color: #bb1f68;
}

 /*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;
	background-color: #bb1f68;
}

/*error:: Controls the error messages*/ 
.error {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #bb1f68;
	text-decoration: none;
}

 /*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-family:"Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #bb1f68;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
		border: #bb1f68;
		background-color: #ffffff;
 }


/*cart-text:: Controls the text on the shopping cart*/ 
.cart-text {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: Normal;
	color: #663333;
	line-height: 18px;
	background-color: #ffffff;
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #ffffff;
	color: #bb1f68;
	
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color: #ffffff;
	
} 


/*font3:: Secondary Screen Font (Default Font Size is 12)*/ 
.font3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: Normal;
	color: #663333;
	text-transform:lowercase;
} 
 
/*font2:: Secondary Screen Font (Default Font Size is 12)*/ 
.font2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: Normal;
	color: #663333;

}
/*font1:: Secondary Screen Font (Default Font Size is 12)*/ 
.font1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: Normal;
	color: #663333;

}

 
/*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: #bb1f68;
    font-family:"Trebuchet MS", sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #f7e8ec;
	 cursor: pointer;
	 text-transform:lowercase;
	} 
	
.btn_search {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #bb1f68;
    font-family:"Trebuchet MS", sans-serif;
    font-weight: normal;
    font-size: 14px;    
    color: #f7e8ec;
	 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: #bb1f68;
    font-family:"Trebuchet MS", sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #f7e8ec;
	 cursor: pointer;
	 	 text-transform:lowercase;

	} 		
	
/*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: #bb1f68;
    font-family:"Trebuchet MS", sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #f7e8ec;
	 cursor: pointer;
	 	 text-transform:lowercase;

	} 		
	
	
  /*txtBoxStyle:: Controls the text boxes*/ 	
	.txtBoxStyle{
    border-top: 1px solid #663333;
    border-bottom: 1px solid #663333;
    border-left: 1px solid #663333;
    border-right: 1px solid #663333;
    background-color: #ffffff;
    font-family:"Trebuchet MS", sans-serif;
    font-weight: normal;
    font-size: 14px;    
    color: #bb1f68;
	}
	
		.txtBoxStyle2{
    border-top: 1px solid #663333;
    border-bottom: 1px solid #663333;
    border-left: 1px solid #663333;
    border-right: 1px solid #663333;
    background-color: #ffffff;
    font-family:"Trebuchet MS", sans-serif;
    font-weight: normal;
    font-size: 14px;    
    color: #bb1f68;
	text-transform:lowercase;
	} 
 
  /*txtareaStyle:: Controls the text areas*/ 		
 	 .txtareaStyle{
    border-top: 1px solid #663333;
    border-bottom: 1px solid #663333;
    border-left: 1px solid #663333;
    border-right: 1px solid #663333;
    background-color: #ffffff;
    font-family:"Trebuchet MS", sans-serif;
    font-weight: normal;
    font-size: 14px;    
    color: #bb1f68;
    height: 80px;
	 width: 250px;
	}
.style1 {
	color: #f7e8ec;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
}

.menu_format {
		text-align:center;
}

div.transbox
{
  width: 300px;
  height: 100px;
  margin: 15px 10px;
  background-color: #ffffff;
  filter:alpha(opacity=00);
  opacity:0;
  float:left;
}



/*
.home_sq
{
background-color:
}

lt pink: f7e8ec
med pink: f8d2db
dk pink: bb1f68
brown: 663333
*/

