/* 
================================
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 : #999999;
	background: #222222;
	font-weight : Normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/*data:: Controls body default fonts and colors*/
.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #000000;
	background-color : #ffffff;
}

/*frame::  Controls the  Color of the Store's Frame*/		
.frame {
	background-color : #eeeeee;
}

/*top::  Controls the  Color of the top Bar*/		
.top {
	background: #ffffff;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices*/		
#footer{
	background-color:#070707;
	padding:0px;
	vertical-align:middle;
	font-size:11px;
	font-family: helvetica, arial, sans-serif;
	font-weight:normal;
	text-transform: lowercase;
	text-align:center;
	white-space:nowrap;
	list-style-type:none;
		}
		

#footer li {
	display:inline;
	color:#999999;
}
	
#footer li a {	
	color:#999999;
	text-decoration:none;
	border-right-width:1px;
	border-right-color:#999999;
	border-right-style:solid;
	padding left:3px;
	padding-right:4px;
}
				
#footer li a:hover {
	color:#FFFFFF
}

/*line::  Controls the  Color of the line bellow the top bar*/		
.line {
	background-color :#999999;
}	

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative {
	background-color : #000000;
	padding: 10px;
}
 
/*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 : #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-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #336699;
	font-weight : normal;
	background-color: #99CCFF;
	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 the page's titles*/
.page_headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #ba5915;
	background-color : #222222;
}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family: "Trebuchet MS";
	font-size : 14px;
	font-weight: bold;
	color : #ba5915;
}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family: "Trebuchet MS";
	font-size : 11px;
	font-weight : bold;
	background-color : #000000;
	color : #91dfe8;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ba5915;
	line-height: 20px;
} 

/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family : "Trebuchet MS";
	font-size : 11px;
	font-weight : bold;
	background-color : #000000;
	color : #91dfe8;
	line-height: 20px;
} 

/*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 :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #000000;
}
 
/*font2:: Secondary Screen Font */ 
.font2 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #666666;
}
/*font3:: Terciary Screen Font */ 
.font3 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #333333;
}

/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #990000;
}

/*store-name:: Store Name*/		 
.store-name {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 35px;
	color : #ffffff;
	text-decoration : none;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight:bold;
	color : #990000;
	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 : #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item {
	font-family: "Trebuchet MS";
	font-size : 11px;
	font-weight: bold;
	color : #999999;
	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: #535353;
}

/*price:: Controls the way the product's prices display*/ 
.price {
	font-family: "Trebuchet MS";
	font-size : 13px;
	font-weight: bold;
	color : #ba5915;
}

/*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 : #999999;
	background-color : #222222;
}

/*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 : #ba5915;
	background-color : #222222;
}

/*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 #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	background: #990000;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;    
	color: #FFFFFF;
	cursor: pointer;
	margin:1px;
} 

/*btn_over:: Controls the buttons when the customer put the mouse over the button
.btn_over {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	background: #990000;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;    
	color: #FFFFFF;
	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;
} 	
	*/
/*txtBoxStyle:: Controls the style and formatting of 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 style and formatting of textarea boxes*/
.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.menu {
	font-family : "Helvetica", Arial, sans-serif;
	color : #91dfe8;
	font-size : 12px;
	font-style:  normal;
	text-decoration:none;
}
/*A.menu:hover:: Controls the way the  Links for the Menu bar look  when a user passes  their mouse over a them*/ 	
A.menu:hover {
	font-family : "Helvetica", Arial, sans-serif;
	color : #91dfe8;
	font-size : 12px;
	font-style:  normal;
	text-decoration: none; 
	background-color: #333333;
}
/*A.menu:visited:: Controls the way the  Links for the Menu bar look after a user has visited that section*/ 
A.menu:visited {
	font-family : "Helvetica", Arial, sans-serif;
	color : #91dfe8;
	font-size : 12px;
	font-style:  normal;
	text-decoration:none;
}
/*A.menu:visited:hover:: Controls the way the  Links for the Menu bar look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
	font-family : "Helvetica", Arial, sans-serif;
	color : #91dfe8;
	font-size : 12px;
	font-style:  normal;
	text-decoration: none; 
	background-color: #333333;
}

.nav {
	padding:0px;
	vertical-align:top;
	padding-top:0px;
	font-size:13px;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	list-style-type:none;
}
			
.nav li {
	display:inline;
}

.nav li a {
	color:#1e8aaa;
	margin-right: 18px;
	text-decoration:none;
	float:left;
}

.nav li a:hover {
	color:#FFFFFF;
}
	
.nav li a:active {
	color:#ba5915;
}

.sub {
	padding-top: 0px;
	margin-top:0px;
	font-size: 12px;
	font-weight:normal;
	color:#00CCFF;
}

.sub li {
	display: inline;
	padding-top: 12px;
}

.sub li a {
	margin-right: 14px;
	text-decoration:none;
	float:left;
	color:#91dfe8;
}

.sub li a:hover {
	color: #91dfe8; 
	background-color: #333333;
}
	
.sub li a:active {
	color:#ba5915; 
	background-color:#333333;
} 

/*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 : #ffffff;
	font-size : 12px;
	font-weight : bold;
	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, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	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, Helvetica, sans-serif;
	color : #ffffff;
	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 : #ffffff;
	font-size : 12px;
	font-weight : bold;
	font-style:  normal;
	text-decoration:underline;
}
	 
A.img_links {
	font-family : helvetica, arial, sans-serif;
	color : #222222;
	font-size : 12px;
	font-weight : normal;
	font-style:  normal;
	text-decoration:none;
}

	
A.img_links:hover {
	font-family : helvetica, arial, sans-serif;
	color : #ffffff;
	font-size : 12px;
	font-weight : normal;
	font-style:  normal;
	text-decoration: none;
}

A.img_links:visited {
	font-family : helvetica, arial, sans-serif;
	color : #222222;
	font-size : 12px;
	font-weight : normal;
	font-style:  normal;
	text-decoration:none;
}

A.img_links:visited:hover {
	font-family : helvetica, arial, sans-serif;
	color : #ffffff;
	font-size : 12px;
	font-weight : normal;
	font-style:  normal;
	text-decoration: none;
}

table {
	padding:0px;
	margin:0px;
}
	
td {
	padding: 0px;
	border-width:0px;
}
	
a {
	border-style:none;
	color:#2185a3;
}

#intTable {
	margin:0 auto;
	text-align: center;
	background-color: #222222;
}
	
#intTable tr {
	margin: 0px;
	padding: 0px;
}

#intTable td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

/* White Module Borders */
.white-module {
	border-width: 1px;
	border-color: #BBBBBB;
	border-style: solid;
}

