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

a {
  color: #618042;
  text-decoration: none; }

a, 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; }

#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 {
  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 {
      float: left;
      margin-right: 10px; }
  .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%; }
  div.markdown p {
    margin-bottom: 15px; }
    div.markdown p:last-child {
      margin-bottom: 0; }
  div.markdown ul {
    padding-left: 1.5em; }
    div.markdown ul li {
      list-style-type: disc; }

#browse_heading {
  line-height: 19px;
  text-align: center; }
	#browse_heading .alphabetical {
		font-family: Helvetica, Arial, sans-serif;
		text-decoration: none;
	    display: inline;
	    font-size: 12px; }
    #browse_heading .alphabetical li.current a {
      font-weight: bolder;
	  color:#333333;
      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: #3F5A02 url(/images/flash_message.png) 10px 8px no-repeat;
  color: white;
  line-height: 34px;
  padding: 5px 5px 5px 55px;
  margin-bottom: 10px; }
  div.flash.error {
    background: #9A0B0B url(/images/flash_error.png) 10px 6px no-repeat; }
  div.flash.warning {
    background: #F58A05 url(/images/flash_warning.png) 10px 7px no-repeat; }

a.button {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  overflow: visible;
  padding-left: 2px;
  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; }
  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 {
    text-shadow: 1px 1px 3px black;
    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;
  overflow: hidden; }
.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; }
  .feature .game .price.stricken span.strike_price, .games.tiled .game .price.stricken span.strike_price {
    margin-left: 6px;
	display:none;}
  	
	
	
	

.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: inline-block; }
	body#catalog_show  .feature .game .review_summary .rating, .games.tiled .game .review_summary .rating {
		margin-top:10px;}
  .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: 32px;
	  font-weight:bold;
      line-height: 16px; }
    .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;}
	body#catalog_browse .full_column .feature .game.medium, body#catalog_browse .full_column .feature .game.small, body#catalog_browse .full_column .games.tiled .game.medium, body#catalog_browse .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 #E3E3E3;
	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;
      height: 28px;
      white-space: normal;
      margin-bottom: 2px; }
    .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: 28px;
      overflow: hidden; }
	  .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 {
    height: 14px; }
  .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 {
    display: none;
  }


.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 #ccc; }
    .games.listed .game:last-child {
      border-bottom: 0; }
    .games.listed .game .content {
/*       height: 75px; */
      overflow: 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: underline; }
    .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%; }

.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 {
  padding: 10px; }
  .sidebar .feature .game.small {
	display:block;
    margin-bottom: 10px; }
    .sidebar .feature .game.small h4 {
      font-size: 11px;
      overflow: visible; }
    .sidebar .feature .game.small:last-child {
      margin-bottom: 0; }
    .sidebar .feature .game.small .thumbnail {
      float: left; }
    .sidebar .feature .game.small .info {
      margin-left: 70px;
 	  margin-bottom: 15px; } 
    .sidebar .feature .game.small .content {
      margin: 0;
      min-height: 75px; }
    .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: 200px;
    padding: 2%;
    font-size: 14px; }
  #review_form .uberform label {
    width: 20%; }
  #review_form .uberform button {
    margin-left: 23%; }

div.showcase {
  width: 780px;
  height: 435px;
  position: relative;
  margin-bottom: 10px;
  background: white;
  overflow: visible;
  background: transparent url(images/required/showcase_bottom_bg.png) repeat-x bottom;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  div.showcase div.video {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px; }
  div.showcase .content_container {
    height: 345px;
    background: black url(images/required/showcase_bg.png) repeat-x top; }
  div.showcase li a.more_info {
    color: white;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: underline; }
  div.showcase li .info {
    position: absolute;
    width: 160px;
    top: 0;
    right: 0;
    padding: 10px;
    height: 325px;
    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: white;
      font-size: 18px; }
    div.showcase li .info .purchasing {
      position: absolute;
      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: black;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -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;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 20px black;
  -webkit-box-shadow: 3px 3px 20px black;
  box-shadow: 3px 3px 20px 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;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    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; }

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; }

h1#logo {
  float: left;
  padding: 0;
  margin: 15px 0 0;
  line-height: 90px;
  font-size: 42px; }

#account_menu {
  margin-top: 56px;
  float: right;
  font-size: 12px;
  line-height: 28px;
  padding: 2px 0; }
  #account_menu ul a, #account_menu span a {
    text-decoration: underline; }
  #account_menu span, #account_menu ul, #account_menu .cart_status {
    float: left; }
  #account_menu .cart_status, #account_menu .cart_status a {
    color: black; }
  #account_menu .cart_status {
    font-size: 14px; }
  #account_menu ul li {
    float: left; }
    #account_menu ul li a {
      display: block;
      padding: 0 4px; }

#menu {
  clear: both;
  padding-top: 15px;
  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: 28px;
      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: 28px;
      padding: 0;
      position: relative; }
      #menu #navigation > li.submenu {
        padding-right: 10px; }
      #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; }
        #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; }
        #menu #navigation > li a:hover {
          text-decoration: underline; }
      #menu #navigation > li > ul {
        display: none; }
      #menu #navigation > li:hover > ul {
        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;
  margin-bottom: 15px;
  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 {
      padding: 0 0 0 24px;
      border: 0;
      height: 23px;
      line-height: 23px; }
  #submenu ul {
	display: none;
    width: 65%;
    float: left;
    height: 33px;
    overflow: hidden; }
    #submenu ul li {
      float: left; }
      #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; }
	
	.shelf a.thumbnail .shine {	
    z-index: 1000;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    background: transparent url(images/account_game_plus.png) no-repeat top left; }
  .shelf a.thumbnail:hover .shine, .shelf .game:hover a.thumbnail .shine {
    background-image: url(images/required/account_game_plus.png); }
  .shelf a.thumbnail.large .shine {
    width: 180px;
    height: 220px;
	background: transparent url(images/large_shadow.png) no-repeat  8px 6px; }
  .shelf a.thumbnail.medium .shine {
    width: 120px;
    height: 145px;
    background-position: 8px 8px; }
  .shelf a.thumbnail.medium:hover .shine {
    width: 120px;
    height: 145px;
	background: transparent url(images/account_game_plus.png) no-repeat  -122px 8px; }
  .shelf a.thumbnail.small .shine {
    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%; }

