form {
	margin:0px;
}

form .basket {
	width:584px;
	border-collapse: collapse;
	margin:0px;
	/*Fix for Safari 2 rendering issue*/
	margin-bottom:2px;
}

.basket th {
	font-family:helvetica;
	font-size:13px;
	color: #595959;
	padding:3px;
	background-color: #DDDDDD;
	border-style: none dotted none none;
	border-color: #595959;
	border-width: 1px;
	text-align:center;
}

.basket th.blank, .basket th.price {
	border: 0px;
}
.basket td {
	font-family:helvetica, sans-serif;
	color:#666;
	padding:3px;
	text-align:center;
	font-size:12px;
}
.basket td.remove {
	width: 20px;
}

.basket td.remove button {
  border: 0px;
	margin: 0;
	cursor: pointer;
	padding: 0px;
	background-color: transparent;
}

.basket tr.item {
	height: 50px;
}

.basket tr.sum_up {
	height: 30px;
}

.basket td a {
	color:#666;
}

.basket .saving td {
	color:#494;
}

.basket .total {
	min-width: 80px;
	font-weight: bold;
}

.basket .star_info {
	text-align:left;
	
}

.basket .star_info span {
	margin-left: 10px;	
}

.game_info_tip {
	display:none;
	
	border-style:solid none none none;
	border-width:1px;
	
	border-color:#CCC;
	background-color:#FFF;
	background-image:url(../../library/store/images/email/grad.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#the_form {
	margin:0px 0px -5px 0px;
	padding-left: 0px;
	background-image:url("/library/store/images/gradient1px.png");
	background-position:top;
	background-repeat:repeat-x;
}

#info {
	display:table-row;
}

.basket .boxshot img {
	margin-left:5px;
	margin-right:5px;
	height:40px;
}

.basket td.boxshot {
	width:40px;
}

.store_block {
	width:100%;
	font-family:helvetica, sans-serif;
	background-image:url("/library/store/images/gradient1px.png");
	background-position:top;
	background-repeat:repeat-x;

	font-size:12px;
}



.store_block fieldset {
	float: left;
	margin: 1em 1em 0em 1em;
	border: 0px;
}

.store_block label,.store_box input, .store_bock select {
	float:left;
}


.store_block .required {
	color:#F00;
	font-size:20px;
}

.store_block.track_order {
	text-align: center;
}

.store_block.track_order h3 {
	padding-top: 10px;
	margin-top: 0px;
}

.store_block.track_order p {
	float: none;
	margin: auto;
	width: 65%;
	line-height: 20px;
}

.store_block.track_order label {
	text-align: right;
}

.store_block.track_order button {
	line-height: 22px;
}

.store_block.track_order button img {
	margin-bottom: -3px;
	margin-top: 5px;
}

/*The containers to keep the labels in line with the input boxes where possible*/
.store_block p {
	float:left;
	margin:0px;
	margin-top:3px;
	width:75%;
	font-family: helvetica, sans-serif;
	color: #666666;
}

/*Needs ammending on this page because we also have that floating image*/
#payment p {
	width:55%;
}

.store_block label {
	width:100px;
	display:inline;
	padding-right:10px;
	padding-top:3px;
	text-align:left;
}

.store_block input[type='text'] {
	width:230px;
}

.store_block #card_number {
	width:150px;
}

.store_block legend {
	background-image:url(../../library/store/images/checkout/orange-gradient.jpg);
	background-color: #EE601B;
	background-position:right;
	background-repeat:repeat-y;
    
  padding:2px 5px;
	
	color:#EEE;
	
	font-size:14px;
}

.store_block .separator {
	float: left;
	position: relative;
	top: -17px;
	z-index: -1;
}


.store_block .error {
	border-style:dotted;
	border-width:1px;
	border-color:#F00;
	
	background-color:#FEE;
}

.store_block .error img {
	padding-right:4px;
}

.store_block .error strong {
	margin-left:110px;
}


.store_block .help {
	float:right;
	clear:right;
	padding-right:10px;
	width:20%;
}

.store_block #registerhelp {
	width:300px;
}

