﻿.primary-player {
    position: relative !important;
}

/*these classes are used when there is a skin targetted to a home page*/

.hide-background-skin {
	background: none repeat scroll 0 0 transparent !important;
}

.home-content-class {
	margin-top: 27px;
}

.home-npcp-wrap-class {
	padding: 75px 0 10px;
}


.home-centerpiece-class {
  position: relative;
  top: 9px; /* REMOVE IF NEEDED - this is needed in order to create space for the a tag and push the "hero slider" and "news module" down a bit */
}

.home-links-class{
	cursor: pointer;
	position: absolute;
	margin-left: 5px;
	float: right;
}

.top-links-class{
	height: 85px;
	right: 0;
	top: -93px;
	width: 100%;
}

.home-a-class {
	outline: 0;
}


/*these classes are used when a skin is targetted to the feeds page */

.feed-header-container {
	height: auto;
	margin: 0 auto;
	position: relative;
	top: -5px;
	width: 980px;
}

.feed-link-one {
	display: block;
	float: left;
	height: 88px;
	margin-bottom: -15px;
	position: relative;
	top: -8px;
	width: 980px;
}


/*these classes are used for the game detail page */

.game-review-content-wrap {
	background-color: #151e25;
	min-height: 270px;
	position : relative;
	z-index: 2;
}


.game-link-one {
	display: block;
	float: left;
	height: 80px;
	position: relative;

	width: 970px;
	margin-left: 10px;
	
}

 .game-link-one:hover{
	 background-color: transparent !important;
 }
