/* CSS Document */
.popup{
	position: relative;
	z-index: 0;
}
.popup:hover{
	background-color: transparent;
	z-index:100;
}
.popup span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 2px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width:auto;
}
.popup span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.popup:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 10px; /*position where enlarged image should offset horizontally */
	height:auto;
	width:200px;
}
.scroll {
	margin:0;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #A0CA70;
	scrollbar-dark-shadow-color: #A0CA70;
	scrollbar-3dlight-color:#457E00;
	scrollbar-face-color: #A0CA70;
	scrollbar-highlight-color: #DEDBBC;
	scrollbar-shadow-color: #457E00;
	scrollbar-darkshadow-color: #A0CA70;
	background-color: #A0CA70;
}
.pricelist {
	border-collapse:collapse;
}
.pricelist th {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#011017;
	text-decoration:none;
	background-color:#034567;
	border:1px solid #1384ac;
	padding-left:10px;
	height:25px;
	text-align:left;
}
.pricelist td {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#011017;
	text-decoration:none;
	background-color:#29B1D9;
	border:1px solid #1384ac;
	padding-left:10px;
	height:20px;
	text-align:left;
}

.link-1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #09396E;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
	cursor:pointer;
	cursor:hand;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	height:25px;
	background-image: url(linkbg.gif);
}
.link-2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
	cursor:pointer;
	cursor:hand;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	height:25px;
	background-image: url(link_rollover.gif);
}
