/* 
================================
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: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
background:#E4EEEF; /* light blue screen BG */
*/font-weight: normal;

}

/*data:: Controls body default fonts and colors – TEXT PAGES, not home*/
.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height:150%;
	font-weight: normal;
	color: #111111;
	background-color: #ffffff;
        
}

h1.home{
        
       font-family: Arial, Helvetica, sans-serif;
       color: #11540A;
       font-size: 21px;
       padding:0 0 4px 0;
       margin:0 0 0px 0;

}

h2.home{
        
       font-family: Arial, Helvetica, sans-serif;
       color: #333333;  /* dark green #0E4507; */
       font-size: 18px;
       padding:14px 0 4px 0;

}

h3{
        
       font-family: Arial, Helvetica, sans-serif;
       color: #222; 
       font-size: 15px;
       /* padding:10px 0 0px 0; */
       margin:10px 0 4px 0;

}

h3 a {
        
       font-family: Arial, Helvetica, sans-serif;
       color: #D86316;
       font-size: 15px;
       /* padding:10px 0 0px 0; */
       margin:10px 0 4px 0;

}

/*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;
}

/*footer:: Displays at the very bottom of your online store, copyright and desgined by notices*/		
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
        padding:60px 0 0 0;
       
}

/*line:: Controls the Color of the line bellow the top bar*/		
.line {
	background: #ffffff url(../images/BG_menu.gif) repeat-x;
}

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative {
	background-color: #f9f8f8;
	padding: 2px 2px 2px 2px;
	border: 1px solid #eae9e9;
}

/*borders:: Controls the color of the borders on forms*/ 
.borders {
	border: #cccccc;
	background-color: #cccccc;
}

/*borders2:: Controls the color of the borders on forms*/ 
.borders2 {
	border: 1px dotted #cccccc;
	border-style: none none dotted;
}

/*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 – Mailing List etc*/ 
.menu-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D86316; /* med orange */
	font-weight: bold;
	background-color: #ffffff;
	text-decoration: none;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
}

/*page_headers:: Controls PAGE TITLES*/
.page_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D86316; /*   med orange */
	background-color: #ffffff;
        padding:0;
        line-height: 20px;
        /* border:2px solid red; */
}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #222222;             /*D86316;  med orange */
	font-weight: bold;
        padding:10px 0 0 0;
}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/BG_featured.gif) repeat-x;
	color: #D86316; /* med orange */
	border: solid;
	border-bottom-width: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
 border-color:;
	padding:3px;
}

/*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;
}

/*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #585C5F;
	border: 1px dotted #cccccc;
	border-style: none none dotted;
}

/*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: #666666;
}

/*font2:: Secondary Screen Font ? */ 
.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

/*font3:: ? */ 
.font3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}

.font4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c32519;
}

/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc; /* fff */
}



/*menu-text:: Controls the way the menu (mailing list) text look*/ 
.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #585C5F;
}

/*price:: Controls the way the product's prices display*/ 
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
        font-weight: bold;
        padding:2px 0 0 0;
}

/*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: #999999;
	line-height: 18px;
	background-color: #ffffff;
}

/*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: #990000;
	background-color: #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	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: url(images/BG_btn.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	margin:1px;
}

.search_btn {
	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: normal;
	font-size: 11px;
	color: #555555;  /* #BF5815; */
	cursor: pointer;
        padding:0;
      
}

.search_btn_over {
	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: normal;
	font-size: 11px;
	color: #EB8932;
	cursor: pointer;
        padding:0;
}

/*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: url(images/BG_btn1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	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: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	cursor: pointer;
}

.btn2_over {
	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: #DB0202;
	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: #FBFBFB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #38393a;
        
}


.searchBoxStyle {
	border-top: 1px solid #b3b4b5;
	border-bottom: 1px solid #b3b4b5;
	border-left: 1px solid #b3b4b5;
	border-right: 1px solid #b3b4b5;
	background-color: #FBFBFB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #38393a;
        width:90px;
}

/*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;
}

/***********************************/
/*       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: #BF5815; /* dark orange */
	font-size: 14px;
	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: #BF5815; /* dark orange */
	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: #BF5815; /* dark orange */
	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: #BF5815; /* dark orange */
	text-decoration: underline
}

/*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-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*a.menu:hover:: Controls the way the Menu Links look before a user clicks or mouse overs on them*/ 	 
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ca3227;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*a.menu:visited:: Controls the way the Menu Links look when a user has already clicked the link*/ 	 
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*a.menu:visited:: Controls the way the Menu Links look when a user has already clicked the link*/ 	 
a.menu:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ca3227;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*a.links:: Controls the way the Menu Links look before a user clicks or mouse overs them*/ 	 
a.links {

font-family: Arial, Helvetica, sans-serif;
color: #173E06;
font-size: 11px;
font-style: normal;
font-weight: bold;
text-decoration: none;

}