#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; }

#purchase_thanks {
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 15px; }
  #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; }
    .purchased_game .heading span.meta {
      font-size: 12px;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70);
      opacity: 0.7; }
  .purchased_game .actions {
    float: right; }

.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 span.note {
      font-size: 11px;
      display: block;
      margin-bottom: 8px; }
  #games_show .focus .video {
    float: left; }
  #games_show .focus .thumbnail {
    float: left;
    margin-right: 15px;
	width:160px;}
  #games_show .focus .buy_widget {
    width: 365px;
    float: left; }
  #games_show .focus .buy_now span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;}
    #games_show .focus .buy_now span strong {
      font-weight: normal; }
#games_show .two_column.secondary {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

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

.section.details {
  font-size: 12px; }
.section.details dd img {
    width:40px; }
  .section.details dt {
    clear: left;
    float: left;
    text-align: right;
    font-weight: bold;
    width: 30%;
    margin-bottom: 5px; }
  .section.details dd {
    margin-bottom: 5px;
    margin-left: 33%; }

.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 0;
  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; 
	color: #494949; }
    .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; }
  #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;
  border-bottom: 3px solid;
  border-color: #444444; }
  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 {
    background: #dddddd; }

#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; }
  table#cart thead th {
    background: #444444;
    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.title h4, table#cart tfoot td.title h4 {
    font-size: 14px; }
  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; }
  table#cart tr.coupon td {
    text-align: left; }
  table#cart tr.subtotal {
    background: #bbbbbb; }
  table#cart tr.subtotal td, table#cart tr.subtotal th  {
    background: #bbbbbb; }
  table#cart tr.total {
    background: #777777;
    color: white; }

form.uberform {
  font-size: 12px; }
  form.uberform fieldset {
    padding-top: 10px;
    margin-bottom: 15px; }
  form.uberform legend {
    padding-left: 175px;
    display: block;
    font-size: 18px; }
  form.uberform p {
    margin-bottom: 15px; }
  form.uberform div.field_row {
    clear: left;
    margin-bottom: 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; }
  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;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px; }
div.game.vertical a.button {
  margin-top: 2px; }

div.game.horizontal h4 {
  font-size: 14px;
  height: 24px;
  overflow: hidden;
  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 {
  padding-bottom: 10px; }
#sessions_new #new_user {
	height:203px;
}
#sessions_new #new_user, #sessions_create #new_user {
  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 {
  padding: 15px 0; }
  #sessions_new #sign_in h3, #sessions_create #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 form.uberform label {
    width: 33%; }
  #account_forgot_password form.uberform button {
    margin-left: 24%; }
#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: 7px 10px;
  margin: 0 0 10px 0;
  font-weight: bold;
  background: #feb; }

#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: #ccc; }
  #why_this_store ul {
    list-style: disc;
    padding-left: 30px;
    line-height: 150%;
    margin-bottom: 10px; }

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

