/* Gamebase style */

body {
    font-size:62.5%; /* Resets 1em to 10px */
    font-wieght:normal;
    font-family:arial, verdana, sans-serif;
    background:#fff url('images/masthead_bkgd.png') repeat-x;
    color:#666;
    text-align:center;
    margin:0 0 20px 0;
    padding:0;    
}


#page {
    margin:0 auto;
    padding:0;
    width:940px;    
    text-align:left;
}


#content {
    font-size:1.2em;
    background:#fff;
}

.main  {
    margin:0;
    padding:0;
    background:#fff;
}

	
#footer {

}

small {
	font-family:arial, helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.5em;
}

h1, h2, h3 {
	font-family:arial, verdana, sans-serif;
	text-algin:left;
}

h1 {
	font-size:4.0em;
	text-align:center;
}

h2 {
	font-size:1.8em;
	font-weight:normal;
	text-align:left;
}

h2.pagetitle {
	font-size:1.6em;
}


h3 {
	font-size:1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color:#fff;
}

h2, h2 a, h2 a:visited, 
h3, h3 a, h3 a:visited {
    color:#333;
}

h2, h2 a, h2 a:hover, h2 a:visited, 
h3, h3 a, h3 a:hover, h3 a:visited, 
{
    text-decoration: none;
}

a, h3 a:hover {
	color:#bd1e2c;
	text-decoration:none;
}

a:hover {
    color:#bd1e2c;
    text-decoration:underline;
}




#page {

}

#header {

    margin: 0;
    padding: 0;
    height: 93px;
    width:100%;    
}

.headerimg {
    float:left;
    margin:15px 0 0 0 ;
    padding:0;
    width:300px;
}


#headerTabs {
    float:right;
    height:42px;
    margin:50px 0 0 0;
    border:0px solid #000;
    background:none;
}

#headerTabs ul {
    float:left;
    width:auto;
    height:42px;
    margin:0;
    padding:0;
}

#headerTabs ul li {
    display:inline;
    padding:0;
}

#headerTabs ul li a {
    float:left;
    width:auto;
    margin:0 0 0 5px;
    padding:10px 17px;
    font-size:1.6em;
    font-weight:bold;
    text-decoration:none;
}

#headerTabs ul li a:link, 
#headerTabs ul li a:visited {
    color:#fff;		
    background:#8c0814;
}

#headerTabs ul li a:active,
#headerTabs ul li a:hover {
    color:#000;
    background:#fff;
    padding-bottom:15px;
}


.clear {
	clear:both;
}

h1 {
	padding-top:70px;
	margin:0;
}

h2 {
	margin:30px 0 0;
}

h2.pagetitle {
	margin-top:30px;
	text-align:center;
}


.response h3 {
	margin:0;
	padding:0;
}

/* Begin Images */
p img {
	padding:0;
	max-width:100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}
/* End Images */



/* Search/Navigation Style */


.searchnav {
    background-color: #EDEDED;
    margin-bottom: 8px;
    margin-top: 0px;
    padding: 10px 0px;
    width: 940px;
}

#searchNavTop {
    height: 34px;
    padding: 4px 4px 5px;
    margin: 0px 10px 10px 20px;
    background-color: #D1D1D1;
}

#searchNavBottom {
}

.gamebaseLogo {
    float: left;
    position: relative;
    top: -8px;
    left: -10px;
    margin-right: 10px;
}

#search {
    width: 380px;
    height: 33px;
    padding: 3px;
    font-size: 16px;
    border: 2px solid #666;
    border-right: none;
    float: left;
    color: #231F20;
}

.searchPlatforms {
    font-size: 16px;
}

#searchSubmit {
    background: url(/images/UK/search_normal.png) no-repeat;
    border: none;
    margin: 0px;
    width: 113px;
    height: 36px;
    float: left;
    cursor: pointer;
    position: relative;
    left: 10px;
}


ul.platformList a, ul.platformList .selectedPlatform {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 6px;
    padding-top: 3px;
    margin-bottom: none;
}

ul.platformList a:hover {
    background-color: #D1D1D1;
    text-decoration: none;
    color: #666;
}

/* IE sucks */
html>body ul.platformList a:hover {
  padding-bottom: 0px;
}


