* {
  margin: 0px;
  padding: 0px;
  }

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #333333;
  font-family: arial;
  font-size: 8pt;
  }

hr {
  height: 8px;
  width: 100%;
  background-color: #000000;
  border: none;
  color:#000000;
  margin-bottom: 10px;
  }

a:link {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

#pageContainer {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  }

#header {
  width: 740px;
  height: 150px;
  background: url(images/title.png) #ff0000 no-repeat center left;
  margin-top: 10px;
  border-bottom: #d2d2d2 solid 5px;
  text-align: right;
  margin-bottom: 20px;
  }

#headerLinks {
  color: #FFFFFF;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 130px;
  padding-right: 5px;
  }

.hlink:link {
  color: #FFFFFF;
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  }

.hlink:active {
  color: #FFFFFF;
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  }

.hlink:hover {
  color: #FFFFFF;
  font-family: arial;
  font-size: 8pt;
  /*text-decoration: underline;*/
  text-decoration: none;
  }

.hlink:visited {
  color: #FFFFFF;
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  }

#leftSide {
  width: 290px;
  float: left;
  overflow: hidden;
  }

#rightSide {
  width: 410px;
  float: right;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 10pt;
  }

.gamepanel {
	width: 100%;
	text-align: center;
}

.gamemini {
	height: 136px;
	overflow: hidden;
	padding-top: 4px;
}

.minileft:hover {
	border: 2px solid red;
}

.miniright {
	padding-left: 20px;
	color: black;
	_cursor: hand;
	text-decoration: none;
	border: 0px solid black;
}

.miniright a {
	color: black;
	_display: block;
	height: 136px;
	border: 0px solid black;
}

.miniright:hover {
	background: #ffdddd;
}

.miniright a:active {
	border: 0px solid black;
}

.miniright a:visited {
	border: 0px solid black;
}

.buttons {
	float: right;
}

.preload {
	width: 0px;
	height: 0px;
}

.buynow a {
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	width: 121px;
	border: 1px solid black;
	background: white;
	color: black;
	text-decoration: none;
}

.buynow a:hover {
	color: white;
	background: red;
}

.price {
	font-size: 40px;
	letter-spacing: -0.1em;
}

.numBox {
  height: 48px;
  width: 48px;
  border: 1px #000000 solid;
  background-color: #ff0000;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 18pt;
  float: left;
  margin-right: 8px;
  }

h1 {
  color: #333333;
  font-family: arial;
  font-size: 14pt;
  padding-top: 10px;
  padding-bottom: 10px;
  }

h2 {
  color: #333333;
  font-family: arial;
  font-size: 10pt;
  margin-left: 5px;
  }

.showcase {
  margin: 2px;
  padding: 2px;
  border: 2px solid black;
  }

.cleanimage {
  margin: 2px;
  margin-bottom: 20px;
  padding: 2px;
}

p {
  text-indent: 20px;
  font-family: arial;
  margin-bottom: 20px;
  }
 
input {
  border: 1px solid silver;
  font-size: 10px;
}

input:hover {
  border: 1px solid silver;
  background: #ffdddd;
}

textarea {
  border: 1px solid silver;
  font-size: 10px;
}

#footer {
  clear: both;
  width: 740px;
  font-family: arial;
  font-size: 8pt;
  border-top: 2px #000000 solid;
  margin-top: 20px;
  }

#title {
  float: left;
  color: #FFFFFF;
  padding-left: 100px;
  margin-top: 10px;
  font-family: arial;
  font-size: 24pt;
  }

#subTitle {
  float: left;
  clear: left;
  color: #FFFFFF;
  padding-left: 102px;
  font-family: arial;
  font-size: 12pt;
  }

.right {
  float: right;
  margin: 0px;
  }

.left {
  float: left;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  }

.flink:link {
  color: #333333;
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  }

.flink:active {
  color: #333333;
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  }

.flink:hover {
  color: #333333;
  font-family: arial;
  font-size: 8pt;
  /*text-decoration: underline;*/
  text-decoration: none;
  }

.flink:visited {
  color: #333333;
  font-family: arial;
  font-size: 8pt;
  text-decoration: none;
  }
