/* Invisible elements, mainly for accessibility */
.hidden  {
    display: none;
    width: 0px;
    height: 0px;
}

fieldset  {
    border: 0 solid #fff;
}

.error  {
    color: #FF0000;
}



/*====== Embedded Media Files ======*/

/* [DanB] 2006-05-22, Altered */

/*
 *  Set a width...
 */
.cont_left_border,
.cont_left_noborder,
.cont_center_border,
.cont_center_noborder,
.cont_right_border,
.cont_right_noborder {
    width: 1%;
}
/*
 *  ...And then un-set it in all browsers except Mac IE.
\*/
.cont_left_border,
.cont_left_noborder,
.cont_center_border,
.cont_center_noborder,
.cont_right_border,
.cont_right_noborder {
    width: auto;
}
/**/

/* STYLE REWRITTEN TO WORK WITH CENTERED IMAGES */
.cont_left_border,
.cont_left_noborder,
.cont_center_border,
.cont_center_noborder,
.cont_right_border,
.cont_right_noborder {
    margin: 5px 10px 5px 0px;
    text-align: center;
    border: 0 solid #000; /* Specify all for Opera */
}

.cont_left_border,
.cont_left_noborder,
.embedTableLeft,
.embedNoBorderLeft {
    float: left;
    clear: left;
}

.cont_center_border,
.cont_center_noborder,
.embedTableCenter,
.embedNoBorderCenter {
    display: block;
    clear: both;
    text-align: center; /* Added to align the .embedTableCenter and .embedNoBorderCenter classes */
}

.cont_right_border,
.cont_right_noborder,
.embedTableRight,
.embedNoBorderRight {
    float: right;
    clear: right;
}

/* Image now has border instead of the parent span */
.cont_left_border span.embedimg,
.cont_center_border span.embedimg,
.cont_right_border span.embedimg,
.embedTableLeft span.embedimg,
.embedTableCenter span.embedimg,
.embedTableRight span.embedimg {
    border: 1px solid #000;
}

.embedTableLeft,
.embedTableCenter,
.embedTableRight,
.embedNoBorderLeft,
.embedNoBorderCenter,
.embedNoBorderRight {
    background: #FFFFFF;
    margin: 3px;
}


/***** To-check *****/
/* [DanB] We should be careful about
over-riding colours - we should
be using the site defaults */

.embedimg  {
    margin: 0px 1px 1px 0px;
}
.embedcaption  {
    display: block;
    text-align: left;
    padding: 2px;
    font-size: 90%;
    font-weight: bold;  /* We may not want this */
}
.cont_center_border .embedcaption,
.cont_center_noborder .embedcaption,
.embedTableCenter .embedcaption,
.embedNoBorderCenter .embedcaption {
    text-align: center;
}

/* END OF REWRITE FOR CENTERED IMAGES */

/***** end To-check *****/



.embedTableCell  {  /* [DanB] This is also applied to spans when XHTML is enabled */
    /*background: #FFFFFF;*/
}
.embedTitle  {
    /*font-size: 90%;*/
    /*color: #000000;*/
    /*font-weight: bold;*/  /* Not sure we want this either */
}
.embedImageCaption  {
    /*font-size: 100%;*/
}



/*
 *  [DanB] Old code.  Should be applied to an IMG.
 */
img.documentEmbeddedIcon {
    margin: 0 16px 0 0;
    padding: 0;
}



/***** Embedded Media File links *****/
/* [DanB] */

div.docEmbeddedMediaFileLinkContainer {
    float: none;
    clear: both;  /* Absolutely no wrapping */
}

