/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ededed;
	padding: 0;
	margin: 0;
	color: #666666;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 20px;
}

img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #26b3ff;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #656565;
	font-size: 16px;
	margin: 0;
	padding: 0;
}


h2 {
	color: #656565;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #116fa8;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: 100;
}


hr {
	height: 0px;
	border: none;
	border-top: 1px solid #d4d4d4;
	color: #d4d4d4;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 25px 0;
	padding: 0 35px;
}

li {
	margin-top: 15px;
}


/****** GENERIC ******/
.enlargedFont {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

.heading1 {
	font-weight: bold;
	font-size: 16px;
	color: #404040;
}

.heading2 {
	font-weight: bold;
	font-size: 14px;
	color: #404040;
}

.heading3 {
	font-weight: bold;
	font-size: 13px;
	color: #404040;
}

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
	font-size: 0;
	height: 0px;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

select {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.textInput {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.loginInput {
	width: 190px;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


textarea.inputTextArea {
	width: 320px;
	height: 150px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textUnderline {
	text-decoration: underline;
}

.red {
	color: #ed1730;
}

.error {
	color: #ed1730;
	padding: 5px 0;
}

.formError {
	color: #ed1730;
	padding: 5px 0;
}

/******** PAGE ********/
div#pageContainer {
	background: url(../images/bg/body_bg.jpg) top center no-repeat #FFFFFF;
}


div#page {
	width: 990px;
	background: #ffffff;
	padding: 0;
	margin: 0 auto;	
}

/** HEADER **/
div#header {
	background: url(../images/bg/header_bg.jpg) top left no-repeat;
	padding: 0;
	position: relative;
	height: 190px;
}

div#header div#navButtons {
	padding: 0 0 0 0;
}

div#header div#navButtons div#seoHeaderCont {
	position: relative; 
	height: 0px;
}

div#header div#navButtons div#seoHeaderCont h1 {
	position: absolute; 
	z-index: 2; 
	top: -20px; 
	left: 20px; 
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight: 100;
}

div#navButtons ul {
	width: 510px;
	height: 31px;
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#navButtons ul li a {
	height: 31px;
	display: block;
}

div#navButtons ul li a:hover {
	background-position: left bottom;
}

div#navButtons ul li a.onPage {
	background-position: left bottom;
}

div#navButtons div#checkoutHeader {
	width: 360px;
	float: left;
	padding: 5px 0 4px 15px;
	color: #26b3ff;
	font-size: 11px;
}

td.white {
	color: #FFFFFF;
}

div#signupContain {
	height: 1px; 
	width: 1px;
	position: relative;
	float: left;
}

div#signupContain img {
	position: absolute;
	z-index: 2;
	top: -30px;
}

/** NAV **/
a#navHome {
	width: 85px;
	background: url(../images/nav_buttons/nav_home.gif) no-repeat;	
}

a#navAbout {
	width: 85px;
	background: url(../images/nav_buttons/nav_about.gif) no-repeat;	
}

a#navFAQs {
	width: 59px;
	background: url(../images/nav_buttons/nav_faq.gif) no-repeat;	
}

a#navOrder {
	width: 78px;
	background: url(../images/nav_buttons/nav_order.gif) no-repeat;	
}

a#navMembers {
	width: 83px;
	background: url(../images/nav_buttons/nav_members.gif) no-repeat;	
}

a#navContact {
	width: 120px;
	background: url(../images/nav_buttons/nav_contact.gif) no-repeat;	
}





/******** CONTENT ********/
div#content {
	background: url(../images/bg/content_bg.jpg) top center no-repeat;
	padding: 10px 24px 0px 24px;
}

div#contentLeft {
	width: 235px;
	min-height: 540px;
	_height: 540px;
	float: left;
	background: url(../images/bg/left_bottom_menu_bg.gif) bottom left no-repeat #ededed;
}

div#contentLeft div#leftMenu{
	padding: 20px 15px;
	background: url(../images/bg/left_menu_bg.gif) top left no-repeat #ededed;
}

div#leftMenu input#searchField {
	width: 140px;
	height: 15px;
	padding: 6px 10px;
	font-size: 12px;
	color: #666666;
	border: 1px solid #d4d4d4; 
}

div#leftMenu ul.theShopList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#leftMenu ul.theShopList li {
	background: url(../images/menu_list_icon.gif) no-repeat 0px 6px;
	padding: 4px 0 4px 20px;
	margin: 0;
	font-size: 12px;
}

div#contentRight {
	width: 695px;
	padding: 0 0 0 9px;
	float: left;
}

div#contentRight div#contentText {
	padding: 0 12px;
}

div#extraContentSect {
	padding: 0 15px;
}

div.miniBuyingSect {
	width: 420px;
	height: 121px;
	padding: 15px 25px;
	float: left;
	background: url(../images/bg/mini_section_bg.gif) top left no-repeat;
}

