/* ERIC MEYER CSS RESET ---------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

/* END CSS RESET -----------------*/


body {
	line-height: 1;
	font-family: arial;
	font-size: 11px;
	color: #222;
	background: #8ab32f url(/img/sky_bg.jpg) repeat-x;
}

a {
	text-decoration: none;
	color: #222;
}

a:hover {
	color: #0085cf;
}

#header {
	width: 943px;
	height: 149px;
	margin: 0 auto;
	background: transparent url(/img/skyrays.jpg) bottom left no-repeat;
}

#header img#logo {
	float: left;
	margin-left: 20px;
}

#header #freedelivery {
	clear: right;
	float: right;
	width: 294px;
	height: 24px;
	margin: 18px 80px 0 0;
}

#header ul#topMenu {
	float: right;
}

#header ul#topMenu li {
	float: left;
	padding: 10px 18px;
}

ul#nav {
	width: 943px;
	height: 50px;
	margin: 0 auto;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	height: 50px;
	background: transparent url(/img/nav.gif) no-repeat;
}

ul#nav li a#wii {
	width: 233px;
}

ul#nav li a#wii:hover, ul#nav li a#wii.selected {
	background: transparent url(/img/nav.gif) 0 -50px no-repeat;
}

ul#nav li a#xbox360 {
	width: 240px;
	background-position: -233px 0;
}

ul#nav li a#xbox360:hover, ul#nav li a#xbox360.selected {
	background: transparent url(/img/nav.gif) -233px -50px no-repeat;
}

ul#nav li a#playstation3 {
	width: 240px;
	background-position: -473px 0;
}

ul#nav li a#playstation3:hover, ul#nav li a#playstation3.selected {
	background: transparent url(/img/nav.gif) -473px -50px no-repeat;
}

ul#nav li a#myGame {
	width: 230px;
	background-position: -714px 0;
}

ul#nav li a#myGame:hover, ul#nav li a#myGame.selected {
	background: transparent url(/img/nav.gif) -714px -50px no-repeat;
}

#hero {
	width: 943px;
	height: 226px;
	margin: 0 auto;
}

#boxTop {
	width: 943px;
	height: 30px;
	margin: 20px auto 0;
	background: transparent url(/img/box_top.gif) no-repeat;
}

#boxTopBlue {
	width: 943px;
	height: 47px;
	margin: 0 auto;
	background: transparent url(/img/box_top_blue.gif) no-repeat;
}	

#main {
	width: 863px;
	xheight: 800px;
	padding: 0 40px 30px;
	margin: 0 auto;
	background: transparent url(/img/box_bg.png) repeat-y;
}

#main h2 {
	font-size: 18px;
	color: #8ab32f; 
	font-weight: 300;
	margin-top: 18px;
}

#main p {
	font-size: 12px;
	width: 650px;
	line-height: 1.4em;
	margin: 4px 0 10px;
}

#main a {
	color: #0085cf;
	xtext-decoration: underline;
}

#main a:hover {
	color: #222;
	xtext-decoration: none;
}

#boxBottom {
	width: 943px;
	height: 17px;
	margin: 0 auto 20px;
	background: transparent url(/img/box_bottom.gif) no-repeat;
}

#footer {
	width: 100%;
	background: #795e33 url(/img/ground.gif) top center repeat-x;
}

#footer #ground {
	height: 64px;
	width: 971px;
	padding: 7px 1px;
	margin: 0 auto;
	background: #795e33 url(/img/ground.gif) top center repeat-x;
}

#footerContent {
	width: 943px;
	height: 120px;
	padding: 0 15px;
	margin: 0 auto;
	background-color: #795e33;
}

#footerContent #cave {
	float: left;
	width: 243px;
	height: 82px;
	text-align: right;
	padding: 16px 10px 0 0;
	background: transparent url(/img/cave_bg.jpg) no-repeat;
}

#footerContent #cave p {
	color: #fff;
	line-height: 1.6em;
}

#footerContent #cave input.textfield {
	width: 170px;
	padding: 2px; 
	border: 1px solid #d9b883;
	background: #fff url(/img/subscribe_bg.gif) no-repeat;
}

#footerContent #cave input.submit {
	margin-top: 6px;
}

#footerContent ul {
	float: right;
}

#footerContent ul#footerMenu li {
	float: left;
	padding: 8px 2px 8px 34px;
}

#footerContent ul#footerMenu li a {
	color: #d9b883;
}

#footerContent ul#footerMenu li a:hover {
	color: #2d2215;
}

#footerBase {
	width: 943px;
	height: 38px;
	padding: 0 15px;
	margin: 0 auto;
	background-color: #795e33;
}

#footerBase p {
	float: left;
	padding-top: 9px;
}

#footerBase #url {
	float: right;
}

#footerBase a {
	text-decoration: none;
	color: #2d2215;
}

#footerBase a:hover {
	text-decoration: underline;
}



/* Homepage */

#games {
	list-style: none;
	width: 863px;
	margin-top: 12px;
}

#games .game, #game {
	float: left;
	width: 122px;
	height: 244px;
	padding-right: 20px;
}	

#games .game .gameBox {
	position: relative;
	height: 120px;
}

#games .game .gameBox img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#games .game img.wantit, #game img.wantit {
	padding: 6px 11px 2px;
}

#games .game p.title, #game p.title {
	font-size: 11px;
	margin: 0;
	width: 112px;
	height: 30px;
	clear: left;
	overflow: hidden;
}

#game p.title {
	height: auto;
}

#game p.title span.condition {
	color: red;
}

