html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: tahoma;
  font-size: 12px;

  background: #e8eaec url('/images/background.png') repeat-y top center;
}


#wrapper {
  width: 904px;
  margin: 0 auto;

  margin-top: -5px;
}

#container {
  width: 903px;
  margin-left: 1px;
  position: relative;

  float: left;
}

h1#header {
  width: 903px;
  height: 88px;
  margin: 0;
  padding: 0;

  background-repeat: no-repeat;
}

h1#header a {
  display: block;

  width: 903px;
  height: 88px;

  text-indent: -5000em;
  text-decoration: none;
}

ul#navigation {
  margin: 0;
  padding: 0;

  width: 903px;
  height: 34px;

  background: url('/images/navigation5.png') no-repeat;
  position: relative
}

ul#navigation li {
  list-style: none;
  display: block;
  float: left;
}

ul#navigation li a {
  display: block;

  position: absolute;
  top: 0;

  height: 34px;

  color: black;
  font: bold 11px Tahoma;
  text-decoration: none;

  text-align: center;

  padding: 10px 0 0 0;
  height: 24px;
}

ul#navigation li a:hover,
ul#navigation li.active a {
  background: url('/images/navigationroll.png');
  color: white
}

ul#navigation li#nav1 a { left: 1px; width: 158px; }
ul#navigation li#nav2 a { left: 160px; width: 144px; }
ul#navigation li#nav3 a { left: 305px; width: 142px; }
ul#navigation li#nav4 a { left: 444px; width: 140px; }
ul#navigation li#nav5 a { left: 583px; width: 155px; }
ul#navigation li#nav6 a { left: 739px; width: 161px; }

table#breadcrumb {
border: none; padding: 0; margin: 0; width: 100%; font-size: 11px; background: url('/images/blurb.png') no-repeat; margin-top: -2px; padding-left: 5px;
}
table#breadcrumb A {
	color: black;
}

#content {
  float: left;

  background: url('/images/contentbg.png') repeat-y;
  width: 903px
}

div#left {
  float: left;
  margin: 0 0 0 1px;
  width: 180px;
  background: white;
}

* html div#left {
  width: 179px;
}

div#main {
  float: left;
  margin: 0 0 0 1px;
  width: 468px;
}

* html div#main { width: 469px; }

div#right {
  float: left;
  margin: 0 0 0 1px;
  padding-left: 1px;
  width: 250px;
  background: white;
}

* html div#right { padding: 0; margin: 0 0 0 1px; width: 249px; background: transparent; }

strong.heading {
  font: bold 10px Tahoma;
  text-transform: uppercase;

  display: block;
  height: 29px;

  padding-top: 7px;
  height: 22px;

  padding-left: 11px;
}

* html body strong.heading {
  margin-left: -1px;
}

div#left strong.heading {
  background: url('/images/leftheading.png') no-repeat;
  width: 169px
}

div#main strong.heading {
  background: url('/images/mainheading.png') no-repeat;
  width: 457px
}

div#forumsmain strong.heading {
  background: url('/images/forumsmainheading.png') no-repeat;
  width: 708px
}

div#right strong.heading {
  background: url('/images/rightheading.png') no-repeat;
  width: 239px
}

ul#gamelist {
  margin: 0;
  padding: 0;
}

ul#gamelist li {
  margin-left: 1px;
  padding: 0;

  display: block;
  width: 178px;
  height: 19px;

  background: url('/images/gamelistbg.png');

  border-top: 1px solid #e1e8f0;
  border-right: 1px solid #e1e8f0; list-style-type:none
}

* html body ul#gamelist li {
  margin-left: 0;
}

ul#gamelist li.active {
  width: 179px;
  border-right: 0px none;
  margin-left: 0;

  background: url('/images/gamelistbgactive.png');
}

ul#gamelist li a {
  display: block;

  width: 178px;
  height: 19px;

  color: black;
  text-decoration: none;
  padding-left: 20px;
  width: 158px;

  padding-top: 2px;
  height: 17px;

  background: url('/images/gamelistarrow.png') no-repeat 9px 6px;
  font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:Tahoma
}

