/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	
	

/***********************************/
/*          DESIGN ELEMENTS        */
/***********************************/

 
/*body:: Controls Page Background Color and any other fonts not defined below*/ 	

td {
font-size:12px}

.blac {
	color:#000;
	size:11px;}
	
	.white {
	color:#fff;
	}
	
	.small{
		font-size : 10px;}

/*data:: Controls body default fonts and colors*/
.data
{

}

/*frame::  Controls the  Color of the Store's Frame*/		
.frame	
{
	background-color : #171755;
}

/*top::  Controls the  Color of the top Bar*/		
.top
{
	background : url(images/bg.gif) repeat-x;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices*/		
.footer
{
	font-family : Arial, sans-serif;
	font-size : 11px;
	color : #3c3434;
}	

/*line::  Controls the  Color of the line bellow the top bar*/		
.line
{
	background : url(images/bg1.gif);
}	

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative
{
	background-color : #f3f2f2;
    padding : 2px 4px 2px 4px;
    border : 1px solid #eae9e9;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders
{
	background-color : #000000;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2
{
	border : #999999;
	background-color : #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*/ 
.menu-headers
{
	
	font-size : 14px;
	font-family : Times New Roman, Georgia;
	text-transform : uppercase;
	color : #000000;
	font-weight : none;
	text-decoration : none;
    padding : 4px 4px 4px 4px;
	font-weight : bold;
}

/*page_headers:: Controls the page's titles*/
.page_headers
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 26px;
	font-weight : bold;
	color:#e1165c;

}

/*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 : #e1165c;
	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;
	font-weight : bold;
	background-image : url(images/bgg.gif);
	color : #000000;
	text-decoration : none;
    padding : 10px 4px 10px 4px;

} 

/*titles2:: Controls the titles on the view cart page*/ 
.titles2
{
	font-family :   Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color : #eeeeee;
	color : #999999;
	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;
	font-weight : bold;
	color : #999999;
}


/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title
{
	font-family :   Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #cbcaca;
	color : #4f4e4e;
} 


/***********************************/
/*          GENERAL FONTS          */
/***********************************/


/*font1:: Primary Screen Font */ 
.font1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #000000;
}
 
/*font2:: Secondary Screen Font */ 
.font2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #666666;
}
.font3
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #000000;
}
.font4
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #535353;
}
.font5
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : Normal;
	color : #000000;
}
.orange
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #f49d3f;
}

/*icon:: Controls the way the menu icons display*/ 
.icon
{
	font-family :Arial, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #ffffff;
}

/*store-name:: Store Name*/		 
.store-name
{
	font-family : Times New Roman, Georgia;
	font-size : 35px;
	color : #ffffff;
	text-decoration : none;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan
{
	font-family : Arial, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #ffffff;
	padding-top : 28px;
}	 	 

/*menu-text:: Controls the way the menu (mailing list) text look*/ 
.menu-text
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000689;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item
{

	text-decoration : none;
}

/*price-info:: controls the way the prices display on the product page*/ 
.price-info
{
	font-family : Arial, Arial, Helvetica, sans-serif;

	font-weight : Normal;

}

/*price:: Controls the way the product's prices display*/ 
.price
{

	font-weight : bold;

	
}

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text
{
	font-family : Arial, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : Normal;
	color : #c81621;
	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 : #cccccc;
	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 : #535353;
	background-color : #ffffff;
}

/*error:: Controls the error messages*/ 
.error
{
	font-family : Arial, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #e10e04;
	text-decoration : none;
}


/***********************************/
/*      FORM FIELDS & BUTTONS      */
/***********************************/


/*btn:: Controls the buttons*/ 
.btn
{
	
	background :  url(images/bt.jpg) repeat-x;
	font-family : arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color:#FFF;
	cursor : pointer;
	border:none;

} 

/*btn_over:: Controls the buttons*/ 
.btn_over
{
	background :  url(images/bt.jpg) repeat-x;
	font-family : arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color:#FFF;
	cursor : pointer;
		border:none;

} 	

 /*btn2:: Controls the buttons*/
.btn2
{
	background :  url(images/bt.jpg) repeat-x;
	font-family : arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color:#FFF;
	cursor : pointer;
		border: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 : #fff;
	font-family : arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
} 
	
/*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 : #fff;
	font-family : arial, Helvetica, sans-serif;
	font-weight : normal;;
	font-size : 11px;    
	color : #343333;
	height : 80px;
	width : 250px;
}


/***********************************/
/*              LINKS              */
/***********************************/


/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A
{
	font-family : Arial, Helvetica, sans-serif;
	color : #171755;
	font-size : 12px;
	font-style: normal;
	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-style : normal;
	text-decoration : underline;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited
{
	font-family : Arial, Helvetica, sans-serif;
	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
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
} 

A.menu
{
	font-family : Arial, Helvetica, sans-serif;
	color : #f49d3f;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
	
A.menu:hover
{
	font-family : Arial, Helvetica, sans-serif;
	color : #f49d3f;
	font-size : 11px;
	font-style : normal;
    font-weight : bold;
	text-decoration : none;
}

A.menu:visited
{
	font-family : Arial, Helvetica, sans-serif;
	color : #f49d3f;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
	
A.menu:visited:hover
{
	font-family : Arial, Helvetica, sans-serif;
	color : #f49d3f;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
} 

/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.cat
{
	font-family : Arial, sans-serif;
	color : #000;
	font-size : 11px;
	font-weight : normal;
	font-style:  normal;
	text-decoration:none;
}
	
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	
A.cat:hover
{
	font-family : Arial, sans-serif;
	color : #00;
	font-size : 10px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
}

/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.cat:visited
{
	font-family : Arial, sans-serif;
	color : #000;
	font-size : 10px;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover
{
	font-family : Arial, sans-serif;
	color : #000;
	font-size : 10px;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
} 

.link2:link {
	font-family : Arial, sans-serif;
	color: #FFFFFF;
	font-size : 10px;
	text-decoration : underline;
}
.link2:visited {
	font-family : Arial, sans-serif;
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
}
.link2:hover {
	font-family : Arial, sans-serif;
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none; }
	
.link2:visited:hover {
	font-family : Arial, sans-serif;
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
}
.link2:active {
	font-family : Arial, sans-serif;
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
}


.white{
    color : #ffffff;
}


.righttext
{
text-align: right;}