body {
  background: #e3e3e3 url(images/body_bg.png) repeat-x top left;
  color: #333; }

#email_body {
  background: #e3e3e3 url(http://games.gamestreamer.net/images/body_bg.png) repeat-x top left;
  color: #333; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
html { background:#e3e3e3; }
}
.two_column.secondary {
  margin: 30px -50px 20px;
  padding: 25px 50px;
  color: white; }
  .two_column.secondary div.section > h3 {
    color: #494949; }

h2.page_title {
  font-size: 24px;
  font-weight: normal;
  color: #888;
  text-transform: uppercase; }



.full_column .feature, .list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: white url(images/black_bottom_lowlight.png) repeat-x bottom;}
  .full_column .feature h3, .full_column .feature > div.heading, .list h3, .list > div.heading {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 15px;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    background: #666666 url(images/white_highlight.png) repeat-x top; }

.list #browse_heading a {
  color: white; }
.list .games.tiled {
  padding: 0 15px; }

.box, .full_column.sign_in .box, body#account_forgot_password div#content {
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #818181 url(images/black_bottom_lowlight.png) repeat-x bottom;
  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 {
    /*padding: 0 10px 0px;*/ }
    .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;}
  .box h3, .full_column.sign_in .box h3, body#account_forgot_password div#content h2, div.secondary_banner h3 {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    background: #666666 url(images/white_highlight.png) repeat-x top;
    margin: 0 0 10px; }
  .box .feature h3, .full_column.sign_in .box .feature h3 {
    margin: -10px -10px 10px; }
  .box a, .full_column.sign_in .box a {
    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 {
  background-color: white;
  color: black; }
  .wide .box .game.listing .price, .full_column .box .game.listing .price {
    background: #eee;
    color: black; }
  .wide .box .trial a, .full_column .box .trial a {
    color: #618042; }
  .wide .box a, .full_column .box a {
    color: #618042; }

.game.listing h4 a {
  color: black;
  font-weight: bold;
  text-transform: uppercase; }
.game.listing .price {
  background: #d8d8d8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width:95px;}

.game.listing.medium .price {
	width:65px;}


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


 a.button span.cart {
	background:none;
	padding:0;
	color: #fff;
}

span.purchase a.button {
	color: #fff;
}
 
  
  div.games div.game.listing.large a.button, div.game.horizontal a.button { 
  color: white;
  width:73px;
  height: 23px;
  line-height: 23px;
  margin-left:0;
  display: inline-block;
  overflow: visible;
  background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -294px -51px;
  padding-left: 22px;
  font-size: 11px;
  font-weight:bold;
  text-align: left;
  margin-top:-2px;
  }
  div.games div.game.listing.large a.button:hover, div.game.horizontal a.button:hover {
	background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -391px -51px; 
  }
  div.games div.game.listing.large a.button:focus, div.game.horizontal a.button:focus {
	background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -487px -51px;  
  }
  .full_column .feature .game.listing.medium a.button { 
    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -644px -51px;
    width:69px;
  }
  .full_column .feature .game.listing.medium a.button:hover { 
    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -717px -51px;
    width:65px;
	padding-left:5px;
  }
  .full_column .feature .game.listing.medium a.button:focus { 
    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -789px -51px;
    width:65px;
	padding-left:5px;
  }
  .sidebar .feature .game.listing.small a.button .cart { 
  	padding-left:0px;
  }
  .sidebar .feature .game.listing.small a.button { 
    background: transparent url(images/required/pcgamestore-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/pcgamestore-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/pcgamestore-assets-buttons.png) no-repeat scroll -789px -121px;
    width:45px;
	padding-left:0px;
	text-align:center;
  }
  
 a.button.owned { 
    width:95px;
	background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -294px -131px;
    padding-left: 0px;
    text-align: center; 
  }
  a.button.owned:hover { 
    width:95px;
    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -391px -131px;
    padding-left: 0px;
    text-align: center; 
  }
    a.button.owned:focus { 
    width:95px;
    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -487px -131px;
    padding-left: 0px;
    text-align: center; 
  } 
  
  .full_column .feature .game.listing.medium a.button.owned { 
    background: transparent url(images/required/pcgamestore-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/pcgamestore-assets-buttons.png) no-repeat scroll -943px -51px;
  }
  .full_column .feature .game.listing.medium a.button.owned:focus { 
    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -1015px -51px;
  }
  
  .sidebar .feature .game.listing.small a.button.owned { 
    background: transparent url(images/required/pcgamestore-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/pcgamestore-assets-buttons.png) no-repeat scroll -943px -121px;
  }
  .sidebar .feature .game.listing.small a.button.owned:focus { 
    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -1015px -121px;
  }
  
  
  a.button.download { 
  background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -10px -10px;
  width:90px;
  padding:0;
  text-align:center
  }
  a.button.download:hover {
	background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -10px -34px; 
  }
  a.button.download:focus {
	background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -10px -58px;  
  }
  
  
  a.button strong {
    background: transparent;
    padding: 0; }

#account_menu {
  background: #ffd;
  padding: 0 6px; }
  #account_menu .cart_status {
    padding: 0 8px;
    margin: 0 3px;
    line-height: 24px;
    background: #fffb9b url(images/top_cart_bg.png) repeat-x bottom;
    border: 1px solid #d5c17a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

#auxillary > li {
  border: 1px solid #aaa;
  border-bottom: 0;
  border-right-width: 0;
  background: white url(images/auxillary_bg.png) repeat-x bottom;
  color: #777;
  text-transform: uppercase; }
  #auxillary > li.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px; }
  #auxillary > li.last {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-right-width: 1px; }

#menu {
  clear: both;
  padding-top: 15px;
  display: inline-block;
  display: block; }
  #menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #menu #navigation > li {
    float: left;
    background: #c9e063 url(images/menu_bg.png) repeat-x bottom;
    border: 1px solid #a8c631;
    border-right: 1px solid #7ca000;
    border-left-width: 0;
    border-bottom-width: 0;
    position: relative; }
    #menu #navigation > li.submenu {
      padding-right: 10px; }
    #menu #navigation > li.breadcrumb a, #menu #navigation > li.breadcrumbed a, #menu #navigation > li.current a {
      color: #c9e063; }
    #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;
      border-color: #365800; }
      #menu #navigation > li.current > a {
        border-right: 0; }
      #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;
      text-transform: uppercase;
      padding: 0 14px; }
      #menu #navigation > li a:hover {
        text-decoration: underline; }
    #menu #navigation > li.first {
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      border-left-width: 1px; }
    #menu #navigation > li.last {
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      border-right-width: 1px; }
      #menu #navigation > li.last a {
        border-right: 0; }
    #menu #navigation > li > ul {
      display: none; }
    #menu #navigation > li:hover > ul {
	  height:310px;
	  overflow: auto;
      z-index: 10000;
      display: block;
      position: absolute;
      top: 26px;
      background: #365800;
      font-size: 11px;
      width: 160px;
      border-top: 1px solid #7ca000; }
      #menu #navigation > li:hover > ul > li {
        padding: 0;
        float: none;
        width: 100%; }
        #menu #navigation > li:hover > ul > li > a {
          line-height: 18px;
          padding: 2px 5px;
          display: block;
          float: none;
          color: #efb; }
          #menu #navigation > li:hover > ul > li > a:hover {
            background: #240; }

#submenu {
  height: 33px;
  background: #355600 url(images/submenu_bg.png) repeat-x top;
  margin-bottom: 15px;
  line-height: 33px; }
  #submenu ul a {
    color: #dfa;
    text-transform: uppercase;
    font-size: 11px; }
  #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 {
      padding: 2px 2px 2px 24px;
      border: 0;
      background: white url(images/search_bg.png) no-repeat 5px center;
      height: 16px;
      line-height: 16px; }

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

#games_show .focus {
  background: #000;
  padding: 10px;
  color: white; }
  #games_show .focus .thumbnail {
    -moz-box-shadow: 0px 2px 8px black;
    -webkit-box-shadow: 0px 2px 8px black;
    box-shadow: 0px 2px 8px black; }
  #games_show .focus .buy_now span {
    color: #ccc;
	padding-left:10px;}
    #games_show .focus .buy_now span strong {
      color: white;
      font-weight: bold; }

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

.gallery li {
  padding: 2px; }