.store_block .help p, #payment .help p {
	padding:3px;
	float:none; /*Make up for earlier hack*/
	width:100%;
	border-style:dotted;
	border-width:1px;
	border-color:#333;
}

.store_block .help #different_address {
	margin-top:10em;
}

.clear {
	clear:both;
}


.store_block #card_security {
	width:auto;
}


.store_block .tip {
	font-size:10px;
}

/* Start: 'What's This?' link -------------------------------*/
/*		This should make it more obvious that it's clickable */
.tip {
	text-decoration: underline;
	cursor: pointer;
}
/* End: 'What's This?' link ---------------------------------*/

.store_block #card_help {
	width:75%;
	float:left;

	border-width:1px;
	border-style:dotted;
	border-color:#000;
	
	background-color:#FFF;
}

.store_block #card_help p {
	padding:5px;
	float:none;
	width:100%;
}

.store_block #card_help img {
	float:right;
	padding:10px;
}

.breadcrumb {
	margin-top:15px;
	text-align:center;
	margin-bottom:10px;
}	

.breadcrumb a {
	padding:2px 7px;
	margin:0px;

	border-style:solid none solid solid;
	border-width:1px;
	border-color:green;
	
	color:black;
}

.breadcrumb .active {
	background-color:#DFD;
}


#securetrading {
	margin-top: 15px;
	margin-bottom: 15px;
}
#visa_secure_logo {
	display:none;
}

#mastercard_secure_logo {
}

.pay_icons {
	float:right;
	width:100px;
}

.pay_icons img {
	clear:both;
	width:100px;
	margin:0px;
}


button {
/*	margin-top: 20px;*/
	
/*	background-image:url(/images/blank.png);
	background-repeat: repeat;
	background-position:bottom;
	background-repeat:repeat-x;
	border:0px solid #666; */
	
	vertical-align:middle;
	text-align:center;
	font-size:14px;
}

.submit_payment, .orange_button {
	float: right;
	background-image:url(../../library/store/images/checkout/orange-button.png);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #F47F1F;
	background-color: #F47F1F;
	
	font-family: helvetica, sans-serif;
	color: #FFE0C0;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin-left: 1em;
}

.submit_payment:active, .orange_button:active {
	background-image:url(../../library/store/images/checkout/orange-button-down.png);
	background-color: #FAB620;
/*	border: 1px solid #FAB620;*/
}

.download_item .orange_button {
	font-size: 14px;
	padding-left: 10px; padding-right: 10px;
}

.orange_button[disabled=disabled] {
	background-image:url(../../library/store/images/checkout/grey-button-down.png);
	background-color: #C0C1C2;
	color: #F0F0F0;
	border-color: #F0F0F0;
}
.secondary_button, .grey_button {
	background-image:url(../../library/store/images/checkout/grey-button.png);
	float: right;
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #828587;
	background-color: #828587;
	
	font-family: helvetica, sans-serif;
	color: #F0F0F0;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin-right: 0em;
}

.secondary_button:active, .grey_button:active {
	background-image:url(../../library/store/images/checkout/grey-button-down.png);
	background-color: #C0C1C2;
	
}
/* Button used on payment failed page */
#repayment_fail {
	float: right;
	clear: right;
	margin-right: 1em;
}

#back_to_site {
	float: right;
	clear: right;
	margin-right: 3em;
}

.back{text-decoration:none;}
.spec{text-decoration:none;}


/*.back button{margin-right:20px;}*/

button:hover {
	cursor: pointer;
}

img.arrowimg {
	margin-bottom: -3px;
}

button img {

	height:16px;
	padding-right:5px;
	margin:0px;
}

button img.right_button_img {
	padding-right:0px;
	padding-left:5px;

}

#game_detail_back {
	float:left;
	text-decoration:none;
	margin-top:-33px;
	margin-bottom:0px;
	width:120px;

}

#add_to_basket {
	float:none;
}

.clear {
	clear:both;
}

/*Game description*/


/*Used in the success box, and failure and such - basically where there isn't an inner fieldset*/
#store_area {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width:100%;
	font-family:helvetica, sans-serif;

	position: relative; /* We'll use this for absolute layouts. Maybe. */
	
	background-color:#FFF;
	background-image:url("/library/store/images/gradient1px.png");
	background-position:top;
	background-repeat:repeat-x;
	min-height: 400px; /* Manages short A-Z listings better */
}