div.docEmbeddedMediaFileLinkContainer  div.iconContainer {
    float: left;
    width: 32px;
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

div.docEmbeddedMediaFileLinkContainer  div.titleContainer {
    margin: 0 0 0 33px;
    padding: 0;
}
    div.docEmbeddedMediaFileLinkContainer  div.titleContainer  div.title {
        font-size: 100%;
        /*font-weight: bold;*/
    }
    div.docEmbeddedMediaFileLinkContainer  div.titleContainer  div.playersContainer,
    div.docEmbeddedMediaFileLinkContainer  div.titleContainer  div.helpContainer,
    div.docEmbeddedMediaFileLinkContainer  div.titleContainer  div.transcriptContainer {
        font-size: 85%;
        color: #336699;
    }

/***** end Embedded Media File links *****/



.embedPlayersLink  {
    font-size: 80%;
    text-decoration: none;
}
.embedPlayersLink:hover  {
    font-size: 80%;
    text-decoration: underline;
}
.embedPlayersBreak  {
    font-size: 80%;
    color: #336699;
}



.embedHelpLink  {
    font-size:85%;
    color: #336699;
}



/* Check if these are being used */

.thumbleft {
    float: left;
    margin: 0 5px 5px 0;
}

.thumbright  {
    float:right;
    margin: 0 0 5px 5px;
}

/***************************************************

    Common (Shared) CSS
    ===================

    2007-01-04  Dan Bettles     Created this revised 
                                version

    #fff              = #fff
    #000              = #000

    #f00                = #f00
    #0f0              = #0f0
    #00f               = #00f

    float: left; width: 100%;            = float: left; width: 100%;
    margin: 0; padding: 0;   = margin: 0; padding: 0;

***************************************************/


/*====== Forms ======*/

form,
fieldset,
legend {
    display: block;
    margin: 0; padding: 0;
    border: 0 solid #fff;  /* Opera */
}

legend {
    position: relative;  /* IE and Opera */
    left: -.5em;  /* IE and Opera */
    font-weight: bold;
    margin: 0 0 .5em 0;
    padding: 0 .5em 0 0;
}

input,
select,
textarea {
    font-family: verdana, arial, helvetica, sans-serif;  /* Prevents x-browser issues */
    font-size: 100%;
}

label {
    font-weight: bold;
}

/*====== end Forms ======*/



dl {
    list-style-type: none;  /* If this applies at all */
    margin: 0; padding: 0;
}

dl  dt,
dl  dd {
    margin: 0; padding: 0;
}

img {
    border: 0 solid #fff;
}

th,
td {
    text-align: left;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    padding-top: 0;
}

hr,
hr.sepdefault {
    clear: both;  /* This is required in IE, even with float100 */
    height: 1px;
    color: #fff;  /* [Prost] This stops IE rendering a bas-relief style bar without resorting to noshade="noshade" in the tag */
    border-top: 1px solid #333;  /* If you want a regular border, change this */
    border-left: 0;  /* [DanB] This stops Netscape and Mozilla rendering a little vertical bar on the left */
    border-right: 0;  /* [Prost] This stops Netscape and Mozilla rendering a little vertical bar on the right */
    border-bottom: 0;  /* [Prost] This stops Mozilla rendering a 2px high HR */
}

.hidden,
.hiddenFields {
    position: absolute;
    left: -100px;
    top: -100px;
    width: 0;
    height: 0;
    font-size: 0;
}

.error {
    color: #a00;
}
/*
 * Default CSS
 *
 * ==== Variables ====
 *
 * font-size: .7em;            = font-size: .7em;
 * width: 985px;           = width: 985px;
 *
 * ../Scripts         = ../Scripts
 * font-family: Tahoma, Arial, Hervetica, sans-serif;         = font-family: Tahoma, Arial, Hervetica, sans-serif;
 *
 * white    #fff       = #fff
 * cream    #C2B668       = #C2B668
 * gray     #8F908A    = #8F908A
 */

/* ---------------------------------------------------------
   Containers and Templates
   ---------------------------------------------------------  */

#outercontainer  {
float: left; width: 100%;
margin: 0; padding: 0;
    text-align: center;
    background: #000000 url(../images/LifeforceBackground.jpg) top left repeat-x;
}
#innercontainer  {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #fff;
    width: 985px;
    font-size: .7em;
    font-family: Tahoma, Arial, Hervetica, sans-serif;
}
#frame_body {
    background: transparent url(../images/repeatborder.png) bottom left repeat-y;
}
* html #frame_body {
    background: transparent url(../images/) bottom left no-repeat;
}
#frame_footer {
	background: transparent url(../images/Lifeforce_Bottom_Cap.png) bottom left no-repeat;
	padding-top: 10px;
}

/* ---------------------------------------------------------
   Common page elements
   ---------------------------------------------------------  */
body {
    margin: 0; padding: 0;
    background-color: #000;
    color: #fff;
}
a {
    color: #fff;
}
a:hover {
    color: #C2B668;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-size: 1.5em;
    background: transparent url(../images/header_sep.png) bottom left repeat-x;
    margin-bottom: 5px;
    padding-bottom: 7px;
}
h3, h4, h5, h6 {
    font-size: 1em;
    color: #fff;
}
h1 {
    color: #C2B668;
}
h2 {
    color: #fff;
}
hr {
    margin-bottom: 5px;
}
ul {
    list-style-type: none;
    margin: 0; padding: 0;
}

input.submit {
    text-transform: uppercase;
}

/* ---------------------------------------------------------
   Landing Page
   ---------------------------------------------------------  */
body#LandingPage {
    text-align: center;
    margin: 0; padding: 0;
}

body#LandingPage div#outerContainer {
    width: 958px;
    min-height: 1000px;
    text-align: left;
    background: transparent url(../custom/eidos/img/tombRaider/landing_bg.jpg) top center no-repeat;
    margin: 0 auto;
    padding: 0;
}
/*\*/
* html body#LandingPage div#outerContainer {
    height: 1100px;
}
/**/

body#LandingPage div#countries {
    width: 386px;
    text-align: center;
    padding: 379px 277px 0 285px;
    margin: 0;
}

body#LandingPage div#countries ul {
    margin: 0; padding: 0;
}

body#LandingPage div#countries li {
    margin: 0; padding: 0;
}

/* ---------------------------------------------------------
   Common styles
   ---------------------------------------------------------  */
body .template .noMarginOrPadding {
    margin: 0; padding: 0;;
}

.clearBoth {
    font-size: .1em;
    clear: both;
    line-height: 0;
}

/* The following rules are for the dynamic title / menu images. Be careful changing them, as iserver.php is specific */
.title_image {
    font-size: 14px;
    font-family: neue helvetica;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
}
.highlight_title_image {
    font-size: 14px;
    font-family: neue helvetica;
    text-transform: uppercase;
    color: #C2B668;
    background-color: transparent;
}

img.thumb,
img.thumbnail,
.thumb img,
.thumbnail img {
    border: 1px solid #8F908A;
}

.cropped {
    margin: 0; padding: 0;
}

/* It'll be quicker to apply the transparent background to all blocks
   by default, then turn it off for the exceptions
*/
.block {
	background: transparent url(../images/cell_trans_bg.png) top center repeat;
	padding: 9px;
	margin-top: 10px;
}
.blockimage {
	padding: 0px;
	margin-top: 10px;
}
.videowindow {
	padding: 0px;
	margin-top: 0px;
}