.gallery img {
  border: 3px solid white;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.secondary_banner {
  color: white;
  background: url("images/black_bottom_lowlight.png") repeat-x scroll center bottom #FFFFFF;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .secondary_banner .secondary_actions {
    margin-left: 115px;
    padding-top: 10px;
    border-top: 1px solid #444; }
    .secondary_banner .secondary_actions .note {
      color: #494949;
      margin-bottom: 3px;
      display: block; }
.secondary_banner .buy_widget {
	padding:10px;
}

#review_form {
  background: #555555 url(images/black_bottom_lowlight.png) repeat-x bottom;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }
  #review_form h3 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal; }

.review_heading {
  padding-bottom: 15px;
  border-bottom: 2px solid #444; }
  .review_heading a.button, .review_heading a.button strong {
    background: black url(images/white_highlight.png) repeat-x top; }

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

a.more {
  border: 1px dashed #ccc;
  color: #666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  a.more:hover {
    background: white;
    border-style: solid;
    color: #618042; }

.full_column .game:hover {
  /*background: #f5f5f5;*/ }

table.tabular {
  background: white; }
  table.tabular tbody tr.odd td, table.tabular tbody tr.odd th {
    background: #f5f5f5; }

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

#game_checkout_form {
  padding: 15px;
  border: 1px solid #aaa;
  background: white url(images/black_bottom_lowlight.png) repeat-x bottom; }

.full_column.sign_in .box {
  font-size: 14px; }
  .full_column.sign_in .box a.button {
    margin-bottom: 10px;
    background: #333; }
    .full_column.sign_in .box a.button strong {
      background: #333; }

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

#register_reason {
  background-color: #ccc; }

.purchased_game {
  background: #eee;
  border-top: 1px solid #ccc; }
  .purchased_game:last-child {
    border-bottom: 1px solid #ccc; }
  .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;
	background:transparent url(images/required/pcgamestore-assets-buttons.png) -294px  -10px no-repeat; 
	height:21px;
	width:95px;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:bold;
	color:#000;} 
  .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:url(images/required/pcgamestore-assets-buttons.png) -644px  -10px no-repeat; }
	
	
	.sidebar .box .game.listing.small .price {
		text-align:left;
		width:45px;}
  .sidebar .box .game.listing.small .current_price {
    background:url(images/required/pcgamestore-assets-buttons.png) -644px -80px no-repeat ;
    color: #000;
	display:inline-block;
	margin:0;
	padding:0;
	width:45px;
	text-align:center;
	}
    .sidebar .box .game.listing .price.stricken span.strike_price {
      margin-left: 3px;
	  color:#000;}
	  
	  a.trial span.even_more {
			display:none;  
	  }

	  
  .browse_on {
    color: #888;
    font-size: 14px; }
  .browse_on a, body#catalog_browse div.list a.more {
    display: inline-block;
    line-height: 50px; 
	color: white;
	background:url(images/required/pcgamestore-assets-buttons.png) -285px -164px no-repeat;
	height:48px;
	width:295px;
	text-transform:uppercase;}
  .browse_on a:hover, body#catalog_browse div.list a.more:hover {
	background:url(images/required/pcgamestore-assets-buttons.png) -285px -214px no-repeat;
	color:#3d6400;}
  .browse_on a:focus, body#catalog_browse div.list a.more:focus {
	background:url(images/required/pcgamestore-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 230px;
		padding:0px;
		text-align:center;
		}
	
	
  .sidebar .feature .game.small .content {
	display:block;
	padding-bottom:10px;}
  .sidebar .feature .game.small .content {
	border-bottom:1px solid #666666;
	margin:0 0 10px;}
	.sidebar .feature .game.small .review_summary {
	margin-bottom: 20px;
	}
	
	body#catalog_show .sidebar .feature .game.small .review_summary {
	margin-bottom: 10px;
	}
	
	body#catalog_browse .games.listed .price span.current_price { 
		margin-left:20px;
		margin-top:-1px;
		font-size:14px;
		padding-top:4px;
		height:18px;
	}
	
	.sidebar .recommendations .game.small {
	  margin-bottom: 0;
	}
	
	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 {
		border-bottom:1px solid #CCC;	
		min-height: 75px;
		padding-bottom 5px;
	}
	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/pcgamestore-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/pcgamestore-assets-buttons.png) -578px -367px no-repeat;		
	}
	
	body#games_show .buy_now a.button:focus, #checkout_button:focus {
		background:url(images/required/pcgamestore-assets-buttons.png) -578px -417px no-repeat;		
	}
	.oversized {
	width:auto;	
	}
	body#games_show .review_heading a.button {
		width:auto;
		padding:0 8px;
	}
	
	body#sessions_new a.button.oversized {
		width:auto;
		padding:0 8px;
	}

	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#shopping_cart_show table#cart a.button, body#shopping_cart_checkout table#cart a.button {
		background:url(images/required/pcgamestore-assets-buttons.png) -10px -10px no-repeat;
		color: #FFF;
		width:88px;
	}
	
	body#shopping_cart_show table#cart a.button:hover, body#shopping_cart_checkout table#cart a.button:hover {
		background:url(images/required/pcgamestore-assets-buttons.png) -10px -34px no-repeat;		
	}
	
	body#shopping_cart_show table#cart a.button:focus, body#shopping_cart_checkout table#cart a.button:focus {
		background:url(images/required/pcgamestore-assets-buttons.png) -10px -58px no-repeat;		
	}
    body.shopping_cart table#cart button {
		background:url(images/required/pcgamestore-assets-buttons.png) -800px -326px no-repeat;	
		border:none;
		height:30px;
		color:white;
		padding:0;
		width:92px;}
		
		body.shopping_cart table#cart button:hover {
		background:url(images/required/pcgamestore-assets-buttons.png) -800px -371px no-repeat;	}
		
		body.shopping_cart table#cart button:focus {
		background:url(images/required/pcgamestore-assets-buttons.png) -800px -416px no-repeat;	}

  
  
  
  
  
  
   .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 {
	   
   }

  button.createmyaccount, input.createmyaccount, button.buynow, input.buynow {
	border:none;
	color: #888;
    font-size: 12px;
    display: inline-block;
    line-height: 50px; 
	color: white;
	background:url(images/required/pcgamestore-assets-buttons.png) -580px -314px no-repeat;
	height:52px;
	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/pcgamestore-assets-buttons.png) -580px -365px no-repeat;
	color:#3d6400;}
  button.createmyaccount:focus, input.createmyaccount:focus, button.buynow:focus, input.buynow:focus {
	background:url(images/required/pcgamestore-assets-buttons.png) -580px -415px no-repeat;
	color:#fff;} 
	
	

	body#sessions_new div#register_reason h3 {
		margin-bottom:20px;	
	}
	
	body#sessions_new div#register_reason {
		padding-bottom:20px;	
	}
	
	body#sessions_new div#register_reason h4 {
		padding-left:15px;
	}
	
	body#sessions_new p.buy, body#sessions_new p.support, body#sessions_new p.join {
		padding-left:80px;
	}
	
	body#sessions_new p.buy {
		background:url(images/required/buy_bg.png) 5px -6px no-repeat;
	}
	
	body#sessions_new p.support {
		background:url(images/required/support_bg.png) 5px 0px no-repeat;
	}
	
	body#sessions_new p.join {
		background:url(images/required/join_bg.png) 5px 0px no-repeat;
	}

	body#sessions_new #login_form .box h3, body#sessions_new  #sign_in.box h3 {
		background:#000000 url(images/white_highlight.png) repeat-x scroll center top;	
	}
	
	body#sessions_new #login_form h4.one {
		background:url(images/form_numbers.png) 0px -10px no-repeat;
		padding:0px 0 0 35px;
		line-height:25px;
			clear:both;
	}
	
	body#sessions_new #login_form h4.two {
		background:url(images/form_numbers.png) 0px -48px no-repeat;
		padding:0px 0 0 35px;
		line-height:25px;
			clear:both;
	}
	
	body#sessions_new #login_form h4.three {
		background:url(images/form_numbers.png) 0px -89px no-repeat;
		padding:0px 0 0 35px;
		line-height:25px;
			clear:both;
	}
	
	body#sessions_new #login_form h4.four {
		background:url(images/form_numbers.png) 0px -134px no-repeat;
		padding:0px 0 0 35px;
		line-height:25px;
		clear:both;
	}
	