#store_area .boxshot {
	float: left;
	margin-top: -3px;
	margin-right: 7px;
	margin-bottom: 0px;
}

#store_area .boxshot img {
	width:100px;
}


#store_area .description {

	margin-left:16px;
	margin-bottom:5px;
	/*clear: left;*/
	width:400px;
	font-size:12px;
}

#store_area .description ul{padding-left:18px;}

#store_area .description li{
	margin-top:3px;
	font-size:13px;
}

#store_area .description_text {
	margin-top: 0px;
	float: right;
	width: 270px;
}

#store_area .float-nest {
	position: relative;
	margin-top: 10px;
	float: left;
}
#store_area .button_container h3 {
	margin: 0px;
	text-align: center;
	color: #939598;
	text-decoration: underline;
}
#store_area .button_container .top h3 {
	text-decoration: none;
}
#store_area .buttons {
	min-height: 100px;
}
#store_area .buttons p, #store_area .buttons h3, #store_area h4, .price_option td {
	color: #939598;
	margin:2px;
}

#store_area .buttons:first-child {
	padding-bottom: 0px;
	margin-left: 0px;
}

#store_area .buttons div {
	background-image: url('images/price_box.png');
	background-repeat: no-repeat;
	width: 133px;
}

#store_area .buttons .top {
	padding-top: 5px;
}

#store_area .buttons .middle {
	background-position: 0px -70px;
	height: 18px;
}

#store_area .buttons .bottom {
	padding-bottom: 1px;
	background-position: 0px -75px;
}

#store_area .buttons .bold {
	font-weight: bold;
}

/*#store_area .buttons:first-child {
	background-image: url('images/price_box.png');
	background-position: top;
	background-repeat: no-repeat;
	width: 133px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}*/
#store_area .buttons:first-child h3 {
	margin-top: 5px;
	font-size: 15px;
}

#store_area .buttons:first-child h4 {
	margin-left: 5px;
	margin-right: 5px;
}
#store_area .buttons a {
	color: #939598;
	text-decoration: none;
}

#store_area .buttons #add_shipping_to_basket, #store_area .buttons #add_download_to_basket {
	border: 0px;
	margin: auto;
	margin-top: -2px;
	margin-bottom: 12px;
	display: block;
	clear: both;
	background-repeat: no-repeat;
	width: 116px; height: 36px;
	cursor: pointer;
	font-size: 16px;
	padding: 0px;
}

#store_area .buttons #add_shipping_to_basket p, #store_area .buttons #add_download_to_basket p {
	margin-left: 22px;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	font-size: 13px;
  color: #333;
}

#store_area .buttons #add_shipping_to_basket {
	background-image: url('images/checkout_ship.jpg');
}

#store_area .buttons #add_download_to_basket {
	background-image: url('images/checkout_download.jpg');
}

#store_area .buttons #add_shipping_to_basket:active, #store_area .buttons #add_download_to_basket:active {
	background-position: 0px -36px;
}

#store_area .description h3, #store_area .description p {
	margin:2px;
}

#store_area .description p, #store_area .description li {
	font-family: helvetica, sans-serif;
	font-size:11px;
	color: #939598;
	margin-top:8px;
}

#store_area .description {
	color: #939598;
}

#store_area .description a {
	color:#F37021;
}

#store_area .description_text p:first-child {
	margin-top: 0px;
}
#store_area .description h3 {
	font-weight:bold;
	margin-bottom:0px;
	font-size:13px;
	color: #939598;
}

#store_area p {
	margin-top:0px;
}

#store_area .buttons {
	margin-top:5px;
	width:120px;
	padding:4px 5px;
/*	float:right;
	clear:right;*/
	border-width:1px;
	border-color:#555;
	text-align: center;
	color:#444;
	font-size:10px;
	margin-left: 9px;
}

.button_container {
	float:right;
	margin:3px 0px 0px 0px;
	padding:0px;
	width:143px;
	background-color: #EEE;
/*	text-align: center;*/
}

