.shop {
	width: 100%;
}
.shop_tl {
	height: 8px;
	width: 8px;
	background: url(shop_tl.gif);
}
.shop_tr {

	height: 8px;
	width: 8px;
	background: url(shop_tr.gif);
}
.shop_mr {
	width: 8px;
	background: url(shop_mr.gif);
}
.shop_ml {

	width: 8px;
	background: url(shop_ml.gif);
}
.shop_br {


	height: 8px;
	width: 8px;
	background: url(shop_br.gif);
}
.shop_bl {

	height: 8px;
	width: 8px;
	background: url(shop_bl.gif);
}
.shop_tc {
	height: 8px;
	background: url(shop_tc.gif);
}
.shop_bc {
	height: 8px;
	background: url(shop_bc.gif);
}
.shop_bg {
	background: url(shop_bg.gif);
	color: #000000;
}
.shop A:hover {
    color: black;
}
.shop A:visited {
    color: black;
}
.shop A:link {
    color: black;
}
.shop A:active {
    color: black;
}
.lista {
	width: 100%;
	padding: 0px;
	border-collapse:collapse;
	border-color: #000000;
	border-width: 1px;
	border-style: outset;
}

.lista TH {
	height: 18px;
	background: url(granite20x20.gif);
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.lista CAPTION {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.lista TD {
	color: #000000;
	font-family: "Courier New", Courier, mono;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	background-color: #FFFFFF;
	white-space: normal;
	border-top-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-right-style: dotted;

}