div#advertSpace {
	width: 490px;
	float: left;
	text-align: right;
}

div#advertSpace p {
	margin: 0;
	padding: 0;
}

ul#popList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 5px;
}

ul#popList li {
	background: url(../images/pop_list_ico.gif)  no-repeat 0px 6px;
	padding: 3px 0 3px 20px;
	margin: 0;
	font-size: 12px;
}

ul#popList li a {
	color: #fa7c00;
}

/** HOME **/
div#homeCategoryBtns {
	padding-top: 10px;
}

div#homeCategoryBtns a {
	width: 228px;
	height: 144px;
	display: block;
	float: left;
}

div#homeCategoryBtns a#wiiCate {
	background: url(../images/wii_category.jpg) no-repeat;
	padding-right: 10px;	
}

div#homeCategoryBtns a#wiiCate:hover {
	background-position: left bottom;
}

div#homeCategoryBtns a#dsCate {
	background: url(../images/ds_category.jpg) no-repeat;
	padding-right: 10px;	
}

div#homeCategoryBtns a#dsCate:hover {
	background-position: left bottom;
}

div#homeCategoryBtns a#ps3Cate {
	background: url(../images/ps3_category.jpg) no-repeat;
	padding-right: 10px;	
}

div#homeCategoryBtns a#ps3Cate:hover {
	background-position: left bottom;
}

div#homeCategoryBtns a#xboxCate {
	background: url(../images/xbox_category.jpg) no-repeat;	
}

div#homeCategoryBtns a#xboxCate:hover {
	background-position: left bottom;
}

div#homeSection {
	padding: 0 15px;
}

div#homeSectionLeft {
	width: 470px;
	float: left;
}

div#homeSectionLeft div#advertSpace {
	width: 470px;
	float: none;
	text-align: right;
}

div#homeSectionLeft div#advertSpace p {
	margin: 0;
	padding: 0;
}

div#welcomeNote {
	padding: 0 20px 0 20px;
	border-right: 1px solid #dddddd; 
}

div#welcomeNote p {
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

div#latestHomeNews {
	background: url(../images/bg/latest_news_bg.gif) top left no-repeat;
	height: 100px;
	padding: 55px 25px 0 25px;
	color: #999999;
}

div#homeSectionRight {
	width: 465px;
	padding: 0 0 0 25px;
	float: left;
}

/** PRODUCT PAGE **/
div#prodDetails {
	background: url(../images/bg/prod_details_bg.gif) top left repeat-y;
}

div#prodLeft {
	width: 395px;
	padding: 0 23px 0 0;
	float: left;	
}

div#prodLeft table#sSummary {
	font-size: 11px;
	color: #333333;
}

.strike {	
	text-decoration: line-through;
}

div#prodLeft div#actualPrice {
	font-size: 30px;
}

div#prodLeft div.centerSpace {
	padding: 20px;
	text-align: center;	
}

div#prodLeft p {
	text-align: justify;
}

div#prodRight {
	width: 250px;
	float: left;
}

div#prodRight td#imgCurvedBorder {
	background: url(../images/bg/product_img_curve_bg.gif) top left no-repeat;
	height: 250px;
	width: 250px;
	text-align: center;
	position: relative;
}

div#prodRight div#imageGalleryRight {
	background: #FFFFFF;
}



/******** BROWSE NAVIGATION ********/
div#browseNavigation {
	color: #999999;
	font-size: 11px;
	padding: 16px 0 16px 15px;
}

div#browseNavigation strong {
	color: #999999;
}

div#browseNavigation a {
	color: #999999;
	text-decoration: none;
}

div#browseNavigation a:hover {
	text-decoration: underline;
}

/******** PAGE BOTTOM ********/
div#pageBottom {
	margin: 0 auto;
	width: 970px;
	padding: 0;
}

/******** THUMB HOVER ********/
#imageContainer {
	width: 348px;
	height: 348px;
	padding: 0;
	margin: 0;
	float: left;
}

#imageContainer img {
	border: 1px solid #d9dbdc;
}

#gallery {
	width: 110px;
	padding: 0 0 0px 17px;
	margin: 0;
	float: left;
	overflow:hidden;
	height: 348px;
}

#gallery img {
	border: 1px solid #d9dbdc;
}

/** SCROLL BAR **/
#scrollBar {
	width: 8px;
	height: 348px;
	margin-left: 10px;
	background: url(../images/img_scroller.gif) repeat-y center;
	float: left;
}	

#scrollHandle {
	width: 8px;
	height: 35px;
	background-image: url(../images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}
	
/**** PRODUCT LIST ****/
ul.productList {
	margin: 0;
	padding: 0;
}

