/* CSS Document */
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
} 

body, td, p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
#mainpane a:hover,#mainpane a:link,#mainpane a:visited,#mainpane a:active{
	color:#999999;
	text-decoration:none;
}
a.topbtn:link,a.topbtn:visited{
	min-height:20px;
	max-height:20px;
	width: 60px;
	padding-top:60px;
	background-image:url(dotsh1.gif);
	background-repeat:no-repeat;
	background-position: 0px -5px;
	display:block;
	float:left;
	text-decoration:none;
	color:#666666;
}

a.topbtn:hover,a.topbtn:active{
	min-height:20px;
	max-height:20px;
	width: 60px;
	padding-top:60px;
	background-image:url(dotsh2.gif);
	background-repeat:no-repeat;
	background-position: 0px -5px;
	display:block;
	float:left;
	text-decoration:none;
	color:#666666;
}

#mainpane a.mmenuitem:visited, #mainpane a.mmenuitem:active, #mainpane a.mmenuitem:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#444;
	padding-bottom:4px;
	margin-bottom: 6px;
	border-bottom:none;
	text-decoration:none;
	display:block;
}
#mainpane a.mmenuitem:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#444;
	border-bottom:2px #2ECEFE solid;
	padding-bottom:4px;
	margin-bottom: 4px;
	text-decoration:none;
	display:block;
}

input.noborder{
	border:none;
	height:16px;
}
#mainpane{
	margin-left:auto;
	margin-right:auto;
	width:920px;
}
.title2 {
	background-image:url(ico.gif);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#656565;
	font-weight:bold;
	text-indent:24px;
	line-height:30px;
}
#nav{
	height:40px;
	padding-left:220px;
}
#midpane{
	overflow:auto;
}
#leftpane {
	width:220px;
	float:left;
	display:inline;
}
#leftpane a{
	background-image:url(ico.gif);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#808080;
	font-weight:bold;
	text-indent:24px;
	line-height:30px;
	display:block;
	width:200px;
	text-decoration:none;
	margin-left:10px;
}
#leftpane div {
	display:none;
}
#leftpane a.l2{
	background:none;
	font-size:12px;
	line-height:20px;
	text-indent:32px;
}
#leftpane a.l3{
	background:none;
	font-size:12px;
	line-height:20px;
	text-indent:48px;
	font-weight:normal;
}
#bodypane {
	width:690px;
	float:right;
	display:inline;
}
#bottompane{
	width:920px;
	font-size:12px;
	line-height:18px;
	color:#BDBDBD;
	text-align:center;
	margin-top:40px;
	font-weight:bold;
}
#bottompane a{
	text-decoration:none;
	color:#bdbdbd;
	font-size:12px;
}
a.graylink {
	font-size:12px;
	text-decoration:none;
	color:#666666;
}


#prodlist {
	width:680px;
	overflow:auto;
}
#prodlist #proditem{
	margin-left:10px;
	margin-right:10px;
	width:150px;
	height:180px;
	float:left;
	display:inline;
}
#proditem img{
	height:150px;
	width:150px;
	border:none;
}
#proditem div {
	text-align:center;
}
#proditem div a{
	text-align:center;
	text-decoration:none;
	border-bottom:2px #2ECEFE solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	width:150px;
	text-align:center;
	display:block;
	height:20px;
}
#proditem div a:hover{
	border-bottom:none;
};
.clear{
	clear:both;
}
