
body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: black; }

a {
  color: #FFF;
  text-decoration: none;
  cursor:pointer;}

a:hover {
  color: white;
  text-decoration: underline;
  cursor:pointer;}
  
button {
	cursor:pointer;	}

ol {
  padding-left: 1.5em; }
  
  ol li {
    list-style-type: decimal; }

#wrapper {
  width: 970px;
  margin: 0 auto;
  background-color: transparent; }

#left_column {
  float: left;
  width: 160px;
  min-height: 1px; }

#main_column {
  float: left;
  width: 800px;
  padding-left: 10px; }

#full_column {
  float: left;
  width: 760px; }

#right_column {
  width: 200px;
  float: right; }

#game_column {
  float: left;
  width: 605px; }
  
#header {
	position:relative;
	z-index:100000;
}

#games_show #right_column {
  float: right;
  width: 350px; }

#games_checkout #game_right_column, #shopping_cart_checkout #game_right_column {
  float: right; }
#games_checkout #game_column, #shopping_cart_checkout #game_column {
  width: 760px; }
  #games_checkout #game_column div.content, #shopping_cart_checkout #game_column div.content {
    padding: 20px; }

h3 {
  font-size: 18px;
  margin-bottom: 15px; }

#main_contents {
  float: left;
  width: 590px; }

#content, #navigation, #left_column, #main_column, #right_column, #game_column, #full_column {
  display: inline-block;
  display: block; }
  #content:after, #navigation:after, #left_column:after, #main_column:after, #right_column:after, #game_column:after, #full_column:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.heading {
  margin-bottom: 15px; 
  padding-bottom:15px;}
  .heading .action {
    float: right; }

.two_column {
  display: inline-block;
  display: block; }
  .two_column:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .two_column .sidebar {
    float: right;
    width: 180px; }
    .two_column .sidebar.left {
	height:202px;
	border:1px solid #5F0101;
  	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
      background: url(images/onepixel_black.png) repeat transparent;
      float: left;
      margin-right: 8px; }
  .two_column .full_column {
    width: 780px;
    float: left; }
  .two_column.wide .sidebar {
    width: 360px; }
  .two_column.wide .full_column {
    width: 600px; }

.browse_on {
  text-align: center;
  line-height: 24px; }
  .browse_on a {
    font-weight: bold; }

div.markdown {
  line-height: 140%;
  padding-right:20px;}
  div.markdown p {
    margin-bottom: 15px;
	color:#ACACAC;
	font-size:14px;}
    div.markdown p:last-child {
      margin-bottom: 0; }
  div.markdown ul {
    padding-left: 1.5em;
	margin-bottom:10px;}
    div.markdown ul li {
      list-style: none;
	  font-size:14px;
	  color:#ACACAC;
	  background:url(images/dbullet.png) no-repeat left center;
	  padding-left:25px;
	  margin-bottom:10px;}
	  div.section.requirements p {
	  font-size:13px;
	  color:#ACACAC;
	  padding-left:25px;
	  margin-bottom:20px;
	  margin-left:25px;
	  font-size:14px;
	  }

#browse_heading {
  line-height: 19px;
  text-align: center;
  border-bottom: 1px solid #686868;
  padding-bottom: 8px; }
  #browse_heading .alphabetical {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
    display: inline;
    font-size: 11px; }
    #browse_heading .alphabetical li.current a {
      font-weight: bolder;
	  color: #FF0000;
      text-decoration: none; }
  #browse_heading .sort {
    float: left; }
  #browse_heading .view_style {
    float: right; }
    #browse_heading .view_style li {
      float: left;
      padding: 2px;
      margin-left: 3px; }
      #browse_heading .view_style li.current {
        background: #333; }
    #browse_heading .view_style a {
      display: block;
      width: 15px;
      height: 15px;
      text-indent: -999em;
      text-align: left; }
      #browse_heading .view_style a.view_list {
        background: transparent url(images/required/browse_list.png) no-repeat center; }
      #browse_heading .view_style a.view_tiled {
        background: transparent url(images/required/browse_tiled.png) no-repeat center; }

div.flash {
  padding: 10px;
  background: #8CC43B url(/images/flash_message.png) 10px 8px no-repeat;
  color: white;
  line-height: 34px;
  padding: 5px 5px 5px 55px;
  margin-bottom: 15px;
  margin-top:5px;}
  div.flash.error {
    background: #9A0B0B url(/images/flash_error.png) 10px 6px no-repeat;
	padding-left:55px;}
  div.flash.warning {
    background: #F58A05 url(/images/flash_warning.png) 10px 7px no-repeat; }

a.button {
	position:relative;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
  background: transparent url(images/required/button_left.png) no-repeat left top;
  padding-left: 4px;
  font-size: 11px;
  text-align: center;}
  a.button.disabled {
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default; }
  a.button.owned.disabled {
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    opacity: 1.0; }
  a.button strong {
    display: block;
    height: 19px;
    padding-left: 3px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent url(images/required/button_right.png) no-repeat right top; }
  a.button .currency {
    vertical-align: 0.3em;
    font-size: 0.8em;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7; }
  a.button .cart {
    background: transparent url(images/required/cart.png) no-repeat left center;
    padding-left: 20px; }
  a.button.oversized {
    font-size: 16px;
    height: 32px;
    line-height: 32px; }
    a.button.oversized strong {
      padding: 0 5px;
      height: 32px; }

a.trial {
  text-decoration: underline;
  line-height: 19px;
  padding: 0 0 0 3px;
  font-size: 11px; }

.game .price.stricken span.strike_price {
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: normal; }

.feature .game h4, .games.tiled .game h4 {
  font-size: 14px;
  margin-bottom: 3px; }
.feature .game .content, .games.tiled .game .content {
  margin: 10px;
  position: relative; }
.feature .game .price, .games.tiled .game .price {
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  /*-moz-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;*/
  text-align: center;
  overflow:visible;}
  .feature .game .price.stricken span.strike_price, .games.tiled .game .price.stricken span.strike_price {
    margin-left: 6px;
	display:none;}
.feature .game .price, .games.tiled .game .price span {
	overflow:visible;
}
	
	
	

.feature .game .rating, .games.tiled .game .rating {
  display: inline-block;
 }
.feature .game .review_summary, .games.tiled .game .review_summary {
  text-align: left;

  line-height: 15px;
  font-size: 11px;
 }
  .feature .game .review_summary .rating, .games.tiled .game .review_summary .rating {
    display: block;
	float:left;
}
	.feature .game .review_summary span.count, .games.tiled .game .review_summary span.count {
		float:right;
		display:block;
		margin-right:20px;
	}
	
	body#catalog_show .feature .game.listing.large .review_summary span.count {
		margin-right:50px;	
	}
	
  .feature .game .review_summary a, .games.tiled .game .review_summary a {
    text-decoration: underline;
    margin: 0 1px; }

.full_column .feature, .full_column .games.tiled {
  display: inline-block;
  display: block; }
  .full_column .feature:after, .full_column .games.tiled:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .full_column .feature .game.large, .full_column .games.tiled .game.large {
    width: 25%;
    float: left;}
    .full_column .feature .game.large h4, .full_column .games.tiled .game.large h4 {
      text-align: left;
      margin: 15px 0 5px 0;
      height: 48px;
	  font-weight:bold;
      line-height: 16px;
	  text-transform:uppercase;overflow:hidden;}
    .full_column .feature .game.large .content, .full_column .games.tiled .game.large .content {
      width: 160px;
      margin: 0 auto; }
    .full_column .feature .game.large .details, .full_column .games.tiled .game.large .details {
      display: none; }
    .full_column .feature .game.large .actions, .full_column .games.tiled .game.large .actions {
      text-align: left; }
    .full_column .feature .game.large .no_trial .button, .full_column .games.tiled .game.large .no_trial .button {
      display: block; }
  .full_column .feature .game.medium, .full_column .feature .game.small, .full_column .games.tiled .game.medium, .full_column .games.tiled .game.small {
    width: 32%;
    margin: 0 0.5% 1%;
    display: block;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 	border-bottom: 1px solid #484848;
	padding: 4px 0px 15px;}
    .full_column .feature .game.medium h4, .full_column .feature .game.small h4, .full_column .games.tiled .game.medium h4, .full_column .games.tiled .game.small h4 {
      font-size: 12px;
      line-height: 14px;
      white-space: normal;
      margin-bottom: 2px;
	  text-transform:uppercase;}
    .full_column .feature .game.medium .info, .full_column .feature .game.small .info, .full_column .games.tiled .game.medium .info, .full_column .games.tiled .game.small .info {
      padding-left: 110px; }
    .full_column .feature .game.medium .rating, .full_column .feature .game.small .rating, .full_column .games.tiled .game.medium .rating, .full_column .games.tiled .game.small .rating {
      margin: 0 auto; }
    .full_column .feature .game.medium .content, .full_column .feature .game.small .content, .full_column .games.tiled .game.medium .content, .full_column .games.tiled .game.small .content {
      height: 125px;
      display: relative; }

    .full_column .feature .game.medium .thumbnail, .full_column .feature .game.small .thumbnail, .full_column .games.tiled .game.medium .thumbnail, .full_column .games.tiled .game.small .thumbnail {
      float: left;
      margin-right: 10px; }
    .full_column .feature .game.medium .details, .full_column .feature .game.small .details, .full_column .games.tiled .game.medium .details, .full_column .games.tiled .game.small .details {
      line-height: 14px;
      font-size: 10px;
      margin-bottom: 3px;
      height: 14px; }
	  .full_column .feature .game.medium .details p {
		display:none;  
	  }
    .full_column .feature .game.medium .button.owned .more, .full_column .feature .game.small .button.owned .more, .full_column .games.tiled .game.medium .more, .full_column .games.tiled .game.small.button.owned .more {
     display: none;}
    .full_column .feature .game.medium .no_trial .more, .full_column .feature .game.small .no_trial .more, .full_column .games.tiled .game.medium .no_trial .more, .full_column .games.tiled .game.small .no_trial .more {
      display: inline; }
    .full_column .feature .game.medium .no_trial a.button, .full_column .feature .game.small .no_trial a.button, .full_column .games.tiled .game.medium .no_trial a.button, .full_column .games.tiled .game.small .no_trial a.button {
      display: block; }
  .full_column .feature .game.small .info, .full_column .games.tiled .game.small .info {
    padding-left: 70px; }
  .full_column .feature .game.small .details, .full_column .games.tiled .game.small .details {
    display: none; }
  .full_column .feature .game.small h4, .full_column .games.tiled .game.small h4 { }
  .full_column .feature .game.small .content, .full_column .games.tiled .game.small .content {
    height: 75px; }
  .full_column .feature .game.small .actions, .full_column .feature .game.small h4, .full_column .games.tiled .game.small .actions, .full_column .games.tiled .game.small h4 {
    margin: 0; }
  .full_column .feature .game.small .price, .full_column .games.tiled .game.small .price {
    background: transparent; }
  .game.medium a.button.in_cart .more { 
/*margin:15px;*/ 

/*    display: none;*/
  }
  
body#catalog_browse .full_column .games.tiled .game.small h4 {
	height:28px;
	overflow:hidden;
}


.full_column .games.tiled .game.small {
  width: 240px;}

.games.listed {
  padding: 0 15px; }
  .games.listed .game {
    width: 750px;
    padding: 10px 0;
    border-bottom: 1px solid #333; }
    .games.listed .game:last-child {
      border-bottom: 0; }
    .games.listed .game .content {
    display: inline-block;
    display: block; }
    .games.listed .game .content:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
	  
    .games.listed .game .info {
      margin-left: 70px; }
    .games.listed .game .thumbnail {
      float: left;
      margin-right: 10px; }
    .games.listed .game h4 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px; }
      .games.listed .game h4 a {
        text-decoration: none; }
    .games.listed .game .details, .games.listed .game .review_summary, .games.listed .game .price {
      float: left;
      margin-right: 2%; }
    .games.listed .game .actions {
      float: right;
      margin-right: 0; }
      .games.listed .game .actions a {
        display: block; }
    .games.listed .game .price {
      width: 12%;
      background: transparent;
      text-align: center; }
      .games.listed .game .price span {
        display: block; }
        .games.listed .game .price span.current_price {
          font-weight: bold; }
        .games.listed .game .price span.strike_price {
          font-size: 12px; }
    .games.listed .game .details {
      font-size: 12px;
      width: 50%;
      line-height: 120%;
      text-align: justify;
      margin-right: 4%;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70);
      opacity: 0.7; }
    .games.listed .game .review_summary {
      width: 15%; }
	 body .games.listed .game .details p {
		font-size:12px;  
	  }

.horizontal_menu {
  list-style: none;
  display: inline; }
  .horizontal_menu > li {
    display: inline;
    margin: 0 3px; }

.list > .heading {
  display: inline-block;
  display: block;
  font-size: 12px; }
  .list > .heading:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
.list .games.tiled {
  padding: 15px; }

.sidebar .feature {
	background:url("images/onepixel_black.png") repeat transparent;
	border-top: none;
  border: 1px solid #5F0101;
  -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
  padding: 10px; }
  .sidebar .feature .game.small {
    margin-bottom: 10px; }
    .sidebar .feature .game.small h4 {
      font-size: 12px;
      white-space: nowrap;
     }
    .sidebar .feature .game.small:last-child {
      margin-bottom: 0; }
    .sidebar .feature .game.small .thumbnail {
      float: left; }
    .sidebar .feature .game.small .info {
      margin-left: 70px; }
    .sidebar .feature .game.small .content {
      margin: 0; }
    .sidebar .feature .game.small .details {
      display: none; }
    .sidebar .feature .game.small .more, .sidebar .feature .game.small .even_more {
      display: none; }
    .sidebar .feature .game.small a.button {
      padding-left: 4px; }
      .sidebar .feature .game.small a.button b {
        padding-right: 5px; }
      .sidebar .feature .game.small a.button .cart {
        padding-left: 17px; }
    .sidebar .feature .game.small .no_trial a.button {
      display: block; }
    .sidebar .feature .game.small .count {
      display: none; }
.wide .sidebar .feature .games {
  margin-left: -1%; }
.wide .sidebar .feature .game.small {
  width: 48%;
  margin-left: 1%;
  display: inline-block; }

.feature {
  margin-bottom: 10px; }

div.tabset ul.navigation {
  display: inline-block;
  display: block; }
  div.tabset ul.navigation:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  div.tabset ul.navigation li {
    float: left; }
    div.tabset ul.navigation li a {
      display: block;
      float: left; }
div.tabset div.tab {
  display: none; }
  div.tabset div.tab.active {
    display: block;
    margin: 0; }
  div.tabset div.tab h4.title {
    display: none; }

#review_form {
  display: inline-block;
  display: block;
  padding: 10px;
  margin: 15px 0; }
  #review_form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #review_form .uberform .pseudo_field {
    margin-left: 23%; }
  #review_form .uberform textarea {
    width: 71%;
    height: 80px;
    padding: 2%;
    font-size: 14px; }
  #review_form .uberform label {
    width: 20%;
	color:#333;}
  #review_form .uberform button {
    margin-left: 23%; }

div.showcase {
  width: 780px;
  height: 431px;
  position: relative;
  margin-bottom: 10px;
  background: white;
  overflow: visible;
  background: #000;  }
  div.showcase div.video {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px; }
  div.showcase .content_container {
    height: 345px;
	border:1px solid #FFF;
    background: transparent url(images/required/showcase_bg.jpg) repeat-x top; }
  div.showcase li a.more_info {
    color: white;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: underline; }
	div.showcase li a.more_info:hover {
	  color:#FFF;}
  div.showcase li .info {
    position: absolute;
    width: 170px;
    top: 0;
    right: 0;
    padding: 13px 10px 10px;
    height: 333px;
    color: white; }
    div.showcase li .info .details {
      display: block;
      margin: 10px 0;
      font-size: 12px;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70);
      opacity: 0.7;
      line-height: 130%; }
    div.showcase li .info h4 a {
      color: #FFF;
      font-size: 18px; }
	div.showcase li .info h4 a:hover {
		   color:#FF0000;
	   }
	  
	div.showcase li .info p, div.showcase li .info a {
		color:#FFF;	
	}
	div.showcase li .info a:hover {
		color:#D91E21;
		text-decoration:none;
	}
    div.showcase li .info .purchasing {
      position: absolute;
	  left:10px;
      bottom: 15px;
      width: 260px -20px; }
    div.showcase li .info .actions {
      margin-top: 0px; }
      div.showcase li .info .actions a.trial {
        color: white;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
        opacity: 0.8; }
    div.showcase li .info .price {
      background: transparent; }
      div.showcase li .info .price .current_price {
        font-weight: bold;
        font-size: 18px;
		padding-top:4px;}
      div.showcase li .info .price .strike_price {
        font-size: 14px; }
  div.showcase li a.thumbnail {
    float: left;
    padding: 7px 9px 8px;
    margin-top: 345px;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6; }
    div.showcase li a.thumbnail .shine {
      display: none; }
  div.showcase li.active .thumbnail {
    background: #000;
	border-top: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 4px 7px 5px;
	left:-1px;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  div.showcase div.video, div.showcase div.video object, div.showcase div.video #video_object_wrapper {
    height: 325px;
    width: 580px; }

div.video {
  float: left; }
  div.video, div.video object, div.video #video_object_wrapper {
    width: 580px;
    height: 325px; }