ul.productList li {
	width: 222px;
	height: 275px;
	display: block;
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
	position: relative;	
}	

ul.productList li div.prodListImgCont {
	height: 148px;
}

ul.productList li .newIcon {
	position: absolute;
	top: 180px;
	left: 40px;
	z-index: 2;
}

div.rrp {
	color: #ed1730;
	text-decoration: line-through;
	padding: 3px 0 0 0;
}

div.price {
	font-size: 16px;
	color: #333333;
	padding: 0 0 5px 0;
}

/**** CATEGORY LIST ****/
div#categoryListings {

}

div#categoryListings div {
	float: left;
	padding: 0 12px 10px 0;
	width: 158px;
	height: 111px;
}

div#categoryListings div.rightCateList {
	padding: 0 0 10px 0;
}

div#categoryListings div#cateBigButtons {
	margin: 10px 0 0 0;
	padding: 20px 0;
	border-top: 1px solid #dddddd;
	text-align: center; 
	width: 100%;
	height: auto;
}

div#categoryListings div#cateBigButtons div {
	float: none;
	display: inline;
	width: auto;
	height: auto;
}	
	
/****** FOOTER ******/
div#footer {
	width: 910px;
	margin: 0 auto;
	position: relative;
	color: #999999;
	font-size: 11px;
	height: 145px;
	padding: 25px;
}

div#footer a {
	color: #999999;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer strong {
	color: #666666;
}

div#footer ul {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	list-style-image: none;
}

div#footer ul li {
	margin: 0;
	padding: 0 0 5px 0;
}


div#footerLinks {
	clear: left;
	padding: 10px 0;
	font-size: 10px;
	border-top: 1px solid #d4d4d4;
}

div#footerLinks img {
	vertical-align: bottom;
}

/***** FOOTER SEO *******/

div.footerLeft,
div.footerRight {
	float: left;
	width: 430px;
}

div.footerLeft p,
div.footerRight p {
	margin: 0 0 10px 0;
	padding: 0;
}

div.footerLeft,
div.footerRight ul li {
	line-height: 20px;
	width: 430px;
	margin: 0 0 5px 0;
}

div.footerLeft {
	padding: 20px 10px 10px 0;
}

div.footerRight {
	padding: 20px 0px 10px 10px;
}



/***** FORM *******/
form.customForm {
	margin-top: 15px;
}

form.customForm label {
	width: 100px;
	line-height: 24px;
	float: left;
	clear: left;
	padding-right: 15px;
	text-align: right;
	margin-bottom: 5px;
}

form.customForm .inputText {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.customForm .text {
	width: 320px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.customForm .inputShortText {
	width: 100px;
}

form.customForm input.inputText {
	height: 16px;
}

form.customForm textarea.inputText {
	height: 100px;
}

form.customForm label.submit {
	width: 443px;
	padding: 0px;
}
form.customForm label.submit input {
	float: right;
	width: auto;
	height: auto;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

div.formField {
	padding: 0 0 8px 0;
}

div.inputLabel {
	padding: 4px 12px 0 0;
	width: 84px;
	float: left;
	text-align: right;
}

div.inputField {
	width: 192px;
	float: left;
	text-align: left;
}

div.option div.button {
	padding: 0 0 10px 0;
}

/****************************** SHOPPING CART ************************************/

table#shoppingcart {
	width: 100%;
	font-size: 11px;
	color: #2e2e2e;
	padding: 0;
	border-spacing: 0;
}

table#shoppingcart td {
	padding: 7px 5px;
	border-bottom: 1px solid #c3c3c3;
	vertical-align: top;
}

table#shoppingcart th {
	padding: 7px 5px;
	background: url(../images/th_loop.gif) top left repeat-x;
	color: #474747;
	text-align: left;
}

table#shoppingcart th.thLeft {
	background: url(../images/th_left.gif) top left no-repeat;
}

table#shoppingcart th.thRight {
	background: url(../images/th_right.gif) top right no-repeat;
}

table#shoppingcart .qty input {
	width: 40px;
	font-size: 11px;
}

table#shoppingcart .price {
	text-align: right;
}

table#shoppingcart .remove {
	text-align: center;
}

table#shoppingcart .totalLabel {
	font-size: 12px;
	text-align: right;
}

table#shoppingcart .buttons {
	padding: 12px 0;
	border: none;
	text-align: right;
}

div.cartItemImage {
	padding: 0 10px 0 0;
	width: 50px;
	float: left;
	display: none;
}

div.cartItemName {
	width: 230px;
	float: left;
}

div#checkoutStep {
	padding: 10px 0 0 0;
}

/****************************** FORM ************************************/


/***************** INPUT FIELD ******************/

div#documentForm div.inputLabel {
	padding: 4px 20px 0 0;
	width: 206px;
	float: left;
	text-align: right;
}

