@charset "utf-8";
/* CSS Document */

a.menutrans {
float:none;
filter:alpha(opacity=10);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
a.menutrans:hover {
float:none;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14;
color: #000000;
}
a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #dab900;
text-decoration:none;
}
a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #dab900;
text-decoration:none;
}
a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #dab900;
text-decoration:none;
}
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #dab900;
text-decoration:none;
font-weight:bold;
}
.shopbox {
	width: 450px;
	height: 450px;
	overflow: scroll;
	overflow-x: hidden;
}
.shopbox2 {
	width: 490px;
	height: 220px;
	overflow: scroll;
	overflow-x: hidden;
}