div.carousel {
  display: inline-block;
  display: block; }
  div.carousel:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  div.carousel a.nav {
    width: 25px;
    height: 240px;
    display: block;
    float: left;
    text-indent: -999em;
    text-align: left; }
    div.carousel a.nav.nextPage {
      background: transparent url(images/carousel_next.png) no-repeat center 20px; }
    div.carousel a.nav.prevPage {
      background: transparent url(images/carousel_prev.png) no-repeat center 20px; }
    div.carousel a.nav.disabled {
      -moz-opacity: 0.4;
      filter: alpha(opacity=40);
      opacity: 0.4; }
  div.carousel div.items {
    width: 480px;
    height: 240px;
    overflow: hidden;
    position: relative;
    float: left; }
  div.carousel ul {
    width: 20000em;
    position: absolute; }
    div.carousel ul li {
      float: left; }

#gallery_window {
  padding: 15px;
  background: black; }
  #gallery_window div.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: transparent url(images/gallery_close.png) no-repeat center center; }
  #gallery_window a.next, #gallery_window a.prev {
    background: black;
    border-radius: 6px;
    display: block;
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 18px;
    top: 40%;
    padding: 7px 10px 8px; }
    #gallery_window a.next.disabled, #gallery_window a.prev.disabled {
      color: #777; }
  #gallery_window a.next {
    right: -25px; }
  #gallery_window a.prev {
    left: -25px; }

div.rating {
  width: 75px;
  height: 15px;
  overflow: hidden;
  text-align: left;
  background: transparent url(images/required/ratings_off.png) repeat-x top left; }
  div.rating span.score {
    display: block;
    width: 0px;
    height: 15px;
    background: transparent url(images/required/ratings_on.png) repeat-x top left;
    text-indent: -999em;
    text-align: left; }
	body#account_show .purchased_games div.rating span.score {
		background: transparent url(images/required/ratings_grey_on.png) repeat-x top left;
	}
	body#account_show .purchased_games div.rating  {
		background: transparent url(images/required/ratings_grey_off.png) repeat-x top left;	
	}

div.rating_field a {
  text-indent: -999em;
  text-align: left;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background: transparent url(images/required/ratings_off.png) no-repeat top left; }
  div.rating_field a.on {
    background: transparent url(images/required/ratings_on.png) no-repeat top left; }
div.rating_field input {
  margin-left: 5px; }

ul.gallery li {
  display: inline-block;
  padding: 5px; }

.two_column .secondary {
  margin-top: 20px; }


#account_menu {
  position:absolute;
  top:100px;
  font-size: 12px; 
  padding: 2px 0;}
  
  #account_menu {
  display: inline-block;
  display: block; }
  #account_menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  
  
  
  #account_menu ul a, #account_menu span a {
    text-decoration: underline; }
  #account_menu span, #account_menu ul, #account_menu .cart_status {
    float: left;
	margin-left:3px;}
  #account_menu .cart_status, #account_menu .cart_status a {
    color: black; }
  #account_menu .cart_status {
    font-size: 12px; }
  #account_menu ul li {
    float: left; }
    #account_menu ul li a {
      display: block;
      padding: 0 4px; }

#account_menu span.greeting {
	display:block;
	float:left;
	padding:0;
	margin:0;
	line-height:28px;
	font-size:12px;
	padding-left:3px;
	padding-right:8px;
}

#account_menu span.greeting strong {
	color:#E41F23;	
}

#account_menu img {
	float:left;	
	margin-right:10px;
}

#menu {
  clear: both;
  display: inline-block;
  display: block; }
  #menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #menu #auxillary {
    float: right; }
    #menu #auxillary > li {
      float: left;
      line-height: 30px;
      padding: 0; }
      #menu #auxillary > li a {
        display: block;
        float: left;
        padding: 0px 14px;
        font-size: 12px; }
  #menu #navigation {
    float: left;}
    #menu #navigation > li {
      float: left;
      line-height: 30px;
      padding: 0;
      position: relative; }
      #menu #navigation > li.submenu {
        padding-right: 0px; }
      #menu #navigation > li.breadcrumb a.submenu, #menu #navigation > li.breadcrumbed a.submenu, #menu #navigation > li.current a.submenu {
        background: transparent url(images/required/dropdown_indicator_current.png) no-repeat right center; }
      #menu #navigation > li.breadcrumb.submenu, #menu #navigation > li.breadcrumbed.submenu, #menu #navigation > li.current.submenu {
        padding-right: 15px; }
      #menu #navigation > li.current {
        /*background: transparent url(images/required/crumb_bg.png) no-repeat top right;*/ }
        #menu #navigation > li.current > a {
          border-right: 0; 
		  /*background:black;*/}
        #menu #navigation > li.current.submenu {
          padding-right: 10px; }
          #menu #navigation > li.current.submenu.breadcrumbed {
            padding-right: 15px; }
      #menu #navigation > li.breadcrumb {
        background: transparent url(images/required/crumb_bg.png) no-repeat top left;
        margin-left: -15px; }
        #menu #navigation > li.breadcrumb a {
          border-right: 0;
          padding: 0 15px 0 22px; }
      #menu #navigation > li.breadcrumbed {
        padding-right: 5px;
        background: transparent url(images/required/crumb_bg.png) no-repeat top right; }
        #menu #navigation > li.breadcrumbed a {
          border-right: 0; }
      #menu #navigation > li a.submenu {
        background: transparent url(images/required/dropdown_indicator.png) no-repeat right center;
        padding-right: 20px; }
      #menu #navigation > li a {
        display: block;
        float: left;
        font-size: 12px;
        padding: 0 14px;
		color:##6A6A6A;}
        #menu #navigation > li a:hover {
          text-decoration: underline; }
      #menu #navigation > li > ul {
        display: none; }
      #menu #navigation > li:hover > ul {
	    height:310px;
		overflow-x: hidden;
		overflow-y: auto;
        z-index: 10000;
        display: block;
        position: absolute;
        top: 26px;
        font-size: 11px;
        width: 160px; }
        #menu #navigation > li:hover > ul > li {
          padding: 0;
          float: none;
          width: 100%; }
          #menu #navigation > li:hover > ul > li > a {
            padding: 2px 5px;
            display: block;
            float: none; }

#submenu {
  height: 33px;
  line-height: 33px; }
/*   #submenu #search {
    float: right;
    margin-right: 10px;
    font-size: 12px; }
    #submenu #search label {
      margin-right: 5px; }
    #submenu #search button {
      margin-left: 5px; }
    #submenu #search input { } */
  #submenu ul {
	display: none;
    width: 65%;
    float: left;
    height: 33px;
    overflow: hidden; }
    #submenu ul li {
      float: left;
	  line-height:30px;}
      #submenu ul li a {
        padding: 0 10px; }

a.thumbnail {
  display: block;
  position: relative; }
  a.thumbnail img {
    display: block; }
  a.thumbnail .shine {
    z-index: 1000;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    background: transparent url(images/required/shine.png) no-repeat top left; }
  a.thumbnail:hover .shine, .game:hover a.thumbnail .shine {
    background-image: url(images/required/shine_hover.png); }
  a.thumbnail.large .shine {
    width: 180px;
    height: 220px; }
  a.thumbnail.medium .shine {
    width: 120px;
    height: 145px;
    background-position: -180px 0; }
  a.thumbnail.small .shine {
    width: 80px;
    height: 95px;
    background-position: -300px 0; }
	
	a.thumbnail .plus {	
    z-index: 1000;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    background: transparent url(images/account_game_plus.png) no-repeat top left; }
  a.thumbnail:hover .plus, .game:hover a.thumbnail .plus {
    background-image: url(images/required/account_game_plus.png); }
  a.thumbnail.large .plus {
    width: 180px;
    height: 220px;
	background: transparent url(images/large_shadow.png) no-repeat  8px 6px; }
  a.thumbnail.medium .plus {
    width: 120px;
    height: 145px;
    background-position: 8px 8px; }
  a.thumbnail.medium:hover .plus {
    width: 120px;
    height: 145px;
	background: transparent url(images/account_game_plus.png) no-repeat  -122px 8px; }
  a.thumbnail.small .plus {
    width: 80px;
    height: 95px;
    background-position: -0 0; }
		

.review {
  display: inline-block;
  display: block;
  font-size: 12px; }
  .review:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .review .user {
    float: left;
    width: 70px;
    overflow: hidden;
    background: transparent url(images/required/review_bubble_caret.png) no-repeat top right; }
    .review .user img {
      height: 50px;
      width: 50px; }
  .review a.thumbnail {
    float: left;
    display: block; }
  .review .meta {
    float: right; }
    .review .meta a.button {
      display: block; }
  .review .details {
    margin-left: 70px;
    padding: 15px; }
  .review .rating {
    display: inline-block;
    margin-right: 5px; }
  .review h4 {
    margin-bottom: 7px;
    font-size: 16px; }
  .review .date {
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7; }
  
  .review .body p {
    line-height: 140%;}

.body iframe{overflow:auto;padding:10px 10px 10px 10px; display:inline; background: url("images/onepixel_black.png") repeat transparent;}

#search {
  position: relative; }

#search_results {
  position: absolute;
  z-index: 50;
  top: 42px;
  left: 0;
  width: 200px;
  background: #fff url(/images/search_results_bg.png) repeat-x 100% 100%; }

#search_results h3 {
  background-color: #ccc;
  color: #666;
  padding: 3px 8px;
  font-size: 1.1em; }

#search_results li a {
  display: block;
  padding: 3px 8px;
  color: #333;
  min-height: 30px; }

#search_results li span {
  display: block; }

#search_results li a:hover {
  background-color: #f9fbab;
  text-decoration: none; }

#search_results li .thumb {
  float: left;
  width: 25px;
  height: 30px;
  overflow: hidden; }

#search_results li .title {
  font-weight: bold;
  margin-left: 35px; }

#search_results li .description {
  font-size: .9em;
  margin-left: 35px; }

#search_results p {
  color: #000;
  margin: 5px 8px; }

#search_results p a {
  color: #000;
  text-decoration: underline;
  background: transparent url(/images/arrow_dark.png) no-repeat right 3px;
  padding-right: 10px; }

div.page_contents {
  padding: 1em; }
  div.page_contents h1 {
    font-size: 2em;
    margin-bottom: 20px; }
  div.page_contents h2 {
    font-size: 1.6em; }
  div.page_contents h3 {
    font-size: 1.3em; }
  div.page_contents h2, div.page_contents h3 {
    margin-bottom: 10px; }
  div.page_contents p {
    line-height: 140%;
    margin-bottom: 15px;
    font-size: 0.9em; }
  div.page_contents ul {
    list-style: disc;
    padding-left: 20px; }
  div.page_contents ul, div.page_contents ol {
    margin-bottom: 15px; }
  div.page_contents li {
    font-size: 0.9em;
    margin-bottom: 5px; }
  div.page_contents a {
    font-weight: bold; }

#account_show div.review div.user {
  display: none; }
#account_show div.review div.details {
  margin: 10px; }
  #account_show div.reviews {
  display: inline-block;
  display: block; }
    #account_show div.reviews:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

	div#search  div#results{
		background:url(images/onepixel.png) repeat;
		z-index: 999;
		position: absolute;
	/*	border: 1px solid #626262;
	*//*	opacity: 0.7;   */                 /* Firefox, Safari(WebKit), Opera */
	/*	-ms-filter: "alpha(opacity=70)";*/ /* IE 8 */
	/*	filter: alpha(opacity=70);   */    /* IE 4-7 */
	}

	div#search  div.game.horizontal {
		position: relative;
		z-index:1000;
		margin-top: 10px;
		padding: 20px;
	/*	background: #626262;
	*/}

	div#search  div.game.horizonal h4 {
		height: none;
	}

	div#search  div.game.horizontal div.price.stricken {
		padding-bottom:6px;
		height: 24px;
	}
	
	div#search div.game.horizontal div.price.stricken span.current_price {
		padding-bottom: 4px;
	}

#purchase_thanks {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 15px;
  background: url("images/onepixel_black.png") repeat transparent;
  padding:10px 10px 1px 10px;}
  #purchase_thanks p {
    margin: 0 0 10px; }

.purchased_game {
  clear: left;
  display: inline-block;
  display: block;
  padding: 10px; }
  .purchased_game:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .purchased_game a.thumbnail {
    float: left;
    margin-right: 15px; }
  .purchased_game .heading {
    float: left; }
    .purchased_game .heading h3 {
      font-size: 16px;
      margin: 0 0 5px;
	  color:#fff;
	  font-weight:normal;}
    .purchased_game .heading span.meta {
      font-size: 12px;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70);
      opacity: 0.7;
	  color:grey;}
  .purchased_game .actions {
    float: right;
	color:#FFF;}

.filters {
  padding: 0 10px 5px;
  display: inline-block;
  display: block; }
  .filters:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .filters > ul > li h4 {
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 9px;
    background: transparent url(images/required/filter_expanded.png) no-repeat left center; }
  .filters > ul > li.collapsed h4 {
    background: transparent url(images/required/filter_collapsed.png) no-repeat left center; }
  .filters > ul > li li {
    font-size: 11px; }
  .filters > ul > li ul {
    margin-bottom: 10px; }

#games_show .focus {
  display: inline-block;
  display: block;
  padding: 15px;
  margin-bottom: 20px; }
  #games_show .focus:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #games_show .focus .main_actions {
    display: inline-block;
    display: block; }
    #games_show .focus .main_actions:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  #games_show .focus .secondary_actions {
    margin-top: 10px;
    padding-top: 0px;
	margin-left:185px;}
    #games_show .focus .secondary_actions span.note {
      font-size: 11px;
      display: block;
      margin-bottom: 8px;
	  color:#FFF;}
  #games_show .focus .video {
    float: left;
	  background: black; }
  #games_show .focus .thumbnail {
    float: left;
    margin-right: 15px; }
  #games_show .focus .buy_widget {
    width: 165px;
    padding: 0px 0 0 10px;
    height: 295px;
    float: left;}
  #games_show .focus .buy_now span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
	padding-left:185px;}
    #games_show .focus .buy_now span strong {
      font-weight: normal; }

.section {
  margin-bottom: 15px;
  font-size: 14px;}
  .section > h3 {
    margin-bottom: 10px;
    font-size: 18px; }

.section.details {
  font-size: 12px; }
  .section.details dt {
    clear: left;
    float: left;
    text-align: right;
    font-weight: normal;
    width: 30%;
    margin-bottom: 5px;
	color:#ACACAC;}
  .section.details dd {
    margin-bottom: 5px;
    margin-left: 33%; }
  .section.details dd img {
	width:40px;
}
	.section.details dd a {
		color:white;
		text-decoration:underline; }
		
	.section.details dd a:hover {
		color:white;
		text-decoration:none;
	}

.buy_widget {
	padding:10px;
	padding-top:0;
}

.secondary_banner {
  display: inline-block;
  display: block;}
  .secondary_banner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .secondary_banner .thumbnail {
    float: left;
    margin-right: 15px; }
  .secondary_banner .main_actions {
    margin-bottom: 10px; }
  .secondary_banner .buy_now span.buy_message {
    display: block;
    margin-bottom: 5px; }
  .secondary_banner .secondary_actions .note {
    font-size: 11px; }

.review_heading {
  display: inline-block;
  display: block;
  padding: 5px;
  margin-bottom: 15px; 
  font-size: 12px;}
  .review_heading:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .review_heading .average_rating {
    line-height: 15px; 
    float: left; }
    .review_heading .average_rating .rating {
      display: inline-block;
      margin-left: 5px; }
  .review_heading a {
    float: right; }

a.more {
  display: block;
  margin: 15px 15px 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;  }

#spinner {
  padding: 15px;
  font-size: 22px;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-align: center; }
  #spinner span {
    display: inline-block;
    line-height: 35px;
    padding-left: 40px;
    background: transparent url(images/required/spinner.gif) no-repeat left center; }

