/* 
================================
3DCart Style Sheet 
by Infomart2000 Corp.
www.3dcart.com
================================
*/	
	

/***********************************/
/*          DESIGN ELEMENTS        */
/***********************************/

 
/*body:: Controls Page Background Color and any other fonts not defined below*/ 	
body {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #a9a9a9;
font-weight: normal;
margin: 10px 0px 10px;
background: #ffffff url(../../../images/MiscProduction/bg_body.gif)  center top no-repeat;
}

/*data:: Controls body default fonts and colors*/
.data {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #494949;

}

/*a.data:: Controls body default font link size*/
a.data {
font-size: 12px;
color: #699d03;
}

/*frame:: Controls the  Color of the Store's Frame*/		
.frame	
{
	background-color: #eeeeee;
	
}

.wrapper	
{
	background-color: #b3872e;
	background-image: url(../../../images/MiscProduction/bg_body.jpg);
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
        width:760px;

}

/*top:: Controls the  Color of the top Bar*/		
.top
{
	background: #583c14 url(../images/bg.gif) repeat-x;
}

.left_cat
{
	/*background: url(../../../images/MiscProduction/bg_cat-2.jpg) left bottom no-repeat; */
min-height:356px;
height:auto !important;
height:356px;
}

.cat_btn
{
	background: url(../../../images/MiscProduction/bg_cat_btn1.png) right bottom no-repeat;
color: rgb(255, 255, 153); 
border-top: 1px solid rgb(255, 204, 51); 
border-bottom: 1px solid rgb(255, 204, 51);
padding-top: 3px;
padding-bottom: 3px;
}


.cat_btn_over
{
	/*background: url(../../../images/MiscProduction/bg_cat_btn1.png) right bottom no-repeat;*/
background-color: rgb(108, 80, 37);
border-top: 1px solid rgb(255, 204, 51); 
border-bottom: 1px solid rgb(255, 204, 51);
padding-top: 3px;
padding-bottom: 3px;

}

.cat_btn2
{
color: rgb(255, 255, 153); 
border-top: 1px solid rgb(255, 204, 51); 
border-bottom: 1px solid rgb(255, 204, 51);
padding-top: 3px;
padding-bottom: 3px;
}

.cat_btn3
{
	background: url(../../../images/MiscProduction/bg_cat_gr.png) right bottom no-repeat;
color: rgb(255, 255, 153); 
border-top: 1px solid rgb(255, 204, 51); 
padding-top: 3px;
padding-bottom: 3px;
min-height: 20px;
width:132px;
}

.cat_btn3_over
{
	background-color: #333300;
color: rgb(255, 255, 153); 
border-top: 1px solid rgb(255, 204, 51); 
/*border-bottom: 1px solid rgb(255, 204, 51);*/
padding-top: 3px;
padding-bottom: 3px;
min-height: 20px;
width: 132px;
}

.left_bar
{
	background: #ffffff url(../../../images/MiscProduction/bg_lft_btm.png) right bottom no-repeat;

}


/*middle: Controls the Color of the middle border background*/		
.middle
{
	background: #2e2606 url(../../../images/MiscProduction/bg_middle_btm.jpg) left bottom no-repeat;

}
/*main:: Controls main div default fonts and colors*/
.main {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #9d9d9d;
background: #ffffff;
min-height:1600px;
height:auto !important;
height:1600px;
overflow: visible;
}

/*footer:: Displays at the very bottom of your online store,  copyright and designed by notices*/		
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e404a;
}	

.bottom
{
	background: #333300 url(../../../images/MiscProduction/bg_footer.jpg) left top no-repeat;

}

/*line:: Controls the  Color of the line below the top bar*/		
.line
{
	background: url(../images/bg1.gif);
}	

/*alternative:: Controls the form backgrounds and other areas that required an alternative color*/
.alternative
{
   padding: 4px 4px 4px 4px;
   border: 0px solid #b3b4b5;
	background-color: #edf9c8;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders
{
        border-bottom: solid 1px #333300;
}

/*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;
}

/*borders_prod:: Controls the color of  the borders on the product blocks*/ 
.borders_prod
{
	border: solid;
	border-color:#dce7d0;
	border-width: 4px;
min-height:275px;
height:auto !important;
height:275px;

}

/*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: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
color: #ffffff;
/*background-color: #ff9900; */
/*url(../../../images/MiscProduction/bg_header.jpg) center top no-repeat;*/
font-weight: bold;
text-decoration: none;
padding: 3px 2px 2px 2px;
border-top: solid 1px #ffcc33;
/*border-bottom: solid 1px #ffcc33;*/

}

.menu-headers2
{
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #494949;
	font-weight: normal;
	text-decoration: none;
}

/*page_headers:: Controls the page's titles*/
.page_headers {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #ff9900;
font-weight: bold;
line-height: 24px;

}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333300;
font-weight: bold;

}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
background-color: #ffffff;
color:#333300;
text-decoration: none;
padding: 4px 0px 4px 0px;

} 

/*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: #eeeeee;
	color: #999999;
	padding:4px;
} 

/*titles3:: Controls the titles on the view cart page*/ 
.titles3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #669933;
font-weight: bold;

}


