body {
	background-image: url(images/stripes.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/header-bg.jpg);
	height: 109px;
	width: 100%;
	position: static;
}
#content-product {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
.product-table {
	border: 1px solid #000;
	width: 49%;
}
.product-table tr.alt th, .product-table tr.alt td
{
	border:1px solid #000;
}



#menu {
	background-image: url(images/menu-bg.jpg);
	height: 56px;
	width: 100%;
}
#middle {
	width: 100%;
}
#document_wrapper {
	background-color: #FFF;
	width: 970px;
	margin: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;

}

#newsarea {
	float: left;
	width: 165px;
	font-size: 12px;
	line-height: 14px;
	padding-left: 5px;
}
#footer {
	background-image: url(images/footer-bg.jpg);
	height: 37px;
	width: 965px;
	text-align: right;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
}
#footer a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #900;
	text-decoration: underline;
}

#content {
	float: left;
	width: 790px;
	text-indent: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:focus {
	color: #000;
	outline: none;
}
a:active {
	color: #000;
	outline: none;
}
.img-marg {
	margin: 10px;
}
.bold_text {
	font-weight: bolder;
}
.gametable {
	color: #000;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-x;
	width: 75%;
}
.gametable-50p {
	color: #000;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-x;
	width: 50%;
}
.gametable-left {
	color: #000;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-x;
	width: 75%;
	border: 1px solid #333; 
}
#super_wrapper {
	width: 100%;
	background-repeat: repeat-y;
	background-position: 27px;
}
.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background-color: #e1f7b3;
  background-image:url(images/tablebg.jpg);
  background-repeat:repeat-x;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.pretty-table th[scope=col]
{
	color: #000;
	background-color: #ABD288;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #C4F55C;
  color: #000;
}
.centerItalic {
	text-align: center;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