.cart_actions {
  text-align: right; }

#cart tr.coupon label {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  color:#000}
  #cart tr.coupon label strong {
    font-size: 12px; }

.box.text ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 10px; }
  .box.text ul li {
    padding: 2px 0; }
.box.text a.button, .box.text button {
  margin-bottom: 10px; }

table.tabular {
  width: 100%;
  font-size: 13px;
  /* margin-bottom: 15px;*/
 }
  table.tabular th, table.tabular td {
    padding: 7px 10px;
    text-align: left;
    vertical-align: middle; }
  table.tabular thead th {
    background: #444444;
    color: white; }
  table.tabular tbody tr.odd th, table.tabular tbody tr.odd td { }

#games_checkout legend, body.shopping_cart legend {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px; }

table#cart {
  width: 100%;
  font-size: 13px;
  margin-bottom: 15px; }
  table#cart th, table#cart td {
    padding: 7px 10px;
	color:white;}
  table#cart thead th {
    background: #1F1F1F;
    color: white; }
  table#cart thead th.title {
    text-align: left; }
  table#cart thead th.price {
    text-align: right; }
  table#cart tbody th {
    font-weight: normal; }
  table#cart tbody th, table#cart tfoot th {
    text-align: left; }
  table#cart tbody td.thumbnail, table#cart tfoot td.thumbnail {
    width: 60px;}
	table#cart tbody td.thumbnail, table#cart tfoot td.thumbnail,  table#cart td.price,  table#cart td.title,  table#cart td.actions {
	border-bottom:1px solid #222;}
  table#cart tbody td.title h4, table#cart tfoot td.title h4 {
    font-size: 14px; 
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;}
  table#cart tbody td.title span.meta, table#cart tfoot td.title span.meta {
    margin-top: 3px;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
    display: block; }
  table#cart tbody td.title span.type, table#cart tfoot td.title span.type {
    display: block;
    margin-top: 20px;
    font-weight: bold;
	color:#999;}
  table#cart td.price {
  	color:#fff;
	text-align:right;}
  table#cart tr.coupon td {
    text-align: left;
	color:#000}
	table#cart tr.coupon td.discount {
    text-align: right;}
  table#cart tr.subtotal, table#cart tr.subtotal td, table#cart tr.subtotal th {
    background: #1B1B1B;
	color:white;}
  table#cart tr.subtotal th, table#cart tr.subtotal td {
  	color:#fff;
	font-weight:bold;}
	table#cart tr.subtotal td {
  	text-align:right}
  table#cart tr.total,  table#cart tr.total td,  table#cart tr.total th {
    background: #1B1B1B;
    color: white; }
	table#cart tr.total th, table#cart tr.total td {
		color:#FFF;	
	}
	table#cart tr.total td {
		text-align:right;
	}

form.uberform {
  font-size: 12px; }
  form.uberform fieldset {
    padding-top: 10px;
    margin-bottom: 15px; }
  form.uberform legend {
    padding-left: 38%;
	display: block;
    font-size: 18px;
	color:white;}
  form.uberform p {
    margin-bottom: 15px; }
  form.uberform div.field_row {
    clear: left;
    margin-bottom: 10px;
	margin-left:-10px;
    display: inline-block;
    display: block;}
    form.uberform div.field_row:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  form.uberform label {
    float: left;
    width: 35%;
    margin-right: 3%;
    text-align: right;
    margin-top: 5px;
	color:white;}
  form.uberform div.pseudo_field {
    margin-left: 38%;
    margin-top: 5px; }
  form.uberform div.reverse_field {
    margin-left: 38%;
    margin-top: 5px; }
    form.uberform div.reverse_field label {
      float: none; }
  form.uberform button {
    margin-left: 38%;
    margin-top: 5px; }
  form.uberform div.check_field {
    margin-left: 28%;
    margin-bottom: 10px; }
    form.uberform div.check_field label {
      float: none; }
  form.uberform textarea {
    width: 50%;
  }
  
  
div.game.vertical h4 {
  height: 28px;
  font-size: 14px;

  margin-top: 5px;
  margin-bottom: 5px; }
div.game.vertical a.button {
  margin-top: 2px; }

div.game.horizontal h4 {
  font-size: 14px;
  margin-bottom: 5px; }

div.game.horizontal a.button {
  display: block; }

#top_trials div.game {
  margin-bottom: 7px; }
  #top_trials div.game:last-child {
    margin-bottom: 0; }

#pay_by_cash p {
  margin-bottom: 10px;
  line-height: 130%;
  font-size: 12px; }
  #pay_by_cash p:last-child {
    margin-bottom: 0; }

#account_sidebar div.avatar {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  #account_sidebar div.avatar img {
    width: 50px;
    height: 50px; }

#account_show table#purchased_games a.button {
  display: block; }
#account_show p.tos_warning {
  margin: 10px 0;
  font-size: 14px;
  line-height: 140%; }

div.peek {
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  display: inline-block;
  display: block; }
  div.peek:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  div.peek div.info {
    margin-left: 15px;
    float: left;
    width: 240px; }
  div.peek dl {
    font-size: 11px;
    margin-top: 15px; }
  div.peek dt {
    float: left;
    width: 40%;
    text-align: right;
    font-weight: bold;
    clear: left;
    margin-bottom: 7px; }
  div.peek dd {
    margin-left: 45%;
    margin-bottom: 7px; }

#sessions_new #latest_member_box h4, #sessions_create #latest_member_box h4 {
  font-weight: normal;
  margin-top: 3px; }
#latest_member_box {
	border:1px solid #5F0101;
  	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
  background: url(images/onepixel_black.png) repeat transparent;
  padding-bottom: 10px; }
#sessions_new #new_user, #sessions_create #new_user {
	height:202px;
	border:1px solid #5F0101;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
  	background: url(images/onepixel_black.png) repeat transparent;
  margin-bottom: 10px; }
  #sessions_new #new_user p, #sessions_create #new_user p {
    margin-bottom: 10px; }
  #sessions_new #new_user h3, #sessions_create #new_user h3 {
    margin-bottom: 8px; }
#sessions_new #sign_in, #sessions_create #sign_in {
  background:url("images/onepixel_black.png") repeat transparent;
  border:1px solid #5F0101;
  -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
  padding: 15px 0; }
  #sessions_create #sign_in {
  padding: 0 0 15px; }
  #sessions_new #sign_in h3 {
    margin: 0 15px 10px; }
  #sessions_new #sign_in form, #sessions_create #sign_in form {
    margin: 10px; }
    #sessions_new #sign_in form div.field_row label, #sessions_create #sign_in form div.field_row label {
      width: 25%; }
    #sessions_new #sign_in form div.field_row input, #sessions_create #sign_in form div.field_row input {
      width: 180px; }
    #sessions_new #sign_in form button, #sessions_create #sign_in form button {
      margin-left: 28%; }
	#sessions_new #new_user a.button {
	  margin-left:0px;}

#account_forgot_password form.uberform {
  width: 294px;
  margin: 20px auto 40px;
  padding-left:15px;  
}
#account_forgot_password #content {
	background: url(images/passwordbackground.gif) no-repeat;
	padding: 6px 6px 6px 6px;
}
#account_forgot_password button {
	background: url("images/required/store-assets-buttons.png") no-repeat scroll -644px -121px transparent;
	border: none;
	width: 45px;
	height: 30px;
	padding-bottom: 10px;
	margin-right: 18px;
	color: #fff;
}
#account_forgot_password form.uberform a:link, #account_forgot_password form.uberform a:visited {
	text-decoration: underline;
	color: #ffffff;
}
  #account_forgot_password form.uberform label {
    width: 33%; }
  #account_forgot_password form.uberform button {
    margin-left: 28%; }
#account_forgot_password p.instructions {
width: 280px;
margin: 20px auto 0;
font-size: 12px;
line-height: 140%;
padding: 15px 15px 15px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#right_column .box.text p {
  margin: 0 10px 15px;
  font-size: 12px; }
  #right_column .box.text p:last-child {
    margin-bottom: 0; }
#right_column .box.text ul {
  list-style: disc;
  padding-left: 15px;
  margin-left: 8px; }
  #right_column .box.text ul li {
    font-size: 12px;
    margin-bottom: 4px; }

#sign_in_prompt {
  padding: 15px;
  margin: 0 0 10px 0;
  font-weight: bold;
  background: #ddd;
  font-size: large;
  color:#000}
#sign_in_prompt a{
	color:blue;
	text-decoration: underline;
}

#sign_in_prompt a:hover {
	color:#000;}

#login_form p {
  margin-bottom: 10px; }
#login_form h3 {
  font-size: 1.2em;
  margin: 0 0 10px; }

#register_reason {
  font-size: 12px; }
  #register_reason h4 {
    margin-bottom: 10px;
    font-size: 14px; }
  #register_reason h3 {
    margin-bottom: 6px; }
  #register_reason p {
    margin-bottom: 10px; }

#why_this_store {
    background-color: #1F1F1F;
  color:#fff;  }
  #why_this_store ul {
    list-style: disc;
    padding-left: 20px;
    line-height: 150%;
    margin-bottom: 10px; }

#sessions_new #login_form p, #users_create #login_form p {
  margin: 0 15px 15px; }
#sessions_new #login_form form, #users_create #login_form form {
  margin: 0 15px 15px; }
#sessions_new #login_form h4, #users_create #login_form h4 {
  margin-left: 50px;
  padding: 10px 0; }
#sessions_new #recaptcha_widget_div, #users_create #recaptcha_widget_div {
  margin: 0 0 10px 120px; }
#sessions_new .sidebar .box, #users_create .sidebar .box {
  margin-bottom: 10px; }

body {
  /*background: #000 url(images/bodybg.png) no-repeat center top;*/
  background: #000 url(images/gsi-background4.jpg) no-repeat center top;
  
  color: #fff; }

#email_body {
  /*background: #000 url(images/bodybg.png) no-repeat center top;*/
  background: #000 url(http://games.gamestreamer.net/images/gsi-background4.jpg) no-repeat center top;

  color: #fff; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
html { background:#000; }
}

.two_column.secondary {
  margin: 30px 0px 20px;
  padding: 0px;
  background: none;
  color: white;
  width: 970px;  }
  .two_column.secondary div.section > h3 {
    color: white; }

h2.page_title {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  padding-left:4px;}



.full_column .feature, .list {
  margin-bottom: 15px;
  background: #353535;
  border-bottom:1px solid #333333;}
  .full_column .feature h3, .full_column .feature > div.heading, .list h3, .list > div.heading {
    margin-bottom: 0px;
    color: #fff;
    padding: 15px 15px 0;
    font-size: 18px;
    font-weight: normal;
    background:none; 
	text-transform:uppercase;}

body#catalog_show .full_column .feature h3 {
background:url(images/featured_header_bg.jpg) repeat-x top left;
height:20px;
	padding-bottom:10px;
	color:#FFF;
	line-height:6px;
}

body#catalog_browse full_column .feature, .list {
  margin-bottom: 15px;
  background: #000 url(images/bg_cont2.png) repeat-x top left;
  border:1px solid #333333;
  border-top:none;
  }

.list #browse_heading a {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  color: #969696; }

.list #browse_heading a:hover {
  color: #710000;
  font-weight: bold;
}

.list .games.tiled {
  padding: 0 15px; }

#game_list.games.tiled {
	border-top: 1px solid #000000;
}

.box, .full_column.sign_in .box {
  display: inline-block;
  display: block;
  color: white;
  font-size: 12px; }
  .box:after, .full_column.sign_in .box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .box.text, .full_column.sign_in .box.text {}
    .box.text h3, .full_column.sign_in .box.text h3 {
      margin: 0 0px 10px; }
    .box.text p, .full_column.sign_in .box.text p {
	  margin: 0 10px 10px;
      line-height: 130%;}
	  #pay_by_cash.box.text form input.createmyaccount {
		margin-bottom:10px;
		margin-left:3px;}

body#games_show .box h3 {
	border:none;
	color:white;
}
		
.box h3, .full_column.sign_in .box h3 {
	font-size: 16px;
	font-weight: normal;
	background: url("images/required/header_bg_short.png") repeat-x transparent;
	color:#FFF;
	line-height: 6px;
	padding:15px;
	text-transform:uppercase; }	

	
	
	
	.full_column .reviews.box h4 {
		color:#FFF;	
	}
  .box .feature h3, .full_column.sign_in .box .feature h3 {
    margin: -10px -10px 10px; }
  .box a, .full_column.sign_in .box a {
    color: #999999; }
  .box a:hover, .full_column.sign_in .box a:hover {
		color:white;}
  .box .game.listing .price, .full_column.sign_in .box .game.listing .price {
    color: white; }
    .box .game.listing .price.stricken span.strike_price, .full_column.sign_in .box .game.listing .price.stricken span.strike_price {
      margin-left: 3px; }

.wide .box, .full_column .box {
  color: #fff;
}
  .wide .box .game.listing .price, .full_column .box .game.listing .price {
    background: none;
    color: black; }
  .wide .box .trial a, .full_column .box .trial a {
    color: #FFF; }
  .wide .box .trial a:hover, .full_column .box .trial a:hover {
    color: #CCC; }
  .wide .box a, .full_column .box a {
    color: #fff;}
  .wide .box a:hover, .full_column .box a:hover {
    color: #fff; }


/* Games Title Color */
.game.listing h4 a {
  color: white;
  font-weight: normal; }
.game.listing .price {
  background: none;
  width:95px;}

.game.listing.medium .price {
	width:65px;
	display:inline-block;}


#search { }
  #search button {
    width: 40px;
    height: 30px;
    background: transparent url(images/search_button.png) no-repeat 0px 4px;
    text-indent: -999em;
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0;
	cursor:pointer;}
  #search input {
    padding: 2px; }


 a.button span.cart {
	background:none;
	padding:0;
}
 
  a.button { 
  color: white;
  width:75px;
  height: 23px;
  line-height: 23px;
  margin-left:0;
  display: inline-block;
  overflow: visible;
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -294px -51px;
  padding-left: 22px;
  font-size: 11px;
  font-weight:bold;
  text-align: left;
  margin-top:-2px;
  text-decoration:none;
  }
  a.button:hover {
	background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -391px -51px; 
	color:#fff;
  }
  a.button:focus {
	background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -487px -51px;
  }
  .full_column .feature .game.listing.medium a.button { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -644px -51px;
    width:65px;
	padding-left:5px;
  }
  .full_column .feature .game.listing.medium a.button:hover { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -717px -51px;
    width:65px;
	padding-left:5px;
	color:#fff;
  }
  .full_column .feature .game.listing.medium a.button:focus { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -789px -51px;
    width:65px;
	padding-left:5px;
  }
  
/*    a.button.disabled.in_cart { color: white; width:118px; height: 26px; line-height: 23px; margin-left:0; display: inline-block; overflow: visible; background: url(images/required/store-assets-buttons.png) no-repeat scroll -09px -397px; padding-left: 29px; font-size: 11px; font-weight:bold; text-align: left; margin-top:-2px; text-decoration:none; }

    a.button.disabled.in_cart:hover { background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -09px -397px; color:#fff; }
*/ 

div.game.listing.medium span.purchase a.button.disabled.in_cart strong {
	padding-left:14px;
}

div.game.listing.large span.purchase a.button.disabled.in_cart strong  {
	padding-left:10px;
}
 
  .sidebar .feature .game.listing.small a.button .cart { 
  	padding-left:0px;
  }
  .sidebar .feature .game.listing.small a.button { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -644px -121px;
    width:45px;
	padding-left:0px;
	text-align:center;
  }
  .sidebar .feature .game.listing.small a.button:hover { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -717px -121px;
    width:45px;
	padding-left:0px;
	text-align:center;
  }
  .sidebar .feature .game.listing.small a.button:focus { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -789px -121px;
    width:45px;
	padding-left:0px;
	text-align:center;
  }
  
.sidebar .advertising {
	margin-bottom: 14px;
}

body#games_show.games div.video #video_object_wrapper, body#games_show.games div.video {
	width:700px;
}

body#games_show div.focus div.buy_widget {
	width: 160px;
	margin-left: 40px;
}

 a.button.owned { 
    width:95px;
	background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -294px -131px;
    padding-left: 0px;
    text-align: center; 
	cursor:pointer;
  }
  a.button.owned:hover { 
    width:95px;
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -391px -131px;
    padding-left: 0px;
    text-align: center;
	color:#fff;
  }
  a.button.owned:hover strong {
	color:#fff;  
  }
    a.button.owned:focus { 
    width:95px;
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -487px -131px;
    padding-left: 0px;
    text-align: center;
	color:white;
  }
  a.button.owned:foucs strong {
	color:white;  
  }
  
  .full_column .feature .game.listing.medium a.button.owned { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -870px -51px;
    width:70px;
	padding-left:0px;
  }
  .full_column .feature .game.listing.medium a.button.owned:hover { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -943px -51px;
  }
  .full_column .feature .game.listing.medium a.button.owned:focus { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -1015px -51px;
  }
  
  .sidebar .feature .game.listing.small a.button.owned { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -870px -121px;
	padding-left:0px;
	text-align:center;
  }
  

  .sidebar .feature .game.listing.small a.button.owned:hover { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -943px -121px;
  }
  .sidebar .feature .game.listing.small a.button.owned:focus { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -1015px -121px;
  }
  
  
  a.button.download { 
    background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -10px -10px;
    width:90px;
    padding:0;
    text-align:center
  }
  a.button.download:hover {
	background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -10px -34px; 
  }
  a.button.download:focus {
	background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -10px -58px;  
  }
  
  
  a.button strong {
    background: transparent;
    padding: 0; }
	
	a.button:hover strong {
		color:#fff;
	}
	
	 a.button.owned:focus strong {
		color:#fff;
	}

div#header {
	
  /* with banners */
  height:280px; 
  /* without banners */
  height:170px;
  /* without banners */
}

