/* CSS Document */

/* CSS Document */
/* REMOVE ALL THOSE ANNOYING BROWSER DEFAULT MARGINS AND PADDING */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282828;
	text-align: center;
	background: #1A809F url(../../images/background2.jpg) top left no-repeat;;
}
#wrapper
{
	margin: 0px auto;
	text-align: left;
	width: 933px;
}
#header
{
	position: relative;
	height: 93px;
	width: 933px;
	background: url(../../images/header.png) top left no-repeat;
}
#header h1
{
	text-indent: -2000px;
	background: url(../../images/logo2.gif) left no-repeat;
	height: 62px;
	width: 228px;
	position: absolute;
	top: 10px;
	left: 16px;
}
#header h2
{
	text-indent: -2000px;
}
#header ul
{
	list-style: none;
	position: absolute;
	left: 390px;
	top: 50px;
	width: 535px;
}
#header ul li
{
	float: left;
}
#intro
{
	height: 190px;
	display: block;
	width: 860px;
	background:url(../../images/welcome2.jpg) no-repeat left top;
	padding-top: 10px;
	margin-bottom: 8px;
}
#intro img
{
	float: left;
}
#content #intro p
{
	width: 370px;
	line-height: 16px;
	padding: 0px;
	margin: 0px 10px 10px 340px;
	margin-left: 340px;
}
#intro p.bld
{
	font-weight: bold;
}
#content
{
	background: #ffffff;
	margin: 0px 29px;
	width: 861px;
	padding: 0px 8px;
}
#column1
{
	width: 336px;
	overflow: hidden;
}
#column2
{
	margin-left: 6px;
	width: 336px;
	overflow: hidden;
}
.column
{
	float: left;
	border: 1px solid #cccccc;
	margin-bottom: 6px;
	display: inline;
	margin-top: 4px;
}
#content .column h1
{

	height: 30px;
	font-size: 16px;
	font-family:"Trebuchet MS";
	color: #ffffff;
	line-height: 30px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 6px;
}
#column1 h1
{
	background: #D20435;
	width: 326px;
}
#column2 h1
{
	background: #00B6E7;
	width: 326px;
}
h1 a
{
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 11px;
	color: #ffffff;
}
h1 a:hover
{
	color: #000000;
}
/* ======================= STYLING FOR THE ITEMS IN THE REPEAT REGIONS I.E. GAMES AND ACCESSORIES */
.WiiItem
{
	float: left;
	width: 335px;
	clear: left;
	display: inline;
	margin: 2px 0px 0px 0px;
	height: 120px;
	position: relative;
	margin-left: 4px;
}
.WiiItem img
{
	float: left;
	margin-right: 4px;
	padding-bottom: 50px;
	margin-bottom: -50px;
	display: inline;
}
.WiiItem h2
{
	font-size: 11px;
	color: #292929;
	width: 335px;
	display: inline;
}
.WiiItem p
{
	color: #393939;
	width: 230px;
	margin-left: 100px;
}
.WiiItem span
{
	height: 20px;
	width: 152px;
	background: url(../../images/buttons/buybutton.gif) top left no-repeat;
	float: right;
	margin-top: 4px;
	position: absolute;
	bottom: 4px;
	right: 6px;
}
.WiiItem span.acc
{
	background: url(../../images/buttons/accbutton.gif) top left no-repeat;
}
.WiiItem a.blck
{
	padding-left: 9px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	width: 65px;
	display: block;
	float: left;
}
.WiiItem a.lrg
{
	padding-left: 0px;
	width: 75px;
}
.WiiItem a:hover
{
	color: #000000;
}
#column2 .WiiItem
{

}
/*#column2 .WiiItem span
{
	background: #00B6E7;
	width: 82px;
	clear: left;
	float: left;
	margin-left: 100px;

}
#column2 .WiiItem h2 a
{
	top: 0px;
	width: 237px;
	display: inline;
	
}
#column2 .WiiItem p
{
	top: 15px;
	width: 237px;
	margin-left: 100px;
}*/
#sml_listing
{
	width: 680px;
	float: left;
	margin: 4px 0px 12px 0px;
	border: 1px solid #EAE8E1;
}
#sml_listing .WiiItem
{
	width: 320px;
	clear: none;
	padding: 4px 4px;
	height: 115px;
}
#sml_listing .WiiItem h2
{
	width: 230px;
}
#sml_listing .WiiItem p
{
	width: 230px;
	margin-bottom: 4px;
	position: absolute;
	left: 4px;
	top: 32px;	
}