body#account_forgot_password form.uberform a {
	color: #fff;
	margin-left: 10px;
}

body#account_forgot_password form.uberform a:hover {
	text-decoration: underline;
	font-weight: bold;
}
	
 button.signin, body#account_forgot_password form.uberform button { 
  color: white;
  width:90px;
  height: 30px;
  background: transparent url(images/required/pcgamestore-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/pcgamestore-assets-buttons.png) no-repeat scroll -800px -370px;
  }
  button.signin:focus {
  background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -800px -415px;  
  }
  
  
  
/*  body#shopping_cart_purchase div.purchased_game a.button, body#shopping_cart_purchase div#purchase_thanks a.button {
	background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -917px -330px;
	font-size:11px;
	padding:0;
	margin:0;
	text-align:center;
	width:120px;
	height:25px;}
	
  body#shopping_cart_purchase div.purchased_game a.button:hover, body#shopping_cart_purchase div#purchase_thanks a.button:hover {
	background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -917px -375px; }
  
  body#shopping_cart_purchase div.purchased_game a.button:focus, body#shopping_cart_purchase div#purchase_thanks a.button:focus {
	background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -917px -420px; }
 
 
    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;
	}*/
	
/* 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/pcgamestore-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/pcgamestore-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/pcgamestore-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/pcgamestore-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/pcgamestore-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/pcgamestore-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 {
  color: #FFFFFF;
  line-height:23px;
  width:100%;
  padding:0;
  margin:0;
  height:25px;
  font-weight:normal;
  text-decoration:none;}

div#search  div#results {
	background:url(images/onepixel.png) repeat;
	z-index: 10000;
	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;
	padding-bottom: 4px;
}

div#search div.game.horizontal div.price.stricken {
	margin-top:8px;
}

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

div#search div.game.horizontal div.review {
        display: block;
}

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

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

body#shopping_cart_purchase .sidebar a.button {	
  width:150px;
  height:50px;
  background:url(images/required/pcgamestore-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/pcgamestore-assets-buttons.png) -578px -367px no-repeat;
  color:#fff;}
	
body#shopping_cart_purchase .sidebar a.button:focus {
  background:url(images/required/pcgamestore-assets-buttons.png) -578px -417px no-repeat;
  color:#FFF;}

	
	a#account_and_settings.button {
	background:transparent url(images/required/pcgamestore-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;
	color: #FFF;}
	
   a#account_and_settings.button:hover {
	background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -297px -474px; }
  
   a#account_and_settings.button:focus {
	background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -297px -516px; }
 

	
	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;
	}
	
	body#account_edit .user_info h2, body#account_show .user_info h2, body#games_show .user_info h2 {
		font-size:25px;
		color:#343434;
		padding-top:5px;
		margin-bottom:2px;
	}
	
	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#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 {
  		display: inline-block;
   		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;
	}
	
	body#games_show div.download h4 {
		color:#000;
		margin:10px 0;
		float:left;
		width:100%;
		font-weight:normal;
		
	}
	
	dl.times {
		float:right;
		margin-right:8px;
	}
	
	body#games_show dl#purchase_info {
		margin-top:10px;
		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:#222;
		font-weight: bold;
	}
	
	body#games_show dl#purchase_info dd {
		text-align:left;
		width:100%;
		padding-left:10px;
		color:#000;
	}

	
	 dl.times dt, dl.times dd {
		float:left;
		font-size:11px;
	}

	
	dl.times dd {
		color:#000;
	}

	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;	
	}
	
   button.save, input.save {
	border:none;
	color: #888;
    font-size: 12px;
    display: inline-block;
    line-height: 50px; 
	color: white;
	background:url(images/required/pcgamestore-assets-buttons.png) -739px -165px no-repeat;
	height:48px;
	width:172px;
	text-transform:uppercase;}

 button.save:hover, input.save:hover  {
	background:url(images/required/pcgamestore-assets-buttons.png) -739px -215px no-repeat;
	color:#3d6400;}
   button.save:focus, input.save:focus {
	background:url(images/required/pcgamestore-assets-buttons.png) -739px -265px no-repeat;
	color:#fff;} 
	
	
	button.update, input.update {
	border:none;
	color: #888;
    font-size: 12px;
    display: inline-block;
    line-height: 50px; 
	color: white;
	background:url(images/required/pcgamestore-assets-buttons.png) -913px -165px no-repeat;
	height:37px;
	width:160px;
	text-transform:uppercase;}

 button.update:hover, input.update:hover  {
	background:url(images/required/pcgamestore-assets-buttons.png) -913px -215px no-repeat;
	color:#000;}
   button.update:focus, input.update:focus {
	background:url(images/required/pcgamestore-assets-buttons.png) -913px -265px no-repeat;
	color:#fff;} 
	
	body#account_show div.reviews.box {
		width:678px;
	}
	
	body#account_show div.purchased_games.box {
		width:678px;
		margin-bottom:10px;	
	}
	
	body#account_show div.purchased_games.box h3 {
		margin:0;
		background:url(images/games_header.png) no-repeat top left;
	}
	
	body#account_show div.purchased_games.box .shelf {
		background:url(images/account_line_bg.png) repeat-y -1px -2px;
		min-height:190px;
	}
	
	
	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 div.purchased_games.box p.message {
color:#000000;
font-size:18px;
padding-top:60px;
text-align:center;
width:100%;
margin:0;
}
	
	
	body#games_show div#game_details.box {
		background:url(images/game_bg.png) no-repeat -3px -2px;
		width:678px;
		min-height:312px;
		margin-bottom:10px;	
	}
	
	body#games_show div#game_details.box a.thumbnail.large {
		float:left;
		margin:14px 20px 0;
	}
	
	body#games_show div#game_details.box .content {
		float:left;
		width:475px;
		height:240px;
	}
	
	body#games_show div#game_details.box h3 {
		background:none;
	}
	
	body#account_show div.purchased_games.box .game {
		float:left;	
		margin:15px 15px 0px;
		height:154px;
	}
	
	body#account_show div.purchased_games.box .game .rating {
		margin-top:9px;
	}
	
	a.button.direct_download_button { 
  		background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -913px -165px;
  		width:160px;
		height:29px;
 		padding:6px 0 0;
 		text-align:center;
		font-size:12px;
		float: left;
  	}
    a.button.direct_download_button:hover {
	    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -913px -215px; 
		color:#000;
    }
    a.button.direct_download_button:focus {
	    background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -913px -264px;  
    }
	
	
	body#catalog_show .sidebar .feature .game.small h4 {
				font-size:12px;
				overflow:visible;
				white-space:normal;
				margin-bottom:3px;
				width:100%;
				
			}
			
	body#catalog_show .sidebar .feature .game.small .info {
				margin-left:70px;
					
			}
			
	body#catalog_show .sidebar .feature .game.small .thumbnail {
				display:block;
				margin:0;
				position:relative;
				top:0;
				
			}

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

	div#footer_links_snippet ul {
		
	}

	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#catalog_show .showcase a.button {
		width:83px;
		height:29px;
		background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -10px  -200px ;
		padding-top:5px;
		font-size:12px;
		padding-left:30px;
	}
	
	body#catalog_show .showcase a.button:hover {
		background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -10px  -250px ;
	}
	
	body#catalog_show .showcase a.button:focus {
		background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -10px  -300px ;
	}
	
	body#catalog_show .full_column .showcase  .price span.current_price {
		background:transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -10px -350px;
		width:110px;
	}
	

p {
  margin: 15px;
}

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

body#games_show div#review_form button { 
  color: white;
  width:152px;
  height: 34px;
  background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -746px -172px;
  font-size: 11px;
  font-weight:bold;
  text-align: center;
  border:none;
  cursor:pointer;}
  
body#games_show div#review_form  button:hover {
  background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -746px -222px;
  color:#333;}
  
body#games_show div#review_form button:focus {
  background: transparent url(images/required/pcgamestore-assets-buttons.png) no-repeat scroll -746px -271px;}




body#games_show .sidebar .feature .game.small .content {


min-height:90px;

display:block;
padding-bottom:0;
margin:0;
margin-bottom:10px;
}

body#games_show .feature .game .content, .games.tiled .game .content {
position:relative;
}

body#games_show .sidebar .feature .game.small h4 {
margin-top:4px;
min-height:24px;
}

body#games_show div.requirements  div.markdown p {
	margin:0px 20px 10px;
}

body#games_show  div.overview {
	padding-right:15px;
}

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

body#catalog_show .sidebar .feature {
	width:160px;
}

body#account_edit div.pseudo_field strong {
display:block;
margin-bottom:6px;
margin-left:0;
margin-right:0;
margin-top:8px;
}

body#account_show  div.reviews.box h4 {
	padding-left:12px;
}

body#account_show  div.reviews.box .body h4 {
	padding-left:0;
	display:inline-block;
	margin-bottom:0;
}

body#account_show  div.reviews.box .review .body p {
	margin-left:0;
	margin-right:0;
}
  

body#account_show .full_column .reviews.box h4 div.rating {	
  display:inline-block;}
  
  
body#catalog_show .showcase  .details p {
	margin:0;	
}

body#catalog_show .feature  .game.listing.large .review_summary div.rating {	
	margin-right:20px;
}

body#catalog_browse .games.listed .game .content .details p {
	margin:0;
}


body#sessions_new div#sign_in form a {
	margin-left:10px;	
}


body#sessions_new div#latest_member_box div.avatars, body#sessions_create div#latest_member_box div.avatars {
	padding-left:8px;
}







/* password */

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;
	color:white;}

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;
	color:white;}

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;
	color:white;}