div#navigation {
  display:block;
  position:absolute;
  left:0;
  width:100%;
	
  /* with banners */
  top:200px; 
  /* without banners */
  top:90px;
  /* without banners */
}

h1#logo {
  position:absolute;
  left:0;
  padding: 0;
  width:300px;
  
  /* with banners */
  top:110px; 
  /* without banners */
  top:15px;
  /* without banners */
  }

h1#logo a {
  background:transparent url(images/gsi-logo.png) no-repeat scroll 0px 5px;
  color:white;
  display:block;
  height:70px;
  text-indent:-9999px;
  width:300px;}

div#top_snippet {
  position:absolute;
  top:0px;
  left:0;
  height:100px;
  width:968px;
  
  /* with banners */
  display:block;
  /* without banners */
  display:none;
  /* without banners */
}
div#top_snippet img {
	margin:4px 0 4px 4px;	
}

#account_menu {
  background: none;
  padding: 0px;
  position:absolute;
  right:0px;
  
  top:110px;
  /* without banners */
  top:30px;
  /* without banners */
  }
  #account_menu .cart_status {
    line-height: 14px;
	color:white;}
	#account_menu .cart_status a {
		color:#8CC63F;	
	}
	#account_menu .cart_status a:hover {
		color:#fff; 
	}

#menu #auxillary > li a {
	color:#FFF;	
}

#auxillary > li {
  border-bottom: 0;
  border-right-width: 0;
  background: #000;
  border-top: 1px solid #ff0000;
  color: #6A6A6A;
  text-transform: capitalize; }
  #auxillary > li.first {}
  #auxillary > li.last {}

	#menu {
  clear: both;
  display: inline-block;
  display: block; }
  #menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #menu #navigation > li {
    float: left;
	background: #000;
	border-top: 1px solid #ff0000;
    position: relative;
	height:30px; }
	#menu #navigation > li a {
     }
    
    #menu #navigation > li.submenu {}
    #menu #navigation > li.breadcrumb a/* , #menu #navigation > li.breadcrumbed a, #menu #navigation > li.current a */ {
      color: #fff;
	  background: url(images/required/crumb_bg.png) right top;
	  background:#710000 url();
	 }
	#menu #navigation ul.submenu a {
	background-image:none;
	}
    #menu #navigation > li.breadcrumb a.submenu, #menu #navigation > li.breadcrumbed a.submenu, #menu #navigation > li.current a.submenu {
      background: transparent url(images/required/dropdown_indicator_current.png) no-repeat 60px center; 
	  color:#fff;}
    #menu #navigation > li.breadcrumb.submenu, #menu #navigation > li.breadcrumbed.submenu, #menu #navigation > li.current.submenu {
      padding-right: 15px; }
    #menu #navigation > li.current {
	  background: #710000;
      border-color: none; }
	  #menu #navigation  li.current.submenu  a.submenu {	  }
	  
      #menu #navigation > li.current > a {
        border-right: 0; }
      #menu #navigation > li.current.submenu {
        padding-right: 0px; }
        #menu #navigation > li.current.submenu.breadcrumbed {
          padding-right: 15px; }
    #menu #navigation > li.breadcrumb {
     background: transparent url(images/required/crumb_bg.png) no-repeat top left; 
      margin-left: -15px;}
      #menu #navigation > li.breadcrumb a {
        border-right: 0;
        padding: 0 15px 0 22px;
		background: #710000 url(images/required/crumb_current_bg.png) no-repeat top left; }
    #menu #navigation > li.breadcrumbed {
      padding-right: 5px;
      /*background: transparent url(images/required/crumb_current_bg.png) no-repeat top right;*/
	  background: #710000 url() repeat-x top left;
	  }
      #menu #navigation > li.breadcrumbed a {
        border-right: 0; }
    #menu #navigation > li a.submenu {
      background: transparent url(images/required/dropdown_indicator.png) no-repeat right center;
      padding-right: 33px;
	  color:#fff;}
    #menu #navigation > li a {
      display: block;
      float: left;
      font-size: 12px;
      text-transform: capitalize;
      padding: 0 14px;
	  color:#fff;}
      #menu #navigation > li a:hover {
        text-decoration: underline; }
      #menu #navigation > li.last a {
        border-right: 0;
		color:#fff;}
		#menu #navigation > li.last.current.last_current a {
		color:#fff;}
    #menu #navigation > li > ul {
      display: none;}
    #menu #navigation > li:hover > ul {
      z-index: 10000;
      display: block;
      position: absolute;
      top: 26px;
      background:transparent url("images/dropdown_bg.png") repeat-x 0 0;
      font-size: 11px;
      width: 160px; }
      #menu #navigation > li:hover > ul > li {
        padding: 0;
        float: none;
        width: 100%; }
        #menu #navigation > li:hover > ul > li > a {
          line-height: 18px;
          padding: 5px 5px 0px 3px;
          display: block;
          float: none;
          color: #fff; 
           height:25px;
          }
          #menu #navigation > li:hover > ul > li > a:hover {
			color:#710000;
            background: url("images/onepixel_black.png") repeat transparent; }
		  #menu #navigation > li.current:hover > ul > li > a:hover {
			background: #000;
		}

#submenu {
  height: 33px;
  line-height: 33px;
  background:url(images/menu_bg.jpg) repeat-x top left;
  
  /*background:#0A0A0A url();*/}
  #submenu ul a {
    color: #fff;
    text-transform: capitalize;
    font-size: 11px; }
/*   #submenu #search {
    float: right;
    margin-right: 10px;
    font-size: 12px; }
    #submenu #search label {
      margin-right: 5px; }
    #submenu #search button {
      padding-top: 3px;
      margin-left: 5px; }
    #submenu #search input {
	  padding:3px 0 3px 24px;
      border: 0;
      background: white url(images/search_bg.png) no-repeat 5px center;
      height: 16px;
      line-height: 16px; }
	 body#catalog_show #submenu #search input {
		height: 21px;} */


#footer {
  background:url("images/gspower.png") no-repeat top right transparent;
  margin-top: 40px;
  text-align: center;
  color: #eee;
  margin-bottom: 10px;
  font-size: 12px; }

#footer #footer_links_snippet {
  display: inline-block;
  display: block;
  min-height:1px; }
  
#footer #footer_links_snippet:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#games_show .focus {
  	background:transparent url(images/onepixel_black.png) top left repeat;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;
  padding: 10px;
  color: white; }
  #games_show .focus .thumbnail {}
  #games_show .focus .buy_now span {
    color: #FFF; }
    #games_show .focus .buy_now span strong {
      color: #CCC;
      font-weight: bold; }

.section > h3 {
  color: #FFF;
  text-transform: capitalize;
  font-weight: normal; }

.gallery li {
  padding: 2px; }
.gallery img {
  border: 3px solid white;}

.secondary_banner {
  color: white;
	background:transparent url(images/onepixel_black.png) top left repeat;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;
	padding-bottom:15px;}
  .secondary_banner h3, body#games_show div.two_column.wide.secondary div.full_column div.section h3 {
    background: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 10px;
	color:white;
	background:url("images/required/header_bg_short.png") repeat-x transparent;
	line-height: 11px;}
  .secondary_banner .secondary_actions {
    margin-left: 115px;
    padding-top: 10px;
    border-top: 1px solid #CCCCCC; }
    .secondary_banner .secondary_actions .note {
      color: #FFF;
      margin-bottom: 6px;
      display: block; }
	  
	  #buy_widget {
			padding:10px;  
	  }

#review_form {
  background:#FCFBF8 url(images/bg_detail.png) repeat-x scroll center center;}
  #review_form h3 {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
	color:#333;}

.review_heading {
  padding-bottom: 15px;
  border-bottom: 2px solid #444;}
  .review_heading a.button {
    background: transparent url("images/review_submit.png") no-repeat top;
	height:26px;
	width:152px;}
  .review_heading a.button:hover {
	background: transparent url("images/review_submit_hover.png") no-repeat top;
}
	
.review_heading a.button strong {
	text-indent: -10000px;
}

.review {
  color: white; }
   .review .details {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background: #1F1F1F;
	margin-bottom:10px;}

a.more {
  border: 1px dashed #ccc;
  color:Green; }
  a.more:hover {
    background: white;
    border-style: solid;
    color: #618042; }

.full_column .game:hover {}

table.tabular { }
  table.tabular tbody tr.odd td, table.tabular tbody tr.odd th { }

#cart tr.coupon, #cart tr.coupon td, #cart tr.coupon th {
  background: #FFEAA9;
  color: #461; }
  #cart tr.coupon td {
    border: 1px solid #472;
    border-left: 0;
    border-right: 0; }

#game_checkout_form {
  padding: 15px;
}

.full_column.sign_in .box {
  font-size: 14px; }
  .full_column.sign_in .box a.button {
    margin-bottom: 10px;
    background: #646464;}
  .full_column.sign_in .box a.button:hover {
	background: #ddd;}
	.full_column.sign_in .box a.button:hover strong {
		color:#fff;}
    .full_column.sign_in .box a.button strong {
      color:white;
	  }

#sessions_new #sign_in h3 {
  margin: -15px 0 15px; }

#register_reason {
  background-color: #1F1F1F;
  color:#fff; }

.purchased_game {
  -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;
  background: url("images/onepixel_black.png") repeat transparent; 
  margin: 10px}
  .purchased_game:last-child { }
  .purchased_game h3 {
    font-size: 14px;
    text-transform: uppercase; }




.full_column .feature .game.listing .price span.current_price, .game .price span.current_price { 
	/*-moz-opacity: 1;
 	filter: alpha(opacity=100);
  	opacity: 1;*/
	background:none;
	display:inline-block;
	height:21px;
	width:95px;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:bold;
	color:#999;
	margin-top:4px;
	background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -294px -10px;} 
  .full_column .feature .game.listing .price span.strike_price {
	-moz-opacity: 1;
 	filter: alpha(opacity=100);
  	opacity: 1;
	display:inline-block;
	width:95;
	height:32;
	background:none;}	
  .full_column .feature .game.listing.medium .price span.current_price {
	width:70px;  
	background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -644px -10px;
	text-align:center;
	color:#999;}
	
	
	.sidebar .box .game.listing.small .price {
		text-align:left;
		width:45px;}
  .sidebar .box .game.listing.small .current_price {
   background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -870px -80px;
    color: #999;
	display:inline-block;
	margin:0;
	padding:0;
	width:45px;
	text-align:center;
	margin-top:4px;
	font-size:11px;
	font-weight:normal;
	overflow:visible;
	}
  .sidebar .box .game.listing .price.stricken span.strike_price {
      margin-left: 3px;
	  color:#000;}
	  
   a.trial span.even_more {
			 display:none; }
			 
   .feature  div.game.listing.large a.trial span.even_more {
			 display:inline;}

	  
  .browse_on {
    color: #FFF;
    font-size: 14px;
	text-align:right;}
  .browse_on a, body#catalog_browse div.list a.more {
    display: inline-block;
    line-height: 50px; 
	color: white;
	background:url(images/required/store-assets-buttons.png) -285px -164px no-repeat;
	height:48px;
	width:295px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;}
  .browse_on a:hover, body#catalog_browse div.list a.more:hover {
	background:url(images/required/store-assets-buttons.png) -285px -214px no-repeat;
	color:#fff;}
  .browse_on a:focus, body#catalog_browse div.list a.more:focus {
	background:url(images/required/store-assets-buttons.png) -285px -264px no-repeat;
	color:#fff;}
	
	
body#catalog_browse div.list a.more {
  border:none;
  display:block;
  font-weight:bold;
  margin:15px 15px 10px 260px;
  padding:0px;
  text-align:center;
  text-decoration:none;}

body#catalog_show .sidebar .feature .game.small .content {
	min-height:85px;
}

.sidebar .feature .game.small .content {
  display:block;}
.sidebar .feature .game.small .content {
  min-height:120px;}
	
.sidebar .feature .game.listing.small a.button.preorder .cart, .sidebar .feature .game.listing.small a.button.preorder {
  font-size:9px;
  font-weight:normal;
  padding-left:0;}	
	
button.createmyaccount, input.createmyaccount, button.buynow, input.buynow {
  border:none;
  color: #888;
  font-size: 16px;
  display: inline-block;
  line-height: 50px; 
  color: white;
  background:url(images/required/store-assets-buttons.png) -580px -314px no-repeat;
  height:50px;
  width:172px;
  text-transform:uppercase;}
	
div#pay_by_cash button.buynow, div#pay_by_cash input.buynow {
  margin-bottom:6px;
  margin-left:2px;}
	 
button.createmyaccount:hover, input.createmyaccount:hover, button.buynow:hover, input.buynow:hover  {
  background:url(images/required/store-assets-buttons.png) -580px -365px no-repeat;
  color:#fff;}
button.createmyaccount:focus, input.createmyaccount:focus, button.buynow:focus, input.buynow:focus {
  background:url(images/required/store-assets-buttons.png) -580px -415px no-repeat;
  color:#fff;} 

/* signin button */
button.signin { 
  color: white;
  width:90px;
  height: 30px;
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -800px -325px;
  font-size: 11px;
  font-weight:bold;
  text-align: center;
  border:none;}
  
button.signin:hover {
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -800px -370px;
  color:#fff}
  
button.signin:focus {
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -800px -415px; }
 
/* account_and_settings button */
a#account_and_settings.button {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -297px -436px;
  font-size:11px;
  padding:0;
  padding-left:30px;
  margin:0;
  text-align:left;
  width:125px;
  height:27px;
  margin-bottom:4px;
  margin-top:8px;
  text-decoration:none;}
	
a#account_and_settings.button:hover {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -297px -474px;
  color:white;}
  
a#account_and_settings.button:focus {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -297px -516px;
  color:#FFF;}
 
/* avatar */
body#account_edit a.avatar, body#account_show a.avatar, body#games_show a.avatar {
  background:transparent url(images/account_shadow.png) no-repeat 0px 0px ;	
  display:inline-block;
  padding:3px 3px 8px;
  float:left;
  margin-right:10px;}
	
/* title */
body#account_edit .user_info h2, body#account_show .user_info h2, body#games_show .user_info h2 {
  font-size:25px;
  color:#fff;
  padding-top:5px;
  margin-bottom:2px;}

/* breadcrumbs */
body#account_edit ul#account_breadcrumbs li, body#account_show ul#account_breadcrumbs li, body#games_show ul#account_breadcrumbs li {
  float:left;	
  line-height:15px;
  margin-right:6px;}
	
body#account_edit ul#account_breadcrumbs li.first, body#account_show ul#account_breadcrumbs li.first, body#games_show ul#account_breadcrumbs li.first {
  background:url(images/bullet.png) no-repeat center right;
  padding-right:13px;}
	