/* Fix to move text down when title goes over 2 lines.....will need looking at and fixing properly */
#sml_listing .WiiItem p.bigTitle
{
	top: 32px;
}

#footer
{
	width: 880px;
	height: 80px;
	margin: 6px 0px 0px 29px;
	text-align: right;
	padding-top: 0px;
	clear: both;
}
#footer a
{
	color: #ffffff;
}
#footer a:hover
{
	color: #000000;
}
/*=================================== WII GAMES LISTINGS =====================================================*/
#gameheader
{
	width: 859px;
	height: 193px;
	background:url(../../images/games_back.jpg) top right no-repeat;
	border: 1px solid #EAE8E1;
	position: relative;
}
/*  =============================== THE RIGHT NAV ===============================================================*/
#rightnav
{
	margin-top: 4px;
	width: 171px;
	float: right;
}
#rightnav a
{
	display: inline;
	width: 171px;
	height: 172px;
	float: left;
	border: 0px;
	margin-bottom: 10px;
}
/* ====================== THE PRODUCTS PAGE ========================================*/
.WiiItemDetail
{
	width: 680px;
	float: left;
	display: block;
	border: 1px solid #CFCFCF;
	margin-top: 4px;
	position: relative;
	padding-bottom: 25px;
}
.WiiItemDetail img
{
	float: left;
	margin-left: 22px;
	display: block;
}
.WiiItemDetail h2
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 665px;
	height: 30px;
	background: #D20435 url(../../images/gameright.gif) top right no-repeat;
	line-height: 30px;
	padding-left: 15px;	
	position: relative;
	margin-bottom: 24px;
}
.WiiItemDetail h2 a
{
	color: #ffffff;
}
.WiiItemDetail h2 a.gameback
{
	position: absolute;
	right: 10px;
	color: #FFFFFF;
}
.WiiItemDetail h2 a.gameback:hover
{
	cursor:pointer;
}
#content .WiiItemDetail p
{
	position: absolute;
	top: 70px;
	left: 190px;
	font-size: 12px;
	width: 450px;
	line-height: 17px;
}
.WiiItemDetail h4
{
	position: absolute;
	left: 190px;
	top: 50px;
}
.WiiItemDetail span
{
	height: 20px;
	width: 87px;
	background: url(../../images/buttons/buynow.gif) top left no-repeat;
	position: absolute;
	bottom: 29px;
	right: 16px;
	text-indent: -200000px;
}
.WiiItemDetail span.acc
{
	background: url(../../images/buttons/buynow_acc.gif) top left no-repeat;
}
.WiiItemDetail a.blck
{
	padding-left: 8px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	width: 60px;
	display: block;
	float: left;
}
.WiiItemDetail a.lrg
{
	padding-left: 4px;
	width: 68px;
}
.WiiItemDetail a:hover
{
	color: #000000;
}
span.navbutton
{
	width: 656px;
	display: block;
	height: 16px;
	padding: 4px 12px;
}
span.navbutton a
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px;
	display: block;
	height: 14px;
	float: right;
}
/* ============ Styling for the best sellers (green) ==================*/
#detailsbestsellers
{
	width: 680px;
	float: left;
	display: block;
	border: 1px solid #CFCFCF;
	margin-top: 12px;
	position: relative;
	padding-bottom: 25px;	
}
#detailsbestsellers h2
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 665px;
	height: 30px;
	background: #23A341 url(../../images/green_right.gif) top right no-repeat;
	line-height: 30px;
	padding-left: 15px;	
	position: relative;
	margin-bottom: 24px;
}
#detailsbestsellers h2 a.gameback
{
	position: absolute;
	right: 10px;
	color: #FFFFFF;

}
/*============================= The bottom bar -=-=- Affiliate links =================*/
#affilliatelinks
{
	width: 100%;
	height: 163px;
	float: left;
	margin-bottom: 6px;
}