/*
#store_area .logos {
	margin-top:5px;
	width:120px;
	padding:4px 5px;
	float:right;
	clear:right;
	border-style:dotted;
	border-width:1px;
	border-color:#555;
	background-color:#FFF;
	color:#444;
	font-size:10px;
	text-align: center;
}
*/

#store_area .goback {
	display: block;
	margin-top:5px;
	width:120px;
	padding:4px 5px 4px 5px;
	float:right;
	clear:right;
	text-decoration: none;
	border-style:dotted;
	border-width:1px;
	border-color:#555;
	background-color:#FFF;
	color:#444;
	font-size:10px;
}

#store_area .goback button {
	width: 95%;
	float:right;
    font-size:12px;
}

#store_area .goback button img {
	float:left;
}

.rating {
	height: 80px;
	
	background-image:url(images/rating_box.png);
	background-position:top;
	background-repeat:no-repeat;
}

.description_infobox {
	width:101px;
	padding:4px 5px;
	text-align: center;
	color:#eee;
	font-size:10px;
/*	-webkit-border-radius: 10px; */
	float: left;
}

/*#store_area .specs {
	margin: 6px 0px 7px 11px;
}

.specs p.spec_check_link {
	font-size:10px;
	text-align: center;
}

.specs p.spec_check_link a {
	color: #eee;
}

#store_area .specs h3 {
	padding-bottom:6px;
	margin:0px;
	text-align: center;
}

#store_area .specs p {
	margin:0px;
	text-align: left;
}*/

div.specs_image {
  background-color: #F77118;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #F79D00), color-stop(0.86, #F77118));
}

div.specs_image img {
  float: left;
}

.specs_image {
//	position: relative;
	margin-top: 4px;
	width: 400px;
	color: #fff;
}

#cputext, #gmatext {
	min-height: 30px;
	padding: 10px;
  margin-left: 90px;
}

#store_area #cputext p, #store_area #gmatext p {
	font-size: 12px;
	color: #FFFFFF;	
	margin-top: auto;
}

.game_view .screenshot {
	width:271px;
	height:203px;
	float: right;

	margin:5px 0px 0px 8px;
}

.game_view .screenshot.trailer:hover {
	cursor:pointer;
}

#store_area .uni {
	margin-top:5px;
	margin-left: 5px;
	height: 75px;
	padding:4px 5px;
	clear: left;
}

div.uni p {
	text-align: left;
}

#store_area .uni #universal {
	float:right;
	padding:3px;
	width:50px;
	/*width:100%;*/
}

#store_area .uni #logoimg {
	padding:0px;
	margin-left: -5px;
}

#store_area .uni h3 {
	margin:1px;
	text-align: center;
}

#store_area .rating {
	margin-top: 5px;
	padding-top: 4px;
}

#store_area .rating, #store_area .languages {
	float: left;
	padding: 0px;
	margin-bottom: 5px
}

#store_area .languages_row_three h3 {
	margin-bottom: 10px;
}

#store_area .languages_row_two h3 {
	margin-bottom: 25px;
}

#store_area .languages_row_one h3 {
	margin-bottom: 37px;
}
#store_area .rating .logoimg {
	margin-top: 13px;
}

#store_area .rating h3, #store_area .languages h3 {
	margin-top:4px;
	text-align: center;
	font-style: normal;
	color: #FFFFFF;
}

#store_area p.legal_notice, #store_area p.downloads_no_dvd {
	font-size: 9px;
	color: #6E7072;
}

#store_area p.downloads_no_dvd {
	margin-top: 0px;
	margin-bottom: 10px;
}

#store_area div.languages_line {
	margin-top: 10px;
}

#store_area div.languages_line p {
	float: left;
	line-height: 24px;
	font-weight: bold;
}

img.languageicon {
	/* Borders
	border-style: solid;
	border-color: #333;
	border-width: 1px;*/
/*	margin: 1px 3px 3px 3px;*/
	display: inline-block;
	margin-left: 5px;
}

#store_area a.game_ratings {
	display: block;
	margin-bottom: 10px;
	width: 120px;
	text-align: left;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#store_area a.game_ratings.absolute {
	position: absolute;
	left: -10px; top: 190px;
	text-align: center;
}

