@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #68ABDF;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.style1 {color: #FFFFFF}
.box {
	background-image: url(images/gloss.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #002250;
	padding: 10px;
}
.shopTable td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.priceBall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/priceBall.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 51px;
	font-weight: bold;
	padding-top: 13px;
	text-align:center;
	float:right;
}
.priceBallMerch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/priceBall.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 51px;
	font-weight: bold;
	padding-top: 13px;
	text-align:center;
	float:center;
}
.keyBox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
}
.keyBoxVertical {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
}