ul.platformList .selectedPlatform {
    background-color: #858585;
    color: #FFF;

}

ul.platformList li {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
    
}

ul.platformList {
    list-style: none;
    margin-left: 20px;
    margin-top: 15px;
    padding: 0px;
    height: 18px;    
}

.searchSummary, .alphaList {
    margin: 0px 20px 0px;
    background-color:#858585;
    color: #FFF;
    font-size: 15px;
    padding: 10px 20px;
    height: 20px;
}

.searchSummary span {
    font-weight: bold;
}

.alphaList ul {
    list-style: none;    
}

.alphaList ul li {
    float: left;
    margin-right: 5px;
}

.alphaList a {
    color: #FEFEFE;
    background-color: #A3A3A3;
    padding: 3px 10px;
}

.alphaList a:hover {
    background-color: #EDEDED;
    color: #666;
    text-decoration: none;
}

.alphaList span.selectedAlpha {
    background-color: #EDEDED;
    padding: 3px 10px;
    color: #858585;
}

.center {
	text-align:center;
}

.hidden {
	display:none;
}
	
.screen-reader-text {
     position:absolute;
     left: -1000em;
}

/*
hr {
	display:none;
}*/

a img {
	border:none;
}

.navigation {
	float:right;
	margin:0;
	padding:0;
	width:540px;
}


.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




h2.product-header {
	font-size:1.9em;
}

h3.product-header {
	font-size:1.7em;
	color:#8e080e;
	margin:5px 0;
}

.product-header a {
	color:#8e080e;
}

.product-header a:hover {
	text-decoration:underline;
}

.product-description {
	line-height:1.5em;
}

.product-rss-email{
	float:right;
	width:422px;
	font-size:1em;
}

hr.thin-grey{
	width:100%;
	background:#e6e6e6;
	border:0;
	height:1px;
}

.share-elements {
	float:right;
	width:422px;
	font-size:1em;
}





/* jqueryui style override */

.ui-dialog {
    position: relative;
    width: 300px;
    border: 2px solid #666;
    background-color: #FFF;
}
.ui-dialog .ui-dialog-titlebar {
    padding-left: 10px;
    padding-top: 2px;
    position: relative;
    background-color: #666;
    height: 21px;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
    color: #FFF;
    font-size: 13px;
} 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; top: 50%; width: 19px; margin: -10px 0 0 0; right: 30px; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar a {
    color: #FFF;
    font-size: 12px;
}

.ui-dialog .ui-dialog-content { border: 0; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #000 url(images/ui-bg_flat_0_000000_40x100.png) 50% 50% repeat-x; opacity: .75;filter:Alpha(Opacity=75); }


/* Notify Style */

.dialogHeader {
    background-color: #EDEDED;
    padding: 5px 10px 10px 20px;
    margin: 0px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}

.dialogHeader h2 {
    color: #666;
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
    font-weight: bold;
    font-size: 16px;
}

.dialogBody label {
    margin-top: 15px;
    display: block;
    font-weight: bold;
}

.dialogBody label.top {
    margin-top: 5px;
}

.dialogBody label {
    color: #666;
}

.dialogBody input[type=text] {
    display: block;
    padding: 5px 10px;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #858585;
    font-family: Arial;
}

.dialogBody input:focus {
    border: 1px solid #BE1E2D;
}

.dialogBody {
    padding: 10px 20px;
    text-align: left;
    font-size: 15px;
}

.dialogProductTitle {
    color: #BE1E2D;
    width: 75%;
}

.subscribePrice {
    color: #231F20;
}

#subscribeProductImage {
    position: absolute;
    right: 25px;
}

#subscribeForm {
    margin-top: 20px;
}

#notification_price {
    width: 140px
}

#subscribeProgress {
    margin: 50px 0px;
    text-align: center;
}

.dialogFormButtons {
    margin: 20px 0px 15px;
    font-style: bold;
    font-size: 14px;
}

.dialogFormButtons a {
    margin-right: 10px;
}

a.dialogFancyButton:hover {
    color: #FFF;
}

.dialogDim {
    color: #BBBBBB;
}

.dialogBody textarea {
    width: 100%;
    height: 90px;
}