/*a.links:hover:: Controls the way the Menu Links look before a user clicks or mouse overs on them*/ 	 
a.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ca3227;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*a.links:visited:: Controls the way the Menu Links look when a user has already clicked the link*/ 	 
a.links:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/*a.links:visited:: Controls the way the Menu Links look when a user has already clicked the link*/ 	 
a.links:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ca3227;
	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, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
        line-height:18px;
}

/*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: #EA8831;  /* orange  */
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
        padding:0 0 0 0px;
}

/*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: #555555;
	font-size: 12px;
	font-weight: bold;
	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, Helvetica, sans-serif;
	color: #EA8831;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/*a.sub-cat:: Controls the way the Links on the left bar look before a user clicks or mouse overs on them*/ 	 
a.sub-cat {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/*a.sub-cat:hover:: Controls the way the Links on the left bar look when a user passes their mouse over a them*/ 	
a.sub-cat:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #b12f29;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/*a.sub-cat:visited:: Controls the way the Links on the left bar look after a user has visited that section*/ 
a.sub-cat:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/*a.sub-cat:visited:hover:: Controls the way the Links on the left bar look when a user hovers over a section they have visited*/ 	 
a.sub-cat:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #b12f29;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/*a.home:: Controls the way the Home page (featured items) links look before a user clicks or mouse overs on them*/ 	 
a.home {

font-family: Arial, Helvetica, sans-serif;
color: #BF5815; /* dark orange */
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;

}

/*a.home:hover:: Controls the way the Home page (featured items) links look when a user passes their mouse over a them*/ 	
a.home:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF5815; /* dark orange */
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

/*a.home:visited:: Controls the way the Home page (featured items) links look after a user has clicked on them*/ 
a.home:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF5815; /* dark orange */
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/*a.home:visited:hover:: Controls the way the Home page (featured items) links look when a user hovers over a link they have clicked*/ 	 
a.home:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF5815; /* dark orange */
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}


/* JD ADDED */

table {

       font-size: 12px;
}

table.lefty {
       margin:0 0 0 8px;
 
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.product-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.copyright {
       background: #E4EEF1;
       align:left;
       padding:3px 20px 20px 20px;
       font-size:10px;
       color:#888888;

}

.copyright a {

       font-size:10px;
       color:#888888;

}

.copyright a:hover {

       font-size:10px;
       color:990000;
       text-decoration:none;

}


copyright a:visited {

       font-size:10px;
       color:#888888;

}

	 
.copyright a:visited:hover {

       font-size:10px;
       color:990000;
       text-decoration:none;
}

.footer a {

       font-size:11px;
       color:#D86316; 

}

.footer a:hover {

       font-size:11px;
       color:#D86316; 
       text-decoration:underline;

}


.footer a:visited {

       font-size:11px;
       color:#D86316; 

}

	 
.footer a:visited:hover {

       font-size:11px;
       color:#D86316; 
       text-decoration:underline;
}


.product-description ul {
       padding:0;
       margin:3px 0 10px 20px;
       text-indent:-3px;
}

/*
.product-description li {
  float: left;
  margin: 0px 1px 0px 0px;
  padding: 0px;
  background: transparent;
  height: 25px;
}
*/

.product-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	padding:0 0 10px 0;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222222;

}

.call-us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A80607;

}
.call-us a {

      	font-family: Arial, Helvetica, sans-serif;
	color: #BF5815; /* dark orange */
	font-size: 13px;
	font-style: normal;
	text-decoration: none;

}

.call-us a:hover {

	font-family: Arial, Helvetica, sans-serif;
	color: #BF5815; /* dark orange */
	font-size: 13px;
	font-style: normal;

       text-decoration:underline;

}


.call-us a:visited {

      	font-family: Arial, Helvetica, sans-serif;
	color: #BF5815; /* dark orange */
	font-size: 13px;
	font-style: normal;
	text-decoration: none;

}

	 
.call-us a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF5815; /* dark orange */
	font-size: 13px;
	font-style: normal;
	 text-decoration:underline;

}

.see-below {
      font-size: 13px;
      font-weight:bold;
      padding:2px 0 0 5px;
      color:#333333;
}

.avail-text {
      color:#222222;
      font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
      vertical-align:text-bottom;
}

.contact-us {
    padding:0 0 0 4px;



}

.cat-headers {
    float:left;



}

.left-menu-text {
    padding:0 0 0 8px;

}


/*  AK ADDED */
.invisible_shipping {
  display: none;
}

.quote_bubbles {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	color: #BF5815;
	padding:4px;
}