body#account_edit ul#account_breadcrumbs li.first a, body#account_show ul#account_breadcrumbs li.first a,  body#games_show ul#account_breadcrumbs li.first a {
  text-decoration:underline;}
	
body#games_show ul#account_breadcrumbs li.last_current a, body#account_edit ul#account_breadcrumbs li.last_current a {
  color:#bbb;}
	
body#account_edit ul#account_breadcrumbs a, body#account_show ul#account_breadcrumbs a,  body#games_show ul#account_breadcrumbs a {
  font-size:12px;
  color:#686868;
  line-height:15px;}
	
body#account_edit div.content {
  display: inline-block;
  display: block;
  min-height:1px;
  padding-bottom:25px;}
  
body#account_edit div.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
	
body#account_edit div.heading.account, body#account_show div.heading.account, body#games_show div.heading.account {
  	background: url("images/onepixel_black.png") repeat transparent;
	  border: 1px solid #FF0101;
	  padding: 10px;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
  display: block;
  height:55px;}
  
body#account_edit div.heading.account:after, body#account_show div.heading.account:after, body#games_show div.heading.account:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}
		
body#account_edit .user_info, body#account_show .user_info, body#games_show .user_info  {
  height:55px;
  float:left;
  width:74%;}
	
body#account_edit .membership, body#account_show .membership, body#games_show .membership {
  float:right;
  width:24%;
  text-align:right;
  color:#666;}

/* dl Times */
dl.times {
  float:right;
  margin-right:8px;}
	
dl.times dt, dl.times dd {
  float:left;
  font-size:11px;}

dl.times dd {
  color:#fff;
  margin-left:5px;}

body#account_edit form.uberform fieldset.extended, body#account_show form.uberform fieldset.extended, body#games_show form.uberform fieldset.extended  {	
  float:left;}
	 
body#account_edit form.uberform fieldset, body#account_show form.uberform fieldset, body#games_show form.uberform fieldset {	
  width:48%;
  float:left;}
	
body#account_edit form.uberform fieldset.personal, body#account_show form.uberform fieldset.personal, body#games_show form.uberform fieldset.personal {	
  float:left;}
	
body#account_edit form.uberform fieldset .save, body#account_show form.uberform fieldset .save, body#games_show form.uberform fieldset .save   {
  margin-left:170px;
  width:165px;}

/* Save Button */
button.save, input.save {
  border:none;
  color: #888;
  font-size: 12px;
  display: inline-block;
  color: white;
  background:url(images/required/store-assets-buttons.png) -739px -165px no-repeat;
  height:44px;
  width:172px;
  text-transform:uppercase;}

button.save:hover, input.save:hover  {
  background:url(images/required/store-assets-buttons.png) -739px -215px no-repeat;
  color:#fff;}
  
button.save:focus, input.save:focus {
  background:url(images/required/store-assets-buttons.png) -739px -265px no-repeat;
  color:#fff;} 

/* update button */
button.update, input.update {
  border:none;
  color: #888;
  font-size: 12px;
  display: inline-block;
  color: white;
  background:url(images/required/store-assets-buttons.png) -913px -165px no-repeat;
  height:33px;
  width:160px;
  text-transform:uppercase;}

button.update:hover, input.update:hover  {
  background:url(images/required/store-assets-buttons.png) -913px -215px no-repeat;
  color:#000;}
  
button.update:focus, input.update:focus {
  background:url(images/required/store-assets-buttons.png) -913px -265px no-repeat;
  color:#fff;} 
	
body#account_show div.purchased_games.box .game {
  float:left;	
  margin:0px 15px 15px;
  min-height:153px;}
	
body#account_show div.purchased_games.box .game img {
  margin-bottom:8px;}
	
/* direct_download_button */ 		
a.button.direct_download_button { 
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -913px -165px;
  width:160px;
  height:29px;
  padding:6px 0 0;
  text-align:center;
  float: left;}
  
a.button.direct_download_button:hover {
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -913px -215px; 
  color:#000;}

a.button.direct_download_button:focus {
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -913px -264px;
  color:#fff;}

a.button.direct_download_button:hover strong {
  color:#000;}

a.button.direct_download_button:focus strong {
  color:#fff;}
  
.heading .action a {
  color:grey;}
	
body#catalog_show .sidebar .feature .game.small h4, body#games_show .sidebar .feature .game.small h4 {
  font-size:12px;
  height:36px;
  overflow:hidden;
  white-space:normal;
  margin-bottom:10px;
  width:100%;
  text-transform:uppercase;}
  
body#catalog_show .sidebar .feature .game.small h4 {
	height:auto;
}
			
body#games_show .sidebar .feature .game.small h4 {
 /* min-height:24px;
  margin-top:4px;*/}
			
body#catalog_show .sidebar .feature .game.small .info, body#games_show .sidebar .feature .game.small .info {
  margin-left:70px;
  vertical-align:top;
  }
			
body#catalog_show .sidebar .feature .game.small .thumbnail, body#games_show .sidebar .feature .game.small .thumbnail {
  display:block;
  margin:0;
  position:relative;
  top:0;}
	
/* footer */
div#footer {
	border-top:1px solid #FFF;	
	padding:20px 10px 20px;
	
}

div#footer_links_snippet {
  display: inline-block;
  display: block;
  margin-bottom:20px;}
  
div#footer_links_snippet:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}

div#footer_links_snippet ul li {
  float:left;	
  margin-right:12px;
  border-right:1px solid #222;
  padding-right:12px;}
  
div#footer_links_snippet ul li a {
  color:#666;}
	
div#footer_links_snippet ul li a:hover {
  text-decoration:underline;}	
	
body#games_show .shelf a.thumbnail.large .shine, body#account_show .shelf a.thumbnail.large .shine {
  background:transparent url(images/large_shadow.png) no-repeat scroll top right;
  height:116px;
  width:95px;
  top: -4px;
  left:0px;}
	
body#games_show .shelf a.thumbnail .shine, body#account_show .shelf a.thumbnail .shine  {
  background:transparent url(images/account_game_plus.png) no-repeat scroll left top;
  display:block;
  left:-8px;
  position:absolute;
  top:-10px;
  z-index:1000;}
		
	
/* body#account_edit ------------------------------------------------------ */
body#account_edit div.pseudo_field strong {
  display:block;
  margin:8px 0 6px 0;}
	
body#account_edit form.uberform legend {
  text-transform: uppercase;
  padding-left: 25px;
  color:#999999;}

body#account_edit form.uberform  a {
	color:#fff;
	text-decoration:underline;
}

/* body#games_show ------------------------------------------------------ */
body#games_show a.button {
  color:#fff;}	

body#games_show a.direct_download_button.button:hover {
  color:#000;}

body#games_show .sidebar .feature .game.small .content a.thumbnail, body#games_show .sidebar .feature .game.small .content a.thumbnail img {
	vertical-align:top;	
}

body#games_show .sidebar .feature .game.small {
	vertical-align:top;	
}

body#games_show .sidebar .feature {
  display: inline-block;
  display: block;}
		
body#games_show .sidebar .feature:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

body#games_show .sidebar .feature .game.small .content {
  border-bottom:1px solid #333;
  vertical-align:top;}
  
body#games_show .sidebar .feature .game.small .content span.purchase a {
	margin-bottom:10px;	
}
  
body#games_show .buy_now {
  padding-top:10px;}
	
body#games_show .secondary_banner .buy_now {
  padding-top:0px;}
	
body#games_show .buy_now a.button, #checkout_button {
  width:160px;
  height:50px;
  background:url(images/required/store-assets-buttons.png) -578px -317px no-repeat;
  color:#fff;
  padding-left:0;
  text-align:left;
  padding-left:15px;
  line-height: 45px;}
	
body#games_show .buy_now a.button:hover, #checkout_button:hover {
  background:url(images/required/store-assets-buttons.png) -578px -367px no-repeat;
  color:#fff;}
	
body#games_show .buy_now a.button:focus, #checkout_button:focus {
  background:url(images/required/store-assets-buttons.png) -578px -417px no-repeat;
  color:#FFF;}

body#games_show .buy_now a.button {
  background:url(images/required/store-assets-buttons.png) -588px -317px no-repeat; }
	
		
body#games_show .buy_now a.button:hover {
  background:url(images/required/store-assets-buttons.png) -588px -367px no-repeat;}
	
body#games_show .buy_now a.button:focus {
  background:url(images/required/store-assets-buttons.png) -588px -417px no-repeat;
  padding-left:10px;}
	
.oversized {
  width:auto;}
  
body#games_show .review_heading a.button {
  padding:0 8px;}
	
body#games_show div#game_details.box {
  background:transparent url(images/game_bg_two.png) no-repeat scroll -3px -2px;
  margin-bottom:10px;
  min-height:412px;
  width:678px;}
	
body#games_show div.download h4 {
  color:#CCC;
  margin:3px 0px 3px;
  float:left;
  width:100%;
  font-weight:normal;}
	
body#games_show dl#purchase_info {
  margin-bottom:10px;}
	
body#games_show dl#purchase_info dt, body#games_show dl#purchase_info dd {
  float:left;
  font-size:12px;
  line-height:16px;}
	
body#games_show dl#purchase_info dt {
  width:100%;
  text-align:left;
  color:#CCC;}
	
body#games_show dl#purchase_info dd {
  width:100%;
  text-align: left;
  padding-left:10px;
  color:#FFF;}
	
body#games_show div#game_details.box a.thumbnail.large {
  float:left;
  margin:20px 20px 0;}
	
body#games_show div#game_details.box .content {
  float:left;
  width:475px;
  height: 240px;}
	
body#games_show div#game_details.box h3 {
  margin-bottom: 17px;
  background:none;}

body#games_show .section {
  margin-bottom:35px;}
  
body#games_show div.two_column.wide.secondary div.full_column div.section {
	background: url("images/onepixel_black.png") repeat transparent;
	border: 1px solid #5F0101;
	margin-top: 15px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0px;
}


body#games_show .section {
  display: inline-block;
  display: block;
  padding:10px;
  padding-top:5px;
  min-height:1px;
  margin-bottom:0;
  }
  
body#games_show .section.description p {
	margin-left:25px;
}
  
body#games_show .section.screenshots {
	padding:0;
}
		
body#games_show .section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  min-height:1px; 
 }

  
body#games_show .overview { 
  background:url(images/color.png) repeat top left;
  min-height:1px; 
 
 }
	
body#games_show .section > h3 {
  margin:15px 0 10px 0;
  text-transform:uppercase;}
		
body#games_show .secondary_banner .buy_now span.buy_message {
  color:#FFF;}
	
body#games_show .secondary_banner .buy_now span.buy_message strong {
  color:#CCC;}

body#games_show div.two_column.wide.secondary a.button:hover strong {
  color:grey;}
	  
body#games_show div#review_form button{ 
  color: white;
  width:152px;
  height: 35px;
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -746px -170px;
  font-size: 12px;
  font-weight:bold;
  text-align: center;
  border:none}
  
body#games_show div#review_form  button:hover {
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -746px -220px;
  color:#333;}
  
body#games_show div#review_form button:focus {
  background: transparent url(images/required/store-assets-buttons.png) no-repeat scroll -746px -269px;}


body#games_show .sidebar .feature {
  margin-bottom: 15px;
  	background:transparent url(images/onepixel_black.png) top left repeat;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;}
  
body#games_show .sidebar .feature h3 {
	color:#FFF;
	padding-bottom:10px;
	text-transform:uppercase;
	padding:15px 10px;
}

body#games_show .sidebar .box {
	background:transparent;	
}

body#games_show  div.screenshots ul a {
	vertical-align:top;
	min-height:100px;
	display:block;
}

body#games_show div#download_options div.stream h4 {
	color:#CCC;
	margin-bottom:3px;
	font-weight:normal;
	width:100%;
	float: left;
}

/* body#account_show ------------------------------------------------------ */

body#account_show table#purchased_games tr:hover td a, body#account_show table#purchased_games tr:hover td {
  color:#fff;}
	
body#account_show table#purchased_games tr:hover td {
  background:#818181;	}
	
body#account_show  div#account_sidebar ul{
  margin:10px;}
	
body#account_show div.reviews.box p {
	margin: 5px 5px;
}
  
body#account_show div.reviews.box {
	background:transparent url(images/onepixel_black.png) top left repeat;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;
  width:678px; }
	
body#account_show div.purchased_games.box {
  width:678px;
  margin-bottom:30px;	
  background-color:transparent;}

body#account_show div.purchased_games.box p.message {
	width:100%;
	text-align:center;
	padding-top:60px;
	font-size:18px;
	color:#000;
}

body#account_show div.purchased_games.box h3 {
  margin:0;
  background:#000;
  padding-bottom:13px;
  border:none;}
  
body#account_show div.purchased_games.box .shelf {
  padding-top:15px;
  padding-left:15px;
  background:url(images/game_bg.png) repeat-y -1px -2px;
  min-height:320px;}
	
body#account_show div.purchased_games.box .shelf {
  display: inline-block;
  display: block;}
		
body#account_show div.purchased_games.box .shelf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
		
body#account_show .full_column .reviews.box h4 {
  color:#B3191C;
  margin-left:10px;
  margin-top:20px;}
	
body#account_show .full_column .reviews.box .details h4 {
  color:white;
  margin-left:10px;
  margin-top:0px;}
	
body#account_show .full_column .reviews.box h4 div.rating {
  margin-left:-10px;}
	
body#account_show .shelf a.thumbnail .shine  {
  left:0px;
  top:-4px;}
	
body#account_show .shelf a.thumbnail:hover .shine  {
  background-position:-130px 0px;}
	
body#account_show div.review div.details {
  margin: 10px;
  background-color:#595959;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
	
/* body.shopping_cart ---------------------------------------------------------- */

body.shopping_cart table#cart button {
  background:url(images/required/store-assets-buttons.png) -799px -326px no-repeat;	
  border:none;
  height:25px;
  color:white;
  padding:0;
  width:92px;}
		
body.shopping_cart table#cart button:hover {
  background:url(images/required/store-assets-buttons.png) -799px -371px no-repeat;
  color:#fff;}
		
body.shopping_cart table#cart button:focus {
  background:url(images/required/store-assets-buttons.png) -799px -416px no-repeat;	}

/* body#shopping_cart_checkout ------------------------------------------------------ */
	
body#shopping_cart_show table#cart a.button, body#shopping_cart_checkout table#cart a.button {
  background:url(images/required/store-assets-buttons.png) -9px -90px no-repeat;
  text-decoration:none;}
	
body#shopping_cart_show table#cart a.button:hover, body#shopping_cart_checkout table#cart a.button:hover {
  background:url(images/required/store-assets-buttons.png) -9px -114px no-repeat;
  color:white;}
	
body#shopping_cart_show table#cart a.button:focus, body#shopping_cart_checkout table#cart a.button:focus {
  background:url(images/required/store-assets-buttons.png) -9px -138px no-repeat;
  color:white;}
  
body#shopping_cart_checkout form#game_checkout_form m#sign_in_prompt {
	background:none;}
	
	
body#shopping_cart_checkout div#payment_information h3, body#shopping_cart_checkout div#checkout_sign_up h3 {

background:url(images/required/bgline.png) bottom left repeat-x ;
color:#FFFFFF;
font-size:16px;
font-weight:normal;
padding:15px;
text-transform:uppercase;
}
body#shopping_cart_checkout #game_checkout_form  p {
	margin-left:15px;	
}

/* body#shopping_cart_purchase ------------------------------------------------------ */

body#shopping_cart_purchase div.purchased_game a.button {
	width:190px;
	text-align:center;
	padding:0;
	color:#FFF;
	background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -475px -475px;
	height:25px;
}

body#shopping_cart_purchase div.purchased_game a.button b {
	color:#FFF;}
	
body#shopping_cart_purchase div.purchased_game a.button:hover {
	color:#000;
	background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll  -680px -475px;
}

body#shopping_cart_purchase div.purchased_game a.button:hover b {
	color:#000;}
	
body#shopping_cart_purchase div.purchased_game a.button:focus {
	color:#fff;
	background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll  -890px -475px;
}

body#shopping_cart_purchase div.purchased_game a.button:focus b {
	color:#fff;}

body#shopping_cart_purchase div.purchased_game a.button.oversized, body#shopping_cart_purchase div#purchase_thanks a.button {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -916px -330px;
  font-size:11px;
  padding:0;
  margin:0;
  text-align:center;
  width:122px;
  height:25px;
  text-decoration:none;}
	