.dialogError {
    width: 75%;
    color: #bd1e2c;
    font-size:  12px;
}


#subscribeResult {
    width: 75%;
    margin-top: 15px;
    padding: 5px;
}

.dialogFormButtons button {
    position: relative;
    top: -5px;
    margin: 0px 10px 0px 2px;
    border: none;
}

#subscribeSubmitButton {
    background: url(/images/UK/subscribe_normal.png) no-repeat;
    width: 91px;
    height: 29px;
    cursor: pointer;
    position: relative;
    top: 5px;
}

#flagSubmitButton {
    width: 70px;
    height: 29px;
    background: url(/images/UK/submit_normal.png) no-repeat;
    position: relative;
    top: 5px;
}

#flagSearchButton {
    width: 100px;
    height: 29px;
    background: url(/images/UK/search_normal.png) no-repeat;
    position: relative;
    top: 5px;
}

#reassignForm {
    margin-top: 20px;
}

html>body #subscribeSubmitButton, html>body #flagSubmitButton {
top: -5px;
}


#subscribeClose {
    margin: 30px;
    text-align: center;
}



.platformWrapper {
    float: left;
    position: relative;
    top: -1px;
}

html>body .platformWrapper{
 top: 0px;
}

#dropdownArrow {
cursor: pointer;
    position: relative;
    left: -20px;
    top: -10px;
}


/* Stupid IE */
html>body #dropdownArrow {
top: 0px;
}


div.selectbox-wrapper {
    position: absolute;
    z-index: 5;
    left: 1px;
    top: 32px;
    background-color: #FFF;
    border:1px solid #666;
    margin:0px;
    font-size: 12px;
    text-align: left;
    overflow: auto;
    width: 143px;
}

html>body div.selectbox-wrapper {
top: 32px;
left: 0px;
}

div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.selectbox-wrapper ul li.selected { 
  background-color: #EDEDED;
}

div.selectbox-wrapper ul li.current { 
  background-color: #EDEDED;
}

div.selectbox-wrapper ul li {
  list-style-type:none;
  margin:0;
  padding: 2px 0px;
  padding-left: 10px;
  cursor:pointer;
}

label {
    display: block;
}

#platform_input {
    width: 145px;
    padding-left: 10px;
}

.selectbox /* look&feel of  select box*/
{
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px 10px 7px 0px;
  font-size: 14px;
  height : 33px;
  width: 145px;
  text-align:left; 
  background: url('bg_select.png') right no-repeat -100px;
  background-color:#666;
  cursor: pointer;
  border: none;
  color: #FFF;
}

/* Product Detail */

.productDetailWrapper {
}

.productDetailHeader {
    margin-bottom: 20px;
}

.productDetailTitle {
    background: url(/images/title_bar.png) no-repeat;
    color: #FFF;
    height: 38px;
    width: 946px;
    font-size: 16px;
    padding-top: 6px;
    margin-bottom: 10px;
}

html>body .productDetailTitle {
    position:relative;
    left: -5px;

}

.productDetailPlatform {
    padding: 4px 10px;
    background-color: #8c0814;    
    float: right;
    margin-right: 20px;
    font-size: 14px;
}


.productDetailDesc {
    float: left;
    margin: 3px 20px;
}

.productDetailThumb {
    float: left;
}

.productDetailDescLinks {
margin-top: 10px;
}
.productDetailDescLinks a {
    padding: 3px 5px;
    margin: 0px 20px 0px 5px;
    background-color: #EDEDED;
    color: #666;
}

.productDetailBest {
    float: right;
    width: 200px;
}

.productDetailBestText {
    padding:5px 10px;
    background:#676767;
    color:#fff;
    font-size:1.25em;
    line-height:2em;
    margin:0 0 10px 0;
      
}

.productDetailHistoryText {
    padding:5px 10px;
    color:#666;
    background:#e8e8e8;
    font-size:1.1em;
    line-height:1.2em;
}

.productDetailHeaderFlag {
	position:relative;
    /*margin-left: 10px;*/
    /*width: 30px;*/
    font-size:12px;
    margin:10px 0 0 0;
    display:block;
    clear:both;
}