/* IE7 */
*:first-child+html .cellContainer .block {
    height: 1%;
    position: relative;
}
*:first-child+html a {
    position: relative;
}

/* ie6 */
body .template div.block.minHeight293 {
    height: 293px;
}
/* non-ie6 */
html > body .template div.block.minHeight293 {
    height: auto;
    min-height: 293px;
}

* html .block {
    position: static;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/cell_trans_bg.png", sizingMethod="scale");
    height: 1%;
}
* html .block a,
* html .block form {
    position: relative; /* fixes selectability issues caused by filter */
}

/* Add any blocks that DON'T use the transparent background here */
.block.MainMenu,
.block.LinkList,
.cell2 .block.AdvertSet {
    background: none;
}
/* IE6 Overrides */
* html .block.MainMenu,
* html .block.LinkList,
* html .cell2 .block.AdvertSet {
    filter: none;
}

.ThreeCol .cell2 .block,
.ThreeCol .cell3 .block,
.MediaDisplay .cell2 .block,
.MediaDisplay .cell3 .block {
    margin-top: 0;
}

html > body#homePage .cell3 .block,{
	height: auto;
	min-height: 132px;
	padding: 9;
}

html > body#homePage .cell5 .block {
	height: auto;
	min-height: 132px;
	padding: 0;
}
/*\*/
* html body#homePage .cell3 .block,
* html body#homePage .cell5 .block {
    height: 132px; /* ie6 */
}
/**/

.bodyText,
.description {
    line-height: 1.4em;
}

.cell3 p {
    margin: 5px 0;
}


/* ---------------------------------------------------------
   Header
   ---------------------------------------------------------  */
div.header {
	float: left;
	width: 969px;
	clear: both;
}

.header div#siteSearch,
.header h1,
.header div#countries {
    float: left;
    width: 321px;
    text-align: left;
    margin: 0; padding: 0;
}
.header h1 {
    width: 235px;
    margin: 0; padding: 0;
}

.header div#siteSearch {
    padding: 27px 9px 0 45px;
}

.header div#countries {
    padding: 27px 45px 0 9px;
}

.header h1,
.header h1 * {
    text-decoration: none;
    background: none;
    border: 0;
}

.header h1 a img {
    width: 100%;
    height: 60px;
}

.header div#countries {
    text-align: right;
}

.header div#countries h2 {
    display: inline;
    font-size: 1em;
    text-transform: none;
    background: none;
}

.header div#countries ul {
    display: inline;
    padding: 0 0 0 .5em;
}

.header div#countries ul li {
    display: inline;
    padding: 0 0 0 .5em;
}

.header .MainMenu {
    float: left; width: 100%;
    margin: 7px 0 0px 0;
    padding: 0px;
    text-transform: uppercase;
    min-height:22px;
    height:auto !important;
    height:22px;
    text-align: center;
}

.header .MainMenu .blkBdy ul.subMenu {
    background: transparent url(../images/header_submenu_bg.png) top left no-repeat;
    background-position: 18px 0;
    float: left; width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 7px 0px 0px 0px;
    text-transform: uppercase;
    height: 22px;
    text-align: center;
}

.header .MainMenu .blkBdy ul.subMenu li {
    font-size: 0.7em;
}

.header .MainMenu li {
    display: inline;
}

.header .MainMenu img.seperator {
    margin: 0 25px;
}

/* ---------------------------------------------------------
   Templates and Cells
   ---------------------------------------------------------  */
.template {
	background: transparent url(images/template_bg.jpg) -10px 0 no-repeat;
	height: 1100px; /* ie6 */
	width: 939px;
	margin-left: 18px;
}
html > body .template {
	background-position: 0px 0px;
	min-height: 550px;
	height: auto;
}

.ThreeCol .cellContainer,
.UserProfile .cellContainer,
.ContentDisplay .cellContainer,
.MediaDisplay .cellContainer {
    width: 919px;
    margin: 0 5px; /* ie6 */
    clear: both;
    float: left;
}
html > body .ThreeCol .cellContainer,
html > body .UserProfile .cellContainer,
html > body .ContentDisplay .cellContainer,
html > body .MediaDisplay .cellContainer {
	margin: 0 10px;
	line-height: 1.1;
	display: inline;
}

.ThreeCol .cellContainer1,
.MediaDisplay .cellContainer1 {
    padding-top: 7px;
}

.ThreeCol .cell2,
.ThreeCol .cell4,
.MediaDisplay .cell2 {
	width: 525px;
	float: left;
	margin-right: 10px;
}
.ThreeCol .cell3,
.ThreeCol .cell5,
.MediaDisplay .cell3 {
	width: 384px;
	float: left;
	height: auto;
}
.blockinfo .cellinfo,
 {
	width: 900px;
	float: left;
	height: auto;
}

.ThreeCol .cell6,
.ThreeCol .cell7,
.ThreeCol .cell8,
.ContentDisplay .cell1,
.ContentDisplay .cell2,
.ContentDisplay .cell3,
.Fansites .cell1,
.Fansites .cell2,
.Fansites .cell3,
.UserProfile .cell1,
.UserProfile .cell2,
.UserProfile .cell3,
.MediaDisplay .cell4,
.MediaDisplay .cell5,
.MediaDisplay .cell6 {
	float: left;
	line-height: 1.1;
}

