.shop {
	width: 100%;
}
.shop_tl {
	height: 0px;
	width: 0px;
}
.shop_tr {

	height: 0px;
	width: 0px;
}
.shop_mr {
	width: 0px;
}
.shop_ml {
	width: 0px;
}
.shop_br {
	height: 0px;
	width: 0px;
}
.shop_bl {
	height: 0px;
	width: 0px;
}
.shop_tc {
	height: 0px;
}
.shop_bc {
	height: 0px;
}
.shop_bg {
	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: gray;
	border-width: 2px;
	border-style: outset;
}

.lista TH {
	height: 18px;
	background-color: #75BBEC;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	border-color: #75BBEC;
	border-width: 2px;
	border-style: outset;
}
.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: #FFFEE0;
	white-space: normal;
	border-top-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-right-style: dotted;

}