/*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: Verdana, 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;
}

.orange
{
	font-family: Arial, Helvetica, sans-serif;
	color: #f49d3f;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
}

.font3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #393939;
}
.font4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #535353;
}

.font5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffcc;
}
/*icon:: Controls the way the menu icons display*/ 
.icon
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/*store-name:: Store Name*/		 
.store-name
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #000000;
	text-decoration: none;
	padding:4px;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan {

position: absolute;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #ffff99;
margin-top: -19px;
margin-left: 138px;
line-height: 26px;

}	 	 

/*menu-text:: Controls the way the menu (mailing list) text look*/ 
.menu-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item
{
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

/*price:: Controls the way the product's prices display*/ 
.price {

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #cc0202;
font-weight: normal;

}

/*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: #4b575a;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e10e04;
	text-decoration: none;
}


/***********************************/
/*      FORM FIELDS & BUTTONS      */
/***********************************/


/*btn:: Controls the buttons*/ 
.btn
{
	border-top: 1px solid #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
	border-left: 1px solid #dcdbdc;
	border-right: 1px solid #dcdbdc;
	background: #7a8d5b url(../images/button-bg.gif) center center repeat-x;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;    
	color: #ffffff;
	cursor: pointer;
	margin:1px;
} 

/*btn_over:: Controls the buttons*/ 
.btn_over
{
	border-top: 1px solid #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
	border-left: 1px solid #dcdbdc;
	border-right: 1px solid #dcdbdc;
	background: #7a8d5b url(../images/button1-bg.gif) center center repeat-x;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;    
	color: #ffffff;
	cursor: pointer;
	margin:1px;
} 	

/*btn3:: Controls the buttons*/ 
.btn3
{
	border-top: 1px solid #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
	border-left: 1px solid #dcdbdc;
	border-right: 1px solid #dcdbdc;
	background: #336600 url(../images/btn3.gif) center center repeat-x;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;    
	color: #ffffff;
	cursor: pointer;
        padding:4px;
	margin:10px;
} 

/*btn3_over:: Controls the buttons*/ 
.btn3_over
{
	border-top: 1px solid #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
	border-left: 1px solid #dcdbdc;
	border-right: 1px solid #dcdbdc;
	background: #669933 url(../images/btn3_over.gif) center center repeat-x;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;    
	color: #ffffff;
	cursor: pointer;
        padding: 4px;
	margin:10px;
} 

 /*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: #ffffff;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;    
	color: #535353;
	cursor: pointer;
} 	
	
/*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;
}


/***********************************/
/*              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: #699d03;
font-size: 11px;
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;
	color: #699d03;
	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;
	color: #699d03;
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;
	color: #699d03;
	text-decoration: underline;
}

a.menu
{
	font-family: Arial, Helvetica, sans-serif;
	color: #878686;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	text-decoration:none;
	text-transform:uppercase;
}
	
a.menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #699d03;
   font-weight: 700;
	text-decoration: underline;
	text-transform:uppercase;
}

a.menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #878686;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	text-decoration:none;
	text-transform:uppercase;
}
	
a.menu:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #699d03;
   font-weight: 700;
	text-decoration: underline;
	text-transform:uppercase;
} 

/*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, Helvetica, sans-serif;
color: #ffff99;
font-size: 11px;
font-weight: bold;
font-style: normal;
text-decoration: none;
margin-left: 5px;
line-height: 20px;

}
	
/*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, Helvetica, sans-serif;
	color: #ffcc33;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration:underline;
margin-left: 5px;

}

/*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, Helvetica, sans-serif;
	color: #ffff99;
	font-size: 11px;
	font-weight: bold;
	font-style: normal; 
	text-decoration:none;
margin-left: 5px;

}
	
/*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, Helvetica, sans-serif;
	color: #ffcc33;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration:underline;
margin-left: 5px;

} 

.link2:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffcc;
	text-decoration: none;
}
.link2:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;line-height: 20px;
	color: #ffffcc;
}
.link2:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffcc;
	text-decoration: underline;
	line-height: 20px;
}
.link2:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffcc;
}

/*link3:: optional link color*/ 	 
.link3 {

font-family: Arial, Helvetica, sans-serif;
color: #d7ee93;
font-size: 10px;
text-transform: uppercase;
font-style: normal;
line-height: 23px;
text-decoration: none;

}
	
/*link3:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
.link3:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #e4edb7;
	text-decoration: underline;
}

/*link3:visited:: Controls the way the  Links look after a user has visited that section*/ 
.link3:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #d7ee93;
text-decoration: none;	
}
	
/*link3:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
.link3:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #e4edb7;
	text-decoration: underline;
} 
/*dosha-quiz:: Controls the way the dosha-quiz link look*/ 
.dosha-quiz {

font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #333300;
font-weight: bold;
text-decoration: none;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0202;
font-size: 12px;
font-style: normal;

} 
a.red {
font-size: 12px;
text-decoration: underline;

} 
.white {
color: #ffffff;

}

.style1 {
font-size: 10px;

} 

