/* default styles */
body {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
}

td, span {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
}	

/* headings + titles */
.home_image_text				{ font-size: 12px; font-weight: normal; font-family: trebuchet ms, arial, helvetica, sans-serif; color: #003366}
.module_copy					{ font-size: 10px; font-weight: normal; color: #333333} 
.module_headline				{ font-size: 12px; font-weight: bold; font-family: trebuchet ms, arial, helvetica, sans-serif; color: #ffffff}
.module_headline2				{ font-size: 12px; font-weight: bold; font-family: trebuchet ms, arial, helvetica, sans-serif; color: #396A60}
.page_title						{ font-size: 34px; font-weight: bold; font-family: trebuchet ms, arial, helvetica, sans-serif; color: #396A60}
.page_subhead, .page_subhead a:link, .page_subhead a:active{ font-size: 12px; font-weight: bold; font-family: trebuchet ms, arial, helvetica, sans-serif; color: #396A60}
.page_subhead a:visited{ font-size: 12px; font-weight: bold; font-family: trebuchet ms, arial, helvetica, sans-serif; color: #B97C07}
.page_subsubhead				{ font-size: 11px; font-weight: normal; font-family: trebuchet ms, arial, helvetica, sans-serif; color: #396A60}
.footer							{ font-size: 11px; font-weight: normal; color: #666666} 
.currentStyle 					{ font-size:5.5em; font-weight:bold; }
.bignumber						{ font-size: 40px; font-weight: normal}

.shipinglabel_returnaddress	{	font-family: Arial, sans-serif;	font-size: 32px;	font-weight: bold}
.shipinglabel_mainaddress	{	font-family: Arial, sans-serif;	font-size: 48px;	font-weight: bold}
	
.packingslip_bold				{	font-family: Arial, sans-serif;font-size:24px;	font-weight: bold}

.packingslip					{  font-family:  Arial, sans-serif;	font-size: 24px; font-weight: normal}

/* links */
a:link, a:active, a:visited { 
    font-weight: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
    color: #B97C07; 
	text-decoration: underline;
}
.footer_link, .footer_link a:link, .footer_link a:active, .footer_link a:visited { 
	font-size: 11px;
    font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
    color: #666666;
	text-decoration: underline;
}
.footer_link a:hover { 
	font-size: 11px;
    font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
    color: #003366;
	text-decoration: underline;
}
.inline_link, .inline_link a:link, .inline_link a:active, .inline_link a:visited{ 
	font-size: 11px;
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
	text-decoration: underline;
}
.module_link, .module_link a:link, .module_link a:active, .module_link a:visited{ 
	font-size: 10px;
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
	text-decoration: underline;
}
.nav_2ndlevel, .nav_2ndlevel a:link, .nav_2ndlevel a:active, .nav_2ndlevel a:visited{ 
	font-size: 12px;
    font-weight: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
    color: #666633;
	text-decoration: none;
}
.nav_2ndlevel_on, .nav_2ndlevel_on a:link, .nav_2ndlevel_on a:active, .nav_2ndlevel_on a:visited{ 
	font-size: 12px;
    font-weight: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
    color: #666633;
	text-decoration: underline;
}
.home_main_nav, .home_main_nav a:link, .home_main_nav a:active, .home_main_nav a:visited{ 
	font-size: 13px;
    font-weight: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: none;
}
.home_main_nav a:hover{ 
	font-size: 13px;
    font-weight: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: underline;
}
.main_nav, .main_nav a:link, .main_nav a:active, .main_nav a:visited{ 
	font-size: 12px;
    font-weight: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: none;
}
.main_nav a:hover{ 
	font-size: 12px;
    font-weight: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: underline;
}
.main_nav_selected, .main_nav_selected a:link, .main_nav_selected a:active, .main_nav_selected a:visited{ 
	font-size: 12px;
    font-weight: bold;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: none;
}
.main_nav_selected a:hover{ 
	font-size: 12px;
    font-weight: bold;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: underline;
}
.home_image_link, .home_image_link a:link, .home_image_link a:active, .home_image_link a:visited{ 
	font-size: 12px;
    font-weight: bold;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
    color: #003366;
	text-decoration: underline;
}

/* HTML form elements */
input {
	font-size: 11px;
	color: #000000;
}
select {
	font-size: 11px;
	color: #000000;
}
textarea {
	font-size: 11px;
	color: #000000
}
hr {
	color: #CCCCCC;
	height: 0px;
	border-top: 1px solid #CCCCCC; 
	border-style: solid;
}
li {
	list-style-image:  url(/images/common/bullet.gif);
	list-style-position: outside;
	padding-bottom: 4px;
}
ul { 
	margin: 2px;
	padding-left: 2em; 
	padding-bottom: 1px; 
	padding-top: 1px; 
}


.error {
color: Red;
	
}
