/* 
================================
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: 13px;
color: #000000;
background: url(/assets/images/BGX.jpg) #ffffff;
background-position: top;
background-repeat: no-repeat;
font-weight: Normal;

}

/*data:: Controls body default fonts and colors*/
.data
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background: #ffffff;
}

/*frame:: Controls the  Color of the Store's Frame*/		
.frame {

background-color: #fff;
}

/*top:: Controls the  Color of the top Bar*/		
.top {

background:;

}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices*/		
.footer {

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;

}	

/*line:: Controls the  Color of the line bellow the top bar*/		
.line {

background: #2a2d31;
border-bottom: 0px;

}	

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative {

background-color: #f4f4f4;
padding: 2px 2px 2px 2px;
border: 1px solid #d5d5d5;

}

.alt {

background-color: #f4f4f4;
padding: 2px 2px 2px 2px;
border: 1px dashed #d5d5d5;

}
 
/*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;
}


BLOCKQUOTE {
	background: #f7f7f7 url(assets/images/start_quote.png) top left no-repeat;
	}
    
DIV.block {
	background: url(assets/images/end_quote.png) bottom right no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    }

/***********************************/
/*         HEADERS & TITLES        */
/***********************************/


/*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
font-weight: bold;
background: #2a2d31;
text-decoration: none;
line-height: 22px;
border: solid #3c3c3c;
border-bottom-width: 1px;
border-left: none;
border-right: none;
border-top: none;

}

/*page_headers:: Controls the page's titles*/
.page_headers {

font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #315b8d;
background-color: #ffffff;

}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2e5713;
	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: 13px;
font-weight: bold;
background: #f4f4f4;
color: #315b8d;
border: solid;
border-bottom-width: 1px;
border-left: none;
border-right: none;
border-top: none;
border-color: #d5d5d5;
padding: 5px;

} 

/*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: #305c92;
	color: #ffffff;
	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: #000000;
}
 
/*font2:: Secondary Screen Font */ 
.font2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #bc0000;
}

.font3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.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: #093e66;
}

/*store-name:: Store Name*/		 
.store-name
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #805841;
	font-weight:bold;
	text-decoration: none;
	padding-top:28px;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	color: #6180bf;
	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: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: Normal;
color: #585C5F;
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: 16px;
color: #d90d0e;
text-decoration: bold;

}

/*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: #333333;
	line-height: 18px;
	background-color: #fdfcf9;
}


/*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: #ff0000;
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 #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	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;
} 

/*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;
} 	
	
/*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: bold;
font-size: 14px;
color: #38393a;
height: 24px;
padding: 2px;
}


.test {

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: 14px;
color: #38393a;
height: 24px;
padding: 2px;
} 
	
/*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: 18px;    
	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: #3f4041;
	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: #0e619e;
	text-decoration: none;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3f4041;
	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: #0e619e;
	text-decoration: none;
} 

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
{
	font-family: Arial, Helvetica, sans-serif;
	color: #dce2ff;
	font-size: 11px;
	font-style: normal;
   font-weight: bold;
	text-decoration: none;
}

A.menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.menu:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #dce2ff;
	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: #3f4041;
	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, Helvetica, sans-serif;
	color: #0e619e;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}

/*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: #3f4041;
	font-size: 11px;
	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, Helvetica, sans-serif;
	color: #0e619e;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
} 

<!-- cat link styles -->
a.xxx {color:nothing;}
	
a.pink {
	text-decoration:none;
	color:#a7137b;
	}
.pink {
	text-decoration:none;
	color:#a7137b;
	}

a.pink:hover {
	text-decoration: underline;
	color:#a7137b;
	}
	
a.green {
	text-decoration:none;
	color:#13901c;
	}
.green {
	text-decoration:none;
	color:#13901c;
	}

a.green:hover {
	text-decoration: underline;
	color:#13901c;
	}
	
a.orange {
	text-decoration:none;
	color:#bf6422;
	}
.orange {
	text-decoration:none;
	color:#bf6422;
	}

a.orange:hover {
	text-decoration: underline;
	color:#bf6422;
	}
	
a.blue {
	text-decoration:none;
	color:#0f3d88;
	}
.blue {
	text-decoration:none;
	color:#0f3d88;
	}

a.blue:hover {
	text-decoration: underline;
	color:#0f3d88;
	}
	

.threeColumn{
	overflow:hidden;
	position:relative;
}
.threeColumn li{
	float:left;
	width:300px;
	height:35em;
	padding:11px 11px 0 11px;
	border-right:1px dashed #dcdcdc;
	border-bottom:1px dashed #dcdcdc;
}

.h3.a {color:#FF0000;}


table.dash {
	border-bottom: 1px dashed #cccccc;
	border-top: 0px dashed #cccccc;
	}
	
tr.nopad {
	padding-top: none;
	}

td.asdf {
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	}
	
td.borderR {
	border-right: 1px dashed #cccccc;
	}
	
td.borderR2 {
	border-right: 1px dashed #cccccc;
	padding-top: 0px;
	}
	
td.borderR3 {
	padding-top: 0px;
	}
	
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}


p {
	align: left;
	color: #323232;
	font: Arial, Helvetica, sans-serif
	line-height: 18pt;
	padding-left: 7px;
	}
	

.borderroll {
	border: 2px solid #ffffff;
	}
	
.borderroll:hover {
	border: 2px solid #2f2f2f;
	}



	
	div.hidden
{
display:none;
}
div.visible
{
display:block;
}



	
	
<!-- IMPRINT PRICING TABLE STYLES -->
.even {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	}

.odd {
	background-color: #eff3ff;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	}
<!-- END IMPRINT TABLE STYLES -->


/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
.menu {width:600px; height:29px; position:relative; z-index:100; font-family:Arial, Helvetica, sans-serif; background-color:#f7f7f7;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:600px; w\idth:600px; float:}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:89px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#454545; width:80px; height:29px; border:1px solid #dddddd; border-width:0px 0 0px 0px; background:#f7f7f7; line-height:29px; font-weight:bold; padding-left:8px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:80px; w\idth:80px;}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#f7f7f7 url(https://glowsource.com/assets/images/grey-arrow.gif) no-repeat 154px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#d4e5fa url(https://glowsource.com/assets/images/blue-arrow.gif) no-repeat 157px center;}
.menu ul ul :hover > a.drop {background:#d4e5fa url(https://glowsource.com/assets/images/blue-arrow.gif) no-repeat 157px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#f7f7f7;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#d4e5fa;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:176px; border-top: 1px solid #dddddd;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:29px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:175px; top:-1px; width:176px;}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-176px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#f7f7f7; color:#454545; height:auto; line-height:1em; padding:7px 14px; width:146px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background: #d4e5fa;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background: #d4e5fa;}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



div.hidden
{
display:none;
}
div.visible
{
display:block;
}

/***********************************/
/*         ITEM TABBER             */
/***********************************/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font: 12px Arial, Helvetica, sans-serif;
font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #9e9e9e;
color: #2d2b2b;
background: white url(assets/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(assets/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
font: 12px Arial, Helvetica, sans-serif;
}

@media print {
.tabcontent {
display:block !important;
}
}