#store_area a.game_ratings.relative {
	position: relative;
	left: -2px;
}

#store_area a.game_ratings img {
	margin: 2px;
}

#store_area p.boxonly {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #555;
	font-size: 10px;
}

#store_area a {
	color:#444;
}

#store_area h3 {
	font-size:14px;
}

#store_area h4 {
	font-size:12px;
}

#store_area p {
	font-size:12px;
}


#store_area.fail p, #store_area.success p {
	font-family: helvetica, sans-serif;
	color:#939598;
	margin-left: 2em;
	font-size: 14px;
}
#store_area.fail p.first, #store_area.success p.first {
	margin-top: 20px;
	font-weight: bold;
}
#store_area #fail_image {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}
#store_area #success_image{
	float: right;
	margin-top: 15px;
	margin-right: 30px;
}
.country_change {
	clear: both;
	margin:0px;
	padding:6px 10px;
	width:563px;
	font-family:helvetica;

/*	border-style:none solid solid solid;	
	border-width:1px;
	border-color:#777;
	
	background-color:#FFF;
*/	
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #CCC; 
}

.country_change p { margin:0px;}
.country_change img {padding-right:10px;}

.country_change a {
	color:#333;
	font-size:12px;
	text-decoration:none;
}

.game_view {
	margin:0px 0px 0px 0px;
	padding: 0px;
/*	padding: 0px 12px 4px 12px; */
	background-repeat:repeat-y;
/*	-webkit-border-top-right-radius: 7px;	*/
}

.gamelist td img {
	height:60px;
}

.gamelist {
	width:584px;

	border-collapse:collapse;

	border-style:none solid solid solid;	
	border-width:1px;
	border-color:#777;
}


.gamelist th {
	font-family:helvetica;
	padding:3px;
}

.gamelist td {
	font-family:helvetica;
	color:#666;
	padding:3px;
}

.gamelist td a {
	color:#666;
	text-decoration:none;
}

.gamelist td a img{border-style:none;}

.gamelist .alt_row {
	background-color:#F5F5F5;
}


.few_games {
	margin-top:10px;
/*	border-collapse:collapse;*/
	border-spacing:10px 0px;
}

.few_games td {
	border-style:solid solid none solid;
	border-width:1px;
	border-color:#339;
	width:282px;
	
	font-family:helvetica;
	
}

.few_games .info td {
	background-color:#86A4BB;
	background-image:url(images/game_listing/game_info_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	
	border-style:none none solid none;
	border-color:#FFF;
	border-width:10px;



	color:#EEE;
}

.few_games .short {
	background-color:#B8D2E5;
	background-image:url(images/game_listing/game_description_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	
	font-size:12px;
	
}

.few_games .short a {
	color:#004;
	text-decoration:none;
}

.few_games .info td .price {
	float:right;
	margin-right:4px;
}


.few_games td img {
	height:100px;
	float:left;
	padding: 2px 5px 2px 2px;
}

.few_games td p {
	padding:2px 10px;
	margin:0px;
}

#store_area .empty, #store_area .info .empty
 {
	background-color:transparent;
	background-image:none;
	border-style:none;
}


.store_options {
	 width:100%;
	text-align:center;
}

.store_options span {
	border-style:solid;
	border-width:1px;
	
	background-color:#B8D2E5;
	background-image:url(images/game_listing/game_info_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;	
	
	padding:3px;
	color:#EEE;
}

#store_area .few_games .minisite_link {
	color:#004;
	font-size:11px;
	float:right;
	text-decoration:underline;
	margin:0px;
}


/*Genre selection */

.genre td {
	width:268px;
	height:120px;
	background-repeat:no-repeat;
	
	padding-right:14px;
	padding-bottom:0px;
	padding-top:0px;
}

.genre td a {
	color:#444;
	text-decoration:none;
}


.genre select {
	margin-top:10px;
}

/*Hack to make the whole box a link...*/
.genre td h3 a {
	margin:0px;
	width:248px;
	height:60px;
	display:block;
	padding:40px 0px 0px 20px;
}

.genre td h3 {
	color:#444;
}

.genre #select_label {
	padding-left:20px;
}

/*Tracking Pages*/
#store_area address {
	float:left;
	font-style:normal;
	
	border-style:solid;
	border-width:1px;
	border-color:#777;
	
	background-color:#FFF;
	
	padding:4px 2px 4px 10px;
	
	width:246px;
	margin:0px 10px 10px 10px;
}