body#shopping_cart_purchase div.purchased_game a.button.oversized:hover, body#shopping_cart_purchase div#purchase_thanks a.button:hover {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -916px -375px;
  color:#fff;}
  
body#shopping_cart_purchase div.purchased_game a.button.oversized:focus, body#shopping_cart_purchase div#purchase_thanks a.button:focus {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -916px -420px;
  color:white;}  
 
body#shopping_cart_purchase div.purchased_game a.button strong, body#shopping_cart_purchase div#purchase_thanks a.button strong {
  line-height:23px;
  width:100%;
  padding:0;
  margin:0;
  height:25px;
  font-weight:normal;
  text-decoration:none;}

body#shopping_cart_purchase .sidebar ul {
	margin-left:10px;	
}

body#shopping_cart_purchase .sidebar a.button {	
  width:150px;
  height:50px;
  background:url(images/required/store-assets-buttons.png) -578px -317px no-repeat;
  color:#fff;
  padding-left:0;
  text-align:left;
  padding-left:25px;
  line-height: 45px;}
	
body#shopping_cart_purchase .sidebar a.button:hover {
  background:url(images/required/store-assets-buttons.png) -578px -367px no-repeat;
  color:#fff;}
	
body#shopping_cart_purchase .sidebar a.button:focus {
  background:url(images/required/store-assets-buttons.png) -578px -417px no-repeat;
  color:#FFF;}


/* body#shopping_cart_show ------------------------------------------------------ */

body#shopping_cart_show   a#checkout_button {
  padding-left:22px;
  float:right;
  text-decoration:none;}

/* body#catalog_browse ------------------------------------------------------ */

body#catalog_browse .games.listed .price span.current_price { 
  margin-left:20px;
  margin-top:-1px;
  font-size:14px;
  padding-top:4px;
  height:18px;}
	
body#catalog_browse div#game_list.games.listed span.count {
  font-size:11px;
  line-height:25px;}

body#catalog_browse li.collapsed {
  display: inline-block;
  display: block; 
  min-height:1px;}
body#catalog_browse li.collapsed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
	
	

body#catalog_browse li.collapsed input {
float:left;
display:inline-block;
vertical-align:top;

}

body#catalog_browse li.collapsed label {	
display:inline-block;
vertical-align:top;
	float:left;
	width:135px;
	padding-top:4px;
}


/* body#catalog_show ------------------------------------------------------ */

body#catalog_show div.game.listing.large {
  margin-top:10px;
  padding-bottom:15px;}
	
body#catalog_show .sidebar h3 {
  margin-top:none;
  text-transform:uppercase;}
	
body#catalog_show .showcase a.button {
  width:83px;
  height:29px;
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -10px  -200px ;
  padding-top:5px;
  font-size:12px;
  padding-left:30px;
  color:#fff;}
	
body#catalog_show .showcase a.button:hover {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -10px  -250px;}
	
body#catalog_show .showcase a.button:focus {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -10px  -300px;}
  

body#catalog_show .showcase a.owned.button {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -140px  -200px ;
  padding-left:4px;
  width:113px;}
	
body#catalog_show .showcase a.button.owned:hover {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -140px  -250px;}
	
body#catalog_show .showcase a.button.owned:focus {
  background:transparent url(images/required/store-assets-buttons.png) no-repeat scroll -140px  -300px;}
 

body#catalog_show .showcase a.owned.button span {
	display:block;
	width:100px;
	margin:0;
}

body#catalog_show .showcase a.owned.button span span.more {
	width:100px;
	display:inline;
}
 
body#catalog_show div.showcase .rating {
	float:left;
}
 
body#catalog_show div.showcase span.count {
	font-size:12px;
	float:left;
	margin-top:4px;
	margin-left:10px;
}
		
body#catalog_show div.showcase li .info .price .current_price {
  height:22px;
  background:url(images/required/store-assets-buttons.png) no-repeat -10px -350px ;
  width:110px;
  color:#999;
  }
  
body#catalog_show .full_column .feature .game.medium h4 {
	height:42px;
	overflow:hidden;}
	
body#catalog_show div.showcase div.content a.thumbnail.small {
	/*background:url(images/required/showcase_bottom.png) repeat-x top left;*/
}


body#catalog_show .games, body#catalog_show .games .game.listing.medium {
  border:none;
  display: inline-block;
  display: block;
  min-height:1px;	}
body#catalog_show .games:after, body#catalog_show .games .game.listing.medium:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* body#sessions_new ------------------------------------------------------ */

body#sessions_new a.button.oversized, body#sessions_create a.button.oversized {
  width:auto;
  padding:0 8px;}
	
body#sessions_new div#latest_member_box div.avatars, body#sessions_create div#latest_member_box div.avatars {
  padding:15px 15px 0px;
  height: 71px;
  overflow: hidden; }
	
body#sessions_new #sign_in.box h3, body#sessions_create #sign_in.box h3 { }
	
body#sessions_new #sessions_create #new_user h3, body#sessions_new .full_column.sign_in .box.text h3, body#sessions_create #sessions_create #new_user h3, body#sessions_create .full_column.sign_in .box.text h3 { }
	
body#sessions_new #new_user a.button, body#sessions_create #new_user a.button {
  width:160px;
  height:50px;
  background:url(images/required/store-assets-buttons.png) -588px -317px no-repeat;
  color:#fff;
  padding-left:0;
  text-align:left;
  padding-left:10px;
  line-height: 45px;}
	
body#sessions_new #new_user a.button:hover, body#sessions_create #new_user a.button:hover {
  background:url(images/required/store-assets-buttons.png) -588px -367px no-repeat;
  color:#fff;}
	
body#sessions_new #new_user a.button:focus, body#sessions_create #new_user a.button:focus {
  background:url(images/required/store-assets-buttons.png) -588px -417px no-repeat;
  color:#FFF;}
	
body#sessions_new #sign_in.box a, body#sessions_create #sign_in.box a {
  margin-left:5px;
  color:#fff;
  text-decoration:underline;}
  
body#sessions_new #sign_in.box a:hover, body#sessions_create #sign_in.box a:hover {
  color:#FFF;
  text-decoration:none;}

body#sessions_new #new_user h3, body#sessions_create #new_user h3 {
  margin-bottom:15px;}

/* body#sessions_new | users_create ------------------------------------------------------ */

body#sessions_new div#register_reason h3, body#users_create div#register_reason h3 {
  margin-bottom:20px;}
	
body#sessions_new div#register_reason, body#users_create div#register_reason {
  padding-bottom:20px;}
	
body#sessions_new div#register_reason h4, body#users_create div#register_reason h4 {
  padding-left:10px;
  color:#999;}
	
body#sessions_new p.buy, body#sessions_new p.support, body#sessions_new p.join, body#users_create p.buy, body#users_create p.support, body#users_create p.join {
  padding-left:80px;}
	
body#sessions_new p.buy, body#users_create p.buy {
  background:url(images/required/buy_bg.png) 5px -6px no-repeat;
  padding-right:15px;}
	
body#sessions_new p.support, body#users_create p.support {
  background:url(images/required/support_bg.png) 5px 0px no-repeat;
  padding-right:15px;}
	
body#sessions_new p.join, body#users_create p.join  {
  background:url(images/required/join_bg.png) 5px 0px no-repeat;
  padding-right:15px;}
	
body#sessions_new #login_form h4.one, body#users_create #login_form h4.one {
  background:url(images/form_numbers.png) 0px -10px no-repeat;
  padding:0px 0 0 40px;
  line-height:25px;
  clear:both;}
	
body#sessions_new #login_form h4.two, body#users_create #login_form h4.two {
  background:url(images/form_numbers.png) 0px -48px no-repeat;
  padding:0px 0 0 40px;
  line-height:25px;
  clear:both;}
	
body#sessions_new #login_form h4.three, body#users_create #login_form h4.three {
  background:url(images/form_numbers.png) 0px -89px no-repeat;
  padding:0px 0 0 40px;
  line-height:25px;
  clear:both;}
	
body#sessions_new #login_form h4.four, body#users_create #login_form h4.four {
  background:url(images/form_numbers.png) 0px -134px no-repeat;
  padding:0px 0 0 40px;
  line-height:25px;
  clear:both;}
		
body#sessions_new div#check_name_form, body#users_create div#check_name_form  {
  margin-bottom:0px;}
		
body#sessions_new button.createmyaccount, body#users_create button.createmyaccount {
  font-size:12px;
  width:170px;}
		
body#sessions_new  form.uberform button, body#users_create  form.uberform button  {
  margin-left:207px;}
	
body#sessions_new  #why_this_store ul, body#users_create  #why_this_store ul {
  margin-left:12px;}
  
body#sessions_new .box, body#sessions_create .box  {
	background:#000;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;
	min-height:1px; }

body#sessions_new .box h3, body#users_create .box h3 {
	padding-left: 5px;
	padding-right: 0px;
	font-size:16px;}
	
body#sessions_new  div#register_reason h3, body#users_create  div#register_reason h3 {
	font-size:15px;
	padding-top:16px;}
	
body#sessions_new div.pseudo_field, body#users_create div.pseudo_field  {
	vertical-align:top;}
	
body#sessions_new div.pseudo_field, body#sessions_new div.field_row, body#users_create div.pseudo_field, body#users_create div.field_row {
  display: inline-block;
  display: block; }
body#sessions_new div.pseudo_field:after, body#sessions_new div.field_row:after, body#users_create div.pseudo_field:after, body#users_create div.field_row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
	
body#sessions_new div.pseudo_field input, body#users_create div.pseudo_field input  {
	float:left;
	margin:0;
	margin-right:5px;
}

body#sessions_new div.field_row, body#users_create div.field_row {
	
}

div#password_strength {
	float:left;
	margin:-22px 0 0 150px;
	width:155px;
	display:block;
	height:22px;
	vertical-align:top;
	background:url(images/required/password.png) top left no-repeat;}

div#password_strength span#weak.deactived, div#password_strength span#good.deactived, div#password_strength span#strong.deactived {
	display:none;}

div#password_strength span#weak.deactived.shortPass {
	height:22px;
	width:150px;
	display:block;
	color:#000;
	padding-top:6px;
	padding-left:2px;
	font-size:11px;}

div#password_strength span#weak.deactived.badPass {
	background:url(images/required/password.png) 0 -40px no-repeat;
	height:22px;
	width:150px;
	display:block;
	padding-top:6px;
	padding-left:8px;}

div#password_strength span#good.deactived.goodPass {
	background:url(images/required/password.png) 0 -80px no-repeat;
	height:22px;
	width:150px;
	display:block;
	padding-top:6px;
	padding-left:59px;}

div#password_strength span#strong.deactived.strongPass {
	background:url(images/required/password.png) 0 -120px no-repeat;
	height:22px;
	width:150px;
	display:block;
	padding-top:6px;
	padding-left:108px;}

body#sessions_new div.pseudo_field  span.description, body#sessions_new div.pseudo_field span.ps_description, body#users_create div.pseudo_field  span.description, body#users_create div.pseudo_field span.ps_description {
	display:inline-block;
	padding-top:6px;
	float:left;
	vertical-align:top;}

body#sessions_new div.pseudo_field  span.description, body#users_create div.pseudo_field  span.description {
	width:150px;
	margin-top:0;}


div#check_name_form {
  display: inline-block;
  display: block; }
div#check_name_form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

img#check_spinner {
	height:20px;
	margin:0;
	padding:0;
	vertical-align:top;
	display:inline;
}

div#check_div {
	
		height:20px;
	margin:0;
	padding:0;
	vertical-align:top;
	display:inline;
}

span#check_screenname {
		
}



/* bundles At body#games_show */


body#games_show .focus .main_actions {
float:left;
margin-bottom:4px;
width:180px;
}

body#games_show .focus .secondary_actions {
margin:10px 0px 0px 0px;
padding-top:10px;
}

body#games_show .focus .buy_now span {
	padding-left:0px;	
}

body#games_show div.sidebar div.advertising {
	margin-bottom: 14px;
}

/* bundles At body#games_show */

#game_bundles { 
	display: inline-block;
  display: block;}
  
#game_bundles:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#game_bundles .bundle {
  margin-top:10px;
  border-top: 1px solid #ccc; 
  display: inline-block;
  display: block;
  min-height:1px;}
  
#game_bundles .bundle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#game_bundles .grey_box {
  background:#000;
  padding:10px;
  margin:10px 0 0;
  display: inline-block;
  display: block;
  min-height:1px;}
  
#game_bundles .grey_box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#game_bundles .boxshot {
  width:170px;
  float:left;
  background: url(images/required/plus.png) no-repeat center left;
  padding-left:30px;}

#game_bundles .boxshot.first {
  width:170px;
  background:none;
  padding:0;}

#game_bundles .boxshot span {
  display:block;
  float:right;
  width:90px;
  margin-top:30px;}

#game_bundles .boxshot span.shine {
  margin-top:0;}

#game_bundles .boxshot a {
  float:left;}






#game_bundles p.total, #game_bundles p.discount, #game_bundles p.action {
  width:300px;
  float:right;}

#game_bundles p.total {
  color:#FFF;
  font-size:16px;
  padding:4px 0;}
	
#game_bundles p.total span {
  text-decoration:line-through;
  color:#CCC;
  font-weight:bold;}
  
#game_bundles p.discount {
  font-size:16px;
  color:#FFFF66;
  text-transform:uppercase;
  padding:6px 0;}
  
#game_bundles p.discount strong {
  font-weight:normal;}
	
#game_bundles p.discount span {
  }
  
#game_bundles p.action a {
	margin-top:0;
	width:270px;
	background:url(images/required/store-assets-buttons.png) no-repeat -295px -323px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	height:30px;
	padding:2px 0 0 15px;
	border:none;
	float:none;
	display:block;}
	
#game_bundles p.action a, #game_bundles p.action, #game_bundles p, #game_bundles .boxshot {
	display: inline-block;
  display: block;
  min-height:1px;}
  
#game_bundles p.action a:after, #game_bundles p.action:after, #game_bundles p:after, #game_bundles .boxshot:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#game_bundles p.action a:hover {
  background:url(images/required/store-assets-buttons.png) no-repeat -295px -357px;}
  
#game_bundles p.action a:focus {
  background:url(images/required/store-assets-buttons.png) no-repeat -295px -391px;}
		
#game_bundles p.action a strong {
	font-weight:normal;
	margin:0;
	padding:0;
	color:#fff;
}

#game_bundles p.action a strong span {
	display:inline-block;
	margin-left:10px;
	width:90px;
	text-align:center;
	color:#333;
	font-weight:bold;
	font-size:18px;
	padding-top:1px;}


	
#game_bundles p.action a:hover strong  , #game_bundles p.action a:focus strong {
	color:#000;}
	
#game_bundles p.action a:hover strong span, #game_bundles p.action a:focus strong {
	color:#fff;}



/* cart */

#account_menu {
  background: #000;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  #account_menu .cart_status {
    padding: 0 8px;
    margin: 0 0px;
    line-height: 27px;
    background: white url(images/top_cart_bg.png) repeat-x top; }
	 #account_menu .cart_status a {
	 	color:#FFF;
		text-decoration:none;
	 }

#auxillary > li {
  text-transform: uppercase; }
  #auxillary > li.first { }
  #auxillary > li.last { }
  
  #account_menu span, #account_menu ul, #account_menu .cart_status {
float:left;
}

#account_menu ul li {
float:left;
}

#account_menu ul li a {
display:block;
padding:8px 4px 0 4px
}



#account_menu .cart_status {
	background:#AE2023 url(images/top_cart_bg.png) repeat-x scroll center top;
	border:1px solid red;
	line-height:27px;
	margin:0 3px;
	padding:0 8px;
}

body#games_show .additional_info h3 {
	font-weight:normal;
	font-size:16px;
}

body#games_show .additional_info p {
	font-size:13px;	
}

#shopping_cart_checkout #game_checkout_form {
	margin-top:10px;
}

#shopping_cart_checkout #payment_information {
	margin-top:10px;
}

body#sessions_new h2.page_title, body#sessions_create h2.page_title, body#sessions_new h2.page_title, body#catalog_show h2.page_title, body#catalog_show div#wrapper div#wrap_except_footer div#content div.heading div.action, body#shopping_cart_checkout.shopping_cart div.heading h2, body#games_show.games div.heading h2.page_title, body#catalog_browse.catalog div.heading div.action, body#catalog_browse.catalog div.heading h2.page_title {
	display: none;
}

