
/*body:: Controls Page Background Color and any other fonts not defined below*/ 	
body
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	font-weight : Normal;

}

/*data:: Controls body default fonts and colors*/
td
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
}

/*data:: Controls body default fonts and colors*/
.data
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
}

/*frame::  Controls the  Color of the Store's Frame*/		
.frame	
{
	background-color : #000000;
}

/*top::  Controls the  Color of the top Bar*/		
.top
{
	background: #ffffff url(../../v30027/images/BG_Logo.gif) repeat-x;
}

/*line::  Controls the  Color of the line bellow the top bar*/		
.line
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	background: url(../../v30027/images/bg1.gif);
}	

/*borders:: Controls the color of  the borders on forms*/ 
.borders
{
	background: #123b68;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2
{
	border : #999999;
}

/*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon
{
	border: solid;
	border-color: #999999;
	border-width: 1px;
}

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table
{
	background-color : #f9f8f8;
} 


/***********************************/
/*         HEADERS & TITLES        */
/***********************************/


/*menu-headers:: Controls the way the menu headers look*/ 


.shoppingcart{

	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	font-size : 10px;
	font-weight: bold;
	font-style:  normal;
	
}


.menu-headers
{
	color:#fff;
	text-decoration : none;
	padding: 10px 4px 10px 4px;
	letter-spacing: 2px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/*page_headers:: Controls the page's titles*/
.page_headers
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #000000;
	padding:4px;
}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000;
	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 : 14px;
	color: #000;
	text-decoration : none;
     padding: 10px 4px 10px 4px;

} 

/*titles2:: Controls the titles on the view cart page*/ 
.titles2
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color :#fadfd6;;
	color : #000;
	padding:4px;
} 

/*options-titles:: Controls the way the titles on the product options display*/
.options-titles
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #999999;
	text-align:left;
}


/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title
{
	font-family :   Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #fbf0fb;
	color : #000;
} 


/*icon:: Controls the way the menu icons display*/ 
.icon
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #ffffff;
}
	 

/*menu-text:: Controls the way the menu (mailing list) text look*/ 
.menu-text
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000;
	font-weight:bold;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item
{
	color : #000;
	text-decoration: none;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding:2px;
}

/*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: #000000;
}

/*price:: Controls the way the product's prices display*/ 
.price
{
	font: bold 14px Arial, Helvetica, sans-serif;
	float:left;
}

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text
{
	font-family :Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : Normal;
	color: #ffffff;
	line-height : 18px;

}


/*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 : #000;
	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 : #000000;
	background-color : #ffffff;
}

/*error:: Controls the error messages*/ 
.error
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #000;
	text-decoration: none;
}

/*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: #ffffff;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;    
	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;
}

