/* Overlord_Dark_Legend more-info full-skin */

/* set the body background image */
body.game-info {
    background: #000000 url(images/global/bodybkg.jpg) no-repeat 50% 0;
}

/* set the wrapper (this makes the two colum effect) */
body.game-info #wrapper {
    background: transparent url(images/global/contentbkg.gif) repeat-y left;
}

body.game-info #content {
    background: transparent url(images/global/content-inner-bkg.jpg) no-repeat bottom left;/**/
}

body.game-info #footer {
    background: #000000 url(images/global/footer-bkg.gif) repeat-x top;
}

/*= style the whole panel
------------------------------------------------------*/
.game-info #secondary .box {
    background: #000;
    border: none;
}

/*= style the game-info-panel (bit with the packshot and the buttons)
------------------------------------------------------*/
.game-info #secondary .box div.game-info-panel {
    background: #042335;
    border: 1px solid #053D54;
}

/*= style the game-available-on-panel (bit with the also available on text)
------------------------------------------------------*/

.platforms{
   color: #fff;
}

.game-info #secondary .box div.game-available-on-panel {
    background: #260A06;
    border: 1px solid #523A36;
    color: #fff;
}

body.game-info #secondary .game-available-on-panel dt.title {
    color: #fff;
}
/*= title class on the game-info tab
------------------------------------------------------*/
body.game-info #secondary dt.title, body.game-info #secondary dt.title a
{
    color: #fff;
}
body.game-info #secondary dt.title a:hover
{
    color: #72ADC2;
}
/* platforms */
body.game-info #secondary dd.platforms a
{
    color: #fff;
}
body.game-info #secondary dd.platforms a:hover
{
    color: #72ADC2;
}
body.game-info #secondary dd.date
{
    color: #fff;
}

/*= style the related links
------------------------------------------------------*/
.game-info #related-links ul.links li a
{
    color: #5e686d;
    border-bottom: 1px solid #5e686d;
}
/* over state */
.game-info #related-links ul.links li a:hover
{
    color: #fff;
}
/*= style the game text
------------------------------------------------------*/
body.game-info #primary p.first
{
    color: #c2c2c2;
    font-size: 13px;
    font-weight: bold;
}

body.game-info #primary
{
    color: #c2c2c2;
}

/*= age rating
------------------------------------------------------*/
.game-info div#age-rating.module.mini .logo
{
   /* background: transparent url(images/global/codies-age-rate-bkg.gif) no-repeat center top; */
    background: #02121C;
    border: 1px solid #053B51;
   /* height: 140px; */
    padding: 9px;
}
.game-info div#age-rating.module.mini
{
    background: none;
    padding: 0px;
}

.game-info div#age-rating.module.mini .bottom
{
    background: none;
    padding: 0px;
}
.game-info div#age-rating.module.mini .shadow
{
    background: none;
    padding: 0px;
}
.game-info div#age-rating.module.mini dt.title
{
    color: #b6b6b6;
}


.game-info div#age-rating.module.mini dd a
{
    color: #fff;
}
/* =rss logo
----------------------------------------*/
body.game-info p.rss a
{
    background: transparent url(images/global/rss.gif) no-repeat top left;
}

/* =downloads and news lists
----------------------------------------*/
body.game-info #primary div.module.list dl
{
    background: #000103;
    padding: 6px 0px 7px 10px;
    margin-left: 3px;
    margin-right: 5px;
    border: 1px solid #063851;
}
body.game-info #primary div.module.list dl.alt
{
    background: #041622;
    border: none;
    border-left: 1px solid #063851;
    border-right: 1px solid #063851;
}
body.game-info #primary div.module.list, body.game-info #primary div.module.list .bottom
{
    background: none;

}

body.game-info #primary div.module.list dl dt.title,

body.game-info #primary div.module.list dl dd.summary strong, body.game-info #primary div.module.list dl dt.title a:hover,
.game-info p.all a:hover
{
    color: #72adc2;
}
body.game-info #primary div.module.list dl dt.title a,
body.game-info #primary div#related-downloads.module.list dl dt.title ,
.game-info p.all a
{
    color: #fff;
}
body.game-info #primary div#related-downloads.module.list dl dt.title
{
    border-bottom: 1px solid #483934;
}
body.game-info #primary div.module.list dl dd.image
{
    border-right-color: #483934;
}

body.game-info #primary #related-downloads.module.half dd.more a
{
    background: transparent url(images/global/download.gif) no-repeat top left;
}
body.game-info #primary #related-downloads.module.half dd.more a:hover
{
    background: transparent url(images/global/download-over.gif) no-repeat top left;
}
body.game-info #primary div.module.list dl dd
{
    color: #fff;
}
body.game-info #primary div.module.list dl dd a
{
    color: #8dd6ef;
    font-style:bold;


}
body.game-info #primary div.module.list dl dd a:hover
{
    color: #fff;
}




/*
fix the buttons
*/
body.game-info #secondary dd.release-links a.button.red span
{
    background: transparent url(images/global/red-button-left-grey.gif) no-repeat left top;
}
body.game-info #secondary dd.release-links a.button.red:hover span
{
    background: transparent url(images/global/red-button-left-grey-over.gif) no-repeat left top;
}

body.game-info #secondary dd.release-links a.button.blue span
{
    background: transparent url(images/global/blue-button-left-grey.gif) no-repeat left top;
}
body.game-info #secondary dd.release-links a.button.blue:hover span
{
    background: transparent url(images/global/blue-button-left-grey-over.gif) no-repeat left top;
}


#secondary dd.release-links a.button.turquoise span
{
    background: transparent url(images/global/turquoise-button-left-grey.gif) no-repeat left top;
}
#secondary dd.release-links a.button.turquoise:hover span
{
    background: transparent url(images/global/turquoise-button-left-grey-over.gif) no-repeat left top;
}

/*
book mark stuff
*/
#linkme {
    background:transparent url(images/global/bookmarks.gif) no-repeat top left;

}
#bookmarkLink {

    border:1px solid #999;
    background-color:#111214;

}
#bookmarkLink a {
    text-decoration:none;
    color: #fff;
    font-weight: normal;
}

body.game-info #primary div.module.list .full
{
    background: none;
}

/*
promo things
*/


.game-info h5.join_the_community a
{
    background: url(images/new_promo_ads/englishusa/joincommunity.jpg) no-repeat;
    height: 132px;

}
.game-info h5.join_the_community a:hover
{
    background: url(images/new_promo_ads/englishusa/joincommunity.jpg) no-repeat;
    height: 132px;

}

.game-info h5.get_updates a
{
    background: url(images/new_promo_ads/englishusa/getupdates.jpg) no-repeat ;
    height: 123px;

}
.game-info h5.get_updates a:hover
{
    background: url(images/new_promo_ads/englishusa/getupdates.jpg) no-repeat ;
    height: 123px;

}
.game-info #content
{
    min-height: 1220px;
}
.overlord_promo
{
	margin:0px;
	padding:0px;
}
.overlord_promo a
{
	display:block;
	width:198px;
	height:107px;
	margin-bottom:16px;
	background-repeat:no-repeat;
	text-indent:9000px;
	overflow:hidden;
	white-space:nowrap;
}