div.showcase div.info div.review_summary {
	bottom:80px;
	position: absolute;
}

div.two_column div.full_column div.feature div.games {
	padding: 0px 3px;
	background: url("images/bg_cont3.jpg") #000 bottom left;
}

body#catalog_show .sidebar h3 {
  padding-left:4px;
  padding-right:0px;
  line-height: 9px;
  margin-top:none;
  text-transform:uppercase;
  color: #FFF;}

body#games_show div.box.recommendations div.feature div.game.small div.content {
	border: none;
}

div .one_column {
	background:transparent url(images/onepixel_black.png) top left repeat;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;
}
div#game_details.box.shelf a.thumbnail img, div#account_show.box.shelf a.thumbnail img {
	width:90px;
}
body#games_show div#game_details.box.shelf a.thumbnail.large, div#account_show.box.shelf a.thumbnail img {
	margin-left: 45px;
}

body#catalog_browse.catalog div#header{
	height: 170px;
}

body#catalog_browse.catalog .two_column .sidebar.left {
	height: auto;
}

body#shopping_cart_show.shopping_cart div.sidebar, div#pay_by_cash.box.text, body#shopping_cart_purchase.shopping_cart div.sidebar {
	background:transparent url(images/onepixel_black.png) top left repeat;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #5F0101;
}
div#pay_by_cash.box.text h3{
	background: none;
	line-height: 16px;
	
}

body#shopping_cart_purchase.shopping_cart div.box.text h3 {
	background: none;
	line-height: 16px;
}
table#cart tbody tr.even {
	background:url("images/onepixel_even.png") repeat transparent;
}

table#cart tbody tr.odd {
	background:url("images/onepixel_odd.png") repeat transparent;
}

table#cart thead th {
    background: url("images/onepixel_black.png") repeat transparent;
	text-shadow: 0 0 3px #000000;
    color: white; }	

table#cart tr.subtotal, table#cart tr.subtotal td, table#cart tr.subtotal th {
    background: url("images/onepixel_black.png") repeat transparent;
   color:white;}

table#cart tr.total,  table#cart tr.total td,  table#cart tr.total th {
    background: url("images/onepixel_black.png") repeat transparent;
    color: white; }
    
table#cart {
  -webkit-box-shadow: 0px 0px 30px  #000;
  -moz-box-shadow: 0px 0px 30px #000;
  box-shadow: 0px 0px 30px #000; 
}

body.shopping.cart div#sign_in_prompt a{
	color: #FF0000;
	text-decoration: underline;
}

body#games_show div.two_column.wide.secondary div.full_column div.section h3 {
	margin-top: 0px;
}

body#games_show div.two_column.wide.secondary div.full_column div.section div.reviews {
	padding: 0px 10px;
}

#account_menu .cart_status:hover {
	background:#AE2023 url(images/top_cart_bg_hover.png) repeat-x scroll center bottom;
}

body#catalog_show div.two_column div.full_column div.feature div.games.odd {
	background: url("images/bg_cont3.jpg") repeat left bottom #000000;
}

body#pages_show.pages div.page_contents div.body iframe {
background:url("images/onepixel_black.png") repeat scroll 0 0 transparent;
display:inline;
overflow-x:hidden;
overflow-y:auto;
padding:0;
width:970px !important;
}

body#pages_show.pages div.page_contents {
padding:0px !important;
}

body#pages_show.pages div.page_contents h1  {
display:none !important;
font-size:2em !important;
margin-bottom:20px !important;
}

/* new rules to fix Lost a Password page */

/*Account forgot password alignment fix*/

#account_forgot_password form.uberform label {
margin-right:5.7%;
width:40px;
}

#account_forgot_password form.uberform input {
width:221px;
}

#account_forgot_password form.uberform button {
margin-left:47px;
}

#account_forgot_password form.uberform a {
text-decoration:underline;
}


/*Cart alignment fix*/

table#cart td.actions {
text-align: right;
padding-right:0px;
}

table#cart td.price {
text-align: right;
}

table#cart tr.subtotal td {
text-align: right;
}


div.section.screenshots div#gallery_window {
	z-index:9999999 !important
}

body#games_show.games > div {
	z-index:9999998 !important
}

/*NEW CART DROPDOWN MENU*/
div#account_menu ul#view_mini_cart {
	width:52px !important;
}

#header{
position:relative;
}
#header #mini_cart  {
border:1px solid #ff0000;
-moz-border-radius:0px 5px 5px 5px;
z-index:10000 !important;
right:49px !important;
background:#000;
top:61px !important; 
}
#header #mini_cart table.tabular {
  width: 100% !important;
  font-size: 13px;
  margin-bottom: 0px;
  border:none;
}    
#header #mini_cart table.tabular tbody tr.odd {
  border-bottom:2px solid #232323;
}
#header #mini_cart table.tabular tbody tr.even{
  border-bottom:2px solid #232323;
}
#header #mini_cart table.tabular th, table.tabular td {
padding: 7px 10px;
text-align: left;
vertical-align: top; 
}
#header #mini_cart table.tabular td.title{
width:98px !important;	
padding-left:0px;
}
#header #mini_cart table.tabular td.title h2 {
height:60px;
overflow:hidden;
vertical-align:top;
}
#header #mini_cart table.tabular tbody tr td.actions {
vertical-align:top;
text-decoration:underline;
padding-top:15px;
}
#header #mini_cart table.tabular tfoot .total td {
line-height:25px;
/* padding-left:0px; */
font-weight:bold;
}
#header #mini_cart table.tabular tfoot .total .total_price{
padding-left:0; 
}
#header #mini_cart table.tabular tfoot .total{
position:relative;
}
#header #mini_cart table.tabular tfoot .total td b {
background:url("images/required/store-assets-buttons.png") no-repeat scroll -490px -174px transparent;
width:80px;
height:26px;
display:block;
padding-left:5px;
color:white;
line-height:25px;
position:absolute;
z-index:999999;
right:5px;
}
#header #mini_cart table.tabular tfoot .total td b:hover{
background:url("images/required/store-assets-buttons.png") no-repeat scroll -490px -224px transparent;
}

#header #account_menu #view_mini_cart a.hide.mini_cart  {
background:url("images/triangle_up.png") no-repeat scroll 0px 9px transparent;
padding-left:20px !important;
}
#header #account_menu #view_mini_cart a.view.mini_cart  {
background:url("images/triangle_down.png") no-repeat scroll 0px 9px transparent;
padding-left:20px !important;
}
#header #view_mini_cart li {
z-index:4990;
position:relative;
padding-left:5px;
}
/* END OF NEW CART DROPDOWN MENU*/

/*log out text orange */
a.logout {
/* margin-left:-25px; */
padding-right:25px !important;
}

  /* LOGIN SHOPPING CART PAGE*/


/*LEFT COLUMN*/
#content .three_column .left_column {
width:340px;
}


/*MIDDLE COLUMN*/
#content .three_column .middle_column {
width:340px;
margin-left:5px;
}

#content .three_column .middle_column #new_user h3{
margin-bottom:10px;
color:#FFF;
font-size:16px;
font-weight:normal;
padding-top:10px 0 10px 10px;
}
#content .three_column .middle_column #new_user p{
color:#FFF;
padding-left:10px;
padding-right:10px;
}

#content .three_column .middle_column #new_user p > strong {
	color: #FF0000;
}

#content .three_column .middle_column #new_user p .button.oversized{
background:url("images/required/store-assets-buttons.png") no-repeat scroll -588px -314px transparent;
height:50px;
line-height:50px;
padding-left:0px;
width:155px;
}
#content .three_column .middle_column #new_user p .button.oversized:hover{
background:url("images/required/store-assets-buttons.png") no-repeat scroll -588px -364px transparent;
}
#content .three_column .middle_column #latest_members {
padding:0px 0px 15px;
}

#content .three_column .middle_column #latest_member_box {
padding-bottom:0;
}

/*RIGHT COLUMN*/
#content .three_column .right_column  {
float:left;
margin-left:5px;
width:255px;
}
#content .three_column .right_column  #sidebar_mini_cart{
overflow:hidden;
background:url("images/onepixel_black.png") repeat transparent;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border:1px solid #5F0101;
border-top:none;
}

#content .three_column .right_column  #sidebar_mini_cart #cart_item_list  a.thumbnail{
float:right;
padding-bottom:10px;
}
#content .three_column .right_column  #sidebar_mini_cart #cart_expense_details {
background:none repeat scroll 0 0 #575757;
border-top:1px solid #333;
border-bottom:1px solid #333;
color:#FFF;
font-weight:bold;
line-height:20px;
padding-top:10px !important;
}
#content .three_column .right_column  #sidebar_mini_cart #cart_expense_details table {
margin-right:15px;
float:right;
}
#content .three_column .right_column #sidebar_mini_cart #cart_expense_details table tbody tr td {
padding-left:30px;
}
#content .three_column .right_column  #sidebar_mini_cart #cart_total_expense {
color:white;
font-size:20px;
font-weight:bold;
height:50px !important;
margin-top:2px !important;
text-align:right;
line-height:50px;
padding-right:15px;
}
#content .three_column .right_column #sidebar_mini_cart #edit_shopping_cart  {
background:url("images/required/store-assets-buttons.png") no-repeat scroll -915px -158px transparent;
height:37px !important;
margin-top:-5px !important;
margin-bottom:15px;
width:151px !important;
margin-right:14px;
}
#content .three_column .right_column  #sidebar_mini_cart #edit_shopping_cart:hover {
background:url("images/required/store-assets-buttons.png") no-repeat scroll -915px -210px transparent;
}
#content .three_column .right_column #sidebar_mini_cart #edit_shopping_cart a {
background:url("images/arrow_left.png") no-repeat scroll 0 3px transparent;
color:#FFF;
padding:4px 4px 8px 38px;
line-height:46px;
font-weight:bold;
}

#content .three_column .right_column #sidebar_mini_cart #edit_shopping_cart a:hover {
	color:#1a1a1a;
}
/* END OF SIGN IN SHOPPING CART PAGE*/


.two_column .full_column.checkout .content #shopping_cart_info {
background:url("images/onepixel_black.png") repeat transparent;
border:1px solid #5F0101;
float:left;
width:780px;
}

.two_column .full_column.checkout .content #shopping_cart_info #cart_items {
float:left;
max-width:530px;
}
.two_column .full_column.checkout .content #shopping_cart_info #cart_items div {
float:left;
padding-bottom:15px;
padding-left:15px;
padding-top:15px;
width:auto !important;
}

.two_column .full_column.checkout .content #shopping_cart_info #cart_price {
float:right;
width:225px;
color:#FFF;
}
.two_column .full_column.checkout .content #shopping_cart_info #cart_price tbody{
text-align:right;
}
.two_column .full_column.checkout .content #shopping_cart_info #cart_price tbody td  {
font-size:14px;
line-height:20px;
padding:0 10px 0 20px;
}
.two_column .full_column.checkout .content #shopping_cart_info #cart_price tbody td.header {
font-size:16px;
font-weight:bold;
padding-bottom:10px;
padding-top:15px;
text-transform:uppercase;
}
.two_column .full_column.checkout .content #shopping_cart_info #cart_price tbody td.discount {
padding:5px;
}


.two_column .full_column.checkout .content #shopping_cart_footer {
background-color:#010101;
border:1px solid #5F0101;
border-top:none;
display:block;
float:left;
height:50px;
margin-top:0 !important;
width:780px;
}
.two_column .full_column.checkout .content #shopping_cart_footer #edit_shopping_cart{
background:url("images/required/store-assets-buttons.png") no-repeat scroll -905px -158px transparent;
font-size:12px;
width:181px !important;
margin-left:0px !important;
}
.two_column .full_column.checkout .content #shopping_cart_footer #edit_shopping_cart:hover {
background:url("images/required/store-assets-buttons.png") no-repeat scroll -905px -210px transparent;
}
.two_column .full_column.checkout .content #shopping_cart_footer #edit_shopping_cart a {
color:white;
line-height:50px;
background:url("images/arrow_left.png") no-repeat scroll 10px 0px transparent;
padding:5px 12px 5px 48px;}
.two_column .full_column.checkout .content #shopping_cart_footer #edit_shopping_cart:hover > a {
	color:#1a1a1a;
}


.two_column .full_column.checkout .content #shopping_cart_footer #total_price{
font-size:20px;
padding-right:20px;
text-align:right;
line-height:50px;
}
.two_column .full_column.checkout .content #shopping_cart_footer #total_price span{
padding-left:10px;
color:#FFF;
}

/*SIde Bar*/


.two_column .sidebar #purchase_reason.box.text{
background:#1f1f1f;
padding-bottom:10px;
color:#FFF;
}
.two_column .sidebar #purchase_reason.box.text h3 {
font-weight:bold;
font-size:13px;
line-height:7px;
padding:15px 0px 15px 8px;
}

.two_column .sidebar #purchase_reason.box.text ul {
list-style:disc outside none;
margin-bottom:10px;
padding-left:25px;
padding-right:10px;
line-height:14px;
} 
.two_column .sidebar #purchase_reason.box.text ul li {
padding:10px 0;
}


.two_column .full_column.checkout .content #payment_tabs ul.tabs {
border-bottom:medium none;
clear:both;
height:40px;
list-style:none outside none;
margin:0;
padding:0;
}


.two_column .full_column.checkout .content #payment_tabs ul.tabs li.tab a.active {
background:none repeat scroll 0 0 #710000;
border:1px solid #5F0101;
border-bottom:none;
}

.two_column .full_column.checkout .content #credit_card_tab {
	background:url("images/onepixel_black.png") repeat transparent;
	border:1px solid #5F0101;
}

.two_column .full_column.checkout .content #pay_by_cash_tab {
	background:url("images/onepixel_black.png") repeat transparent;
	border:1px solid #5F0101;
}

.two_column .full_column.checkout .content #payment_tabs ul.tabs li.tab a {
background:#000;
color:#FFF;
display:block;
font-weight:bolder;
height:40px;
line-height:40px;
padding:0 6px;
width:120px;
border:1px solid #666;
border-bottom:none;
}

.two_column .full_column.checkout .content #payment_tabs #pay_by_cash_tab #pay_by_cash {
padding-left:25px;
padding-top:25px;
}

div#continue_shopping {
	display:inline;
}

div#continue_shopping < a {
	float:left;
	line-height:45px;
}

div.cart_actions {
	display:inline;
}

tbody tr td.actions {
	text-align:right;
}


body#shopping_cart_show div.heading h2.page_title {
	display: none;
}

div#content #step_indicator #step_text span {
	color:#737373;
}

div#content #step_indicator #step_text span.step_focus {
	color:#FFF;
}

div#lv_overlay {
	z-index:999998 !important;
}

div#lightview {
	z-index:999999 !important;
}

div.lv_contentBottom {
	overflow-y:auto !important;
}

form.uberform div.signup_captcha {
	padding-left:20px;
}

table#mini_cart_table tbody.mini_cart_table_body tr.odd td {
	background:transparent;
}

input#eula_accepted_at {
	margin-left:0;
}

div.right_column div#sidebar_mini_cart div#cart_item_list span.empty_shopping_cart {
	font-size:23px;
	padding: 30px;
	color:#696969;
}

div.right_column div#sidebar_mini_cart div#cart_item_list {
	padding-bottom:5px;
}

div#cancel_order {
	display:none;
}

#step_indicator {
background:url("images/step_indicator_first.png") no-repeat scroll 0px 0px transparent;
display:block;
padding-bottom:35px;
padding-top:5px;
position:relative;
}

#step_indicator #step_text span.step_focus {
	background:transparent url("images/step_indicator_current.png") no-repeat center bottom;
	padding-bottom:19px;
}

#step_indicator #step_text span {
	background:transparent url("images/step_indicator_next.png") no-repeat center bottom;
	padding-bottom:18px;
}

div#continue_shopping > a {
	float:left;
	line-height:38px;
	font-size:16px;
	color:#FFF;
	background: url("images/large_button_left.png") no-repeat 0px 5px transparent;
	padding:3px 0px 8px 16px;
	width:168px;
}

div#continue_shopping > a:hover {
	background:url("images/large_button_left.png") no-repeat 0px -45px transparent;
}

div#continue_shopping > a:focus {
	background:url("images/large_button_left.png") no-repeat 0px -95px transparent;
}