.getItButton {
    background: url(/images/UK/get_normal.png) no-repeat;
    border: none;
    margin: 0px;
    width: 59px;
    height: 29px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 2px;
    display: block;
}


/* Product Compare table */

#productCompareTables {
    width: 940px;
}

.productCompareTable {
    width:100%;
    font-size:1.1em;
    line-height:2em;
    margin-bottom: 20px;
}

.productCompareTable th {
    border-bottom:1px solid #e6e6e6;
}

.productCompareTable td {
    color:#000;
}

.productCompareTable tr {
    border-bottom: 1px solid #e6e6e6;
}

.productCompareTable td img {
	margin:10px 0;
}

.productCompareTableTitle {
    width: 300px;
    margin-right: 20px;
    line-height: 15px;
}

.productCompareTableTitle img{
	padding:0 0 3px 5px;
	vertical-align:middle;
}

.productCompareTableFlag {
    margin-left: 10px;
    width: 30px;
    font-size: 14px;
}

.bestPriceHeader{
    width:100%;
    height:28px;
    background:#676767;
    color:#fff;
    font-size:1.15em;
    float:left;
    clear:both;
}

.bestPriceHeader .inner{
	width:925px;
    margin:5px;
    padding:0;
    float:left;
}

.comparisonHeader div{
	position:relative;
    margin:0 20px 0 0;
    width:910px;
}

.bestPriceLeft{
	float:left;
	width:auto;
	margin-left:10px;
}

.comparisonHeader {
    width:100%;
    color:#666;
    background:#e8e8e8;
    font-size:1.1em;
    line-height:2.0em;
}

.bestPriceHeaderStockIcon{
	margin-right:5px;
	margin-left:10px;
}

.bestPriceHeaderStockSpan{
	float:right;
	margin-right:10px;
	width:auto;
	line-height:1.0em;
}

.bestPriceHeaderStockSpan img{
	vertical-align:middle;
	padding:0;
	margin:0 5px 0 8px;
}

.priceText {
    font-size: 1.2em;
    font-weight: bold;
}

/* Product List Table */

table.productListTable {
    width: 100%;
    background-color: #FFF;
    border-collapse:collapse;
}

table.productListTable th {
    background-color: #EDEDED;
    color: #666;
    font-size: 13px;
    margin-bottom: 2px;
    padding: 2px 10px;
    text-align: center;
    border-left: 1px solid #FFF;
}

table.productListTable th.title {
    text-align: left;
    border-left: none;
}


table.productListTable tr {
    border-bottom: 2px solid #EDEDED;

}

table.productListTable tr.productListHeader {
    border: none;
    border-bottom: 6px solid white;
}

table.productListTable td {
    padding: 4px 2px;
}
table.productListTable td.productListTitle {
    color:#BE1E2D;
    font-weight: bold;
    width: 50%;
}

table.productListTable td.productListTitle a:hover {
    text-decoration: none;
}

table.productListTable td.productListSystem {
    color: #A3A3A3;
    padding: 10px 20px;
    text-align: center;
}

table.productListTable td.productListSystem span {
    padding: 3px 5px;
    background-color: #A3A3A3;
    color: #FFF;
    width: 125px;
}

table.productListTable td.productListPrice {
    color:#231F20;
    width: 125px;
    font-weight: bold;
    text-align: center;
}

table.productListTable td.productListLink {
    text-align: center;
    font-size: 14px;
}

td.product-favicon{
	font-weight:bold;
	color:#b61726;
}

td.product-favicon img{
	vertical-align:middle;
	margin-right:20px;
}

div.priceDropBreadCrumb{
	float:left;
	color:#a2a0a1;
	font-size:1.0em;
	width:auto;
}

div.priceDropBreadCrumb span{
	color:#4f4c4d;
}

div.priceDropBreadCrumb span.current-location{
	color:#2d2d2d;
	font-weight:bold;
}

div.sorting-display{
	font-size:1.8em;
	margin:5px 0;
	width:auto;
}

div.sorting-display strong{
	color:#2d2d2d;
}

div.priceDropSortBy{
	float:right;
	margin:27px 0 0 0;
	display:block;
}