body#sessions_new div.pseudo_field  span.description, body#sessions_new 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 {
	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 {
}

body#sessions_new div.pseudo_field, body#sessions_new div.field_row {
display:block;
}

form.uberform div.field_row {
clear:left;
display:block;
margin-left:-10px;
padding-top:10px;
}

/* 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 #666; 
  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:#333;
  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:#999999;
  font-size:14px;
  padding:4px 0 2px 10px;
  width:290px;}
	
#game_bundles p.total span {
  text-decoration:line-through;
  color:#ccc;}
  
#game_bundles p.discount {
  font-size:16px;
  color:#FFF;
  text-transform:uppercase;
  padding:6px 0 6px 10px;
    width:290px;}
  
#game_bundles p.discount strong {
  font-weight:normal;}
	
#game_bundles p.discount span {
  color:#7AB436;}
  
#game_bundles p.action a {
	margin-top:0;
	width:275px;
	background:url(images/required/pcgamestore-assets-buttons.png) no-repeat -285px -323px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	height:30px;
	padding:3px 0 0 20px;
	border:none;
	float:none;
	display:block; }
#game_bundles div.boxshot a.thumbnail {
	width:60px;}
	
#game_bundles p.action a, #game_bundles p.action, #game_bundles p, #game_bundles .boxshot {
	display: inline-block;
  display: block;
  min-height:1px;
  margin:0;}
  
#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/pcgamestore-assets-buttons.png) no-repeat -285px -357px;}
  
#game_bundles p.action a:focus {
  background:url(images/required/pcgamestore-assets-buttons.png) no-repeat -285px -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:#000;
	font-weight:bold;
	font-size:18px;
	padding-top:1px;}

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

	body#catalog_browse a.button, body#games_show div.secondary_actions a.button { 
	  color: white;
	  width:75px;
	  height: 23px;
	  line-height: 23px;
	  margin-left:0;
	  display: inline-block;
	  overflow: visible;
	  background: transparent url(images/required/pcgamestore-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;
	  }

	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;
	}
	
body#games_show div#download_options div.stream h4 {
	float: left;
	width: 100%;
	margin-top: 5px;
}
body#account_edit form.uberform legend {
	text-transform: uppercase;
}
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#catalog_browse.catalog div.heading div.action, body#catalog_browse.catalog div.heading h2.page_title {
	display: none;
}
body#catalog_browse.catalog .two_column .sidebar.left {
	height: auto;
}

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;
}

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
}


/** VERTICAL SEARCH NEW RULES **/