/** Vertical Search bar  NEW RULES **/
/* 
div#search div#results .more {
border-top:1px solid #5F0101;
text-align:right;
padding-right:25px;
}
div#search div#results div.game.horizontal .more {
border-top:none;
text-align:left;
padding-right:0px;
}

div#search div#results {
background-color:black !important;
position:absolute;
z-index:999;
border:1px solid #5F0101;
border-top:none;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}
div#search div#results div.game.horizontal a.thumbnail.small  {
float:left;
height:110px;
margin-right:15px;
padding-top:10px;
}
div#search div#results div.game.horizontal a.thumbnail.small .shine {
margin-top:10px;
}
div#search div#results div.game.horizontal div.actions {
float:left;
}
div#search div#results div.game.horizontal {
-moz-border-radius:5px 5px 5px 5px;
border-top:1px solid #5F0101;
margin-top:10px;
padding:15px 20px 30px;
position:relative;
width:175px;
z-index:1000;
}

div#search div#results div.game.horizontal h4 {
display:block;
font-size:12px;
height:auto;
max-height:40px;
line-height:20px;
overflow:hidden;
text-transform:uppercase;
white-space:normal;
width:100px;
}
div#search div#results div.game.horizontal div.actions a.trial {
float:right;
}
div#search div#results .title h3 {
margin-bottom:-10px;
padding-left:15px;
padding-right:15px;
padding-bottom:10px;
text-transform:uppercase;
line-height:30px;
} */

/* To fix price vertical alignment in vertical search*/
/* div#search div#results .price span.current_price{
line-height:18px;
} */
/* End of Vertical Search bar fix **/

div#footer ul {
	display:block;
	color:#3f3f3f;
	float:left;
}

div#footer li {
	display:inline;
	float:left;
	margin-right:15px;
}

div#step_indicator.secure {
	background: url("images/step_indicator_secure.png") no-repeat transparent;
}

div.sidebar div.box.text p strong {
	margin:0px 3px;
}

div#purchase_thanks p > strong {
	margin-left:5px;
}

div.heading dl dt {
	text-transform:capitalize;
	margin:3px 0px;
}

body#games_show.games div.lv_contentBottom {
	width:400px !important;
	height:400px !important;
}


/********************************************* JUNE 18 *******************************************/

/*** TEMPORARY DISPLAY NONE LANGUAGE MENU ***/
.language_selection {
display:none;
}
/*** END TEMPORARY DISPLAY NONE LANGUAGE MENU ***/


/*** VERTICAL SEACH DROPDOWN LASTEST RULES***/
div#search div#results {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-radius:0px 0px 5px 5px;
border:0px 0px 5px 5px;
background:url("images/account_line_bg.png") repeat scroll 0 0 transparent;
border:1px solid #575757;
padding-right:10px;
padding-left:10px;
position:absolute;
width:200px;
z-index:999;
}
div#search div#results .title h3 {
margin-bottom:0;
padding-bottom:0;
padding-left:15px;
padding-right:15px;
text-transform:uppercase; 
}
div#search div#results div.game.horizontal {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px;
/* border:5px 5px 5px 5px; */
background-color:#000000;
border-top:1px solid #5F0101;
display:block;
height:90px;
margin:0 0 5px;
padding:10px;
position:relative;
z-index:1000;
}
div#search div#results div.game.horizontal a.thumbnail.small{
float:left;
margin-bottom:10px;
margin-right:10px;
padding-bottom:10px;
padding-top:10px;
}
div#search div#results div.game.horizontal h4  {
display:block;
font-size:12px;
max-height:40px;
line-height:20px;
margin-bottom:5px;
overflow:hidden;
text-transform:uppercase;
white-space:normal;
width:100px;
}
div#search div#results .price span.current_price {
line-height:18px;
}
div#search div#results div.game.horizontal div.actions {
display:block;
float:left;
}
div#search div#results .more {
border-top:1px solid #5F0101;
padding-right:5px;
text-align:right;
}
div#search div#results div.game.horizontal .more {
border-top:none;
text-align:left;
padding-right:0px;
}
div#search div#results div.game.horizontal a.thumbnail.small .shine {
margin-top:10px;
}
div#search div#results div.game.horizontal div.actions a.trial {
float:right;
}
/*** END VERTICAL SEACH DROPDOWN LASTEST RULES ***/

/*** SEARCH BAR ***/ /*Search for "#submenu #search" and delete all instances prior*/ 
#submenu #search {
float: right;
margin-right: 10px;
font-size: 12px; }
#submenu #search label {
text-shadow:2px 1px 5px #000;
margin-right: 5px; 
}
#submenu #search button {
background:url("images/search_button.png") no-repeat scroll 0 2px transparent;
margin-left:5px; 
height:27px;
width:40px;
overflow:hidden;
}
#submenu #search input {
padding:3px 0 3px 24px;
border: 1px solid #b00000;
background: white url(images/search_bg.png) no-repeat 5px center;
height: 16px;
line-height: 16px; 
}
/*safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#submenu #search button {
	height:30px;
}
}
/*** END SEARCH BAR ***/

/*** NEW CART DROPDOWN MENU ***/
#header{
position:relative;
z-index:99999;
}
#header #mini_cart  {
background:url("images/dropdown_bg.png") repeat scroll 0 0 transparent;
border:1px solid #575757;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px;
/* border:5px 5px 5px 5px; */
z-index:9999!important;
right:0px !important; 
top:58px !important;
width:232px;
}
#header #mini_cart table.tabular {
  width: 100% !important;
  font-size: 13px;
  margin-bottom: 0px;
  border:none;
}    
#header #mini_cart table.tabular tbody tr.odd {
  border-bottom:1px solid #575757;
}
#header #mini_cart table.tabular tbody tr.even{
  border-bottom:1px solid #575757;
}
#header #mini_cart table.tabular th, table.tabular td {
padding: 7px 10px;
text-align: left;
vertical-align: top; 
}
#header #mini_cart table.tabular td.title{
width:98px !important;	
padding-left:0px;
}
#header #mini_cart table.tabular td.title h2 {
height:60px;
overflow:hidden;
vertical-align:top;
}
#header #mini_cart table.tabular tbody tr td.actions {
vertical-align:top;
text-decoration:underline;
padding-top:15px;
}
#header #mini_cart table.tabular tfoot .total td {
line-height:25px;
font-weight:bold;
}
#header #mini_cart table.tabular tfoot .total .total_price{
padding-left:0; 
}
#header #mini_cart table.tabular tfoot .total{
position:relative;
}
#header #mini_cart table.tabular tfoot .total td b {
background:url("images/small_button_right.png") no-repeat scroll -1px 0px transparent;
width:80px;
height:26px;
display:block;
padding-left:5px;
line-height:25px;
position:absolute;
z-index:700;
right:5px;
color:white;
}
#header #mini_cart table.tabular tfoot .total td b:hover{
background:url("images/small_button_right.png") no-repeat scroll -1px -26px transparent;
}
#header #account_menu #view_mini_cart a.hide.mini_cart {
-moz-border-radius:0 5px 5px 0;
-webkit-border-radius:0px 5px 5px 0px;
/* border:0px 5px 5px 0px; */
background:url("images/triangle_up.png") no-repeat scroll 2px 8px transparent;
height:30px;
margin-left:-10px;
overflow:hidden;
color:white !important;
padding-left:20px !important;
line-height:6px;
}
#header #account_menu #view_mini_cart a.view.mini_cart {
-moz-border-radius:0 5px 5px 0;
-webkit-border-radius:0px 5px 5px 0px;
/* border:0px 5px 5px 0px; */
background:url("images/triangle_down.png") no-repeat scroll 2px 8px transparent;
height:30px;
margin-left:-10px;
overflow:hidden;
color:white !important;
padding-left:20px !important;
line-height:6px;
}
#header #view_mini_cart li {
-moz-border-radius:0 5px 5px 0;
-webkit-border-radius:0px 5px 5px 0px;
/* border:0px 5px 5px 0px; */
background:url("images/top_cart_bg.png") repeat-x scroll center top #5F0101;
border:1px solid red;
height:22px;
margin-left:-5px;
padding-left:10px;
position:relative;
z-index:400;
}
div#wrapper div#wrap_except_footer div#header div#account_menu .cart_status {
background:url("images/top_cart_bg.png") repeat-x scroll -1px 0px #5F0101;
-moz-border-radius:5px 0 0 5px;
-webkit-border-radius:5px 0px 0px 5px;
/* border:5px 0px 0px 5px; */
line-height:22px;
width:auto;
padding:0 10px;
}
div#wrapper div#wrap_except_footer div#header div#account_menu ul {
background:transparent;
float:left;
padding:0;
}
div#wrapper div#wrap_except_footer div#header div#account_menu .cart_status strong {
padding-left:25px;
}
#account_menu .cart_status {
background:url("images/top_cart_bg.png") repeat-x scroll -1px 0 #5F0101;
}
/*** END NEW CART DROPDOWN MENU ***/

/*** FOOTER SHRINKING FIX ***/
div#footer_links_snippet ul li {
  margin-right:8px;
  padding-right:8px;
  }
/*** END FOOTER SHRINKING FIX ***/

/*** SIGN IN BUTTON WAS TOO MUCH LEFT ***/
    #sessions_new #sign_in form button, #sessions_create #sign_in form button {
      margin-left: 26%; }
	form.uberform div.check_field {
	  margin-left: 24%;
	  }
/*** END SIGN IN WAS TOO MUCH LEFT ***/


/*IMPORTANT FIX TOP POSITION OF DROPDOWN MENU*/
#header #navigation #menu #navigation li.submenu ul.submenu{
top:30px;
}
#header #navigation #menu #navigation li.current.breadcrumbed.submenu ul.submenu{
top:30px;
}
#header #navigation #menu #navigation li.current.submenu ul.submenu{
top:30px;
}

/*Others*/

/*Credit Card Enter Details*/
body#shopping_cart_checkout #game_checkout_form  p {
	margin-left:35px;	
}

/*Your Shopping Cart is Empty*/
div.right_column div#sidebar_mini_cart div#cart_item_list span.empty_shopping_cart  {
color:#BBBCC1;
display:block;
font-size:23px;
margin-bottom:10px;
}


/*safari only*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#password_strength {
	margin:-24px 0 0 150px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
body#sessions_new #sign_in.box a, body#sessions_create #sign_in.box a {
  margin-bottom:2px;
}
}

/*Cupon Apply Button */
@media screen and (-webkit-min-device-pixel-ratio:0) {
body.shopping_cart table#cart button {
  height:30px;
}
}

/*lightview z-indexz*/
#lv_overlay {
z-index:2147483640 !important;
}
#lightview {
z-index:2147483647 !important;
}

/*** IMPORTANT NEW RULE ***/
div#step_indicator.secure {
 background: url("images/step_indicator_secure.png") no-repeat transparent;
}
/*** END IMPORTANT NEW RULE ***/

/*Cupon Code*/
table#cart tr.coupon td {
text-align: left;
color:#F40000;
font-weight:bold;
}	
.discount {
color:#F40000;
font-weight:bold;
padding:0;
}


/********************************************* JUNE 18 *******************************************/
/*More fixes July 01*/

/*Align Register Now button in sign-in page*/
#content .three_column .middle_column #new_user p .button.oversized {
padding-left:10px;
}
/*Align GoShopping Now button in sign-in page*/
#content .three_column .right_column #sidebar_mini_cart #edit_shopping_cart a  {
background:url("images/arrow_left.png") no-repeat scroll 10px 3px transparent;
line-height:46px;
padding:4px 4px 8px 50px;
}

/********************REGISTER NEW USER POP UP********************/
#lightview {
    z-index:99999999999999999999 !important;
}
#lightview  form.uberform label {
}
#lightview .full_column .box a  {
}
#lightview .full_column .box a:hover  {
}
.lv_contentBottom {
    overflow-y:auto !important;
}
#checkout_out_signup_form #login_form .box {
    -moz-border-radius:6px 6px 6px 6px;
    -webkit-border-radius:6px 6px 6px 6px;
    /* border:6px 6px 6px 6px; */
    background:url("images/bg_cont2.png") repeat-x scroll left top #000000;
    border:1px solid #AE1400;
    color:#FFFFFF;
    min-height:1px;
}
#checkout_out_signup_form #login_form .box h3  {
    background:url("images/menu_bg.jpg") repeat-x scroll left top transparent;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    /* border:3px 3px 0 0; */
    font-size:16px;
    line-height:10px;
    margin-bottom:-30px;
    text-shadow:0 0 3px #000000;
}
#checkout_out_signup_form #login_form .box p{
    margin:0 15px 15px;
}
#checkout_out_signup_form #login_form .box form{
    margin:0 15px 15px;
}
#checkout_out_signup_form #login_form .box  h4.one {
    background:url("images/form_numbers.png") no-repeat scroll 0 -10px transparent;
    clear:both;
    line-height:25px;
    padding:0 0 0 40px;
}
#checkout_out_signup_form #login_form  h4 {
    margin-left:50px;
}
#checkout_out_signup_form #login_form .box  h4.two {
    background:url("images/form_numbers.png") no-repeat scroll 0 -48px transparent;
    clear:both;
    line-height:25px;
    padding:0 0 0 40px;
}
#checkout_out_signup_form #login_form .box div.pseudo_field span.description {
    margin-top:0;
    width:150px;
    display:inline-block;
    float:left;
    padding-top:6px;
    vertical-align:top;
}
#checkout_out_signup_form #login_form .box div.pseudo_field span.ps_description {
    display:inline-block;
    float:left;
    padding-top:6px;
    vertical-align:top;
}
#checkout_out_signup_form #login_form .box h4.three {
    background:url("images/form_numbers.png") no-repeat scroll 0 -89px transparent;
    clear:both;
    line-height:25px;
    padding:0 0 0 40px;
    margin-left:50px;
}
#checkout_out_signup_form #login_form .box h4.four {
    background:url("images/form_numbers.png") no-repeat scroll 0 -134px transparent;
    clear:both;
    line-height:25px;
    padding:0 0 0 40px;
}
#checkout_out_signup_form #login_form .box form.uberform div.check_field {
    margin-bottom:10px;
    margin-left:225px;
}
#checkout_out_signup_form #login_form .box form.uberform div.signup_captcha {
    margin-left:180px;
}
#checkout_out_signup_form #login_form .box button#submit_to_create_new_account {
    font-size:12px;
    font-weight:bold;
}
/*Error message popUp SignUp Menu*/
#checkout_out_signup_form #login_form .box span#register_error {
    color:red;
    display:block;
    font-size:14px;
    line-height:25px;
    margin-top:-15px;
    padding:25px 15px 15px 55px;
}
#checkout_out_signup_form #login_form .box span#check_screenname  {
    line-height:20px;
    padding-left:5px;
}
/********************END REGISTER NEW USER POP UP********************/




/*ALL SITES fix game overview*/
div.markdown li {
background:url("images/dbullet.png") no-repeat scroll left center transparent;
color:#ACACAC;
font-size:14px;
list-style:none outside none;
margin-bottom:10px;
margin-left:15px;
padding-left:0;
}
div.markdown ul li {
margin-left:0;
}


/*ALL SITES Facebook */
.fbconnect_login_button{
display:none !important;
}
.fbconnect_login_button:hover{
display:none !important;
}
div#search div#results div.game.horizontal div.rating { display:none; }

/*alphabetic title in new releases*/
#browse_heading .alphabetical{
font-size:10px;
font-weight:bold;
}

/*Current price before sale*/
.price .current_price.on_sale {
display:none!important;
}


/* Forgot Page and Forgot Page after failed (HAS IE RULE)*/
#account_forgot_password #content {
background:transparent;
padding:0;
}
#account_forgot_password .recover_password {
background:url("images/onepixel_black.png") repeat scroll 0 0 transparent;
display:block;
margin-top:20px;
-moz-border-radius:0 0 5px 5px;
border:1px solid #5F0101;
}
#account_forgot_password .recover_password h2.page_title {
-moz-border-radius:5px 5px 0 0;
background:url("images/required/header_bg_short.png") repeat-x scroll 0 0 transparent;
color:#FFFFFF;
display:block;
font-size:18px;
height:23px;
line-height:6px;
padding:15px 15px 0;
text-transform:uppercase;
}
#account_forgot_password .recover_password p {
margin:0 auto;
}
#account_forgot_password form.uberform {
margin:0 auto;
padding-bottom:20px;
padding-left:15px;
width:294px;
}

/* More Facebok hide */
#facebook_connect {
display:none;
}