ul#gamelist li a:hover {
  background-color: #0c4c8e;
  color: white;
  background-image: url('/images/gamelistarrowactive.png');
}

ul#gamelist li.active a {
  color: white;

  background: url('/images/gamelistarrowactive.png') no-repeat 10px 6px;

}

div#memberlogin {
  position: relative;
  margin-left: 1px;
  width: 250px;
  height: 63px;
}

#memberlogin #lblusername {
  display: block;
  width: 47px;
  height: 5px;

  position: absolute;
  top: 6px; left: 7px;

  background: url('/images/lblusername.png') no-repeat;
  text-indent: -5000em
}

#memberlogin #lblpassword {
  display: block;
  width: 47px;
  height: 5px;

  position: absolute;
  top: 6px; left: 128px;

  background: url('/images/lblpassword.png') no-repeat;
  text-indent: -5000em
}

#memberlogin #inpusername,
#memberlogin #inppassword {
  display: block;
  width: 113px;
  height: 18px;

  border: 1px solid #bfbfbf;

  position: absolute;
  top: 15px; left: 7px;

  font: 11px Tahoma;
}

* html body #memberlogin input#inpusername,
* html body #memberlogin input#inppassword {
  height: 14px;
}

#memberlogin #inppassword {
  left: 129px;
}

#memberlogin #smtlogin {
  width: 48px;
  height: 21px;

  text-indent: -5000em;

  margin: 0;
  padding: 0;
  border: 0px none;
  background: url('/images/smtlogin.png') no-repeat;

  position: absolute;
  top: 38px; left: 6px;

  cursor: pointer; cursor: hand
}
#smtsearch {
  width: 70px;
  height: 21px;

  text-indent: -5000em;

  margin: 0;
  padding: 0;
  border: 0px none;
  background: url('/images/smtsearch.png') no-repeat;

  cursor: pointer; cursor: hand
}
input.smtsearch {
  width: 70px;
  height: 21px;

  text-indent: -5000em;

  margin: 0;
  padding: 0;
  border: 0px none;
  background: url('/images/smtsearch.png') no-repeat;

  cursor: pointer; cursor: hand
}

#main input.smtlogin {
  width: 48px;
  height: 21px;

  text-indent: -5000em;

  margin: 0;
  padding: 0;
  border: 0px none;
  background: url('/images/smtlogin.png') no-repeat;

  cursor: pointer; cursor: hand
}

#main input.smtgetpass {
  width: 92px;
  height: 21px;

  text-indent: -5000em;

  margin: 0;
  padding: 0;
  border: 0px none;
  background: url('/images/smtgetpass.png') no-repeat;

  cursor: pointer; cursor: hand
}

#main input.smtcontinue {
  width: 70px;
  height: 21px;

  text-indent: -5000em;

  margin: 0;
  padding: 0;
  border: 0px none;
  background: url('/images/smtcontinue.png') no-repeat;

  cursor: pointer; cursor: hand
}

#main input.smtsubmit {
  width: 55px;
  height: 21px;

  text-indent: -5000em;

  margin: 0;
  padding: 0;
  border: 0px none;
  background: url('/images/smtsubmit.png') no-repeat;

  cursor: pointer; cursor: hand
}

#memberlogin #lnkregister {
  display: block;
  width: 65px;
  height: 21px;

  position: absolute;
  top: 38px; left: 56px;

  text-indent: -5000em;
  text-decoration: none;

  background: url('/images/lnkregister.png') no-repeat;
}

#memberlogin #lnklostpassword {
  position: absolute;
  top: 42px; left: 129px;

  text-decoration: none;
  font-size: 11px;

  color: #0c4c8e;
}

#memberlogin #lnklostpassword strong {
  color: black;
}

div.clear {
  clear: both;
  height: 0px;
}