div#documentForm .mandatory {
	color: #de0023;
}

div#documentForm div.inputField {
	width: 432px;
	float: left;
}

div#documentForm div.inputField div.optionsField {
	font-size: 11px;
	padding: 2px 0 0 0;
}

div#documentForm div.inputField div.pad {
	padding: 4px 0 0 0;
}

div#documentForm div.inputField input.text {
	width: 320px;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

div#documentForm div.inputField input.date {
	width: 84px;
	border: 1px solid #c3c3c3;
}

div#documentForm div.inputField img.calendar {
	cursor: pointer;
	position: relative;
	top: 4px;
	left: 0;
}

div#documentForm div.inputField select {
	width: 320px;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

div#documentForm div.inputField textarea {
	width: 320px;
	border: 1px solid #cecece;
	margin-bottom: 10px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
}

div#documentForm div.inputField textarea.medium {
	height: 100px;
}

div#documentForm div.inputField textarea.large {
	height: 200px;
}

div#documentForm div.inputField div.inputLabelState {
	width: 162px;
	float: left;
}

div#documentForm div.inputField div.inputLabelState select {
	width: 160px;
}

div#documentForm div.inputField div.inputLabelState input.text {
	width: 160px;
}

div#documentForm div.inputField div.inputLabelPC {
	padding: 4px 12px 0 0;
	width: 74px;
	float: left;
	text-align: right;
}

div#documentForm div.inputField div.inputFieldPC {
	width: 86px;
	float: left;
}

div#documentForm div.inputField div.inputFieldPC input.text {
	width: 84px;
}

div#documentForm div.inputField div.optionsHalf {
	width: 167px;
	float: left;
}

div#documentForm div.inputField div.optionField {
	padding: 2px 0 6px 0;
	font-size: 11px;
}

div#documentForm div.inputField div.inputLabelCaptcha {
	width: 142px;
	float: left;
}

div#documentForm div.inputField div.inputFieldCaptchaCode {
	width: 192px;
	float: left;
}

div#documentForm div.inputField div.inputFieldCaptchaCode input.text {
	padding: 4px;
	width: 182px;
}

/********************* INFO **********************/

div#documentForm div.formGap {
	height: 20px;
}

div#documentForm div.heading {
	color: #2e2e2e;
	padding: 0 0 12px 0;
}

div#documentForm div.heading h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}

div#documentForm div.heading p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 6px 0;
}

div#documentForm div.options {
	padding: 0 0 12px 0;
}

div#documentForm div.terms {
	padding: 0 0 12px 0;
	font-size: 10px;
}

div#documentForm div.buttons {
	padding: 0 0 12px 0;
}

/****************************** PAYMENT ************************************/

div.detailsArea {
	padding: 10px 0 32px 0;
}

div.cartnote {
	padding: 4px 0 0 0;
	font-size: 10px;
}

div.buttonsAlignLeft {
	padding: 10px 0 0 0;
	width: 670px;
	text-align: left;
}

div.buttonsAlignRight {
	padding: 10px 0 0 0;
	width: 670px;
	text-align: right;
}

div.buttonsAlignCenter {
	padding: 10px 0 0 0;
	width: 670px;
	text-align: center;
}

table#accountinfo {
	font-size: 12px;
	color: #2e2e2e;
}

table#accountinfo th {
	width: 150px;
	padding: 0 20px;
	vertical-align: top;
	text-align: left;
}

table#accountinfo td {
	width: 150px;
	padding: 2px 20px;
	vertical-align: top;
}

table#onlinepay {
	font-size: 12px;
}

table#onlinepay td.label {
	width: 176px;
	padding: 4px 20px 4px 0;
	vertical-align: middle;
}

table#onlinepay td.field {
	width: 532px;
	padding: 4px 0;
	vertical-align: middle;
}

table#onlinepay td.field input.text {
	width: 332px;
	border: 1px solid #c3c3c3;
}

table#onlinepay td.field select {
	width: 332px;
}

table#onlinepay td.field input.text.small {
	width: 66px;;
}

table#onlinepay td.field select.small {
	width: 66px;
}

table#offlinepay {
	font-size: 12px;
}

div#documentForm div.formFieldEnd {
	padding: 20px 0 0 0;
	background: url(../images/hr_dashed_horz.gif) top left repeat-x;
}

div.zoomItem {
	display: none;
}

div.option {
	padding: 20px 0;
}

/***************************** DELIVERY *********************************/

div#deliveryMethods {
	font-size: 11px;
	color: #2e2e2e;
}

table#deliverymethod {
	padding: 0;
	border-spacing: 0;
}

table#deliverymethod th {
	padding: 4px 5px;
	text-align: left;
	background-color: #eaeaea;
}

table#deliverymethod td {
	padding: 4px 5px;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	