#store_area address p:first-child {
	font-weight:bold;
}

#store_area address p {
	margin:0px;
}

#tracking {
	width:100%;
}

#tracking td {
	width:20%;
	text-align:center;
	font-size:12px;
	color:#AAA;
}

#tracking td.active {
	color:#000;
}

#tracking td img {
	height:20px;
}

.store_area {
	background-image:url("/library/store/images/gradient1px.png");
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px;
}

.store_area h3 {
	margin: 0px;
	font-family: helvetica,verdana,arial;
	font-size:14px;
}
.track_ref {
	float: right;
}
.track_hi {
	font-size: 20px !important;
	padding: 10px !important;
}
.track_head, .track_ref, .track_hi {
	padding: 5px;
}
.track_hr {
	margin-left: 5px;
	margin-right: 5px;
}
.track_area .head {
	margin-bottom: 10px;
}

/*May as well fix this globally - Stops FF showing borders on IMG links*/
a img {
	border:none;
}

table.bundles {
	background-image:url("/library/store/images/gradient1px.png");
	background-position:top;
	background-repeat:repeat-x;
}
.basket .bundles div {

}

.basket .bundles p {
	margin:1px;
	font-size:11px;
}

.bundle_info {
	/*background-color:#FFF;*/
}

.bundle_info:hover {
	background-color:#EEE;
}

.bundle_info div.title {
	margin: 1em;
}
.bundles .bundle_cost {
	text-decoration:line-through;
}
.bundles .bundle_saving {
	margin-bottom: 1em;
}
.gamehead {
	/*margin-top:15px;*/
	margin-top: 0px;
	padding-top: 0px;
	width: 400px;
	margin-bottom:10px;
}

.head {
	position: relative;
	margin-top:5px;
	margin-bottom:0px;
	background-color:#919395;
	height: 23px;
/*	display:block; */
	background-image:url('../../library/core/images/title_gradient.png');
	background-repeat:repeat-x;
	background-position:top;
}

.head h1 {
/*	background-color: red;
	opacity: 0.3; */
	float: left;
}
.head a {
	float: right;
	color:#E7E7E7;
	font-family:helvetica,verdana,arial;
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	margin-right: 1em;
/*	text-transform:uppercase;*/
	z-index: 3;
	text-decoration: none;
/*	background-color: green;
	opacity: 0.3; */
}

.head a p {
	margin-top: 0px;
	margin-right: 23px;
	vertical-align: middle;
	line-height: 23px;
}

.head .flag {
	float: right;
	margin-top: 6px;
}
.bundlehead {
	margin-top:5px;
	margin-bottom:0px;
	background-color:#7496B4;
	display:block;
	background-image:url('images/buttongradient.png');
	background-repeat:repeat-x;
	background-position:bottom;
	
	border-style:solid solid none solid;
	border-width:1px;
	border-color:#666;
}

.gamehead h1 {
	font-size:15px;
	font-family:helvetica, sans-serif;
	color:#939598;
	margin-left:117px;
}