.ThreeCol .cell6,
.ContentDisplay .cell1,
.UserProfile .cell1,
.Fansites .cell1,
.MediaDisplay .cell4 {
    width: 225px;
    margin-right: 10px;
}
.ThreeCol .cell7,
.ContentDisplay .cell2,
.UserProfile .cell2,
.Fansites .cell2,
.MediaDisplay .cell5 {
    width: 459px;
    margin-right: 10px;
}
.ThreeCol .cell8,
.ContentDisplay .cell3,
.UserProfile .cell3,
.Fansites .cell3,
.MediaDisplay .cell6 {
	width: 215px;
}

/* ---------------------------------------------------------
   MediaDisplay
   ---------------------------------------------------------  */
.MediaDisplay .cell2 .SingleContent {
    min-height: 456px;
}
/*\*/
* html .MediaDisplay .cell2 .SingleContent {
    height: 456px;
}
/**/

.MediaDisplay .cell2 .SingleContent.cropped {
    background-image: none;
    margin: 0; padding: 0;
}

.MediaDisplay div#i_currentContent div.ConMediaFile {
    min-height: 380px;
}
/*\*/
* html .MediaDisplay div#i_currentContent div.ConMediaFile {
    height: 380px;
}
/**/

.MediaDisplay div#i_currentContent p.navigation {
    margin-top: 7px;
    margin-bottom: 12px;
    padding-top: 0;
    padding-bottom: 9px;
    background: transparent url(../images/header_sep.png) bottom left repeat-x;
}

.MediaDisplay div#i_currentContent p.description {
    text-transform: uppercase;
}

/* ---------------------------------------------------------
   RelatedMedia
   ---------------------------------------------------------  */
.MediaDisplay .productPage .RelatedMedia ul {
    float: left;
    width: 200px;  /* 384 - (2 * 9) */
    height: 421px;
    margin: 0; padding: 0;
    overflow-y: auto;
    position: relative;
    text-align: center;
}

.MediaDisplay .productPage .RelatedMedia ul li {
    width: 103px;
}

.MediaDisplay .RelatedMedia ul {
    float: left;
    width: 366px;  /* 384 - (2 * 9) */
    height: 421px;
    margin: 0; padding: 0;
    overflow: auto;
    position: relative;
}

.MediaDisplay .RelatedMedia li {
    float: left; width: 100%;
    background-image: url(../images/cell_trans_16_bg.png);
    margin: 0 0 3px 0;
    padding: 9px;
}

.MediaDisplay .productPage .RelatedMedia li {
    float: left; width: 100%;
    background-image: none;
    margin: 0 0 3px 0;
    padding: 9px;
}


.MediaDisplay .RelatedMedia.thumbnailsOnly li {
    background: none;
}

.MediaDisplay .RelatedMedia li.last {
    margin-bottom: 0;
}

.MediaDisplay .RelatedMedia li img.thumbnail {
    float: left;
}

.MediaDisplay .RelatedMedia li div.contentType {
    padding-left: 109px;
}

.MediaDisplay .cell3 .block {
    width: 384px;
    min-height: 474px;
    padding: 0;
}
z/*\*/
* html .MediaDisplay .cell3 .block {
    height: 474px;
}
/**/

.MediaDisplay .cell3 .block .blkBdy {
    width: 366px;
    padding: 9px;
}

.MediaDisplay .cell3 .RelatedMedia h2.blkTitle {
    height: 15px;
    background: transparent url(../custom/eidos/img/tombRaider/similar_media_title_bg.gif) top left repeat-x;
    margin: 0;
    padding: 9px 9px 11px 9px;  /* Allow room below for the line */
}
/*\*/
* html .MediaDisplay .cell3 .RelatedMedia h2.blkTitle {
    height: 15px;
}
/**/

.MediaDisplay .cell3 .RelatedMedia .blkHeader {
    background: transparent url(../images/header_sep.png) bottom left repeat-x;
}

.MediaDisplay .cell3 .RelatedMedia li {
    width: 348px;
}

.MediaDisplay .cell3 .RelatedMedia.thumbnailsOnly li {
    float: left;
    width: 100px;
    min-height: 75px;
    margin: 0 0 15px 15px;  /* Allows for scrollbar on the right and borders around thumbnails */
    padding: 0;
}
/*\*/
* html .MediaDisplay .cell3 .RelatedMedia.thumbnailsOnly li {
    height: 75px;
}
/**/

.MediaDisplay .cell3 .RelatedMedia.thumbnailsOnly li {
}

.MediaDisplay .cell3 .RelatedMedia li.break {
    margin-left: 0;
    clear: left;
}

.MediaDisplay .cell3 .RelatedMedia div.clearBoth {
    display: none;  /* IE7 */
}

/* ---------------------------------------------------------
   AdvertSet
   ---------------------------------------------------------  */
.cell1 .AdvertSet {
    margin: 0; padding: 0;;
}
.AdvertSet.banner {
    padding: 0;
    background: none;
}
.AdvertSet.banner .advertSetVert {
    line-height: 0;
}

.bannerImage div.advertSetVert img {
    float: left;
}
.AdvertSet  {
	float: left;
}
/* ---------------------------------------------------------
   Multicontent
   ---------------------------------------------------------  */
.MultiContent {
	position: relative;
}
.MultiContent.news .docHead a,
.MediaDisplay .cell3 .RelatedMedia li .docHead a {
    color: #C2B668;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.MultiContent.news li {
    margin-bottom: 17px;
}
.MultiContent.news li.last {
    margin-bottom: 0;
}

