@charset "utf-8";
body {
	background-color: #355e3b;
	}
	
body,td,div,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
img.whatsthis:hover {
	cursor: hand; }
	
/**
 * About Page
 **/
.content_box {
	border: 1px solid #f5f5f5;
	background-color: #ffffff;
	padding: 0px; }
	
.about_box p, .content_box p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px; 
	margin-right: 5px;
	line-height: 150%;
	text-align: justify; }

	
.contentArea {
	border-right:2px solid #000;
	border-left:2px solid #000;
	background-color: #ffffff; 
	
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px; }
	
.copyright {
	color: #fff;
	font-size: 8pt; }
	
.copyright a:link,
.copyright a:visited,
.copyright a:active {
	color: #fff;
	text-decoration: none; }
	
.copyright a:hover {
	color: #fff;
	text-decoration: underline; }
	
.ecdb_list_price {
	text-decoration: line-through; }
	
.footer {
	line-height:150%;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
	background-color: #ffffff; 
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 10px; 
	padding-bottom: 10px; }
	
.footer_links {
	border-top: 1px solid #c0c0c0;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding: 10px; }
	
.footer_links a:link,
.footer_links a:visited,
.footer_links a:active {
	color: #000; 
	padding-left: 4px; 
	padding-right: 4px; }
	
form {
	padding: 5px; }
	
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 5px; }

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 5px; }
	
a:link, a:active, a:visited {
	color: #335e3b;
	text-decoration: none;
	}
	
.azlink {
	background-color: #fdfccc;
	font-size: 11px;
	line-height: 150%;
	}
	
.azlink a:link, .azlink a:hover, .azlink a:visited, .azlink a:active {
	color:#355e3b;
	font-weight:bold;
}
	
a:hover {
	color: #335e3b;
	text-decoration: underline;
	}

.cartbg {
	background-image:url('/img/azbg.jpg');
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#fff;
}

.letter {
	text-align: center;
	background-image: url(/images/azbg-new.jpg);
	}
.letter a:link {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	display: block;
	text-decoration: none;
	}
.letter a:visited {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	display: block;
	text-decoration: none;
	}
.letter a:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	display: block;
	text-decoration: none;
	}
.breadcrumb {
	padding: 5px;
	border: 1px solid #c0c0c0;
	background: #f5f5f5;
	
	font-size: 11px;
	font-weight: bold;
	}
	
.loginform {
	margin: 0px;
	padding: 0px;
	}
	
.frontpage a:link, .frontpage a:visited, .frontpage a:active {
	font-weight: bold;
	font-size: 13px; 
	color: #335e3b; 
	font-family: arial;
	text-decoration: none;
	}

.frontpage a:hover {
	font-weight: bold;
	font-size: 13px; 
	color: #335e3b; 
	font-family: arial;
	text-decoration:underline;
}
/**
 * Frontpage Item Block Text
 */
.fpborder {
	text-align: center;
}

.fpborder a:link, 
.fpborder a:active,
.fpborder a:visited,
.fpborder a:hover {
	display: block;
	padding: 6px;
	}

.fpbackground {
	background-image:url('/images/featuredBackground.jpg');
}

.fpitem a:link, .fpitem a:visited, .fpitem a:active {
	font-size:12px;
	text-decoration:none;
	color: #335e3b;
	font-family: arial;
	font-weight:normal;
	padding-right:20px;
}

.fpitem a:hover {
	font-size:12px;
	text-decoration:none;
	color: #000;
	font-family: arial;
	font-weight:bold;
	padding-right:20px;
}
	
#paginationControl {
	background-color: #f5f5f5;
	text-align: center;
	padding: 5px;
	border: solid 1px #c0c0c0;
}

.boxbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentPad {
	padding-right: 15px;
	padding-left: 15px;
}

.titleText {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.titleText2 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.levelsText {
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
}

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