.gamehead h1:before {
	content: url("../images/orange-arrow-right.png");
	margin-right: 0.5em;
}
.head h1, .bundlehead h1 {
	font-size:10px;
	line-height: 23px;
	font-family:helvetica,verdana,arial;
	color:#E7E7E7;
	margin-top: auto;
	margin-bottom: auto;
	padding-left:1em;
	margin:0px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

.gamehead h1 a, .head h1 a, .bundlehead h1 a {
	color:#EEE;
}



.trail ul {
	margin-top:5px;
	margin-bottom: -6px;
	text-align:center;
	height: 90px;
	width: 545px;
	background-color: #e6e6e6;
}

.trail li {
	float:left;
/*	background-image:url(images/checkout/one.png); */
	background-repeat:no-repeat;
	background-position:top center;
	list-style:none;
	
	font-family:helvetica, sans-serif;
	font-size:13px;
	color:#999;
	
	width:110px;
	
	margin-top:19px;
	padding:36px 10px 2px 10px;

}
.trail .basket { background-image:url(images/checkout/one.png); border: 0px;}
.trail .checkout { background-image:url(images/checkout/two.png); }
.trail .payment { background-image:url(images/checkout/three.png); }
.trail .finish { background-image:url(images/checkout/finish.png); }

.trail .basket.active { background-image:url(images/checkout/one-a.png); border: 0px;}
.trail .checkout.active { background-image:url(images/checkout/two-a.png); }
.trail .payment.active { background-image:url(images/checkout/three-a.png); }
.trail .finish.active { background-image:url(images/checkout/finish-a.png); }

.trail .active { color:#F4851C; font-weight:bold; }


.translated {
	background-color:#F00;
	color:#FFF;
}

#game_select select {
	font-family: helvetica;
	font-size: 12px;
}

div.trackbasket {
	margin: 0;
	padding: 0 0 0 0;
}

/* Label preview box on the address details page */
#label {
	border: dashed 1px #333;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 135px;
	padding: 3px;
	background-image: url(images/stamp2.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#store_area .store_navigation {
	margin-top: 15px;

}
#store_area .store_navigation .page_heading {
	float: left;
	margin-left: 2em;
	color: #939598;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#store_area .store_navigation .page_heading a{
	color: #939598;
}
#store_area .store_navigation .page_heading:before {
	content: url("/library/images/orange-arrow-down.png");
	margin-right: 0.5em;
}

#store_area .store_navigation .other_pages {
	float: right;
	display: inline;
	margin-right: 2em;
	color: #939598;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}

#store_area .store_navigation .other_pages a{
	vertical-align: top;
	text-decoration: underline;
	color: #939598;
}

#store_area .store_navigation .other_pages a:hover{
	text-decoration: none;
	color: #939598;
}

#store_area .store_navigation .other_pages:before {
	content: url("/library/images/orange-arrow-right.png");
	margin-right: 0.5em;

}
 #store_area .newrelease {
	width: 25%;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
}

#store_area .newrelease a {
	text-decoration: none;
	
}

#store_area .game1 img.newbox {
	margin-top: 66px;
	margin-bottom: 40px;
	width: 110px;
}
#store_area .game3 img.newbox {
	margin-left: -9px;
	margin-top: 41px;
	margin-bottom: 19px;
}
#store_area .game4 img.newbox {
	margin-left: 9px;
	margin-top: 41px;
	margin-bottom: 19px;
}
#store_area .game2 img.newbox {
	width: 110px;
	margin-top: 66px;
	margin-bottom: 40px;
}

#store_area .gametext {
	color: #939598;
	font-size: 11px;
	font-weight: bold;
}

#store_area .gametext .price_option, .button_container .price_option {
	margin: auto;
	vertical-align: middle;
	font-weight: normal;
}

#store_area .gametext .price_option .price, .button_container .price_option .price {
	font-size: 14px;
	font-weight: bold;
}

#store_area .gametext .price_option th, .button_container .price_option th {
	width: 26px; height: 26px;
	vertical-align: middle;
}

#store_area .gametext .price_option img {
	margin: auto;
}

#store_area .gametext .price_option td, .button_container .price_option td {
	text-align: left;
}

#store_area .gametext .name {
	height: 20px;
}
#store_area .gametext img {
	margin-top: 0px;
	margin-bottom: 1em;
}

#store_area .gametext .vertical-line {
	float: right;
	margin-top: 10px;
}

#store_area .categories {
	clear: both;
	margin-top: 65px;
	margin-bottom: 30px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#store_area .categories a {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#store_area #cat_action_label {
	position: absolute;
	top: 212px;
	margin-left: 26px;
}
#store_area #cat_lego_label {
	position: absolute;
	top: 212px;
	margin-left: 210px;
}
#store_area #cat_strategy_label {
	position: absolute;
	top: 212px;
	margin-left: 394px;
}
#store_area #cat_family_label {
	position: absolute;
	top: 379px;
	margin-left: 26px;
}
#store_area #cat_arcade_label {
	position: absolute;
	top: 379px;
	margin-left: 210px;
}
#store_area #cat_racing_label {
	position: absolute;
	top: 379px;
	margin-left: 394px;
}