.MultiContent ul.multiList li {
    clear: both;
}

.MultiContent .viewAllLink {
    text-align: right;
}
.MultiContent .readMore {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

/* ie6 */
.MultiContent div.rssLink span,
.MultiContent div.rssLink img {
    position: relative;
    left: 375px;
    top: -28px;
}

/* non-ie6 */
html > body .MultiContent div.rssLink span,
html > body .MultiContent div.rssLink img {
    position: static;
    left: auto;
    top: auto;
}
html > body .MultiContent .rssLink {
    position: absolute;
    right: 10px;
    top: 7px;
}
.MultiContent .rssLink img {
    vertical-align: bottom;
    margin-left: 5px;
}
.MultiContent.highlightDate .publishedDate {
    color: #C2B668;
}

.Fansites .MultiContent .ConLink {
    margin-bottom: 15px;
}
.MultiContent ul.columnar li {
    float: left;
    clear: none;
}

.MultiContent ul.columnar li.firstColumn {
    clear: left;
}

.MultiContent.videos ul.columnar .docHead {
    width: 100%;
}
.MultiContent.screenshots ul.columnar li,
.MultiContent.videos ul.columnar li {
    min-height: 75px;
    margin: 0 0 0 0;  /* Allow for borders around thumbnails */
    padding: 0;
}

.ThreeCol .cell7 .MultiContent.screenshots ul.numCols-4 li,
.ThreeCol .cell7 .MultiContent.videos ul.numCols-4 li {
    display: inline;
    margin: 0;
    padding-right: 4px !important;
    padding-bottom: 4px !important;
}

.ThreeCol .cell7 .MultiContent.screenshots ul.numCols-4 li .thumbleft,
.ThreeCol .cell7 .MultiContent.videos ul.numCols-4 li .thumbleft {
    margin: 0;
}

.ThreeCol .cell7 .MultiContent.screenshots ul.numCols-4 li.lastColumn,
.ThreeCol .cell7 .MultiContent.videos ul.numCols-4 li.lastColumn {
    padding-right: 0 !important;
}

/*\*/
* html .MultiContent.screenshots ul.columnar li,
* html .MultiContent.videos ul.columnar li {
    height: 75px;
}
/**/

.ThreeCol .cell7 .MultiContent.screenshots ul.columnar li,
.ThreeCol .cell7 .MultiContent.videos ul.columnar li {
    margin: 0 0 1px 1px;
}

.ThreeCol .cell7 .MultiContent.screenshots ul.columnar li.firstColumn,
.ThreeCol .cell7 .MultiContent.videos ul.columnar li.firstColumn {
    margin-left: 0;
}
.Fansites .MultiContent .ConLink a {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em
}

.ThreeCol .cell7 .MultiContent.screenshots .docHead a,
.ThreeCol .cell7 .MultiContent.videos .docHead a {
    color: #C2B668;
    text-decoration: none;
    font-weight: bold;
}

.ThreeCol .cell7 .MultiContent.videos ul.columnar li {
    text-align: center;
}

.MultiContent.latestNews .docHead a {
    display: block;
}

.MultiContent.latestNews .docHead .publishedDate {
    float: left;
}

.MultiContent.latestNews .docHead .totalComments {
    float: right;
}

.MultiContent.latestNews .docHead .totalComments a {
    color: white;
    font-size: 1em;
    font-weight: normal;
}
.MultiContent.latestNews .docHead .totalComments a:hover {
    color: #C2B668;
}

/* Top News image */
.template div.MultiContent.topNews {
    height: 311px;
    filter: none;
    background: transparent url(../custom/eidos/img/tombRaider/top_news.jpg) top left no-repeat;
    padding: 0;
}

.template div.MultiContent.topNews.es {
    background: transparent url(../custom/eidos/img/tombRaider/top_news_es.jpg) top left no-repeat;
}

.template div.MultiContent.topNews.fr {
    background: transparent url(../custom/eidos/img/tombRaider/top_news_fr.jpg) top left no-repeat;
}

.template div.MultiContent.topNews.it {
    background: transparent url(../custom/eidos/img/tombRaider/top_news_it.jpg) top left no-repeat;
}

.template div.MultiContent.topNews.de {
    background: transparent url(../custom/eidos/img/tombRaider/top_news_de.jpg) top left no-repeat;
}


html > body .MultiContent.topNews {
    min-height: 311px;
    height: auto;
}
.MultiContent.topNews .blkBdy {
    position: relative;
    top: 230px;
    left: 5px;
    padding: 9px 18px 9px 9px;
}
.MultiContent.topNews .docHead a {
    color: #C2B668;
    font-size: 1.25em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.MultiContent.topNews .readMore {
    text-align: right;
    margin-top: 0;
}
.MultiContent.topNews .readMore a {
    text-transform: lowercase;
}

.MultiContent .conBlogEntry h3 {
    text-transform: none;
}

/* ---------------------------------------------------------
   Survey
   ---------------------------------------------------------  */
.ConSurvey .question {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
}
.ConSurvey .question span.highlight {
    color: #C2B668;
    text-transform: uppercase;
}
.ConSurvey .submitLink {
    text-align: right;
}
.ConSurvey .submitButton {
    background: none;
    border: none;
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
}
.ConSurvey .surveyChoice {
    clear: both;
    font-weight: bold;
    padding-bottom: 5px;
}
.ConSurvey .surveyPercentage {
    float: left;
    margin-left: 5px;
}

/* ---------------------------------------------------------
   Social Bookmarks
   ---------------------------------------------------------  */
.SocialBookmarks {
    margin-top: 0;
}
.SocialBookmarks h3 {
    font-size: 1.3em;
    background: none;
    margin: 0 10px 0 0;
    float: left;
}
.SocialBookmarks li {
    display: inline;
    margin-right: 10px;
}

/* ---------------------------------------------------------
   UserAccount
   --------------------------------------------------------  */

.UserAccount .wide {
    position: relative;
}
.UserAccount .wide form label {
    clear: both;
    float: left;
    width: 80px;
    text-transform: uppercase;
}
.UserAccount .wide .createAccount {
    position: absolute;
    right: 3px;
    top: -29px;
    width: 150px;
    text-align: right;
}
.UserAccount .wide .container {
    clear: both;
    width: 366px;
}
.UserAccount .wide .container2 {
    float: left;
}
.UserAccount .wide .loginBox .container1 div {
    font-size: 1.1em;
}
.UserAccount .wide .loginBox .container1 div label {
    width: 150px;
}

* html .UserAccount .wide .container2 {
    float: none;
}




.UserAccount .wide .leftCol {
    float: left;
}
.UserAccount .wide .container1 .leftCol div {
    margin-top: 7px;
}
.UserAccount .wide .leftCol input {
    width: 120px;
}
.UserAccount .wide .rightCol {
    float: right;
    margin: 0;
}
.UserAccount .wide .rightCol label {
    text-transform: none;
    width: 170px;
    margin: 3px 5px 0 0;
    text-align: right;
}

.UserAccount .wide .container2 .leftCol,
.UserAccount .wide .container2 .rightCol {
    float: left;
    width: 49.9%;
    margin: 0; padding: 0;
}

.UserAccount .wide .container2 .rightCol span.formControl {
    display: block;
    float: right;
}

.UserAccount .wide .container2 .rightCol span.formControl * {
    display: inline;
    width: auto;
    margin: 0; padding: 0;
}

.UserAccount .wide .container2 .rightCol span.formControl label {
    padding-right: .5em;
}

.UserAccount .narrow label {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.UserAccount .narrow input.text,
.UserAccount .narrow input.password {
    width: 80px;
}

.UserAccount .narrow form {
    float: left; width: 100%;
    clear: both;
    margin: 0 0 1em 0;
    padding: 0;
}

.UserAccount .narrow form p {
    float: left; width: 100%;
    clear: both;
    text-align: right;
    margin: 0 0 6px 0;
    padding: 0;
}

.UserAccount .narrow form p label,
.UserAccount .narrow form p span.formControl {
    display: block;
    float: left;
    margin: 0; padding: 0;
}

.UserAccount .narrow form p label {
    width: 76px;
    text-align: right;
    padding-right: 10px;
}

.UserAccount .narrow form p span.formControl {
    width: 111px;
}

.UserAccount .narrow form p span.checkbox label,
.UserAccount .narrow form p span.checkbox span.formControl {
    display: inline;
    float: none;
    width: auto;
}

.UserAccount .narrow form p span.checkbox label {
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    padding-right: 3px;
}

.UserAccount .narrow form p span.checkbox {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0; padding: 0;
}
.UserAccount .narrow form p span.checkbox input {
    margin: 0;
    padding: 0;
}

.UserAccount .narrow form p.itemLast {
    text-align: center;
}

.UserAccount .narrow div.options p {
    margin: 0 0 3px 0;
    padding: 0;
    clear: both;
}

.UserAccount div.error,

.Commenter ul.messages li.messageError,
.Commenter ul.messages li.messageWarning {
    font-weight: bold;
    color: #000;
    background-color: #C2B668;
    margin: 10px 0;
    padding: 10px;
    /*border: 1px solid #fff;*/
    border: none;
}

.UserAccount div.contentType {
    margin-bottom: 10px;
}

.UserAccount .regFields label {
    display: block;
    float: left;
    margin: 5px 0pt;
    width: 150px;
    font-weight: normal;
}

.UserAccount .regFields .submitRow {
    margin-top: 20px;
    text-align: center;
}

.UserAccount .remindForm label,
.UserAccount .remindForm input,
.UserAccount .remindForm .submitRow {
    float: left;
}
.UserAccount .remindForm label,
.UserAccount .remindForm input {
    margin-right: 10px;
}

.cell2 .UserAccount .narrow {
    width: 197px;
}

/* ---------------------------------------------------------
   VB3Block
   --------------------------------------------------------  */

.VB3Block .stat .value {
    font-weight: bold;
}
.VB3Block .stat a {
    margin-left: 5px;
}
.VB3Block .time {
    color: #C2B668;
    font-weight: bold;
}
.VB3Block .viewall {
    text-align: right;
    margin-top: 1em;
    font-weight: bold;
}
.VB3Block ul li {
    margin-bottom: .7em;
}

/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------  */
.footer {
    text-align: center;
    padding-bottom: 30px;
}
.footer .footerCell0 {
    float: left;
    margin-bottom: 20px;
    width: 975px;
}

.footer .footerCell {
    float: left;
    margin-bottom: 20px;
}
.footer .footerCell1 {
    width: 180px;
}
.footer .footerCell2 {
    width: 565px;
}
.footer .footerCell3 {
    width: 180px;
    text-align: right;
}

.footer .footerCell1 img {
    margin-top: 13px;
}
.footer .footerCell2 img {
    margin-left: 10px;
}
.footer .footerCell3 img {
    margin-top: 25px;
}

.footerImages {
    background: none;
}

.footer ul#smallPrintLinks {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
}
.footer ul#smallPrintLinks li {
    display: inline;
    vertical-align: middle;
    margin: 0; padding: 0;
    padding: 0 .5em;
    border-left: 1px solid #fff;
}
.footer ul#smallPrintLinks li.first {
    border-left: 0;
}