#footer {
  float: left;
  display: block;
  width: 903px;
  height: 72px;
  background: white url('/images/footer.png') no-repeat;
  padding-bottom: 1.0em;

  color: #888;
  visibility:hidden; position:relative; font-style:normal; font-variant:normal; font-weight:normal; line-height:12px; font-size:9px; font-family:Tahoma; background-color:white
}

#footer td {
   padding-right: 1.0em;
}

#footer p {
  margin: 11px 0 0 11px;
}

#footer p span {
  color: black;
}

#footer p a {
  color: #0c4c93;
  text-decoration: none;
  text-transform: uppercase;
}

#footer p a#smlink {
  display: block;
  width: 175px;
  height: 15px;

  position: absolute;
  top: 43px;
  left: 10px;

  text-indent: -5000em;
}

div#left div#leftend {
  height: 3px;
  padding: 0;
  margin-left: -1px;
  background: url('/images/leftend.png') no-repeat;
}

div#right div#rightend {
  height: 3px;
  padding: 0;
  margin-left: -1px;
  background: url('/images/rightend.png') no-repeat;
}

div#main strong.heading {
  margin-bottom: 6px;
}

div#main strong.subheading {
  display: block;

  padding-left: 20px;
  background: url('/images/subheadingarrow.png') no-repeat 9px 4px;

}

div#main p {
  font-size: 11px;
  line-height: 14px;
  margin: 5px 10px;
}

div#main div.spacer {
  background: url('/images/dottedline.png') repeat-x;
  width: 450px;
  height: 1px;
  margin-left:9px; margin-right:9px; margin-top:8px; margin-bottom:10px
}

div#main a,
div#memberinfo a {
  font-weight: bold;
  color: #0c4c8e;
  text-decoration: none;
}

div#main p.mainlist {
  line-height: 16px;
}

div#main p.mainlist strong {
  color: #0c4c8e;
}

#main ul.gamestore {
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;

  margin: 0;
  padding: 0;
  list-style: none;
}

#main ul.gamestore li {
  /*background: url('/images/greenlistarrow.png') no-repeat 9px 5px;*/
  padding-left: 20px
}

#main ul.gamestore a:hover { text-decoration: underline; }

#main form {
  margin: 10px 9px;

  font-size: 11px;
}

#main form label {
  font-weight: bold;
  float: left;
  text-align: left;
}

#main form input {
  font: 11px Tahoma;
}

#main form textarea {
  font: 11px Tahoma;

  border: 1px solid #bfbfbf;
  margin-bottom: 6px;

  width: 200px;
  height: 80px;
}

#main form select {
  margin-bottom: 6px;
}

#main form input.submit {
  font: bold 11px Tahoma;
  padding: 5px;

  height: auto;
  width: auto;
}

#main form input.checkbox {
  width: auto;
  border: none !important;
}

#main form a#lnkestimate {
  display: block;
  width: 71px;
  height: 21px;

  background: url('/images/lnkestimate.png') no-repeat;

  text-indent: -5000em;
  text-decoration: none
}

#main form input.small {
  width: 63px;
}

#main form input.xsmall {
  width: 33px;
}

#main form textarea.xlarge {
  width: 440px;
  height: 200px;
}

table#choosecategory th,
table#choosecategory td {
  border-bottom: 1px solid #8e9cab;
  text-align: left;
  font-size: 11px;
}

table#choosecategory th {
  text-transform: uppercase;
}

table#choosecategory tr td.end {
  width: 162px;
}

a.lnkviewcart {
  float: left;
  display: block;
  width: 71px;
  height: 21px;

  background: url('/images/lnkviewcart.png') no-repeat;

  text-indent: -5000em;
  text-decoration: none
}

a.lnkviewcartlonger {
  float: left;
  display: block;
  width: 91px;
  height: 21px;

  background: url('/images/lnkviewcartlonger.png') no-repeat;

  text-indent: -5000em;
  text-decoration: none
}