#store_area .genre {
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
}

#store_area .spacer {
	margin-bottom: 40px;
}

#store_area a.category_link, #store_area a.atoz_link {
	text-decoration: none;
}

#store_area .category_game, #store_area .atoz_game {
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	overflow: auto;
}
#store_area .category_game { margin-bottom: 10px; }
#store_area .atoz_game { margin-bottom: 20px; }

#store_area .category_boxshot, #store_area .atoz_thumb {float:left;}
#store_area .category_boxshot img {height: 150px;}
#store_area .atoz_thumb img {height: 70px;}

#store_area .category_text, #store_area .atoz_text {
	clear: none;
	color: #939598;
	font-family: helvetica, sans-serif;
	display: table-cell; 
	vertical-align: middle; 
	padding-left: 40px;
}

#store_area .category_text {
		height: 150px;
}

#store_area .atoz_pricing {
	margin-top: 5px;
}

#store_area .atoz_pricing span {
	margin-left: 5px; margin-right: 15px;
	line-height: 20px;
	vertical-align: top;
}

#store_area .atoz_pricing .price {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

#store_area .category_arrow, #store_area .atoz_arrow {
	float: left;
	/*margin-top: 62px;*/
	margin-top: 2px;
	clear: none;
}

#store_area .category_gamename, #store_area .atoz_gamename {
	float:left;
	font-size: 13px;
	font-weight: bold;
	color: #939598;
	margin-left: 0.5em;
	clear: none;
}

#store_area .category_gamedesc, #store_area .atoz_gamedesc{
	clear: left;
}

#store_area .atoz_gamedesc {
	margin-bottom: 0px;
}
#store_area .category_price {
	font-weight: bold;
}
#store_area .horizontal_line {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#store_area #pagelinks_top, #store_area #pagelinks_bottom {
	text-align: center;
	margin-top: 3em;
	color: #939598;
	font-size: 11px;
}

#store_area #pagelinks_top .current, #store_area #pagelinks_bottom .current {
	color: #f37021;
	font-weight: bold;
}

#store_area #pagelinks_top .empty, #store_area #pagelinks_bottom .empty {
	color: #939598;
}

#store_area #pagelinks_top a, #store_area #pagelinks_top span,
#store_area #pagelinks_bottom a, #store_area #pagelinks_bottom span {
	margin-left: 1em;
}

#store_area #pagelinks_top a, #store_area #pagelinks_bottom a {
	color: #939598;
}

#store_area #change_download_server {
	text-decoration: underline;
	cursor: pointer;
}

#store_area #change_download_server:hover {
	text-decoration: none;
}

#store_area .download_item {
	color: #939598;
	margin-left: 20px;
	margin-bottom: 15px;
/*	border-bottom: solid 1px;*/
/*	border-right: solid 1px;*/
/*	border-top: solid 1px #FFF;*/
/*	border-left: solid 1px #FFF;*/
	border-collapse: collapse;
	text-align: left;
	width: 350px;
	height: 130px;
}

#store_area .download_item h2 {
	padding-top: 20px;
	margin: 0px;
	font-size: 16px;
}

#store_area .download_item p {
	margin: 5px;
}

#store_area .download_item .orange_button {
	margin-left: 120px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: none;
}

#store_area .download_item img {
	margin: 10px;
	float: left;
}

#store_area .download_servers {
	margin-left: 30px;
}

#store_area .download_servers, #store_area .download_servers ul {
	padding: 0px;
	list-style: none;
	color: #939598;
	font-size: 14px;
}

#store_area .download_servers .server_name {
	display: inline-block;
	min-width: 120px;
}

#store_area .download_servers ul {
	margin-left: 15px;
}

#store_area .download_servers li.list_click {
	cursor: pointer;
	margin-bottom: 3px;
}

#store_area .download_servers li.list_click:hover span, #store_area .download_servers label:hover {
	text-decoration: underline;
}

#store_area .download_servers label {
	margin-left: 5px;
	cursor: pointer;
}

#store_area .download_servers span {
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

p.clear {
	line-height: 1px;
}