.footer .footerCell1 a {
    padding: 0 9px 0 0;
}
.footer .footerText {
    background: none;
    width: 90%;
    margin: auto;
    color: #959595;
    font-size: 0.8em;
}


.footer .footerTable .ConWebDoc .contentTitle {
    display: none;
}

.footer .footerTable {
    background: none;
    margin: 0 auto;
    text-align: center;
}

.footer .footerTable .ConWebDoc table {
    float: left;
}

.footer .footerTable .ConWebDoc td,
.footer .footerTable .ConWebDoc th {
    border: 1px solid #333;
    border-width: 1px 1px 0 0;
    color: #959595;
    font-size: 0.7em;
    font-weight: normal;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    width: 87px;
}

/* Gameboy advance and Games for windows are slightly wider. */
.footer .footerTable .ConWebDoc td.pos-9,
.footer .footerTable .ConWebDoc th.pos-9 {
    width: 96px;
}

.footer .footerTable .ConWebDoc td.pos-10,
.footer .footerTable .ConWebDoc th.pos-10 {
    width: 104px;
}

.footer .footerTable .ConWebDoc th {
    color: #fff;
    text-transform: uppercase;
    width: 87px;
}

.footer .footerTable .ConWebDoc th img {
    height: 23px;
    vertical-align: middle;
    width: 87px;
}