#games .game p.preowned, #game p.preowned {
	font-size: 11px;
	margin: 0;
	width: 112px;
	color: #8ab32f;
}

#games .game a.link, #game p.title {
	color: #222;
	font-weight: 700;
	line-height: 1.3em;
}

#games .game a.link:hover, #game a.link:hover {
	color: #0085cf;
}

#legend {
	clear: both;
	height: 60px;
	padding-top: 10px;
}

#games .game img.logo {
	padding: 0 0 1px 1px;
}


/* My game */

#main h3 {
	font-size: 18px;
	color: #999;
	font-weight: 300;
	margin: 4px 0 25px; 
}

#main .gameList {
	float: left;
	width: 240px;
	padding-right: 26px;
}

#main .gameList ul li {
	line-height: 1.3em;
	padding: 5px 0;
}

#main .gameList ul li a {
	color: #222;
	font-weight: 700;
}

#main .gameList ul li a:hover {
	color: #0085cf;
}

#main p.terms {
	clear: both;
	width: 800px;
	font-size: 11px;
	color: #666;
	padding-top: 50px;
}

#main ul#sitemap {
	margin-top: 10px;
}

#main ul#sitemap li {
	font-size: 14px;
	line-height: 1.6em;
	padding-left: 20px;
}

#main ul#sitemap li.home {
	padding-left: 0;
}

#main ul#sitemap li a {
	color: #222;
	font-weight: 700;
}

#main ul#sitemap li a:hover {
	color: #0085cf;
	font-weight: 700;
}

#yourGameInfo {
	text-align: center;
	padding: 40px 0 15px;
}

#yourGameInfo h3 {
	color: #222;
	margin-bottom: 0;
}

#yourGameInfo p {
	text-align: center;
	width: 863px;
}

#game p.tradeInfo, #tradeDetails p.tradeInfo {
	font-size: 14px;
	width: 112px;
	font-weight: 700;
}

#tradeDetails p.tradeInfo {
	width: 450px;
}

#arrow {
	float: left;
	width: 64px;
	padding: 50px 44px 0 0;
}

#tradeDetails, #tradeList {
	float: left;
}

#tradeDetails h3 {
	color: #222;
}

#checkout {
	width: 300px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 10px;
}

#checkout p.total {
	font-size: 16px;
	width: auto;
	text-align: right;
}

#checkout p.total span.price {
	font-size: 18px;
	font-weight: 700;
}

#readyToTrade {
	margin: 30px 0 0 150px;
}

p#infobox {
	border: 3px solid #8ab32f;
	margin: 20px 0 30px;
	padding: 10px;
	color: #8ab32f;
	font-size: 15px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

h4 {
	color: #222;
	font-size: 13px;
	margin-top: 14px;
}

.simpleList {
	list-style: disc;
	margin-left: 20px;
}

.simpleList li {
	line-height: 1.6em;
	font-size: 12px;
}

ol.simpleList {
	list-style: lower-roman;
	margin-left: 24px;
}

.howItWorks {
	padding-left: 130px;
	padding-bottom: 4px;
}

#choose.howItWorks {
	background: transparent url(/img/works_gamestack.gif) no-repeat;
}

#pay.howItWorks {
	background: transparent url(/img/works_money.gif) no-repeat;
}

#send.howItWorks {
	background: transparent url(/img/works_post.gif) no-repeat;
}

#receive.howItWorks {
	background: transparent url(/img/works_chicken.gif) no-repeat;
	padding-bottom: 40px;
}

ul#medels {
	margin-bottom: 14px;
}

ul#medels li {
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 22px;
	margin-left: 20px;
}

ul li.gold { 
	background: transparent url(/img/gold.gif) 0 1px no-repeat;
}

ul li.silver { 
	background: transparent url(/img/silver.gif) 0 1px no-repeat;
}

ul li.bronze { 
	background: transparent url(/img/bronze.gif) 0 1px no-repeat;
}

#cheers {
	background: transparent url(/img/cheers_chicken.gif) no-repeat;
	margin-top: 10px;
	padding: 6px 0 20px 80px;
}

h2#black {
	color: #222;
}

ul#yourGameList {
	padding: 4px 4px 40px;
}

ul#yourGameList li {
	line-height: 1.6em;
}

ul#yourGameList li a {
	font-size: 13px;
	color: #222;
}

ul#yourGameList li a:hover {
	color: #0085cf;
}

#ContactName, #ContactEmail, #ContactMessage  {
	border: 1px solid #ddd;
	clear: left;
	padding: 2px;
	
}

#ContactName, #ContactEmail {
	width: 200px;

}

#ContactMessage {
	width: 320px;
}

#ContactName:focus, #ContactEmail:focus, #ContactMessage:focus {
	border: 1px solid #ccc;
	clear: left;
	padding: 2px;
	background: #fff url(/img/subscribe_bg.gif) no-repeat;
}

#ContactIndexForm {
	float: left;
	width: 550px;
}

#ContactIndexForm label {
	display: block;
	font-size: 12px;
	margin: 12px 0 1px 2px;
}

#ContactIndexForm .submit {
	margin-top: 10px;
}

#ContactIndexForm .error-message {
	color: red;
	margin: 3px;
}

#contactDetails {
	float: left;
}

#payNow {
	float: right;
}

.clear {
	clear: both;
}




/* LIST ALL */

span.qty {
	color: red;
	font-size: 14px;
	font-weight: 700;
}

span.accepting {
	color: blue;
	font-size: 14px;
	font-weight: 700;
}