div#search div#results .more {
border-top:1px solid #AAAAAA ;
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 div.game.horizontal .more {
border-top:none;
}
div#search div#results .more {
border-top:1px solid #AAAAAA ;
} */
div#search div#results {
/* background:url("images/streetfiretile.png") repeat scroll 0 0 transparent; */
background-color:black !important;
position:absolute;
z-index:9999999;
border:1px solid #AAAAAA ;
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:was 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 #AAAAAA ;
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;
}

/*new rule to prevent break*/
div#search div#results div.game.horizontal div.rating { 
margin-bottom:8px; 
}

/* END OF VERTICAL SEARCH */













/*NEW CART DROPDOWN MENU*/
#header{
position:relative;
z-index:4000;
}
#header #mini_cart  {
border:2px solid #FFCC04;
-moz-border-radius:5px;
z-index:10000 !important;
right:0px !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 #FFCC04;
}
#header #mini_cart table.tabular tbody tr.even{
  border-bottom:2px solid #FFCC04;
}
#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/pcgamestore-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/pcgamestore-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 left center transparent;
padding-left:20px !important;
}
#header #account_menu #view_mini_cart a.view.mini_cart  {
background:url("images/triangle_down.png") no-repeat scroll left center 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 {
background:url("images/x.png") no-repeat scroll right center transparent;
color:#FF9900;
/* margin-left:-25px; */
padding-right:25px !important;
}

#header #account_menu {
  margin:55px 0 0 0;
  padding: 0; }
  
  
  /* LOGIN SHOPPING CART PAGE*/

/*LEFT COLUMN*/
#content .three_column .left_column {
width:340px;
}
#content .three_column .left_column #sign_in {
background: none repeat scroll 0 0 #EBEBEB;
color:#666666;
}
#content .three_column .left_column #sign_in h3 {
background:none repeat scroll 0 0 #EBEBEB;
color:#666666;
font-size:16px;
font-weight:bold;
text-align:center;
padding-top:15px;
}
#content .three_column .left_column #sign_in  form.uberform a {
color:#618042;
display:block;
margin-left:90px;
padding-top:10px;  
text-decoration:underline;	/*added borrar*/
}    
#content .three_column .left_column #sign_in  form.uberform div.field_row {
clear:left;
display:block;
font-weight:bold;
margin-left:0;
padding-top:0;
}

/*MIDDLE COLUMN*/
#content .three_column .middle_column {
width:340px;
margin-left:5px;
}
#content .three_column .middle_column #new_user {
background:none repeat scroll 0 0 #EBEBEB;
}
#content .three_column .middle_column #new_user h3{
background:none repeat scroll 0 0 #EBEBEB;
color:#666666;
font-size:16px;
font-weight:bold;
padding-top:15px;
}
#content .three_column .middle_column #new_user p{
color:#666666;
padding-left:10px;
padding-right:10px;
}
#content .three_column .middle_column #new_user p .button.oversized{
background:url("images/required/pcgamestore-assets-buttons.png") no-repeat scroll -580px -314px transparent;
height:50px;
line-height:50px;
width:155px;
}
#content .three_column .middle_column #new_user p .button.oversized:hover{
background:url("images/required/pcgamestore-assets-buttons.png") no-repeat scroll -580px -364px transparent;
}
#content .three_column .middle_column #latest_members {
background:none repeat scroll 0 0 #EBEBEB;
padding:0 15px 15px;
}
#content .three_column .middle_column #latest_members h3{
background:none repeat scroll 0 0 #EBEBEB;
color:#666666;
font-size:16px;
font-weight:bold;
text-align:center;
padding-top: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{
background:none repeat scroll 0 0 #B4B4B4;
overflow:hidden;
}
#content .three_column .right_column  #sidebar_mini_cart #cart_item_list h3{
background:none repeat scroll 0 0 #7E7E7E;
color:white;
font-size:16px;
font-weight:bold;
padding-top:15px;
}
#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 #CBCBCB;
color:#666;
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 {
background-color:#E1E1E1;
color:black;
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/pcgamestore-assets-buttons.png") no-repeat scroll -915px -158px transparent;
height:40px !important;
margin-top:-5px !important;
padding-bottom:15px;
width:160px !important;
}
#content .three_column .right_column  #sidebar_mini_cart #edit_shopping_cart:hover {
background:url("images/required/pcgamestore-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 1px transparent;
padding: 3px 0px 4px 41px;
line-height:50px;
font-weight:bold;
}
/* END OF SIGN IN SHOPPING CART PAGE*/