.footer .footerTable .ConWebDoc table tr.last td,
.footer .footerTable .ConWebDoc table tr.last th {
    border-bottom: 1px solid #333;
}

.footer .footerTable .ConWebDoc table tr td.pos-1,
.footer .footerTable .ConWebDoc table tr th.pos-1 {
    border-left: 1px solid #333;
    padding-right: 5px;
    text-align: right;
    width: 131px;
}

.footer .footerTable .ConWebDoc table tr.pos-1 th.pos-1 {
    padding: 0;
    text-align: center;
    width: 136px;
}

.footer .footerTable .ConWebDoc table tr.pos-1 th.pos-1 img {
    width: 136px;
}

/* ---------------------------------------------------------
   SingleContent
   --------------------------------------------------------  */
.SingleContent p.navigation {
    float: left; width: 100%;
    clear: both;
    margin: 1em 0;
    padding: 0;
}

.SingleContent p.navigation span {
    display: block;
    width: 49.9%;
    float: left;
}

.SingleContent p.navigation span.itemLast {
    text-align: right;
}

.MediaDisplay .SingleContent p.navigation span {
    width: 33.3%;
}

.MediaDisplay .SingleContent p.navigation span.item2 {
    text-align: center;
}

/*
 * Same as "hidden"
 */
div.videoPlayer  dl {
    position: absolute;
    left: -100px;
    top: -100px;
    width: 0;
    height: 0;
    font-size: 0;
}

/* ---------------------------------------------------------
   Commenter
   --------------------------------------------------------  */
.Commenter .commentsForm label {
    display: block;
    margin-bottom: .5em;
}

.Commenter .commentsForm textarea {
    width: 100%;
}

.Commenter .commentsForm p.itemLast {
    text-align: right;
}

/*
 * This enables us to do all the styling we want under .conComment, below
 */
.Commenter .comments ul.comments,
.Commenter .comments ul.comments li.comment {
    float: left; width: 100%;
    clear: both;
    margin: 0; padding: 0;
}

.Commenter div.comments .conComment {
    float: left; width: 100%;
    clear: both;
    background-image: url(../images/cell_trans_16_bg.png);
    margin: 0 0 6px 0;
    padding: 6px;
}

.ContentDisplay .cell2 .Commenter div.comments .conComment,
.MediaDisplay .cell5 .Commenter div.comments .conComment {
    width: 429px;
}

.Commenter div.comments .conComment div.thumbnail {
    float: left;
}

.Commenter div.comments .conComment div.mainContent {
    overflow: hidden;
    padding-left: 85px;
}

.Commenter div.comments .conComment div.mainContent p.intro {
    font-size: 1.2em;
    font-weight: bold;
    color: #C2B668;
    margin-top: 0;
}

.Commenter div.comments .conComment div.other {
    clear: both;
    text-align: right;
}

.Commenter div.comments .conComment div.other * {
    display: inline;
}

.Commenter div.comments .conComment div.other p.datePublished {
    font-size: 1.1em;
    font-weight: bold;
    color: #C2B668;
}