/* Black Module Borders */
.black-module {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}
	
h1 {
	font-size:26px;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	text-align:left;
	padding-top: 12px;
	margin-bottom:0px;
	padding-bottom: 4px;
	color:#333333;
	padding-right: 30px;
}
	
h2 {
	font-size:18px;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	text-align:left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color:#444444;
	margin-top: 0px;
	padding-right: 30px;
}
	
h3 {
	font-size:13px;
	font-family:helvetica, arial, sans-serif;
	font-weight:normal;
	text-align:left;
	color:#444444;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-right: 100px;
}
	
h4 {
	font-size:18px;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#444444;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align:bottom;
}
	
h5 {
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
	font-weight:normal;
	text-align:left;
	color:#333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 63px;
}

.productbox_L {
	background-image:url(../images/QBProductBacker.png);
	background-repeat:repeat-x;
	background-color: #909090;
	text-align:left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-color:#BBBBBB;
	border-style:solid;
}
.productbox_R {
	background-image:url(../images/QBProductBacker.png);
	background-repeat:repeat-x;
	background-color: #909090;
	text-align:left;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color:#BBBBBB;
	border-style:solid;
}

#nonprofit {
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
	font-weight:normal;
	text-align:left;
	color:#444444;
}

.productbox {
	border-width: 1px;
	border-color:#BBBBBB;
	border-style:solid;
	background-color:#000000;
}

#ProductLinks {
	padding:0px;
	vertical-align:middle;
	font-size:22px;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	list-style-type:none;
}	

#ProductLinks li {
	display:inline;
	color:#FFFFFF;
}
	
#ProductLinks li a {
	color:#999999;
	text-decoration:none;
	border-right-width:4px;
	border-right-color:#999999;
	border-right-style:solid;
	padding-left:20px;
	padding-right:20px;
}
				
#ProductLinks li a:hover {
	color:#FFFFFF;
}

/* Controls the Extra Pages (Content Pages */

.hdr1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	margin:0px;
	padding-top:6px;
	padding-bottom: 6px;
}
	
.hdr2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight:normal;
	text-align:left;
	color:#CCCCCC;
	margin:0px;
	padding-right:16px;
	padding-top:6px;
	padding-bottom: 12px;
}
	
.hdr3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	text-decoration: underline;
	letter-spacing:1px;
	color:#FFFFFF;
	margin:0px;
	padding-top:6px;
	padding-bottom: 2px;
}
	
.hdr4 {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	line-height:15px;
	color:#CCCCCC;
	margin:0px;
	padding-top:2px;
	padding-bottom: 6px;
}

.sideAds {
	text-align:right;
	padding-left:4px;
	width:217px;
	margin-top:0px;
}

.contentBoxRight {
	background-color:#101010;
	border-width: 1px;
	border-color:#BBBBBB;
	border-style:solid;
	border-left-width:0px;
	border-left-style:none;
	max-width:581px;
}

.contentBoxLeft {
	background-color:#101010;
	border-width: 1px;
	border-color:#BBBBBB;
	border-style:solid;
	border-right-width:0px;
	border-right-style:none;
}

#adBox {
	margin-bottom:8px;
}

A.links {
	display: inline;
	padding-top: 12px;
}

A.links:hover {
	text-decoration:none;
	color:#91dfe8;
}

A.links:visited {
	color: #91dfe8; 
	background-color: #333333;
}
	
A.links:visited:hover {
	color:#ba5915; 
	background-color:#333333;
} 