/***********************************************************************************/

/* CHECKOUT PAGE */

.two_column .full_column.checkout .content #shopping_cart_info {
background-color:#EBEBEB;
border:1px solid #D6D6D6;
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:#666;
}
.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 {
border:1px solid #D6D6D6;
background-color:#FFFFFF;
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/pcgamestore-assets-buttons.png") no-repeat scroll -905px -158px transparent;
font-size:12px;
width:505px !important;
margin-left:0px !important;
}
.two_column .full_column.checkout .content #shopping_cart_footer #edit_shopping_cart:hover {
background:url("images/required/pcgamestore-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 -2px transparent;
padding-left:48px;
}


.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;
}

/*SIde Bar*/


.two_column .sidebar #purchase_reason.box.text{
background:url("images/logo_VerisignSecuredSeal.png") no-repeat scroll 50px 440px #B4B4B4;
padding-bottom:70px;
color:#666;
}
.two_column .sidebar #purchase_reason.box.text h3 {
font-weight:bold;
}

.two_column .sidebar #purchase_reason.box.text ul {
list-style:disc outside none;
margin-bottom:10px;
padding-left:35px;
padding-right:25px;
line-height:14px;
} 
.two_column .sidebar #purchase_reason.box.text ul li {
padding:5px 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 #fff;
border-color:#AAAAAA #AAAAAA -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
}

.two_column .full_column.checkout .content #payment_tabs ul.tabs li.tab a {
background:url("images/menu_bg.png") repeat-x scroll center bottom #C9E063;
color:#666666;
display:block;
font-weight:bolder;
height:40px;
line-height:40px;
padding:0 6px;
width:120px;
}

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


#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;
}

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

div#continue_shopping {
	display:inline;
}

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;
	text-shadow:1px 1px 3px #000;
	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;
}

ul#view_mini_cart {
	width:58px !important;
}

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

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

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: 31px;
	color:#696969;
}

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

div#cancel_order {
	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; }

	div#step_indicator.secure {
		background: url("images/step_indicator_secure.png") no-repeat transparent;
	}
	div#footer ul {
		display:block;
		color:#3f3f3f;
		float:left;
	}

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

	div.heading dl dt {
		text-transform:capitalize;
		margin:3px 0px;
	}
	
body#games_show.games div.lv_contentBottom {
	width:400px !important;
	height:400px !important;
}
	
/* 
.two_column.two_column .full_column {
}
.two_column.full_column.checkout .content #shopping_cart_info {
background-color:#EBEBEB;
border-bottom:1px solid #D6D6D6;
float:left;
margin-top:-60px;
width:700px;
}

.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_items{
float:left;
max-width:490px;
}
.two_column.full_column.checkout .content #shopping_cart_info #cart_price {
float:right;
}
.two_column.full_column.checkout .content #shopping_cart_info #cart_price table{
}

.two_column.full_column.checkout .content #shopping_cart_info #cart_price table tbody tr td {
color:#666666;
font-size:14px;
font-weight:bold;
padding-right:15px;
padding-top:15px;
text-align:right;
}

.two_column.full_column.checkout .content #edit_shopping_cart {
background:url("images/required/pcgamestore-assets-buttons.png") no-repeat scroll -905px -158px #EBEBEB;
font-size:12px;
width:505px !important;
margin-left:0px !important;
}
.two_column.full_column.checkout .content #edit_shopping_cart:hover {
background:url("images/required/pcgamestore-assets-buttons.png") no-repeat scroll -905px -210px #EBEBEB;
}
.two_column.full_column.checkout .content #edit_shopping_cart a {
color:white;
line-height:50px;
background:url("images/arrow_left.png") no-repeat scroll 10px -2px transparent;
padding-left:48px;
}

.two_column.full_column.checkout .content #total_price {
background:none repeat scroll 0 0 #EBEBEB;
color:black;
font-size:16px;
font-weight:bold;
height:50px;
line-height:50px;
padding-right:15px;
text-align:right;
width:180px !important;
}


.two_column .sidebar {
float:right;

}
.two_column .sidebar #purchase_reason.box.text{
background:url("images/logo_VerisignSecuredSeal.png") no-repeat scroll 120px 290px #818181;
padding-bottom:100px;

}
.two_column .sidebar #purchase_reason.box.text h3 {
font-weight:bold;
}

.two_column .sidebar #purchase_reason.box.text ul {
list-style:disc outside none;
margin-bottom:10px;
padding-left:35px;
padding-right:25px;
} */

div.language_selection {
	display: none;
	visibility: hidden;
}

/*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; }




/* Fix to New Search Rules */
div#search div#results {
position:absolute;
right:44px;
top:33px;
z-index:99999;
}
div#search div#results div.game.horizontal {
display:block;
margin:0 0 0;
overflow:hidden;
padding:10px 10px 0;
position:relative;
width:175px;
z-index:1000;
}
div#search div#results div.game.horizontal a.thumbnail.small {
float:left;
}
div#search div#results div.game.horizontal h4 {
display:block;
height:40px;
overflow:hidden;
}
div#search div#results div.game.horizontal div.rating {
display:none;
}
div#search div#results div.game.horizontal div.actions {
display:block;
float:left;
padding-bottom:10px;
}
div#search div#results div.game.horizontal a.button {
display:block;
}