.Commenter div.comments ul.messages {
    margin: 1em 0;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/* ---------------------------------------------------------
   ConBlog
   --------------------------------------------------------  */
.conBlogEntry h2,
.conBlog h2 {
    color: #C2B668;
    text-transform: none;
    padding-bottom: 0;
    background-image: none;
}
.conBlog .intro {
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
    background: transparent url(../images/header_sep.png) bottom left repeat-x;
}
.conBlog .conBlogEntry {
    background: transparent url(../images/header_sep.png) top left repeat-x;
    padding: 1em 0;
}
.conBlog .first .conBlogEntry {
    background-image: none;
}
.conBlog .conBlogEntry h2 {
    margin: 0;
}
.conBlog .conBlogEntry h2 a {
    background-image: none;
    color: #C2B668;
    text-decoration: none;
    font-size: .8em;
}
.conBlog .conBlogEntry h2 a:hover {
    text-decoration: underline;
}
.conBlogEntry .authorTime {
    font-weight: bold;
}
.conBlogEntry .authorTime .date {
    float: right;
}
.conBlog .conBlogEntry h3 {
    margin-bottom: 10px;
}

.blogOptions {
    padding: 1em 0;
    font-weight: bold;
}
.blogOptions ul {
    position: relative;
}
.blogOptions .prevPost,
.blogOptions .nextPost {
    position: absolute;
    top: 0;
}
.blogOptions .prevPost {
    left: 0;
}
.blogOptions .nextPost {
    right: 0;
}
.blogOptions .blogHome {
    float: left;
    width: 100%;
    text-align: center;
}

.conBlog h3 {
    background: none;
    margin: 0;
    padding: 0;
}
.conBlog h3 a {
    text-decoration: none;
    text-transform: none;
    color: #C2B668;
    font-size: 1.2em;
}

/* ---------------------------------------------------------
   Partners
   --------------------------------------------------------  */
div#partners ul {
    float: left; width: 100%;
    margin: 0; padding: 0;
}

div#partners ul li {
    float: left;
    margin: 0; padding: 0;
}

div#partners ul li.odd {
    clear: left;
    margin-left: 0;
}

div#partners ul li.only {
    float: none;
    text-align: center;
}

div.partner .blkBdy {
}

/* ---------------------------------------------------------
   Latest Downloads
   --------------------------------------------------------  */

.latestDownloads li {
    margin-bottom: 8px;
}

/* ---------------------------------------------------------
   Games landing page
   --------------------------------------------------------  */

.underworldBanner, .anniversaryBanner, .legendBanner {
    padding: 7px 0px 0px 0px;
    text-align: right;
    background: none;
}

.legendBanner {
    padding-top: 8px;
}

/* ---------------------------------------------------------
   Video list block
   --------------------------------------------------------  */

.MultiContent.videoList .docHead a,
.MultiContent.videoList .docHead a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #C2B668;
}
.MultiContent.videoList .thumbleft {
    margin-bottom: 10px;
}
.MultiContent.videoList div.downloadLinks {
    margin-top: 10px;
}
.MultiContent.videoList div.downloadLinks a {
    padding: 0 3px 0 3px;
}

/* ---------------------------------------------------------
   Wallpaper list block
   --------------------------------------------------------  */

.MultiContent.wallpaperList .docHead a {
    color: #C2B668;
}

.MultiContent.wallpaperList .docHead,
.MultiContent.wallpaperList .description {
    margin-bottom: 8px;
}

.MultiContent.wallpaperList .docHead a,
.MultiContent.wallpaperList .wallpaperLinks a {
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}
.MultiContent.wallpaperList ul.multiList li {
    text-align: center;
}

/* ---------------------------------------------------------
   Screensaver list block
   --------------------------------------------------------  */

.MultiContent.screensaverList .docHead a {
    color: #C2B668;
}

.MultiContent.screensaverList .docHead,
.MultiContent.screensaverList .description {
    margin-bottom: 8px;
}
.MultiContent.screensaverList .docHead a {
        font-weight: bold;
}

.MultiContent.screensaverList .docHead a,
.MultiContent.screensaverList .screensaverLinks a {
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}

/* ---------------------------------------------------------
   Theme/Icons Block
   --------------------------------------------------------  */

.MultiContent.themeList .docHead a {
    color: #C2B668;
}

.MultiContent.themeList .docHead,
.MultiContent.themeList .description {
    margin-bottom: 8px;
}

.MultiContent.themeList .docHead a,
.MultiContent.themeList .themeLinks a {
    font-weight: bold;
    text-decoration: none;
}

.MultiContent.themeList ul.multiList li {
    text-align: center;
}
/* ---------------------------------------------------------
   Partners microsite nav menu block
   --------------------------------------------------------  */

.SiteCategories .last {
    background: none;
    padding-bottom: 0px;
    margin-bottom:0px;
}

/* ---------------------------------------------------------
   MultiContentClassification header
   --------------------------------------------------------  */

.MultiContentClassification div.blkHeader h2.blkTitle {
    float: left;
    width: 100%;
}

.MultiContentClassification div.blkHeader h2.blkTitle img {
    float: left;
}

.MultiContentClassification div.blkHeader h2.blkTitle div.dropdown {
    float: right;
    font-size: 0.6em;
}

/* ---------------------------------------------------------
   Adset for media page
   --------------------------------------------------------  */

.mediaAdset .advertSetHoriz
{
	float: left;
	padding: 8px 6px 0px 6px;
	background: none;
}

.mediaAdset {
    background: none;
}

.userRegion_default .ConWebDoc .ratingImgContainer {
    background: url(../images/pegi_16.jpg) no-repeat top left;
    height: 52px;
    width: 39px;
}

.userRegion_america .ConWebDoc .ratingImgContainer {
    background: url(../images/ESRB_tra.jpg) no-repeat top left;
    height: 52px;
    width: 104px;
}

#twitter_div {
	background-color: #141313;
	padding: 10px;
}