div.alphaPaginationTop{
	float:right;
	margin:27px 0 0 0;
	display:block;
}

div.alphaPaginationBottom{
	float:right;
	display:block;
}

p span.large-text{
	font-weight:bold;
	color:#000;
	font-size:1.3em;
}

ol.ordered-listing{
	list-style-type:decimal;
	list-style-position:inside;
}

ol.ordered-listing li{
	margin:0 0 15px 0;
}

ol.ordered-listing li strong{
	font-weight:bold;
	color:#000;
}

.copyright{
	background:#858585;
	width:940px;
	float:left;
	margin:0;
	padding:0;
}

.copyright .inner{
	margin:13px;
	padding:0;
}

.copyright .inner span{
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
	float:left;
}

h3.bolded{
	font-weight:bold;
}

.AdminTools{
    background-color: #FFCC33;
    padding: 3px 5px;
    color: #666;
    cursor:pointer;
    font-size: 13px;
    font-weight:bold;
    text-align: center;
    width: 100px;
}

.EditTitleShow{
    visibility:visible;
    width:auto;
}

.platform_flag_count{
    cursor:pointer;
    font-size:15px;
    vertical-align:top;
}

#smallchart{
	position:relative;
	width:100%;
		_width:210px;
		*width:210px;
	height:50px;
		_height:50px;
		*height:50px;
	cursor:pointer;
	margin:0 0 -15px 0;
	padding:0;
}

#smallchart canvas {
	margin:0;
	padding:0;
	width:215px;
		_width:230px;
		*width:230px;
	position:absolute;
	top:-8px;
	left:-7px;
}

.magnify{
	position:absolute;
	_position:absolute;
	*position:absolute;
	z-index:2;
	top:17px;
	_top:14px;
	*top:14px;
	left:1px;
	cursor:pointer;
	width:20px;
	height:20px;
	background:url(/images/chart_magnify.png) top left no-repeat;
}

.showFullChart{
	position:relative;
	_position:relative;
	*position:relative;
}




canvas {font-size:1.5em;}
#fullchart {
	margin:20px auto;
	width:645px;
	height:300px;
	overflow:hidden;
	font-size:1.3em;
	padding:0;
	clear:left;
}
.tickLabel { width:auto; }
.price-format {
	vertical-align:bottom;
	font-size:1.7em;
	font-weight:bold;
	margin:5px 3px 0 0;
	padding:0;
	line-height:1.0em;
}
.price-format span { color:#a9a9a9; }
.days-passed {
	font-weight:bold;
	margin:3px 0 3px 62px;
	padding:9px 0 0 0;
	background:url(/images/days_passed_left.gif) no-repeat;
	width:94px;
	height:26px;
}
.ui-dialog {
	border:1px solid #000;
	max-width:675px;
	_width:675px;
}
.ui-dialog-titlebar {
	padding:8px;
	clear:both;
}
#ui-dialog-title-subscribeDialog, .ui-dialog-titlebar-close {
	font-size:1.7em;
	font-weight:bold;
	display:block;
	cursor:pointer;
}

/*
.ui-dialog-titlebar-close span.ui-icon {
	text-align:left;
	width:60px;
	margin-left: -30px;
	background-position:45px 0px;
}*/

.today {
	float:left;
	margin-left:17px;
	background:url("/images/days_passed_right.gif") no-repeat;
	width:52px;
	height:26px;
}
.chart-title {
	font-size:1.7em;
	font-weight:bold;
	float:left;
	margin:15px 0 10px 15px;
	color:#000;
	clear:both;
}
.chart-title span { color:#a9a9a9; }
.chart-values{
	width:630px;
	margin:0 auto;
	background:#f1f1f2;
	font-size:1.3em;
	line-height:2.0em;
	font-weight:bold;
	color:#000;
}
.chart-values div{
	float:right;
	text-align:left;
	width:32%;
}
.chart-values div span{
	color:#808184;
}
.info_bubble{
	position:absolute;
	top:2px;
	left:26px;
	width:200px;
	background:url(/images/info-bubble-arrow.png) no-repeat 0 0;
	padding-left:7px;
	display:none;
}
.info_bubble div{
	background-color:#3691bd;
	color:white;
	padding:3px 8px;
}