a.lnkaddtocart {
  float: left;
  display: block;
  width: 91px;
  height: 21px;

  background: url('/images/lnkaddtocart.png') no-repeat;

  text-indent: -5000em;
  text-decoration: none
}

div#subnavigationwrapper {
  position: absolute;
  top: 108px;
  left: 505px;

  z-index: 2;
}

* html div#subnavigationwrapper {
  top: 120px;
  left: 320px;

}

div#subnavigationwrapper ul {
  display: none;

  border: 1px solid #0c4c8e;
  background: white;
  padding: 1px;


  list-style: none;
  float: left;
}

div#subnavigationwrapper ul li {
  background: #0c4c8e;
}

div#subnavigationwrapper ul li a {
  color: white;
  font-weight: bold;
  font-size: 11px;

  text-decoration: none;

 display: block;
  width: 124px;

  background: url('/images/whitearrow.gif') no-repeat 6px 9px;
  padding-left:16px; padding-right:16px; padding-top:4px; padding-bottom:4px
}

div#subnavigationwrapper ul li a:hover {
  color: #81c0ff;
  background: url('/images/bluearrow.gif') no-repeat 6px 9px;

}

#main form input#smtsubmitorder {
  display: block;
  width: 90px;
  height: 21px;

  text-indent: -5000em;

  padding: 0;
  border: 0px none;
  background: url('/images/smtsubmitorder.png') no-repeat;

  cursor: pointer; cursor: hand; margin-left:8px; margin-right:0; margin-top:0; margin-bottom:0
}

#main table#membershipsignup {
  margin-top: -6px;
  font-size: 11px;

  width: 468px;
  margin: 0;
  padding: 0;

  font-weight: bold;

  border-collapse: collapse;
}

table#membershipsignup tr {
  border-bottom: 1px solid #c6cdd5;
}

table#membershipsignup tr.headings {
  border-bottom: 1px solid #8e9cab;
  height: 19px;
}

table#membershipsignup td.l {
  color: #0C4C8E;
  font-weight: bold;
  padding-left: 9px;
  text-align: left;
}

table#membershipsignup td {
  border-left: 1px solid #C6CDD5;
  height: 17px;
  text-align: center;
}

table#signupform {
  width: 450px;
  margin: 0 9px;
  width: 420px;

  border: 1px solid #8E9CAB;
  border-collapse: collapse;
}

table#signupform td {
  border-right: 1px solid #8E9CAB;
  border-bottom: 1px solid #8E9CAB;

  padding: 6px;
}

table#signupform label {
  float: none;
  width: auto;
  height: auto;
}

table#signupform input {
  float: none;
}

table#signupform td.inp { text-align: center; width: 200px; }
/*
#right #livehelp span {
  display: block;
  width: 60px;
  height: 51px;
  padding-top: 2px;
  background-position: 0 1px;
}*/
.buy-glob { width: 440px; font-family: Tahoma; font-size: 11px; margin-left: 15px;}
.buy-top { 	background-image:url(/images/buypage/top_new.jpg);
			background-repeat:no-repeat;
			height: 53px;
			vertical-align:top;
			background-position:bottom;
}
.buy-bot { 	background-image:url(/images/buypage/bottom.jpg);
		   	background-repeat:no-repeat;
			height:26px;
}
.buy-bg {  	background-image:url(/images/buypage/bg.jpg);
			background-repeat:repeat-y;
			padding-left: 8px;
}
.buy-top .acc { color:white; padding-left: 30px;}

.listcur .header TD { font-weight:bold; border-bottom: 1px solid black; }
.listcur .price {color: #0C4C8E; font-weight: bold; width:70px;}
.listcur .qty {font-weight:bold;}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#D2DBFF0;
    text-align: center}

.FooterLinks {
	width: 860px;
	text-align: center;
	background-color: white;
	padding-left: 20px;
}
.FooterLinks A {
	font-size: 11px;
	font-family: Tahoma;
	color: #888;
}
