/* --------------------------------------------------------------------------------------------- */
/* --- content container div panels --- */
/* --------------------------------------------------------------------------------------------- */

DIV#contentContainer {
  padding: 0 0 15px 0;
  padding: 0px;
  float: left;
  width: 725px;
}

BODY.templateHome DIV#contentContainer {
  background: none;
  filter:none;
}

/*DIV#contentContainer {
  background: url(bg_contentcontainer_home_ie.gif) 0 0 no-repeat;
}

DIV#contentContainer[id] {
  background: url(bg_contentcontainer_home.png) 0 0 no-repeat;
}

DIV#contentContainer.formPage {
  background: url(bg_contentcontainer_profile_ie.gif) 0 0 no-repeat;
}*/

DIV#contentContainer.formPage[id] {
  background: url(bg_contentcontainer_profile.png) 0 0 no-repeat;
}

DIV#contentContainer DIV.supplementaryImage	{
	position:relative;
}

DIV#contentContainer DIV.supplementaryImage DIV	{
	position:absolute;
	top:0;
	left:495px;
}
DIV#contentContainer DIV.psnLogoTabsSpacing {
    padding-top: 25px;
}
DIV#contentContainer DIV#breadcrumb DIV.psnLogoBreadSpacing {
    width: 560px;
}

DIV#contentContainer A {
  font-weight: bold;
}

DIV#contentContainer A.ctaLink,
DIV#rightColumn DIV.contentPortlet A.ctaLink,
BODY.templateHome DIV#rightColumn A.ctaLink,
DIV.contentPortletLarge DIV.gameContent A.ctaLink,
P.footLinks  SPAN.ctaLink {
  margin:0;
  padding: 0 0 0 10px;
  background: url(icon_linkarrow-1.gif) 1px 0.3em no-repeat ;
  font-size: 11.3333px;
  font-weight:bold;
}

#dl_help.cta.hide.open .ctaLink{
  background: url(icon_linkarrow_over.gif) 1px 0.3em no-repeat !important;
}

/*Oli: added to style ctaLink in Games - Large.xsl */
DIV.contentPortletLarge.homeList A.ctaLink {
clear:both;
margin-top:100px;
margin-left:10px !important;
}

DIV.contentPortletLarge.gameContent DIV.gameDetails A.ctaLink,
DIV.contentPortletLarge.homeList DIV.gameDetails A.ctaLink {
margin-left:0px !important;
}


DIV#contentContainer A.ctaLink2,
DIV#rightColumn DIV.contentPortlet A.ctaLink2 {
  position:relative;
  top:-3px;
  left:0;
  margin:0;
  padding: 0 0 0 10px;
  background: url(icon_linkarrow-1.gif) 1px 0.3em no-repeat ;
  font-size: 11.3333px;
  font-weight:bold;
  width:163px;
}

DIV#rightColumn A.ctaLink {
	display: block;
	margin-top:-2px;
  padding: 0 0 0 10px;
  background: url(icon_linkarrow_external.gif) 1px 0.3em no-repeat ;
}

DIV#contentContainer DIV.singleColumn A.ctaLink,
BODY.templateHome DIV#rightColumn DIV.contentPortlet A.ctaLink {
	padding-bottom:5px;
}

DIV#contentContainer A.rssLink IMG {
	position: relative;
	top: 0;
	margin: 0px;
}

DIV#contentContainer DIV.contentPortlet A.ctaLink, DIV.heroInfo A.ctaLink, DIV.gameInfo A.ctaLink {
  font-size: 0.870em;
}

DIV#contentContainer UL.linkList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

DIV#contentContainer UL.linkList LI {
  margin: 0px 0px 10px 0px;
  padding: 0;
}



/* --------------------------------------------------------------------------------------------- */
/* --- content columns --- */
/* --------------------------------------------------------------------------------------------- */

DIV.singleColumn {
  float: right;
  width: 230px !important;
  margin-top:10px;
  padding: 0 0 0 0px;
}

BODY.templateHome DIV.singleColumn {
	width:220px;
}

/*DIV.singleColumn#helpSupportArticle {
position: relative;
top: -70px;
}*/

DIV#doubleColumn {
  float: left;
  width: 459px;
  padding: 10px 0px 0 10px;
}

/* --- single column variants --- */
/* removed 
DIV.singleColumnHeaded {
  padding-top: 0px;
}*/


/* --- single column header (if exists - contains image) --- */
DIV.singleColumnHeader {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* --------------------------------------------------------------------------------------------- */
/* --- content div panels --- */
/* --------------------------------------------------------------------------------------------- */

DIV.rowEnd	{
	margin-right: 0px;
}

DIV.rowStart	{
	clear: left;
}

DIV.panelBody	{
	margin: 0;
	background-color: #fff;	
	float: left;
	width:220px;
}

DIV.panelBodyDouble	{
	margin: 0 0 0px;
	padding: 0 10px 0 10px;
	float: left;
	width:674px !important;
	/* changed with from 459 to xxx for problem number 406 */
}

DIV#doubleColumn DIV.panelBodyDouble	{
	padding:0 10px 10px 5px;
}

DIV.panelBodyDouble DIV.splitPortlet	{
	margin: 0 240px 0 0;
}

DIV.panelBodyDouble IMG	{
	float: right;
}

DIV.panelBodyDouble IMG.logo	{
	float: none;
	margin: 6px 0 4px 0;
}

/* START - white background - blu-ray */
DIV#doubleColumn DIV.MainBottomBg {	
	padding-bottom: 10px;
	margin: 0px;
	background: url(bg_blu-ray_bottom.gif) 0 100% no-repeat;
}

DIV#doubleColumn DIV.MainBottomBg H2 {
	margin: 0 10px -5px;
	padding: 0;
  font-size: 0.870em;
  line-height: 1.582em;
  color: #333;
	font-weight: bold;
}

DIv#doubleColumn DIV.MainBottomBg p {
	padding: 0 10px 10px 10px;
}

DIv#doubleColumn DIV.MainBottomBg IMG.headImg {
	margin-bottom:12px;
}

DIv#doubleColumn DIV.TopLeftMainBg {
	width:460px;
	margin-bottom: 15px;
	background-color: #fff;
	border: 0px solid red;
}

DIV#doubleColumn BLOCKQUOTE {
	margin: 15px 10px;
	padding: 10px 0 0;
	border: 1px solid #e5e5e5;
	border-width: 1px 0;
	font-size: 1.2em;
}

DIV#doubleColumn div.MainBottomBg BLOCKQUOTE P {
	margin: 0 0 10px 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- */
/* --- portlet styles --- */
/* --------------------------------------------------------------------------------------------- */

DIV.panelBodyDouble H1
 {
  color:#333;
  margin: 0;
  padding: 0 0 0px 0;
	width:674px !important;
}

DIV.panelBodyDouble P.intro
 {
  font-size: 0.949em;
  color: #999;
  margin: 0 0 5px;
	width:444px !important;
}

DIV.panelBodyDouble P
 {
  font-size: 0.949em;
  padding-top:10px;
	width:444px !important;
}

DIV#doubleColumn DIV.panelBodyDouble P
 {
  padding-top:0;
}

/* --------------------------------------------------------------------------------------------- */
/* --- portlet styles --- */
/* --------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------- */
/* --- triple column portlet styles --- */
/* --------------------------------------------------------------------------------------------- */

DIV#tripleColumn,
DIV#tripleColumnFloated
{
	clear: left;
	margin: 0 10px 15px 10px;
	padding-bottom:5px;
	background: url(bg_triple_column_bottom.gif) left bottom no-repeat;
}

DIV#tripleColumnInner
{
	background: url(bg_triple_column_top.gif);
	padding-bottom:4px;
}

DIV#tripleColumnInnerFloated
{
    background: url(bg_triple_column_top_curved.gif) left top no-repeat;
    padding-bottom: 0px;
}
DIV#tripleColumnInnerFloated.tabbed
{
    background: url(bg_triple_column_top.gif) left top no-repeat !important;
}

DIV#tripleColumnFloated,
DIV#tripleColumnInnerFloated
{
    float: left;
    display: inline;
}


/* --- Two-Column Portlet (e.g. used on /registration/ page) --- */
.twoCol-portletWrapper {
    width: 705px;
    padding: 10px;
}
.twoCol-portletWrapper .contentPortletLarge {
    background: transparent url(bg_portletbottom_3col.gif) no-repeat bottom left !important;
    width: 705px !important;
}
.twoCol-portletWrapper .contentHeading {
    background: transparent url(bg_portlethead_3col.gif) no-repeat top left !important;
}
.twoCol-portletWrapper .gameContent {
    background:#E4E3E3 url(bg_gamecontenttop_3col.gif) repeat-y top left !important;
    width:705px !important;
}
.twoCol-portletWrapper .featureBlock {
    padding-top: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.twoColFeatureContentItem {
    float: left;
    width: 685px;
    padding: 10px;
    background: transparent url(bg_itemgrad.gif) repeat-x top left;
}
.twoColFeatureContentItem .featureContentImg {
    float: left;
    width: 200px;
    margin: 0 10px 0 0;
    display: inline;
}
.twoColFeatureContentItem .featureContentText {
    float: left;
    display: inline;
}
.twoColFeatureContentItem .featureContentText.withImg {
    width: 475px;
}
.twoColFeatureContentItem .featureContentText.noImg {
    width: 685px;
}
.twoColFeatureContentItem P.intro {
    padding-top: 10px;
}
.ctaLink.large {
    font-size: 1.2em !important;
}


/* --------------------------------------------------------------------------------------------- */
/* --- double column portlet styles --- */
/* --------------------------------------------------------------------------------------------- */

DIV.contentPortletLarge {
  clear: both;
  width:459px;
  margin: 0 0 15px;
  padding: 0 0 6px 0;
  background: url(bg_portletbottom_large.gif) 0 100% no-repeat;
  float:left;
}

DIV.contentPortletLarge DIV.contentHeading,
DIV.consolePortlet DIV.contentHeading, 
DIV.contentPortletAlt DIV.contentHeading
 {
  padding: 4px 10px;
  border-bottom: 1px solid #FFF;
  background: url(bg_portlethead_large.gif) 0 0 no-repeat;
}

DIV.contentPortletLarge DIV.contentHeading H2, 
DIV.contentPortletAlt DIV.contentHeading H2
 {
  font-size: 1.424em;
 color: #cc0000;
  padding: 0;
  margin: 0;  
}

div.contentPortletLarge div.content h2 {
	margin-bottom: 0px;
 }

 div.contentPortletLarge div.content p.intro {
 	font-weight: bold;
	font-size: 0.949em;
  color: #5B5B5B;
 }	

DIV.contentPortletLarge DIV.content {
  padding: 11px;
  margin: 0;
  background: #E4E3E3 url(bg_portlettop_large.gif) 0 0 no-repeat;
}

DIV.contentPortletLarge DIV.heroContent {
  margin: 0;
  padding: 0 0 0 1px;
  background: #E4E3E3 url(bg_portlettop_large.gif) 0 0 no-repeat;
}

DIV.contentPortletLarge DIV.heroInfo {  
  margin: 0;
  padding: 0 11px 11px;
}

DIV.contentPortletLarge DIV.heroInfo H3 {
  font-size: 1.424em;
  color: #E60000;
  margin: 0;
  padding: 0;
}

DIV.contentPortletLarge DIV.heroInfo H4 {
  font-size: 0.949em;
  color: #858585;
  margin: 0 0 5px;
  padding: 0;
}

DIV.heroContent DIV.heroInfo IMG {
  margin-bottom:11px;
}


DIV.contentPortletLarge2 {
	width:460px;
	float:left;
	background: url(bg_portlet2bot.gif) left bottom no-repeat;
	padding:0 0 4px 0;
	margin-top:15px;
	margin-bottom:15px;
}

DIV.contentPortletLarge2Inner {
	background: url(bg_portlet2top.gif) repeat-y;
	padding:8px 10px 14px 8px;
	float:left;
	width:442px;
}



DIV.contentPortletTwinFirst {
  clear: both;
  float: left;
  width: 220px;
  margin: 0 0 15px;
  padding: 0 0 4px 0;
  background: url(bg_portletbottom.gif) 0 100% no-repeat;
}

DIV.contentPortletTwinSecond {
  float: right;
  width: 220px;
  margin: 0 0 15px;
  padding: 0 0 4px 0;
  background: url(bg_portletbottom.gif) 0 100% no-repeat;
}

DIV.contentPortletTwinFirst DIV.heroContent, 
DIV.contentPortletTwinSecond DIV.heroContent {
  margin: 0;
  padding: 0 0 0 1px;
  background: #E4E3E3 url(bg_portlettop_large.gif) 0 0 no-repeat;
}

DIV.contentPortletTwinFirst DIV.heroInfo, 
DIV.contentPortletTwinSecond DIV.heroInfo {  
  margin: 0;
  padding: 0 9px 11px;
}

DIV.contentPortletTwinFirst DIV.heroInfo H3, 
DIV.contentPortletTwinSecond DIV.heroInfo H3 {
  font-size: 1.424em;
  color: #E60000;
  margin: -5px 0 8px 0;
  padding: 0;
}

DIV.contentPortletTwinFirst DIV.heroInfo H4, 
DIV.contentPortletTwinSecond DIV.heroInfo H4 {
  font-size: 0.870em;
  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 0 5px 0;
}

DIV.contentPortletTwinFirst DIV.contentHeading, 
DIV.contentPortletTwinSecond DIV.contentHeading {
  padding: 5px 10px;
  border-bottom: 1px solid #E4E4E4;
  background: url(bg_portlethead.gif) 0 0 no-repeat;
}

DIV.contentPortletTwinFirst DIV.contentHeading H2, 
DIV.contentPortletTwinSecond DIV.contentHeading H2 {
  font-size: 1.424em;
  /*color: #E60000;*/
  padding: 0;
  margin: 0;
}

DIV.contentMultiPromoPair-wrapper {
  float: left;
  width: 438px;
  background: transparent url(bg_portlet_bottom_paired_sml.gif) no-repeat 0% 100%;
  margin-bottom: 10px;
  position: relative;
}
DIV.contentMultiPromoPairLeft {
  clear: both;
  float: left;
  width: 216px;
  margin: 0;
  padding: 0 0 4px 0;
}
DIV.contentMultiPromoPairRight {
  float: right;
  width: 216px;
  margin: 0;
  padding: 0 0 4px 0;
}
DIV.contentMultiPromoPairLeft DIV.heroContent,
DIV.contentMultiPromoPairRight DIV.heroContent {
  margin: 0;
  padding: 0 0 0 1px;
  background: transparent url(bg_portlettop_grad_paired_sml.gif) no-repeat;
}
DIV.contentMultiPromoPairLeft DIV.heroInfo,
DIV.contentMultiPromoPairRight DIV.heroInfo {
  margin: 0;
  padding: 0 7px 11px;
}
DIV.contentMultiPromoPairLeft DIV.heroInfo.imgSpacer,
DIV.contentMultiPromoPairRight DIV.heroInfo.imgSpacer {
  padding-bottom: 123px !important;
}
DIV.contentMultiPromoPairLeft DIV.heroInfo H3,
DIV.contentMultiPromoPairRight DIV.heroInfo H3 {
  font-size: 1.424em;
  color: #E60000;
  margin: -5px 0 8px 0;
  padding: 0;
}
DIV.contentMultiPromoPairLeft DIV.heroInfo P,
DIV.contentMultiPromoPairRight DIV.heroInfo P {
  padding-top: 5px;
}
DIV.contentMultiPromoPairLeft DIV.heroInfo H4,
DIV.contentMultiPromoPairRight DIV.heroInfo H4 {
  font-size: 0.870em;
  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 0 5px 0;
}
DIV.contentMultiPromoPairLeft DIV.contentHeading,
DIV.contentMultiPromoPairRight DIV.contentHeading {
  padding: 5px 10px;
  border-bottom: 1px solid #E4E4E4;
  background: transparent url(bg_portlethead_sml.gif) no-repeat;
}
DIV.contentMultiPromoPairLeft DIV.contentHeading H2,
DIV.contentMultiPromoPairRight DIV.contentHeading H2 {
  font-size: 1.424em;
  padding: 0;
  margin: 0;
}
DIV.contentMultiPromoPairLeft DIV.multiPromoImageContainer,
DIV.contentMultiPromoPairRight DIV.multiPromoImageContainer {
  position: absolute;
  bottom: 10px;
  height: 113px;
  overflow: hidden;
}
DIV.contentMultiPromoPairLeft IMG.multiPromoImage,
DIV.contentMultiPromoPairRight IMG.multiPromoImage {
  margin: 0!important;
  padding: 0!important;
}

DIV.contentMultiPromoWide {
  float: left;
  width: 439px;
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  background: url(bg_portletbottom_wide.gif) 0 100% no-repeat;
}
DIV.contentMultiPromoWide DIV.contentHeading {
  padding: 5px 10px;
  border-bottom: 1px solid #FFFFFF;
  background: url(bg_portlethead_wide.gif) 0 0 no-repeat;
}
DIV.contentMultiPromoWide DIV.featureBlock {
  background: #fff url(bg_itemgrad.gif) 0 0 repeat-x;
  padding: 0;
  margin-left: 1px;
  margin-right: 1px;
}
DIV.contentMultiPromoWide DIV.heroContent {
  margin: 0;
  padding: 0 0 0 1px;
  background: #E4E3E3 url(bg_portlettop_sml.gif) 0 0 no-repeat;
}
DIV.contentMultiPromoWide DIV.heroInfo {
  margin: 0;
  padding: 0 7px 0px;
}
DIV.contentMultiPromoWide DIV.heroInfo P {
  padding-top: 5px;
}
DIV.contentMultiPromoWide IMG.multiPromoImage {
  margin: 10px 0 0 0 !important;
}
DIV.contentMultiPromoWide DIV.teaserInfo {
    float: left;
    width: 220px;
    padding: 5px 0;
}


DIV.contentPortletLarge DIV.gameContent {
  float:left;
  width:459px;
  margin: 0;
  padding: 0 0 10px 0;
  background: #E4E3E3 url(bg_gamecontenttop.gif) 0 0 repeat-y;
}

DIV.contentPortletLarge DIV.gameContent DIV.gameBlock {
  background: url(bg_itemgrad.gif) 0 0 repeat-x #fff;
  background: none;
}

DIV.contentPortletLarge DIV.gameContent DIV.gameBlock H2 {
  font-size: 1.424em;
  margin: 0;
}

DIV.contentPortletLarge DIV.gameContent DIV.gameBlock P.intro {
  font-size: 0.870em;
  color: #5B5B5B;
  margin: -3px 0px 5px 0px;
  padding: 0;
}
  
DIV.contentPortletLarge DIV.gameModule {  
  width:449px;
  background: url(bg_itemgrad.gif) 0 0 repeat-x;
  background-color:#fff;
  float:left;
  clear: left;
  margin: 0;
  padding: 0 0 0 10px;
}

DIV.contentPortletLarge DIV.gameContent DIV.intro {  
  padding: 10px;
  width:439px;
}

DIV.contentPortletLarge DIV.gameContent IMG {  
  border-bottom:0px solid #fff;
}

DIV.contentPortletLarge DIV.gameContent DIV.downloads IMG {  
  border-bottom:0;

/********/
/** NEW (1.0.7 Release) Format for Games-Media SPP and Games lists **/}
/********/

DIV.gm.contentPortletLarge DIV.gameModule {
 background:none; 
}

DIV.gm.contentPortletLarge DIV.hr {
 margin-bottom:0;
}

DIV.gm.contentPortletLarge DIV.cta {
 margin-top:10px;
}

DIV.psn DIV.hr {
 margin-bottom:10px;
}
DIV.psn DIV.cta {
 margin-left: 0px !important;
 width: 100%;
}
DIV.psn .ctaLink {
 margin-left: 10px !important;
 float: none !important;
}
/* Remove lines from console logo */
DIV.gm DIV.availableConsole {border:0px !important;}

/* Left Align the CTA link */

DIV.gm P A.ctaLink,
DIV.gm DIV.cta A.ctaLink,
DIV.featureBlock A.ctaLinkFloatLeft {
 float:left;
 display:inline;
}
DIV.featureBlock A.ctaLinkFloatLeft {
 margin-top:-1px !important;
}
DIV.gm DIV.cta {
margin-right:10px;
}
DIV.contentPortletLarge DIV.featuredMedia IMG {  
  border-bottom:10px solid #fff;
}

BODY.templateHome DIV.contentPortletLarge DIV.featuredMedia IMG {  
  border-bottom:5px solid #fff;
}

DIV.contentPortletLarge DIV.gameModule IMG {  
  float: left;
  padding: 10px 0 0 0;
}

DIV.contentPortletLarge DIV.gameInfo IMG {
  padding: 0;
}

DIV.contentPortletLarge DIV.gameContent DIV.gameModuleLast IMG {
  border-bottom:0;
}

/* Downloads module */
DIV.contentPortletLarge DIV.gameContent DIV.downloads IMG {  
  float: left;
  padding: 10px 10px 10px 10px;
}

DIV.contentPortletLarge DIV.gameContent DIV.downloads DIV.contentItem {
  margin-left: 230px;
  padding: 10px;
}

DIV.contentPortletLarge DIV.gameContent DIV.downloads DIV.contentItem P {
  padding-bottom: 10px;
}
/* ----------------- */

DIV.contentPortletLarge DIV.gameInfo {
  float:left;
  width:435px;
  margin: 0;
  padding: 0 7px 8px;
}

DIV.contentPortletLarge DIV.gameInfo IMG {
  margin-top:10px;
}

DIV.contentPortletLarge DIV.gameInfo DIV.availableConsole IMG {
  margin-top:0;
  border: none;
}

DIV.contentPortletLarge DIV.gameDetails {
  float:left;
  width:435px;
}

DIV.contentPortletLarge DIV.gameDetails H3
 {
  font-size: 1.424em;
  color: #E60000;
  padding-top:5px !important;
  margin:0;
}

DIV.contentPortletLarge DIV.gameInfo H4 {
  font-size: 0.870em;
  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 0 5px 0;  
  padding:0;
}

DIV.contentPortletLarge DIV.gamePadIcon H3 {
  font-size: 1.424em;
  line-height: 1.345em;
  color: #E60000;
  margin: 0;
  padding: 0;
  background: url(icon_games.gif) 100% 0.55em no-repeat;
}

DIV.contentPortletLarge DIV.gameInfo p.intro {
  font-size: 0.870em;
  font-weight:bold;
  color: #5B5B5B;
  margin: -3px 0px 5px 0px;
  padding: 0;
}

DIV.consolePortlet {
  padding: 0 0 4px 0;
  margin: 0 0 15px 0;
  background: url(border_grad_panel_bottom.gif) 0 100% no-repeat;
  overflow: hidden;
}

DIV.consolePortlet DIV.consoleContent{
  background: #FFF url(border_grad_panel_bg.gif) 0 100% no-repeat;
  float: left;
}

DIV.consolePortlet DIV.consoleItemFirst {
  clear: left;
  float: left;
  width: 231px;
}

DIV.consolePortlet DIV.consoleItemSecond {
  float: right;
  width: 228px;
}

DIV.consolePortlet H3 {
  padding: 15px 10px 0;
  margin: 0;  
  font-family:arial narrow;
}

DIV.consolePortlet H4 {
  font-size: 0.870em;
  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 10px 13px 10px;
}


/* Homepage media module */

DIV.featuredMedia {
  float:left;
  background: #FFF url(bg_itemgrad.gif) 0 0 repeat-x;
  padding: 10px 10px 0 10px;
}

DIV.featuredMedia DIV.featuredMediaFirst,
DIV.featuredMedia DIV.featuredMediaSecond,
DIV.featuredMedia DIV.featuredMediaFirst DIV.featureContent,
DIV.featuredMedia DIV.featuredMediaSecond DIV.featureContent  {
  width: 200px;
}

DIV.featuredMedia DIV.featuredMediaFirst {
  float: left;
  clear: both;
}

DIV.featuredMedia DIV.featuredMediaSecond {
  float: right;
}

DIV.featuredMedia H3 {
  font-size: 1.345em;
  color: #E60000;
  margin: 0;
  padding: 0;
}

DIV.featuredMedia H3.headingMovies,
DIV.featuredMedia H3.headingMusic {
  font-size: 1.424em;
}

DIV.featuredMedia H4 {
  font-size: 0.870em;

  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 0 5px 0;  
  padding:0;
}

/* --------------------- */

/* Homepage hardware module 
OLI: Added styles for games-media/games
*/

DIV#doubleColumn DIV.hardware {
	float:left;
	position:relative;
	width:459px;
	margin:0;
	padding:0 0 0 0;
}
DIV#doubleColumn DIV.hardware DIV.contentItem,
DIV#dblFloat DIV.contentItem {
	float: left;
	width: 153px;
	overflow:hidden;
}
DIV#doubleColumn DIV.hardware DIV.contentItem.ps3,
DIV#dblFloat DIV.contentItem.ps3 {
	width: 151px;
	padding-left:1px;
	overflow:hidden;
}
DIV#doubleColumn DIV.hardware DIV.itemContent,
DIV#dblFloat DIV.itemContent {
	padding: 5px 7px 7px 7px;
}
DIV#doubleColumn DIV.hardware DIV.itemContent H3,
DIV#dblFloat DIV.itemContent H3 {
  font-size: 1.424em;
  line-height: 1.345em;
  color: #E60000;
  margin:0;
  margin-left: 0px !important;
  font-family: Arial Narrow, Helvetica Neue, Helvetica, Arial, sans-serif;
}
DIV#doubleColumn DIV.hardware DIV.itemContent H4,
DIV#dblFloat DIV.itemContent H4 {
  font-size: 0.870em;
  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 0 5px 0;  
  padding:0;
}
/*
DIV#doubleColumn DIV.hardware DIV.itemContent P.footLinks {
	position: absolute;
	bottom: 0;
	width: 153px;
	padding-bottom:11px;
}
*/
DIV#doubleColumn DIV.hardware DIV.itemContent P.footLinks A.ctaLink,
DIV#dblFloat DIV.itemContent P.footLinks A.ctaLink,
DIV#doubleColumn DIV.hardware DIV.itemContent P.footLinks SPAN.ctaLink {
	display: block;
	font-weight: bold;
	padding-bottom:2px;
}
/* ---------------- */

DIV.featureBlock H2 {
  font-size: 1.424em;
  margin: 0; /*Used on the hub page featureBlock*/
}

DIV.featureContent H2 {
  font-size: 1.345em;
}

/* --------------------------------------------------------------------------------------------- */
/* --- feature content portlet - white bordered (similar to gameModule) --- */
/* --------------------------------------------------------------------------------------------- */

DIV.featureHeading  {
  background: url(bg_feature_content_top.gif) no-repeat top;
  border: 0;
  padding: 6px 0px 0px 0px;
}

DIV.featureHeading H2 {
  background-color: #fff;
  padding: 5px 0px 15px 10px;
  margin: 0;
}

DIV.featureBody {
  background-color: #FFF;
  padding: 0px 10px 23px 10px;
}

DIV.featureBlock {
  clear: both;
  background: url(bg_itemgrad.gif) 0 0 repeat-x #fff;
  padding: 10px 9px 13px 10px;
  _padding-top: 20px;
}

DIV.downloads DIV.featureBlock {
  padding-bottom:0;
  padding-top:11px;
}

BODY.templateHome DIV.featureBlock P,
DIV.downloads DIV.featureBlock P {
  margin-bottom:0;
}

DIV.featureContentFirst {
  float: left;
  clear: both;
  width: 200px;
}

DIV.featureContentSecond {
  float: right;
  width: 200px;
}

DIV.featureBlock H3 {
  font-size: 0.870em;
  color: #5B5B5B;
  margin: -3px 0px 5px 0px;
  padding: 0;
}

DIV.featureContentFirst H3 A.portletHeading,
DIV.featureContentSecond H3 A.portletHeading {
  font-size: 1.345em;
  line-height: 1.424em;
  padding: 0;
  margin: 0;
}

DIV.featureContentFirst H3,
DIV.featureContentSecond H3 {
  padding: 0;
  margin: 0;
}

DIV.featureContentFirst H4,
DIV.featureContentSecond H4 {
  font-size: 0.870em;
  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 0 5px 0;
}

DIV.contentPortletLarge DIV.featureContent  {
  float:left;
  width:459px;
  clear: both;
  margin: 0;
  padding: 0;
  background: #FFF url(bg_gamecontenttop.gif) 0 0 repeat-y;
}

DIV.contentPortletLarge DIV.featureModule {
  float:left;
  width:449px;
  background: url(bg_itemgrad.gif) 0 0 repeat-x;
  margin: 0px;
  padding: 0px 0px 0px 10px;

}

DIV.contentPortletLarge DIV.featureModule DIV.XMBTwoCol {
  margin:10px 0 0px 0 !important;
  padding-bottom:15px;
  float: left;
  position:relative;
}

DIV.contentPortletLarge DIV.featureModule IMG.XMBTwoCol {
  position:relative !important;
  width:200px;
}

DIV.contentPortletLarge DIV.featureModule DIV.featureContentText {
  width:200px;
  clear: none !important;
  float:right;
  background: url(bg_itemgrad.gif) 0 0 repeat-x;
  margin: 0 10px 0 0;
  _margin: 0 5px 0 0;
  padding: 8px 0px 13px 18px;
}


DIV.contentPortletLarge DIV.featureModule H2  {
  font-size: 1.424em;
  color: #333333; 
  padding: 0;
  margin: 0;
}

DIV.contentPortletLarge DIV.featureModule P.intro {
  font-size: 0.870em;
  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 0 5px 0;
}

DIV.contentPortletLarge DIV.featureContent.support IMG {
  margin-top: 10px;
}

IMG.imageBleedOut {
  margin: -10px -10px 10px -10px;
  border:0 !important;
}

BODY.templateHome IMG.imageBleedOut {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------------------------- */
/* C73 - Movie Listing Component */
/* --------------------------------------------------------------------------------------------- */
/* Overide some inherited styles */
DIV#movieListingComponent {
    float: left;
}
DIV#movieListingComponent DIV.featureBlock {
    float: left;
    width: 440px;
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
}
DIV#movieListingComponent DIV.featureBlock.first {
    padding-top: 10px !important;
}
DIV#movieListingComponent DIV.featureBlock IMG.promo {
    margin-top: 0px !important;
}
DIV#movieListingComponent DIV.featuredPackshot {
    float: left;
    display: inline;
    margin-top: 10px;
    width: 76px; /* Specific to Blu-ray packshot dimensions */
    overflow-x: hidden;
}
DIV#movieListingComponent DIV.featuredContent {
    float: left;
    display: inline;
    margin: 10px 0 0 10px;
    width: 354px;
}
DIV#movieListingComponent P.legal {
    color: #666;
}

/* --------------------------------------------------------------------------------------------- */
/* --- Tutorial module --- */
/* --------------------------------------------------------------------------------------------- */

DIV#doubleColumn DIV.tutorials {
	padding: 0;
}

DIV#doubleColumn DIV.tutorials DIV.featureBlock {
	clear: left;
	overflow: auto;
	height: 100%; /* For IE's benefit hasLayout() */
	padding: 0 10px 9px;
}

DIV#doubleColumn DIV.tutorials DIV.featureBlock H3 {
	margin-top: 10px;
}

DIV#doubleColumn DIV.tutorials DIV.featureBlock A.decor {
	float: left;
	margin-top: 10px;
}

DIV#doubleColumn DIV.tutorials DIV.featureBlock DIV.copy {
	margin: 10px 0 0 220px;
}

/* --------------------------------------------------------------------------------------------- */
/* --- Article page styles --- */
/* --------------------------------------------------------------------------------------------- */

DIV#doubleColumn DIV.relatedStories A.screenShot{
	float: left;
	margin-top: 2px;
}
DIV#doubleColumn DIV.relatedStories DIV.copy{
	margin-left: 96px;
}

DIV.content.relatedGames A.boxart {
	float: left;
	margin-bottom: 10px;
}
DIV.content.relatedGames DIV.copy {
	margin-left: 48px;
}

DIV.articleDetails BLOCKQUOTE {
	margin: 0 10px;
	padding: 0;
	font-size: 1.2em;
}
DIV.articleDetails BLOCKQUOTE P {
	margin: 10px 0 0;
}



div#contentContainer DIV.content.relatedLinks P {
	margin-top: 0;
}

div#contentContainer DIV.content.relatedLinks P A {
	font-weight: normal;
}

div#contentContainer DIV.content.relatedLinks DIV.hr {
	margin-bottom: 5px;
}

/* --------------------------------------------------------------------------------------------- */
/* --- single column portlet styles --- */
/* --------------------------------------------------------------------------------------------- */

DIV.singleColumn DIV.contentPortlet,
DIV.singleColumn DIV.subPanel,
BODY.templateHome DIV#rightColumn DIV.contentPortlet,
BODY.templateHome DIV#rightColumn DIV.subPanel {
  margin: 0 0 15px;
  padding: 0 0 4px 0;
  background: url(bg_portletbottom.gif) 0 100% no-repeat;
}


DIV#rightColumn DIV.contentPortlet {
  width: 220px;
  margin: 0 0 15px;
  padding: 0 0 4px 0;
  background: url(bg_externalbottom.gif) 0 100% no-repeat;
}

/* -- override for single column (MA) -- */
DIV.singleColumn DIV.contentPortlet,
DIV.singleColumn DIV.subPanel {
	margin-right: 10px;
}

BODY.templateHome DIV.singleColumn DIV.contentPortlet {
	margin-right:0;
}

DIV.singleColumn DIV.contentPortlet DIV.contentHeading,
DIV.singleColumn DIV.subPanel H2.subPanelHeading,
BODY.templateHome DIV#rightColumn DIV.contentPortlet DIV.contentHeading,
BODY.templateHome DIV#rightColumn DIV.subPanel H2  {
  padding: 5px 10px;
  border-bottom: 1px solid #E4E4E4;
  background: url(bg_portlethead.gif) 0 0 no-repeat;
}

DIV#rightColumn DIV.contentPortlet H2.contentHeading {
  color: #FFF;
  margin: 0;
  padding: 8px;
  font-size: 1.345em;
  font-weight:bold;
  line-height: 1.424em;
  border-bottom: 1px solid #626262;
  background: url(bg_externalhead.gif) 0 0 no-repeat;
}

DIV.contentPortlet DIV.contentHeading H2,
DIV.consolePortlet DIV.contentHeading H2 {
  font-size: 1.424em;
  padding: 0;
  margin: 0;
}

/* RSS Icon shown next to Content Headings */
DIV.contentPortlet DIV.contentHeading,
DIV.consolePortlet DIV.contentHeading {
    position: relative;
}
DIV.contentPortlet DIV.contentHeading H2.headingRssFeedIcon,
DIV.consolePortlet DIV.contentHeading H2.headingRssFeedIcon {
    width: 180px;
	color:#cc0000;
}
DIV.contentPortlet DIV.contentHeading DIV.rssFeedIcon {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
}

DIV.contentPortlet STRONG {
  font-size: 11px;
  color: #cc0000;
  font-weight:bold;
}

DIV.contentPortlet DIV.hr2,
DIV.contentPortletLarge DIV.hr2 {
	margin:13px 0 8px 0;
}

DIV.singleColumn DIV.contentPortlet DIV.hr2,
DIV.singleColumn DIV.contentPortletAltBody DIV.hr2,
DIV.contentPortletAltBody DIV.hr2
 {
	margin:4px 0 4px 0;
}

DIV.contentPortlet DIV.hr3
 {
	margin:3px 0 8px 0;
}

DIV.contentPortlet DIV.accessories DIV.contentItem,
BODY.templateHome DIV.accessories DIV.accessoryInfo {
  background: none;
  margin-left: 110px;
}

DIV.contentPortlet DIV.accessories IMG,
BODY.templateHome DIV.accessories IMG  {
  float: left; /* originaly floated right */
  border: 1px solid #CCC; 
}

DIV.singleColumn DIV.contentPortlet DIV.content,
DIV.singleColumn DIV.subPanel DIV.externalContent,
BODY.templateHome DIV#rightColumn DIV.contentPortlet DIV.content,
BODY.templateHome DIV#rightColumn DIV.subPanel DIV.externalContent {
  padding: 9px 9px 10px 9px;
  margin: 0;
  background: #EFEFEF url(bg_portlettop-1.gif) 0 0 no-repeat;
}

DIV.contentPortlet DIV.content IMG,




DIV.singleColumn DIV.externalContent IMG {
  margin-bottom: 10px;
}

DIV.contentPortlet DIV.articleDetails IMG {
  margin:6px 0 17px 10px;
}

DIV.contentPortlet DIV.relatedGames IMG {
  margin-bottom: 5px;
  margin-top:2px;
}

DIV.singleColumn DIV.contentPortlet DIV.breakOut {
  padding: 0 0 0 1px;
}

DIV.contentPortlet DIV.breakOut DIV.contentItem {
  padding: 0 11px 11px;
}

DIV.contentPortlet DIV.breakOut DIV.competitionHead {
  padding-bottom:0;
}

DIV.contentPortlet DIV.breakOut DIV.hr {
  margin-bottom:6px;
}

DIV#rightColumn DIV.contentPortlet DIV.content {
  padding: 9px;
  margin: 0;
  background: #5E5E5E url(bg_externaltop.gif) 0 0 no-repeat;
}

DIV.contentPortlet DIV.content DIV.contentItem, 
DIV.contentPortlet DIV.content DIV.listItem {
  background: none;
}

DIV.contentPortlet DIV.content DIV.contentItem H3, 
DIV.contentPortletAlt DIV.content DIV.contentItem H3
 {
  font-size: 12px;
  font-weight: bold;
  color: #5B5B5B;
  padding: 0;
  margin: 0;
}

DIV.contentPortlet DIV.content DIV.listItem H3 {
  font-size: 0.870em;
  font-weight: bold;
  color: #5B5B5B;
  padding: 0;
  margin: 0 0 8px;
}

STRONG.date {
  font-size: 0.870em;
  font-weight: normal;
  color: #666;
  margin: 0;
}

DIV.content DIV.contentItem P {
  font-size: 0.870em;
  padding: 0 0 5px 0;
  margin: 0;
}

DIV.content DIV.contentItem P.last {
  margin: 0;
}

DIV.content DIV.contentItem DIV.contentItemLink	{
	margin-bottom:10px;
}

DIV.content DIV.listItem UL,
DIV.contentItem DIV.listItem UL,
DIV.featuredMedia DIV.listItem UL {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid #CCC;
  border-width: 1px 0 0;
}

DIV.relatedLinks DIV.listItem UL,
DIV.downloads DIV.listItem UL{
  margin-bottom: 0;
}

DIV.featuredMedia DIV.listItem UL{
  margin-bottom:3px;
  margin-top:2px;
  clear:left;
}

DIV.content DIV.last UL,
DIV.contentItem DIV.last UL,
DIV.featuredMedia DIV.last UL {
  margin: 0 0 8px;
}

DIV.content DIV.listItem UL LI,
DIV.contentItem DIV.listItem UL LI,
DIV.featuredMedia DIV.listItem UL LI {
  margin: 0;
  padding: 1px;
  border: 1px solid #CCC;
	border-width: 0 0 1px;
}

DIV.content DIV.listItem UL.withoutTopBorder,
DIV.contentItem DIV.listItem UL.withoutTopBorder,
DIV.featuredMedia DIV.listItem UL.withoutTopBorder {
	border-width: 0;
}

DIV.content DIV.listItem UL.withoutBottomBorder,
DIV.contentItem DIV.listItem UL.withoutBottomBorder,
DIV.featuredMedia DIV.listItem UL.withoutBottomBorder {
	border-width: 0;
	margin-bottom:3px;
}

DIV.content DIV.listItem UL.withoutBottomBorder LI,
DIV.contentItem DIV.listItem UL.withoutBottomBorder LI,
DIV.featuredMedia DIV.listItem UL.withoutBottomBorder LI {
	border-width: 1px 0 0;
}

DIV#contentContainer DIV.content DIV.listItem UL LI A,
DIV#contentContainer DIV.consolePortlet DIV.listItem UL LI A,
DIV#contentContainer DIV.contentItem DIV.listItem UL LI A,
DIV#contentContainer DIV.featuredMedia DIV.listItem UL LI A {
  font-size: 0.870em;
  font-weight: normal;
  padding: 0;
  background: none;
  line-height: 1.4em;
}


/* Channel Help and Support - Manuals fileType icon */

DIV.consolePortlet DIV.listItem  {
  padding-bottom:15px;
}

DIV.consolePortlet DIV.listItem UL {
  list-style: none;
  margin: 0px 10px;
  padding: 0;
  border:0;
  overflow:hidden;
}

DIV.consolePortlet DIV.listItem UL LI {
  margin: 0;
  padding: 1px;
  border: 1px solid #CCC;
  border-width: 0 0 1px;
}

DIV.consolePortlet DIV.listItem UL LI.last {
border:0px;
margin-bottom:10px;
}

DIV#contentContainer DIV.content DIV.listItem UL LI A.site,
DIV#contentContainer DIV.consolePortlet DIV.listItem UL LI A.site,
.moduleManual A.site {
  padding: 2px 26px;
  display: block;  
  background: url(lang.gif) 5px 0.4em no-repeat;
}

DIV#contentContainer DIV.consolePortlet DIV.listItem UL LI A.archive {
  padding: 2px 26px;
  display: block;
  background: url(icon_linkarrow-1.gif) 14px 0.6em no-repeat ;
}


DIV#contentContainer DIV.content DIV.listItem UL LI A.pdf,
DIV#contentContainer DIV.consolePortlet DIV.listItem UL LI A.pdf,
DIV#contentContainer DIV.contentItem DIV.listItem UL LI A.pdf,
.moduleManual A.pdf {
  padding: 2px 6px 2px 26px;
  display: block;  
  background: url(icon_pdf.gif) 1px 0.1em no-repeat;
}

DIV.content.itemDetails.gameDetails TD UL,
DIV.content.itemDetails.gameDetails TD UL LI  {
 padding:0;
 margin:0;
 list-style:none;
}

DIV.content.itemDetails.gameDetails TD UL LI A.pdf  {
 padding-left:21px;
 min-height:16px;
 _height:16px;
 display:block;
 background: url(icon_pdf.gif) 1px 0.1em no-repeat;
}
DIV.content.itemDetails.gameDetails TD UL LI A.site {
 padding-left:21px;
 display:block;
 background: url(lang.gif) 1px 0.1em no-repeat;
}

DIV.contentPortlet DIV.games DIV.contentItem {
  margin-right: 60px;
  background: none;
}

DIV.contentPortlet DIV.games IMG.packShot {
  float: right;
}

DIV.contentPortlet DIV.games DIV.contentItem {
  margin-right: 60px;
  background: none;
}

DIV.contentPortlet DIV.trailers IMG,
DIV.contentPortlet DIV.downloads IMG {
  float: left;
}

DIV.contentPortlet DIV.trailers DIV.contentItem {
  margin-left: 96px;
  background: none;
}

DIV.contentPortlet DIV.downloads DIV.contentItem {
  margin-left: 74px;
  background: none;
  padding-bottom:0;
  margin-bottom:0;
}

/* --------------------------------------------------------------------------------------------- */
/* --- page right hand column; varies depending on snap --- */
/* --------------------------------------------------------------------------------------------- */


BODY.wide DIV#rightColumn	{
	width: 220px;
	float: right;
	margin-bottom:15px;
	/* Overflow to prevent IE content breaking layout */
	overflow:hidden;
}

DIV#rightColumn DIV.subPanel	{
	width:220px;
    padding-bottom: 5px;
	margin-bottom: 15px;
  background: url(bg_externalbottom.gif) 0 100% no-repeat;
}

DIV#rightColumn DIV.subPanel P	{
  font-size: 0.870em;
  color: #FFF;
  margin: 8px 0;
}

DIV.subPanel FORM#feedback INPUT#submit {
  margin: 10px 0 0;
  float: right;
}

DIV.subPanel DIV.externalContent {
  padding: 11px 9px 6px 10px;   
  background: #5D5D5D url(bg_externaltop.gif) 0 0 no-repeat;
}




DIV#rightColumn DIV.subPanel DIV.deviceSupport {
  padding-bottom:3px;
}

DIV.subPanel DIV.externalContent BLOCKQUOTE, 
DIV.subPanel DIV.externalContent DIV.communityText,
DIV.subPanel DIV.accessories DIV.accessory {
  margin: 0 0 10px;
  padding: 0 1px 3px 0;
  background: url(bg_blockquotebottom.gif) 0 100% no-repeat;
}

BODY.templateHome DIV.subPanel DIV.accessories DIV.accessory {
  background: none;
}  


DIV.subPanel DIV.externalContent BLOCKQUOTE DIV.quoteHead {
  padding: 3px 6px;
  border-bottom: 1px solid #989898;
  background: url(bg_blockquotehead.gif) 0 0 no-repeat;
}

DIV.subPanel DIV.externalContent BLOCKQUOTE H3 { 
  font-size: 1em; 
  margin: 0;
  padding: 0;
}

DIV.subPanel DIV.externalContent BLOCKQUOTE H3 A {
  font-size: 0.870em; 
  color: #C00;
}

DIV#rightColumn DIV.subPanel DIV.externalContent BLOCKQUOTE P {
  font-size: 0.870em;
  line-height: 1.218em;
  color: #2C2A2A;
  margin: 0;
  padding: 4px 6px;
  background: #A9A7A7 url(bg_blockquotetop.gif) 0 0 no-repeat;
}

DIV#rightColumn DIV.subPanel IMG {
  margin: 0 0 10px 0
}

DIV#rightColumn DIV.subPanel DIV.deviceSupport IMG {
  margin: 0 0 8px 0
}

DIV.singleColumn DIV.subPanel DIV.externalContent DIV.communityText,
BODY.templateHome DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityText {
  background: none;
  margin: 0;
}
BODY.templateHome DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner {
  margin: 0;
  padding: 0; 
  background: none;
}

DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner {
  margin: 0;
  padding: 4px 6px; 
  background: #A9A7A7 url(bg_communitytop.gif) 0 0 no-repeat;
}
DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner P {
  padding: 0;
  margin: 0;
  font-size: 0.870em;
  line-height: 1.218em;
  color: #2C2A2A;  
}
DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner UL {
  padding: 0;
  margin: 0;
}

DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner UL LI {
  padding: 0;
  margin: 0 0 0 15px;
  color: #2C2A2A;  
  font-size: 0.870em;
}
DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner UL LI a {

  color: #2C2A2A;  
}
DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner UL LI a:hover{

  color: #cc0000;  
}

DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner UL.navigation{
	list-style:none;
}

DIV#rightColumn DIV.subPanel DIV.externalContent DIV.communityTextInner UL.navigation LI {
  padding: 0;
  margin: 0 0 0 5px;
  color: #2C2A2A;  
  font-size: 0.870em;
  padding-left:10px;
  background:url(icon_linkarrow-1.gif) 0px 5px no-repeat;
  min-height:15px;
  height:auto !important;
  height:15px;
  padding-bottom:5px;
}




DIV.subPanel DIV.externalContent A {
  font-weight: bold;
  font-size: 0.950em;
  color: #FFF;
}

DIV.singleColumn DIV.subPanel DIV.externalContent A {
  color: #C00;
}

DIV.singleColumn DIV.subPanel DIV.externalContent A:hover {
  color: #F00;
}

DIV.subPanel H2 {
  color: #FFF;
  margin: 0;
  padding: 8px;
  font-size: 1.424em;
  border-bottom: 1px solid #626262;
  background: url(bg_externalhead.gif) 0 0 no-repeat;
}

DIV.subPanel H2 A {
  color: #FFF;
}
DIV.subPanel H2 A:hover {
  color: #FFF;
  text-decoration:underline;
}
BODY.templateHome DIV.subPanel H2,
BODY.templateHome DIV.subPanel H2 A,
BODY.templateHome DIV#rightColumn A.ctaLink {
  color: #C00;
}

BODY.templateHome DIV.subPanel H2 A:hover,
BODY.templateHome DIV#rightColumn A.ctaLink:hover {
  color: #F00;
}

DIV.singleColumn DIV.subPanel H2 {
  color: #333;
}

DIV#rightColumn DIV.subPanel DIV.accessories DIV.accessory DIV.accessoryHolder {
  clear: both;
  padding: 10px;
  margin: 0;
  background: #A9A7A7 url(bg_communitytop.gif) 0 0 no-repeat;
}

BODY.templateHome DIV#rightColumn DIV.subPanel DIV.accessories DIV.accessory DIV.accessoryHolder {
  padding: 0;
  background: none;
}

DIV#rightColumn DIV.subPanel DIV.accessories H3 {
  padding: 0;
  margin: 0 0 0px;
  font-size: 1em;
}

DIV#rightColumn DIV.subPanel DIV.accessories H3 A {
  color: #CC0000;
  padding: 0;
  margin: 0;
}


DIV#rightColumn DIV.subPanel DIV.accessories H3 A:hover {
  color: #F00;
}

DIV#rightColumn DIV.subPanel DIV.accessories DIV.accessory DIV.accessoryInfo P {
  color: #222;
  font-size: 0.870em;
  padding: 0;
  margin: 0;
}

DIV#rightColumn DIV.subPanel DIV.accessories DIV.accessory DIV.accessoryHolder DIV.imageHolder {
  float: left;
  width: 88px;
  height: 56px;
  overflow: hidden;
  border: 1px solid #CCC;
}

BODY.templateHome DIV#rightColumn DIV.subPanel DIV.accessories DIV.accessory DIV.accessoryHolder DIV.imageHolder {
  width: auto;
}

/*DIV.subPanel DIV.accessories DIV.accessory IMG{
  float: left;
  border: 1px solid #CCC;
}*/

DIV.subPanel DIV.accessories DIV.accessory DIV.accessoryInfo {
  margin: 0 0 0 100px;
  padding: 0; 
  background: none;
}

BODY.templateHome DIV.subPanel DIV.accessories DIV.accessory DIV.accessoryInfo {
  margin: 0 0 0 110px;
}

DIV#rightColumn DIV.subPanel DIV.games DIV.accessory DIV.accessoryHolder DIV.imageHolder {
  float: left;
  border: none;
  overflow: inherit;
  width: auto;
  height: auto;
}

DIV.subPanel DIV.games DIV.accessory DIV.accessoryInfo {
  margin-left: 50px;
}

DIV.promoModule {
    width:220px;
}

DIV#rightColumn DIV.promoModule	{
  padding-bottom: 5px;
  margin-bottom: 10px;
}

DIV.promoModule DIV.externalContent	{
  padding: 7px 9px 18px 10px;
  background: url(bg_promobottom.gif) 0 100% no-repeat;
}

DIV.promoModule H2,
DIV.singleColumn DIV.contentPortlet DIV.content DIV.contentItem H3.promoHeading {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 1em;
  font-weight: normal;
  color: #E60000;
}

DIV.promoModule A.ctaLink {
  font-size: 0.870em;
  font-weight: bold;
  color: #cc0000;
  padding: 0 0 0 10px;
  background: url(icon_linkarrow-1.gif) 1px 0.3em no-repeat ;
}

/* Device support module */
DIV#rightColumn DIV.subPanel DIV.deviceSupport DIV.supportText  {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.5em;
}

DIV#rightColumn DIV.subPanel DIV.deviceSupport DIV.supportText A {
	padding: 0 8px 0 0;
	background: url(icon_linkarrow_external.gif) 100% 0.4em no-repeat;
}
/* --------------------- */

/* --------------------------------------------------------------------------------------------- */
/* --- Headings with XMB Icons  --- */
/* --------------------------------------------------------------------------------------------- */

DIV#contentContainer H2.headingGames, 
DIV#contentContainer H3.headingGames,
DIV#contentContainer H2.headingGamesRightXMB, 
DIV#contentContainer H3.headingGamesRightXMB {
  font-family: Arial Narrow, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0 25px 0 0;
  background: url(icon_games.gif) 100% 0.3em no-repeat;
}

DIV#contentContainer DIV.featureBlock H2.headingGames,
DIV#contentContainer DIV.featureBlock H2.headingGamesRightXMB {
	background-position:100% 0.1em;
}

DIV#contentContainer H2.headingMovies,
DIV#contentContainer H3.headingMovies,
DIV#contentContainer H2.headingMoviesRightXMB,
DIV#contentContainer H3.headingMoviesRightXMB {
  padding: 0 25px 0 0;
  margin-bottom:0;
  background: url(icon_movies.gif) 100% 0.3em no-repeat;
}

DIV#contentContainer H2.headingMusic,
DIV#contentContainer H3.headingMusic,
DIV#contentContainer H2.headingMusicRightXMB,
DIV#contentContainer H3.headingMusicRightXMB {
  padding: 0 25px 0 0;
  background: url(icon_music.gif) 100% 0.2em no-repeat;
}

DIV#contentContainer H2.headingPhoto,
DIV#contentContainer H3.headingPhoto,
DIV#contentContainer H2.headingPhotoRightXMB,
DIV#contentContainer H3.headingPhotoRightXMB {
  padding: 0 25px 0 0;
  background: url(icon_photos.gif) 100% 0.1em no-repeat;
}

DIV#contentContainer H2.headingNetwork,
DIV#contentContainer H3.headingNetwork,
DIV#contentContainer H2.headingNetworkRightXMB,
DIV#contentContainer H3.headingNetworkRightXMB {
  padding: 0 25px 0 0;
  background: url(icon_network.gif) 100% 0 no-repeat;
}

DIV#contentContainer H2.headingGamesRightXMB, 
DIV#contentContainer H2.headingMoviesRightXMB,
DIV#contentContainer H2.headingMusicRightXMB,
DIV#contentContainer H2.headingPhotoRightXMB, 
DIV#contentContainer H2.headingNetworkRightXMB,
DIV#contentContainer H2.headingNoXMB {
  margin-top: 3px;
}


/** NEW (1.0.7 Release) format for XMB Logo in Games component **/

DIV#contentContainer DIV.gm H2.headingGames {
  font-family: Arial Narrow, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0 0 0 30px;
  background: url(icon_games.gif) no-repeat left !important;
}
DIV#contentContainer DIV.gm H3.headingGames,
DIV#contentContainer DIV.gm H2.headingGames  {
  background:none;
  padding-right:0px !important;
  font-size:1.424em !important;
}

DIV.gm H2.headingNetwork {
  padding: 0 0 0 30px !important;
  background: url(icon_network.gif) no-repeat left !important;
}

DIV.gm H2.headingMovies {
  padding: 0 0 0 30px !important;
  background: url(icon_movies.gif) no-repeat left !important;
}

DIV.gm H2.headingMusic {
  padding: 0 0 0 30px !important;
  background: url(icon_music.gif) no-repeat left !important;
}

DIV.gm H2.headingPhoto {
  padding: 0 0 0 30px !important;
  background: url(icon_photos.gif) no-repeat left !important;
}

/* ---------------------------------------------------------------------------------------------- */
/* --- Wide button --- */
/* ---------------------------------------------------------------------------------------------- */

.bttnWide {
	position:relative;
	top:0;
	left:0;
	/*margin-top:-25px;*/
	margin-bottom:11px;
}

.bttnWide A {
	display:block;
	width:220px;
	background:url(bttn_wide-new_top.jpg) no-repeat;
	padding:0;
	color:#ededed;
}

.bttnWide A:hover {color:#FFF;}

.bttnWide SPAN {
	display:block;
	background:url(bttn_wide-new_bot.jpg) no-repeat left bottom;
	font-size:1.4em;
	padding:13px 10px 13px 10px;
}

.bttnWide SPAN.mIKr-alternate {
padding:0px !important;
}

/* Wide button for community Link */

.bttnCommunity {
	margin:0;
}

.bttnCommunity A {
	display:block;
	background:url(bttn_community_top.jpg) no-repeat left top;
	padding:0;
	_width:439px;
	overflow:hidden;
}

.bttnCommunity SPAN {
	display:block;
	background:url(bttn_community_bot.jpg) no-repeat left bottom;
	font-size:1.1em;
	min-height:20px;
	_width:439px;
	padding:8px 10px 5px 10px;
	cursor:hand;
	font-family:Arial Narrow,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.bttnCommunity SPAN.mIKr-alternate {
padding:0px !important;
}

/* Hardware preview */ 

.bttnHPreview {
	margin:0;
}

.bttnHPreview A {
	display:block;
	background:url(bttn_community_top_sm.gif) no-repeat left top;
	padding:0;
	_width:419px;
	overflow:hidden;
}

.bttnHPreview SPAN {
	display:block;
	background:url(bttn_community_bot_sm.gif) no-repeat left bottom;
	font-size:1.2em;
	min-height:20px;
	_width:419px;
	padding:7px 10px 5px 10px;
	_padding-bottom: 10px;
	cursor:hand;
}

.bttnHPreview SPAN.mIKr-alternate {
padding:0px !important;
}
/* ---------------------------------------------------------------------------------------------- */
/* --- Medium button  --- */
/* ---------------------------------------------------------------------------------------------- */

.bttnMed {
	float:right;
	position:absolute;
	bottom:0;
	right:0;
}

.bttnMed A {
	display:block;
	width:122px;
	background:url(bttn_med_top.jpg) no-repeat;
	padding:0;
}

.bttnMed SPAN {
	display:block;
	background:url(bttn_med_bot.jpg) no-repeat left bottom;
	font-size:0.9em;
	line-height:0.9em;
	min-height:22px;
	padding:7px 25px 5px 10px;
}

/* Medium button for the Community link */

DIV.downloads .bttnMed {
	float:none;
	position:relative;
	width:auto;
}

DIV.downloads .bttnMed A {
	display:block;
	width:auto;
	background:url(bttn_med_top.jpg) no-repeat;
	padding:0;
}

DIV.downloads .bttnMed SPAN {
	display:block;
	background:url(bttn_med_bot.jpg) no-repeat left bottom;
	font-size:0.9em;
	line-height:0.9em;
	min-height:22px;
	padding:7px 25px 5px 10px;
}

/* ---------------------------------------------------------------------------------------------- */
/* --- Tabs for grey media panel module. This is repurposed in 'Tabs for forms' in forms.css  --- */
/* ---------------------------------------------------------------------------------------------- */

/* Joins selected Games tab with mediaPanel */

DIV#doubleColumn DIV.panelMediaContent UL {
  position: relative;
  top: 0;
  margin: 0 0 1px 0;
  padding: 0;
  list-style: none;
  float: left;  
}

DIV#doubleColumn DIV.panelMediaContent UL LI {
  margin: 3px 1px 0 0;
  float: left;

}

DIV#doubleColumn DIV.panelMediaContent UL LI.selected {
  margin: 0 2px 0 0;
  padding: 0 0 0 5px;
  border-bottom: 0px solid #ACACAC;
  position:relative;
  top:2px;
  background: url(tab_selected_left.gif) 0 0 no-repeat; 
}

DIV#doubleColumn DIV.panelMediaContent UL LI.disabled {
  margin: 3px 1px 0 0;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #ACACAC;
  background: url(tab_disabled_left.gif) 0 0 no-repeat; 
  color:#c4c4c4;
}

DIV#doubleColumn DIV.panelMediaContent UL LI.last {
  margin-right: 0;
}

DIV#doubleColumn DIV.panelMediaContent UL LI A {
  float: left;
  background: url(tab_selected_left.gif) 0 0 no-repeat; 
  padding: 0 0 0 5px;
  text-decoration:none;
  color: #E60000;
}

DIV#doubleColumn DIV.panelMediaContent UL LI A:hover {
  background: url(tab_hover_left.gif) 0 0 no-repeat; 
  color: #FFF;
}

DIV#doubleColumn DIV.panelMediaContent UL LI A SPAN {
  display:block;
  margin: 0;
  padding: 7px 10px 8px 4px;
  background: url(tab_selected_right.gif) 100% 0 no-repeat;
}

DIV#doubleColumn DIV.panelMediaContent UL LI A:hover SPAN {
  background: url(tab_hover_right.gif) 100% 0 no-repeat;
}

DIV#doubleColumn DIV.panelMediaContent UL LI.disabled SPAN {
  margin: 0;
  padding: 7px 10px 7px 4px;
  font-weight: bold;
  float: left;
  background: url(tab_disabled_right.gif) 100% 0 no-repeat;
}

DIV#doubleColumn DIV.panelMediaContent UL LI.selected SPAN {
  margin: 0;
  padding: 10px 10px 7px 4px;
  font-weight: bold;
  float: left;
  background: url(tab_selected_right.gif) 100% 0 no-repeat;
}

/* --------------------------------------------------------------------------------------------- */
/* --- Grey media panel module  --- */
/* --------------------------------------------------------------------------------------------- */


  DIV#doubleColumn DIV.panelMediaPlayer,
  DIV#doubleColumn DIV.panelMediaContent  {
    width: 460px;
    margin: 0px 0px 15px 0px;
    clear: both;
  }
  
  DIV#doubleColumn DIV.panelMediaPlayer DIV.top,
  DIV#doubleColumn DIV.panelMediaContent DIV.top {
    background: url(bg_media_panel_top.gif) no-repeat top left;
    height: 3px;
    clear: both;
    overflow: hidden;
	width: 460px;
	display:block;
  }
  
   DIV#doubleColumn DIV.panelMediaContent DIV.top {
    background: url(bg_media_panel_top_alt.gif) no-repeat top left;
    height: 4px;
  }
  
  DIV#doubleColumn DIV.panelMediaPlayer DIV.bottom,
  DIV#doubleColumn DIV.panelMediaContent DIV.bottom {
    background: url(bg_media_panel_bottom.gif) no-repeat top left;
    height: 6px;
	width:460px;
    overflow: hidden;
  }

  DIV#doubleColumn DIV.panelMediaPlayer DIV.bottom HR,
  DIV#doubleColumn DIV.panelMediaContent DIV.bottom HR {
    display: none;
  }
    
  DIV#doubleColumn DIV.panelMediaPlayer DIV.contentBody,
  DIV#doubleColumn DIV.panelMediaContent DIV.contentBody {
    background: url(bg_media_panel_stretcher.gif) repeat-y;
    padding: 6px 10px 6px 10px;      
  }
  
  DIV#doubleColumn DIV.panelMediaContent DIV.contentBody {
    padding: 8px 0 18px 0;
  }
  
  DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent {
    padding: 0 10px;
  }
  
  
  DIV#doubleColumn DIV.panelMediaPlayer DIV.info,
  DIV#doubleColumn DIV.panelMediaContent DIV.info {
    margin: 0;
    padding: 10px 10px 10px 10px;
    background: url(bg_media_panel_info.gif) repeat-x bottom left #fff;
    
  }    

/* --------------------------------------------------------------------------------------------- */
/* Blue latest movie Component */
/* --------------------------------------------------------------------------------------------- */
DIV#latestMoviesComponent {
    float: left;
}
/* Overide some inherited styles */
DIV#latestMoviesComponent DIV.panelMediaContent DIV.top {
    background-image: url(bg_blue_media_panel_top.gif) !important;
}
DIV#latestMoviesComponent DIV.panelMediaContent DIV.bottom {
    background-image: url(bg_blue_media_panel_bottom.gif) !important;
}
DIV#latestMoviesComponent DIV.panelMediaContent DIV.contentBody {
   background-image: url(bg_blue_media_panel_stretcher.gif) !important;
}
DIV#latestMoviesComponent DIV.mediaContent DIV.hr {
   background-image: url(bg_blue_media_hr.gif) !important;
}
DIV#latestMoviesComponent DIV.mediaCount p {
 color: #fff !important;
}
DIV#latestMoviesComponent DIV.slideMount {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}



/* New (1.0.7 Release) design for Game record Media PAnel */

DIV#doubleColumn DIV.gameRecord DIV.panelMediaContent DIV.contentBody {
padding-bottom:0;
}

DIV#doubleColumn DIV.panelMediaContent DIV.bottom.gameOnly {
 background: url(bg_portletbottom_large.gif) no-repeat top left !important;
}

DIV#doubleColumn DIV.panelMediaContent DIV.bottom.gamePreview {
 background: url(bg_portletbottom_preview.gif) no-repeat top left !important;
}

/* New (1.0.7 Release) design for Game record overview */

DIV#doubleColumn DIV.panelMediaContent DIV.gameInfo DIV.info {
 background: url(bg_media_panel_overview.gif) no-repeat top #fff;
 padding-top:20px; 
}

/* New (1.0.7 Release) design for Game record Preview */

DIV#doubleColumn DIV.panelMediaContent DIV.gamePreview DIV.info {
 background: url(bg_media_panel_preview.gif) repeat-x top #e9e9e9;
 padding-top:0px; 
}

DIV#doubleColumn DIV.panelMediaContent DIV.gamePreview DIV.contentHeading H2 {
  padding: 5px 0 0 30px;
}

DIV#doubleColumn DIV.panelMediaContent DIV.gamePreview DIV.info DIV.placeholder {
 float:left;
}

DIV#doubleColumn DIV.panelMediaContent DIV.gamePreview DIV.info DIV.contentItem {
 margin-left:213px;
 width:220px;
}

DIV#doubleColumn DIV.panelMediaContent DIV.gamePreview DIV.info DIV.contentItem H2 {
 font-size:1.345em;
}


  DIV#doubleColumn DIV.panelMediaPlayer DIV.info H2,
  DIV#doubleColumn DIV.panelMediaContent DIV.info H2 {
  color: #E60000;
  padding: 0;
  margin: 0;
  }  
  
  DIV#doubleColumn DIV.panelMediaContent DIV.info H2 {
  margin-bottom: 7px;
  color:#333;
  }  
  
  DIV#doubleColumn DIV.panelMediaPlayer DIV.infoPreview H2,
  DIV#doubleColumn DIV.panelMediaContent DIV.infoPreview H2 {
    margin: 7px 0 3px 0;
	color:#333;
	font-weight:bold;
  } 

  DIV#doubleColumn DIV.panelMediaPlayer DIV.info H3,
  DIV#doubleColumn DIV.panelMediaContent DIV.info H3 {
    margin: 0 0 1px 0;
    font-weight: bold;
    color: #5B5B5B;
  }
  
  DIV#doubleColumn DIV.panelMediaPlayer DIV.info P,
  DIV#doubleColumn DIV.panelMediaContent DIV.info P {
  	margin-bottom:7px;
  }
  
  
  DIV#doubleColumn DIV.panelMediaPlayer DIV.info P.intro, 
  DIV.contentPortletAlt P.intro {
  color: #5B5B5B;
  font-weight: bold;
  margin: -3px 0 5px 0;
  }
  
   DIV#doubleColumn DIV.panelMediaContent DIV.info P.infoIntro,
   DIV#doubleColumn DIV.panelMediaContent DIV.infoPreview P {
    margin: 0 0 13px;
  }
  
   DIV#doubleColumn DIV.panelMediaContent DIV.infoPreview P.meta {

	margin-bottom:5px;
  }
  
   DIV#doubleColumn DIV.panelMediaContent DIV.infoPreview BLOCKQUOTE {
   	margin-top:0;
    margin-left:0;
	margin-right:0;
  }  
  
  DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent DIV.info UL {
    border: none;
    float: none;
    margin: 0 0 3px 0;
    padding: 0;
  }

  DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent DIV.info UL LI {
    background: url(icon_bullet-1.gif) no-repeat 0 4px;
    border: none;
    float: none;
    margin: 0;
    color: #333;
  }
  
  DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent DIV.infoPreview UL {
    margin: 0 0 10px 0;
  }
  
  DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent DIV.infoPreview UL LI {
    font-size: 0.949em;
	background-position: 0 5px;
  }
  
  
  
  A.previewLink {
    float: right;
    margin: 10px 0;
    padding: 0 20px 0 0;
    background: url(icon_go.gif) 100% 0 no-repeat; 
  }
  
  DIV.mediaContent IMG {
  	vertical-align: bottom;
  }
  
  DIV.mediaContent DIV.hr {
  	clear:both;
	float:left;
	width:100%;
    border: none;
	height: 2px;
    background: url(bg_media_hr.gif) 0 0 no-repeat;
    margin: 5px 0 5px 0;
  }
  
  DIV.mediaContent DIV.hr2 {
  	margin-bottom:14px;
  }
  
	DIV.mediaContent P.link {
		clear:both;
		margin:0;
		padding:0;
	}

	DIV.mediaContent P.link A {
		display:block;
		float:right;
		min-height:16px;
		padding-right:25px;
		margin-top:10px;
		background: url(icon_bttnnext_off.gif) 100% 0 no-repeat;
		font-size:1em;
	}

	DIV.mediaContent P.link A:hover {
		background-image: url(icon_bttnnext_on.gif);
		text-decoration:none;
	}

/* --------------------------------------------------------------------------------------------- */
/* --- Grey media panel Gallery module  --- */
/* --------------------------------------------------------------------------------------------- */

DIV.mediaPlayer {
	text-align:center;
	margin-top:-8px;
	padding-bottom:9px;
}

DIV.mediaPlayer IMG.mediaHeadImg {
	display:inline;
}

DIV#doubleColumn DIV.panelMediaPlayer DIV.mediaPlayer IMG,
DIV#doubleColumn DIV.panelMediaContent DIV.mediaPlayer IMG {
  margin: 8px 0 0 0;
}

DIV#doubleColumn DIV.contentPortletAlt.downloads DIV.mediaSection UL.slides,
DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent UL.slides {
  width:448px;
  margin: 0 0 9px 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  clear: both;
}

DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent UL.last {
  margin-bottom:0px;
}

DIV#doubleColumn DIV.contentPortletAlt.downloads DIV.mediaSection UL.slides LI,
DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent UL.slides LI {
  margin: 0 12px 12px 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  float: left;
  width:100px;
  overflow:hidden;
}
DIV#doubleColumn DIV.contentPortletAlt.downloads DIV.mediaSection UL.slides LI {
 margin-bottom:0;
}

DIV#doubleColumn DIV.contentPortletAlt.downloads DIV.mediaSection UL.slides LI.last,
DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent UL.slides LI.last {
  margin-right: 0;
}

DIV#doubleColumn DIV.contentPortletAlt.downloads DIV.mediaSection UL.slides LI A,
DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent UL.slides LI A {
  padding: 0;
  margin: 1px 0 0 0;
  clear: left;
  display: block;
  background: none;
  color: #C00;
  font-size: 0.870em;
}

DIV#doubleColumn DIV.contentPortletAlt.downloads DIV.mediaSection UL.slides LI A.selected,
DIV#doubleColumn DIV.contentPortletAlt.downloads DIV.mediaSection UL.slides LI A.thumbLink:hover,
DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent UL.slides LI A.selected,
DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent UL.slides LI A.thumbLink:hover {
  text-decoration: none;
  /*background: url(/static/furn/portal/common/bg_imageunderline.gif) 0 100% no-repeat;*/
}

DIV#doubleColumn DIV.panelMediaContent DIV.mediaContent H2.galleryHeading,
DIV.contentPortletAlt.downloads H2.galleryHeading {
  width: 250px;
  float: left;
  font-size: 1.345em;
  color:#666;
  font-weight:bold;
  margin-bottom:5px;
}

/* --------------------------------------------------------------------------------------------- */
/* Blue latest movie Component */
/* --------------------------------------------------------------------------------------------- */
DIV#latestMoviesComponent DIV.panelMediaContent DIV.mediaContent P.galleryHeading {
    width: 250px;
    float: left;
    font-size: 1.345em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

DIV.contentPortletAlt.downloads DIV.mediaSection {margin-bottom:15px;}


DIV.mediaCount {
  width: 180px;
  float: right;
}

DIV.mediaCount P {
  float: right;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 0.85em;
  color:#666;
  font-weight:bold;
}

DIV.mediaCount DIV.mediaControls {
  float: right;
  width: 43px;
  padding: 4px 3px 0;
  margin: 0 0 0 5px;
}

/* this selects the pagination buttons on the PS3_setting_up.html page */
DIV.MainBottomBg DIV.mediaCount DIV.mediaControls {
	margin-right: 10px;
}

DIV.mediaCount DIV.mediaControls A.previous, DIV.mediaCount DIV.mediaControls SPAN.previousDisabled {
  float: left;
  width: 20px;
  height: 16px;
  background: url(icon_bttnback_off.gif) 0 0 no-repeat;
  overflow: hidden;
}

DIV.mediaCount DIV.mediaControls A.previous:hover {
  background: url(icon_bttnback_on.gif) 0 0 no-repeat;
  text-decoration: none;
}

DIV.mediaCount DIV.mediaControls A.next, DIV.mediaCount DIV.mediaControls SPAN.nextDisabled {
  float: right;
  width: 20px;
  height: 16px;
  background: url(icon_bttnnext_off.gif) 0 0 no-repeat;
  overflow: hidden;
}


DIV.mediaCount DIV.mediaControls A.next:hover {
  background: url(icon_bttnnext_on.gif) 0 0 no-repeat;
  text-decoration: none;
}

DIV.mediaCount DIV.mediaControls A.previous.disabled:hover,
DIV.mediaCount DIV.mediaControls A.next.disabled:hover {
 	cursor: default;
}
DIV.mediaCount DIV.mediaControls A.previous.disabled,
DIV.mediaCount DIV.mediaControls A.previous.disabled:hover {
  background: url(icon_bttnback_disabled.gif) 0 0 no-repeat;
}

DIV.mediaCount DIV.mediaControls A.next.disabled,
DIV.mediaCount DIV.mediaControls A.next.disabled:hover {
  background: url(icon_bttnnext_disabled.gif) 0 0 no-repeat;
}

DIV.mediaCount DIV.mediaControls SPAN.previousDisabled  {
  background: url(icon_bttnback_disabled.gif) 0 0 no-repeat;
}

DIV.mediaCount DIV.mediaControls SPAN.nextDisabled {
  background: url(icon_bttnnext_disabled.gif) 0 0 no-repeat;
}

DIV.mediaCount DIV.mediaControls A SPAN, DIV.mediaCount DIV.mediaControls SPAN.previousDisabled SPAN, DIV.mediaCount DIV.mediaControls SPAN.nextDisabled SPAN {
  visibility: hidden;
}

/* interactive wrappers - extensions for js-applied "interactive" class */

DIV.slideMount.interactive {
	clear:both;
	position:relative;
	width:435px;
	overflow:hidden;
	margin-bottom:10px;
}

DIV.slideMount.interactive DIV.slideMountInner	{
	position:absolute;
	top:0;
	left:0;
	width:4360px;
	overflow:hidden;
}

DIV.slideMount.interactive DIV.slideMountInner UL.slides {
	width:100% !important;
}

/* --------------------------------------------------------------------------------------------- */
/* --- 'May also like' module on Games record pages --- */
/* --------------------------------------------------------------------------------------------- */


.mayAlsoLike {
  padding:0;
  width:100%;
}

.leftGame {
  vertical-align:top;
  /*background-color:#99FFFF;*/
  width:204px;
  margin:6px 30px 0 0;
  float:left;
}

.rightGame {
  vertical-align:top;
  /*background-color:#FFFFCC;*/
  width:204px;
  margin:6px 0 0 0;
  float:left;
}

DIV.mayAlsoLike H2{
  font-size: 1.345em;
}

DIV.mayAlsoLike IMG{
  margin-bottom:5px;
}

DIV.mayAlsoLike DIV.availableConsole IMG {
	margin-bottom:0;
}

/* --------------------------------------------------------------------------------------------- */
/* --- Game Preview page styles --- */
/* --------------------------------------------------------------------------------------------- */

DIV.panelMediaContent DIV.mediaContent DIV.info {
  margin: 0 0 10px 0;
}

DIV.panelMediaContent DIV.mediaContent DIV.info img

{
	margin: 10px 0 10px 5px;
}

DIV.panelMediaContent DIV.mediaContent DIV.info h3
{
	font-weight: normal;
}

DIV.panelMediaContent DIV.mediaContent DIV.info P.previewBlurb
{
	color: #999 !important;
	font-size: 1.3em !important;
	margin-bottom:7px !important; 
}

/* --------------------------------------------------------------------------------------------- */
/* --- variant content portlet  --- */
/* --------------------------------------------------------------------------------------------- */

/** NEW (Release 1.0.7) Layout for 1 Col XMB Video **/

DIV.contentPortletAlt.video	{
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 5px 0px;
  width: 459px;
  background: url(bg_xmb_video_btm.gif) no-repeat bottom;
  clear: both;
}

DIV.contentPortletAltBody	{
  margin: 0;
  background-image: url(border_grad_panel_stretcher.gif);
  padding: 0px 0px 0px 0px;
}

DIV.contentPortletAlt.video DIV.contentPortletAltBody DIV.content {
  background: url(bg_xmb_video.gif) no-repeat left top;
  padding: 5px 10px 10px 10px;
}

DIV.contentPortletAlt.video H3.brandMsg  {
 color:white;
 font-family:arial Narrow;
 padding-left:45px;
 margin-bottom:25px;
}

DIV.contentPortletAlt.video .leftGame {
  vertical-align:top;
  /*background-color:#99FFFF;*/
  width:200px;
  margin:6px 30px 0 2px;
  float:left;
}

DIV.contentPortletAlt.video .rightGame {
  vertical-align:top;
  /*background-color:#FFFFCC;*/
  width:200px;
  margin:6px 2px 0 0px;
  float:right;
}

/*****/


DIV.contentPortletAlt,
DIV.contentPortletAltWhiteBtm {
      margin: 0px 0px 15px 0px;
      padding: 0px 0px 5px 0px;
      width: 459px;
      background: url(border_grad_panel_bottom.gif) no-repeat bottom left;
      clear: both;
}
DIV.contentPortletAltWhiteBtm {
      background: url(border_white_panel_bottom.gif) no-repeat bottom left !important;
}
DIV.contentPortletAltStackRoundedBtm {
    height: 5px;
    background: transparent url(border_grad_panel_bottom.gif) no-repeat scroll left bottom;
    padding: 0;
    margin: 0 0 10px 0;
}

DIV.contentPortletAltBody	{
  margin: 0;
  background-image: url(border_grad_panel_stretcher.gif);
  padding: 0px 0px 0px 0px;
}

DIV.contentPortletAltBody.hubVideo DIV.content IMG {
  float: right;
}

DIV.contentPortletAltBody.hubVideo DIV.content DIV.contentItem {
  margin: 0 230px 0 0;
}

DIV.contentPortletAltBody IMG.hero	{
  margin: 0px 0px 0px 1px;

  display: block;
}
DIV.contentPortletAltBody DIV.content {
  background: url(border_grad_panel_bg.gif) no-repeat left bottom;
  padding: 10px 10px 10px 10px;
}

DIV.contentPortletAltBody DIV.backbg{
  background: url(bottom.gif) lef bottom no-repeat #ffffff;
  padding: 10px 10px 10px 10px;
  float:left;
  width:439px;
}
DIV.contentPortletAltBody DIV.backbg h3{
	font-size:14px;
	
}

DIV.contentPortletAltBody DIV.content H2 {
  margin-bottom: 1px;
}
DIV.contentPortletAltBody DIV.contentMulti {
  background: url(border_grad_panel_bg.gif) no-repeat left bottom;
  padding: 8px 10px 0px 10px;
  height: 100%;
}
DIV.contentPortletAltBody DIV.contentMulti.psnWrap {
  padding: 8px 10px 10px 10px !important;
  border-left: 1px solid #bbbbbb;
}
DIV.mypsnHeading {
	background:transparent url(bg_mypsn_content_top.gif) no-repeat scroll center top;
	border:0pt none;
	padding:6px 0px 0px;
	border-left: 1px solid #bbbbbb;
}
DIV.contentPortletAltBody DIV.contentMulti.psnWrap DIV.psn .ctaLink {
  margin-left: 0px !important;
}
DIV.contentPortletAltBody DIV.pageContent {
  padding-bottom: 10px;
}
DIV.secondLevelPageContent {
  float: left;
  width: 685px;
  padding:15px 10px 0px;
}
DIV.contentPortletAltBody DIV.contentMulti DIV.contentMultiLinks {
  float: left;  
  width: 100%;
}
DIV.contentPortletAltBody DIV.contentMulti IMG.promo, 
DIV.contentPortletAltBody DIV.contentMulti DIV.linkedImg {
  float: left;
  margin-bottom: 10px;
}

DIV.contentPortletAltTop {
  background: url(border_grad_panel_top.gif) no-repeat top;
  height: 5px;
  overflow: hidden;
  width: 459px;
}

DIV.contentPortletAlt DIV.contentList,
DIV.contentPortletLarge DIV.contentList {
  margin: 0 0 0 230px;
}

DIV.contentPortletAlt DIV.contentList UL,
DIV.contentPortletLarge DIV.contentList UL {
  list-style: none;
  padding: 0;
  margin: 0;
}

DIV.contentPortletAlt DIV.contentList UL LI,
DIV.contentPortletLarge DIV.contentList UL LI {
  font-size: 0.870em;
  padding: 0 0 4px 0px !important;
  margin: 0 0 4px;
  border-bottom: 1px solid #CCC;
}

DIV.contentPortletAlt .highlightTitle,
DIV.contentPortletLarge .highlightTitle {
  font-size: 0.870em;
}

DIV.contentPortletAlt .highlightTitle {
  font-size: 0.870em;
  margin-bottom:6px;
  margin-top:7px;
}

DIV#doubleColumn DIV.contentPortletAlt DIV.contentList UL LI A,
DIV#doubleColumn DIV.contentPortletLarge DIV.contentList UL LI A {
  font-weight: normal;
}

DIV#doubleColumn DIV.featureBlock DIV.contentList UL LI A{
  font-size: 1em;
}


/* --------------------------------------------------------------------------------------------- */
/* --- highlight content portlet  --- */
/* --------------------------------------------------------------------------------------------- */

DIV.contentHighlight {
  float: left;
  width: 200px;
}
DIV.contentHighlight H3 {
  font-size: 0.870em;
}


/* --------------------------------------------------------------------------------------------- */
/* --- itemDetails - applies to both articleDetails and gameDetails --- */
/* --------------------------------------------------------------------------------------------- */

DIV.itemDetails TABLE 
{
	font-size: 0.9em;
	width: 197px;
}

DIV.itemDetails TABLE th
{
	font-weight: normal;
	text-align: left;
}

DIV.itemDetails TABLE th,
DIV.itemDetails TABLE td
{
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	margin: 0;
}

DIV.itemDetails TABLE td
{
	padding-left: 5px;
}

DIV.itemDetails.articleDetails
{
	padding: 0 !important;
	padding-top: 8px !important;
}

DIV.itemDetails.articleDetails TABLE
{
	/* styles here moved to ie.css to fix ie-only left-margin bug */
}

DIV.itemDetails.articleDetails TABLE,
DIV.itemDetails.articleDetails P.articleTagline
{
	margin: 0 11px;
	_margin: 0 0px;

}

DIV.itemDetails.articleDetails P.articleTagline
{
	margin-top: 11px;
	margin-bottom: 0;
	font-size: 1.2em;
}

DIV.contentPortlet DIV.gameDetails {
  	padding: 0 !important;
}
DIV.contentPortlet DIV.gameDetails DIV.contentItem {
	padding : 10px;
  	background: url(bg_portlet_top_game_details.gif) top right no-repeat;
}
DIV.gameDetails DIV.moreDetails
{
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin-bottom:10px;
}
DIV.gameDetails DIV.moreDetailsPS3Platinum
{
    float:left;
    display:block;
    background-color:#fce116;
    width:196px;
    padding:3px 1px 3px 3px;
    margin-bottom:10px;
    _margin-bottom:0px;
}
DIV.gameDetails DIV.moreDetailsPS3Platinum IMG.platinum
{
    float:right;
    margin-bottom:0px !important;
}

DIV.itemDetails td, DIV.itemDetails th {
	vertical-align: top;
}
DIV.gameDetails DIV.moreDetails IMG.boxart
{
	display:block;
	margin-bottom:0;
}

DIV.gameDetails TABLE
{
		clear: both;
	margin-bottom: 10px;
}
DIV.gameDetails TABLE TD
{
	font-weight: bold;
}
DIV.gameDetails TABLE TD .weak
{
	font-weight: normal;
}
DIV.gameDetails TABLE TD A.eyetoy
{
	display: block;
	line-height: 27px;
}
DIV.gameDetails TABLE TD A.eyetoy IMG
{
	float: right;
}
DIV.gameDetails TABLE TD.logo span
{
	border: 1px solid #f00;
	vertical-align: middle;
}
DIV.gameDetails TABLE TD.logos 
{
	padding: 10px 0 5px;
		border-bottom-width: 0;
}
DIV.gameDetails TABLE TD.logos.anz
{
	padding: 0px 0 5px;
}
DIV.gameDetails TABLE TD.logos IMG {
	margin-right: 0px;
}
/** New (1.0.7 Release) layout for PEGI ratings **/

DIV.gameDetails TABLE TD.logos DIV.layout {
 text-align:center;
 margin: 0 auto;
}

DIV.gameDetails TABLE TD.logos DIV.layout.one {
width:85px;
margin:0;
text-align:left;
}
DIV.gameDetails TABLE TD.logos DIV.layout.six {
  width:100px;
}
DIV.gameDetails TABLE TD.logos DIV.layout.six IMG.icon.age {
 display:block;
 margin:0 auto;
}
DIV.gameDetails TABLE TD.logos DIV.layout.seven {
 width:130px;
}

DIV.gameDetails TABLE TD.logos DIV.layout DIV.cta {
 text-align:center;
}

DIV.gameDetails TABLE TD.logos DIV.layout IMG.icon {
 margin: 2px;
 width:25px;
}



/* got a psp module*/

DIV#rightColumn DIV.subPanel DIV.gotApsp {
  padding: 10px;
}

DIV#rightColumn DIV.subPanel DIV.gotApspInner {
  padding: 0;
}


DIV#rightColumn DIV.subPanel DIV.gotApsp img{
	margin-left: 0;
  padding: 0;
}

DIV#doubleColumn DIV.featureslistItem {
	background: none;
}

DIV#doubleColumn DIV.featureslistItem UL {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #CCC;	
}

DIV#doubleColumn DIV.featureslistItem UL LI{
	margin: 0;
	padding: 1px;
	border-bottom: 1px solid #CCC;
	background: none;
	display: block;
}

DIV#doubleColumn DIV.featureslistItem UL LI A{
	font-size: 0.870em;
	font-weight: normal;
	padding: 0;
	background: none;
	line-height: 1.4em;
}

/* --------------------------------------------------------------------------------------------- */
/* --- Modules for help & support pages --- */
/* --------------------------------------------------------------------------------------------- */

P.keywords A
{
	font-weight: normal !important;
}


/****************************************************************************************/
/* New and upcoming releases items */
/****************************************************************************************/

DIV.twoTabsTopCurve {
    float: left;
    width: 200px;
    height: 5px;
    background:url(bg_externalcol_curved_top.gif) no-repeat left bottom;
}

DIV.twoTabsBodyWrap {
	width:200px;
	clear:left;
	background:url(bg_twotabs_bot.gif) no-repeat left bottom;
	padding-bottom:3px;
	float:left;
}

DIV.twoTabsBody {
	width:200px;
	background-image: url(bg_twotabs.gif);
	padding-top:1px;
	float:left;
}

DIV.twoTabsBody DIV.gameDetails {
	float:left;
	width:198px;
  	background-color: #fff;
  	background-image: url(bg_itemgrad.gif);
	background-repeat: repeat-x;
	clear: left;
	position:relative;
	left:1px;
	padding-bottom:10px;
}

DIV.twoTabsBody DIV.gameDetails.gameDetailsFirst 
{
	background-image:none;
	margin-top: 0;
}

DIV.twoTabsBody DIV.gameDetails.gameDetailsLast
{
	padding-bottom:7px;
}

DIV.singleColumn DIV.twoTabsBody DIV.gameDetails,
DIV.singleColumn DIV.twoTabsBody DIV.gameDetails.gameDetailsFirst,
DIV.singleColumn DIV.twoTabsBody DIV.gameDetails.gameDetailsLast {
	width:196px;
    border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

DIV.twoTabsBody DIV.gameDetails DIV.boxArt {
	float: left;
	width:56px;
}

DIV.twoTabsBody DIV.gameDetails DIV.boxArt IMG {
	float: none;
	margin-top: 10px;
	margin-left: 5px;
	display:block;
}

DIV.twoTabsBody DIV.trophyGamesList DIV.boxArt {
	float: left;
    padding: 5px;
    width: 80px;
}

DIV.twoTabsBody DIV.trophyGamesList DIV.boxArt IMG {
	float: none;
	margin-top: 10px;
	margin-left: 5px;
    margin-bottom: 0;
    display: block;
}
DIV.twoTabsBody DIV.trophyGamesList DIV.gameDesc {
	float: left;
	width: 107px !important;
}
DIV.twoTabsBody DIV.trophyGamesList DIV.gameDesc H3 {
	font-size: 0.9em;
	padding-top: 10px;
	margin-bottom: 2px;
	width: 105px !important;
}
DIV.twoTabsBody DIV.gameDetails DIV.gameDesc {

	float:left;
	width:142px;
}
DIV.singleColumn DIV.twoTabsBody DIV.gameDetails DIV.gameDesc {
	width:140px;
}


DIV.twoTabsBody DIV.gameDetails DIV.gameDesc H3 {
	font-size: 0.9em;
	padding-top: 10px;
	margin-bottom: 2px;
	width:135px;
}
/*
DIV.twoTabsBody DIV.gameDetails DIV.gameDesc DIV.availableConsole {
	margin-right: 10px;
	margin-bottom: 2px;
}
*/
DIV.twoTabsBody DIV.gameDetails DIV.gameDesc P 
{
	margin-bottom:10px;
	color:#2c2a2a;
	width:135px;
}

DIV.twoTabsBody DIV.gameDetails DIV.gameDesc P STRONG 
{
	color:#2c2a2a;
	font-weight:bold;
	font-size:1em;
}


DIV.twoTabsBody DIV.gameDetails DIV.gameDesc P A 
{
	color: #FF0000;
	font-size:1em;
	font-weight:normal !important;
}


/****************************************************************************************/
/* News and upcoming releases tabs */
/****************************************************************************************/
/*
DIV.twoTabs-wrapper {
  padding:0px;
  width:200px;
}

DIV.twoTabs-wrapper UL.twoTabsHead,
DIV.twoTabs-wrapper UL.twoTabsHead LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

DIV.twoTabs-wrapper UL.twoTabsHead LI {
	float:left;
	width:99px;
	margin-bottom:1px;

}

DIV.twoTabs-wrapper UL.twoTabsHead LI.firstTab {
	margin-right:2px;
	position:relative;
	top:2px;
}

DIV.twoTabs-wrapper UL.twoTabsHead LI A,
DIV.twoTabs-wrapper UL.twoTabsHead LI SPAN {
	display: block;
	width: 87px;
	background:url(bg_twotabs_selected.gif) repeat-y;
	padding:8px 6px 5px 6px;
	font-weight:bold;
	font-size:1em;
	color:#666;
}

DIV.twoTabs-wrapper UL.twoTabsHead LI A {
	background:url(/static/furn/portal/common/bg_twotabs_unselected.gif) repeat-y;
	padding-top:6px;
	padding-bottom:3px;
	margin-top:4px;
	text-decoration:none;
	color: #fff;
}

DIV.twoTabs-wrapper UL.twoTabsHead LI A:hover {
	background:url(bg_twotabs_unselected_on.gif) repeat-y;
}

DIV#rightColumn DIV.twoTabs-wrapper UL.twoTabsHead LI A {
	background:url(bg_twotabs_unselected_black.gif) repeat-y;
}

DIV#rightColumn DIV.twoTabs-wrapper UL.twoTabsHead LI A:hover {
	background:url(/static/furn/portal/common/bg_twotabs_unselected_black_on.gif) repeat-y;
}

	*/
/****************************************************************************************/
/* Gaming panel */
/****************************************************************************************/

DIV.gaming.featureHeading  {
  background: url(bg_feature_content_top.gif) no-repeat top;
  border: 0;
  padding: 6px 0px 0px 0px;
}

DIV.gaming.featureHeading H2 {
  padding: 0px 50px 10px 10px;
  margin: 0;
}

DIV.features.gaming {
	height: 100%; /* Set IE hasLayout */
    width: 459px;
}

DIV.gaming DIV.featureBody {
  background-color: #fff;
  padding: 0px 10px 10px 10px;
}
DIV.gaming DIV.featureBody H3 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.6em;
  color: #333;
}

DIV.contentPortletLarge DIV.gaming DIV.featureItem {
	float: left;
	width: 153px;
	background-color: #fff;
}
DIV.contentPortletLarge DIV.gaming DIV.featureContent {
	float:left;
	width:135px;
	padding:7px 9px 9px 9px;
}

DIV.contentPortletLarge DIV.gaming DIV.featureItem H4{
	font-size: 1.3em;
	margin: 0 0 3px;
}

DIV.contentPortletLarge DIV.gaming P {
	margin-bottom:20px;
	padding-right:10px;
}

DIV.contentPortletLarge DIV.gaming DIV.featureContent P {
	margin-bottom:7px;
}

DIV.contentPortletLarge DIV.gaming DIV.featureItem A.ctaLink{
	display: block;
	float:left;
	clear:left;
	width:120px;
	padding-bottom:4px !important;
}


/****************************************************************************************/
/* new pagination paging layout - paul 7/9/06 */
/****************************************************************************************/

#outer-paging-wrapper {
	background-color: #E9EFF1; 
	padding: 2px; 
	margin: 0 2px 0 3px;
}

#paging-wrapper {
	margin: 10px 0px 0px 88px;	
}

DIV.mediaCountNew DIV.mediaControlsNew ul.paging {
	padding-left: 60px;
}
/* IE fix */
* html DIV.mediaCountNew DIV.mediaControlsNew ul.paging {
	padding-left: 20px;
}

DIV.mediaCountNew DIV.mediaControlsNew ul.paging li {
	float: left;
	border-right: 1px solid #333;
	list-style: none;
	padding: 0px 4px 0px 7px;
	font-size: 0.85em;
}

DIV.mediaCountNew DIV.mediaControlsNew ul.paging li.last {
	border-right: none;
}

DIV.mediaCountNew DIV.mediaControlsNew ul.paging li.first {
	border-right: none;
	padding: 1px 3px 0 0;
}

DIV.mediaCountNew DIV.mediaControlsNew ul.paging a {
	margin: 1px;
}


/* new pagination paging buttons and backgrounds */
DIV.mediaCountNew {
  padding-bottom: 0px;
  background: url(bg_paging_top.gif) no-repeat;
}


DIV.mediaCountNew DIV.mediaControlsNew {
  width: 290px;
  padding-bottom: 10px;
  background: url(bg_paging_bottom.gif) 0 100% no-repeat;
}


DIV.mediaCount DIV.mediaControlsNew.white {
  background-image: url(bg_media_controls_white.gif);
}

/* this selects the pagination buttons on the PS3_setting_up.html page */
DIV.MainBottomBg DIV.mediaCountNew DIV.mediaControlsNew {
	margin-right: 10px;
}

DIV.mediaCountNew DIV.mediaControlsNew A.previous {
  float: left;
  width: 20px;
  height: 16px;
  background: url(icon_bttnback_off.gif) 0 0 no-repeat;
  overflow: hidden;
  /*margin-right: 35px;*/
  margin-left: 5px;
}

DIV.mediaCountNew DIV.mediaControlsNew A.previous:hover {
  float: left;
  width: 20px;
  height: 16px;
  background: url(icon_bttnback_on.gif) 0 0 no-repeat;
  overflow: hidden;
  text-decoration: none;
}

DIV.mediaCountNew DIV.mediaControlsNew A.next {
  float: right;
  width: 20px;
  height: 16px;
  background: url(icon_bttnnext_off.gif) 0 0 no-repeat;
  overflow: hidden;
  /*margin-left: 28px;*/
  margin-right: 5px;
}

DIV.mediaCountNew DIV.mediaControlsNew A.next:hover {
  background: url(icon_bttnnext_on.gif) 0 0 no-repeat;
  text-decoration: none;
}

DIV.mediaCountNew DIV.mediaControlsNew A.previous.disabled:hover,
DIV.mediaCountNew DIV.mediaControlsNew A.next.disabled:hover {
 	cursor: default;
}
DIV.mediaCountNew DIV.mediaControlsNew A.previous.disabled,
DIV.mediaCountNew DIV.mediaControlsNew A.previous.disabled:hover {
  background: url(icon_bttnback_disabled.gif) 0 0 no-repeat;
}

DIV.mediaCountNew DIV.mediaControlsNew A.next.disabled,
DIV.mediaCountNew DIV.mediaControlsNew A.next.disabled:hover {
  background: url(icon_bttnnext_disabled.gif) 0 0 no-repeat;
}

DIV.mediaCountNew DIV.mediaControlsNew A SPAN {
  visibility: hidden;
}


/****************************************************************************************/
/* new search results layout - in progress - paul 7/9/06 */
/****************************************************************************************/

#contentContainer .searchAgainPanel {
  clear: both;
  margin: 0;
  padding: 0 11px 0px 26px;
}

DIV.contentPortletLarge DIV.searchModule {  
  clear: both;
  margin: 0;
  padding: 0 11px 0px 8px;
}

DIV.contentPortletLarge DIV.searchModuleGreen {  
  clear: both;
  margin: 0 2px 0 2px;
  padding: 0 11px 0px 6px;
  background: url(bg_green_diagnol.gif) 100% 0 repeat;
}

DIV.contentPortletLarge DIV.searchModuleGreen p{  
  padding: 0 11px 0px 5px;
}
DIV.contentPortletLarge DIV.searchModule p{  
  padding: 0 11px 0px 0px;
}

DIV.contentPortletLarge DIV.searchModule h3{  
color: red;
}


P.searchHeadertext {
	margin: 5px 0px 10px 10px;
	font-size: 1em;
}

.searchResultsTextGreen {
	margin: 1px 2px 1px 2px;
	background-color: #E9EFF1;
}


/* Site map styling */

DIV#contentContainer DIV.sitemap UL.level0 {
    margin-top: 0 !important;
    padding-top: 20px !important;
}
DIV#contentContainer DIV.sitemap UL.level1 {
    margin-bottom: 0.5em !important;
}
DIV#contentContainer DIV.sitemap UL.level2 {
    margin-bottom: 0.2em !important;
}
DIV#contentContainer DIV.sitemap UL.level3 {
    margin-bottom: 0.1em !important;
}

/* --------------------------------------------------------------------------------------------- */
/* --- Retailers Component --- */
/* --------------------------------------------------------------------------------------------- */
DIV#retailersContentContainer DIV.retailersComponent {
    float: left;
    width: 459px;
    margin: 0 0 15px;
    padding: 0 0 5px;
    background: url(bg_portletbottom_large.gif) no-repeat left bottom;
    clear: both;
}
DIV#retailersContentContainer DIV.retailersCompTop {
    padding: 6px 0 0;
    background: url(bg_feature_content_top.gif) no-repeat center top;
}
DIV#retailersContentContainer DIV.retailersCompBody {
    float: left;
    background-color: #fff;
}
DIV#retailersContentContainer DIV.retailersCompContent {
    float: left;
    width: 439px;
    padding: 10px;
}
DIV#retailersContentContainer DIV.top IMG {
    margin-bottom: 5px;
}
DIV#retailersContentContainer DIV.btm UL {
    float: left;
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
}
DIV#retailersContentContainer DIV.btm LI {
    float: left;
    display: inline;
    width: 136px;
    margin: 0;
    padding: 0 5px 7px;
    text-align: center;
    font-size: 0.87em;
}
DIV#retailersContentContainer DIV.btm LI IMG {
    margin-bottom: 3px;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Competitions pages --- */
/* --------------------------------------------------------------------------------------------- */
DIV.competitionMsgs {
    padding-bottom: 10px;
}
DIV.competitionMsgs P.warning {
    color: #f60;
    margin: 0 0 10px;
}
DIV.compDate {
    padding-top: 5px;
}
DIV.compDate SPAN.date{
    font-weight: bold;
}
DIV.compWinners UL {
    margin: 0 0 8px 15px;
    padding: 0;
}
DIV.compWinners LI {
    margin: 0;
    font-size: 0.87em;
    color: #333;
}
DIV.compWinners STRONG {
    font-weight: bold;
    font-size: 1em;
    color: #333;
}
DIV.competitionForm P.compHeading {
    font-size: 1.2em !important;
    font-weight: bold;
    padding-bottom: 10px !important;
}
DIV.competitionForm DIV.competitionQuestion {
    padding-bottom: 10px;
}
DIV.competitionForm DIV.competitionQuestionTitle {
    padding-bottom: 5px;
}
DIV.competitionForm DIV.competitionQuestionTitle LABEL {
    font-weight: bold;
}
DIV.competitionForm DIV.competitionQuestion {
    margin-left: 20px;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Eyebrow --- */
/* --------------------------------------------------------------------------------------------- */
#eyebrowWrapper {
    float: left;
    width: 970px;
    height: 39px;
    background: url(bg_psn_eyebrow.gif) no-repeat;
    z-index: 100002;
    position: relative;
}
#eyebrowWrapper .psnStatusContainer {
    float: left;
    display: inline;
    margin: 5px 0 0 142px;
    height: 27px;
    padding: 0 7px;
}
#eyebrowWrapper .psnAuthContainer {
    float: left;
    display: inline;
    background: url(bg_psn_eyebrow_pipe.gif) no-repeat;
    margin-top: 5px;
    height: 27px;
    padding-left: 11px;
}
DIV#eyebrowWrapper .psnAuthContainer UL,
DIV#eyebrowWrapper .psnAuthContainer LI {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
DIV#eyebrowWrapper .psnAuthContainer UL {
    margin-top:6px;
}
DIV#eyebrowWrapper .psnAuthContainer LI {
    float: left;
    margin-left: 6px;
    padding-right: 6px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
}
DIV#eyebrowWrapper .psnAuthContainer LI A {
    color: #fff;
}
DIV#eyebrowWrapper .psnAuthContainer LI.first {
	margin-left: 0;
}
DIV#eyebrowWrapper .psnAuthContainer LI.last {
	border-right: none;
}
DIV#eyebrowWrapper .eyebrowToggleLinks {
    float: right;
    padding: 3px 10px 0 0;
}
DIV#eyebrowWrapper .psnStatusIcon_red,
DIV#eyebrowWrapper .psnStatusIcon_green,
DIV#eyebrowWrapper .psnStatusIcon_yellow {
    margin: 6px 3px 0;
}
DIV#eyebrowWrapper .psnStatusIcon_red {
    background: url(psnstatus_red.gif) no-repeat 0 50%;
}
DIV#eyebrowWrapper .psnStatusIcon_green {
    background: url(psnstatus_green.gif) no-repeat 0 50%;
}
DIV#eyebrowWrapper .psnStatusIcon_yellow {
    background: url(psnstatus_yellow.gif) no-repeat 0 50%;
}
DIV#eyebrowWrapper .psnStatusText {
    margin-left: 14px;
}
DIV#eyebrowWrapper .psnStatusText P.status {
    color: #fff;
    font-weight: bold;
}
#showTextOnEyebrow,
#closeTextOnEyebrow,
#closeTextOnDashboard {
    font-size: 0.87em;
    font-weight: bold;
    padding-right: 9px;
}
#showTextOnEyebrow A,
#closeTextOnEyebrow A,
#closeTextOnDashboard A {
    color: #fff;
}
#showTextOnEyebrow {
    background: url(icon_open_arrow.gif) no-repeat 100% 6px;
}
#closeTextOnEyebrow,
#closeTextOnDashboard {
    background: url(icon_close_arrow.gif) no-repeat 100% 5px;
}
/* --------------------------------------------------------------------------------------------- */
/* --- PSN Dashboard --- */
/* --------------------------------------------------------------------------------------------- */
#dashboardWrapper {
    position: absolute;
    top: -2000px; /* positioned off-screen. open state set to 30px */
    left: 0;
    width: 970px;
    float: left;
    z-index: 100001;
}
#dashboardWrapper .dashboard {
    float: left;
    width: 920px;
    padding: 18px 25px 10px;
    z-index: 1000;
    background:  url(bg_psn_dashboard.png) no-repeat 0 100%; /* Uses GIF version for IE6 (see ie-hacks.css) */
    position: relative;
}
#dashboardWrapper .quickView {
    float: left;
    width: 918px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: #cecece;
}
#dashboardWrapper .quickViewTitleBar {
    float: left;
    width: 100%;
    height: 20px;
    padding-bottom: 5px;
    background-color: #cecece;
    text-align: center;
}
#dashboardWrapper .quickViewTitleBar H3 {
    color: #666;
    font-weight: normal;
}
#dashboardWrapper .rowBlock {
    float: left;
    width: 100%;
}
#dashboardWrapper .rowBlock.first {
    background: #e6e6e6 url(bg_grad_quickViewSection.gif) repeat-x;
}
#dashboardWrapper .rowBlock.second {
    background: url(bg_psn_quickViewHalfTopBody.gif) repeat-x;
}
#dashboardWrapper .rowBlock.last {
    background: #fff url(bg_psn_quickViewHalfBtmLinks.gif) repeat-x;
}
#dashboardWrapper .rowBlock .wholeBlock{
    float: left;
    width: 100%;
}
#dashboardWrapper .rowBlock .halfBlockLeft{
    float: left;
    width: 461px;
}
#dashboardWrapper .rowBlock .halfBlockRight{
    float: left;
    width: 457px;
}
#dashboardWrapper .rowBlock .title {
    float: left;
    padding: 6px 5px 3px;
}
#dashboardWrapper .rowBlock .title P {
    color: #666;
    font-size: 1.07em;
}
#dashboardWrapper .rowBlock .content {
    float: left;
    width: 100%;
    padding: 6px 0;
}
#dashboardWrapper .rowBlock.first .content {
    border-top: 1px solid #cfcfcf;
    background: url(bg_hatch_quickViewSection.gif) repeat;
    text-align: center;
}
#dashboardWrapper .rowBlock.first .moreInfo {
    margin: 0 10px;
    text-align: left;
}
#dashboardWrapper .rowBlock .links {
    float: right;
}
#dashboardWrapper .rowBlock .halfBlockLeft .links {
    padding: 6px 8px 0 0;
}
#dashboardWrapper .rowBlock .halfBlockRight .links {
    padding: 6px 6px 0 0;
}
#dashboardWrapper .rowBlock .links A.ctaLink,
#dashboardWrapper .rowBlock .content A.ctaLink {
    font-weight: bold;
    font-size: 0.87em;
    padding-left: 10px;
    background: url(icon_linkarrow-1.gif) no-repeat 1px 0.3em;
}
#dashboardWrapper .quickViewTop,
#dashboardWrapper .quickViewBtm {
    float: left;
    width: 100%;
    height: 6px;
    font-size: 0px; /*IE6 bug*/
}
#dashboardWrapper .quickViewTop {
    background: url(bg_dashbd_quickView_topcurve.gif) no-repeat;
}
#dashboardWrapper .quickViewBtm {
    background:  url(bg_dashbd_quickView_btmcurve.gif) no-repeat;
}
#dashboardWrapper .dashboard .bottomBar {
    float: right;
    height: 56px;
    text-align: right;
}
#dashboardWrapper .dashboard #closeTextOnDashboard {
    position: absolute;
    right: 10px;
    bottom: 10px;
    clear: both;
}
/* --- Friends Teaser in Dashboard --- */
#dashboardWrapper .friendsDefaultWrapper {
    padding: 7px 10px 0;
}
/* --- Trophy Teaser in Dashboard --- */
#dashboardWrapper .trophyTeaserListingContainer {
    float: left;
    display: inline;
    width: 436px;
    margin: 0 10px;
}
#dashboardWrapper .trophyTeaserListingContainer .gameLevelListItem {
    float: left;
    width: 213px;
    margin: 0;
    padding: 0 0 5px;
}
#dashboardWrapper .trophyTeaserListingContainer .gameLevelListItem.leftItem {
    padding-right: 10px;                                         `
}
#dashboardWrapper .trophyTeaserListingContainer .gameLevelListItem .gameLevelImage {
    float: left;
    padding-bottom: 10px;
    height: 45px;
    width: 45px;
    overflow: hidden;
}
#dashboardWrapper .trophyTeaserListingContainer .gameLevelListItem .gameLevelInfo {
    float: left;
    display: inline;
    width: 163px;
    margin: 0 0 0 5px;
}
#dashboardWrapper .trophyTeaserListingContainer .gameLevelListItem .gameLevelTrophyType {
    float: left;
    display: inline;
    width: 25px;
}
#dashboardWrapper .trophyTeaserListingContainer .gameLevelInfo P.trophyTitle {
    font-size: 0.87em;
    font-weight: bold;
    line-height: 1.1em;
    color: #5B5B5B;
    margin-bottom: 4px;
}
#dashboardWrapper .trophyTeaserListingContainer .gameLevelInfo P.date {
    color: #5B5B5B;
    line-height: 1.1em;
    margin: 0 0 0 25px;
}
/* --- PSN Sign-in iFrame in Dashboard --- */
#dashboardWrapper .psnDashbdLoginWrapper {
    float: left;
    height: 415px;
    width: 918px;
    border-left:1px solid #cfcfcf;
    border-right:1px solid #cfcfcf;
    background-color: #f1f3f5;
}
#dashboardWrapper #psnDashbdSigninFrame {
    height: 415px;
    width: 918px;
    margin: 0;
    overflow: hidden;
    border: 0;
    position: absolute;
}
#dashboardWrapper .psnDashbdLoginWrapper.taller {
    height: 480px !important;
}
#dashboardWrapper .psnDashbdLoginWrapper.taller #psnDashbdSigninFrame {
    height: 480px !important;
}
#dashboardWrapper .psnDashbdLoginTop,
#dashboardWrapper .psnDashbdLoginBtm {
    float: left;
    width: 100%;
    height: 6px;
    font-size: 0px; /*IE6 bug*/
}
#dashboardWrapper .psnDashbdLoginTop {
    background: url(bg_eyebrow_dashbdLogin_topcurve.gif) no-repeat;
}
#dashboardWrapper .psnDashbdLoginBtm {
    background:  url(bg_eyebrow_dashbdLogin_btmcurve.gif) no-repeat;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Events Calendar --- */
/* --------------------------------------------------------------------------------------------- */
/* Next/Previous Links and title for current month and year */
#evtCalHeader {
    position: relative;
    display: block;
    text-align: center;
    height: 30px;
    border-bottom: 1px solid #DCDCDC;
    width: 705px;
    margin-bottom: 1px;
    font-size: 0.9em;
}
#evtCalPrevLink {
    position: absolute;
    left: 8px;
    top: 7px;
    background: transparent url(icon_linkarrow_left.gif) no-repeat 0% 50%;
}
#evtCalPrevLink A {
    margin-left: 8px;
}
#evtCalNextLink {
    position: absolute;
    right: 8px;
    top: 7px;
    background: transparent url(icon_linkarrow-1.gif) no-repeat 100% 50%;
}
#evtCalNextLink A {
    margin-right: 8px;
}
#evtCalCurrentMonth {
    padding-top: 6px;
}
#evtCalCurrentMonth P {
    font-size: 1.2em;
}

/* Event Calender's "Event Details" Panel */
DIV.eventDetails-wrapper {
    float: left;
    display: inline;
    background: transparent url(bg_itemgrad.gif) top left repeat-x;
    width: 703px;
    margin: 0 1px;
    padding: 20px 0;
}
DIV.eventDetailsImage {
    float: left;
    display: inline;
    width: 200px;
    margin-left: 20px;
}
DIV.eventDetailsContent {
    float: left;
    display: inline;
    width: 300px; 
    margin: 0 15px 0 20px;
}
DIV.eventDetailsContent P.eventTitle {
    font-size: 1.1em;
    margin-bottom: 2pt;
}

/* Legend for Event's Calendar */
DIV.evtCalKey-wrapper {
    border: 1px solid #aaa;
    width: 115px;
    float: left;
    display: inline;
    padding: 3px 6px;
}
DIV.evtCalKey-wrapper P.title {
    font-weight: bold;
}
DIV.evtCalKeyItem {
    float: left;
    display: block;
    padding-bottom: 4px;
}
DIV.evtCalKeyItem P {
    float: left;
    display: inline;
    width: 92px; 
    font-size: 0.9em;
    padding: 0 0 0 4px;
    margin: 0;
}
DIV.evtCalKeyInGameColor,
DIV.evtCalKeyOutGameColor {
    float: left;
    display: inline;
    font-size: 1px; /*IE6 height bug*/
}
DIV.evtCalKeyInGameColor {
    background-color: #ffffff;
    border: 1px solid #999999;
    width: 10px;
    height: 10px;
}
DIV.evtCalKeyOutGameColor {
    background-color: #d2d2d2;
    width: 12px;
    height: 12px;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Teaser Calendar --- */
/* --------------------------------------------------------------------------------------------- */
/* Entire container for calendar */
#teaserCalendar {
    padding: 0;
}
/* Month heading */
p.teaserCalMonthHeading {
    margin: 0 !important;
    padding: 3px 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #000 !important;
    background-color: #fff;
    border-bottom: 1px solid #DCDCDC;
}
/* Next/Previous Links for current month and year */
.teaserCalNextPrevLinks {
   position: relative;
   width: 201px;
}
.teaserCalPrevLink {
    position: absolute;
    left: 8px;
    top: 3px;
    width: 8px;
    background: transparent url(icon_linkarrow_left.gif) no-repeat 0% 50%;
}
.teaserCalNextLink {
    position: absolute;
    right: 8px;
    top: 3px;
    width: 8px;
    background: transparent url(icon_linkarrow-1.gif) no-repeat 100% 50%;
}
.teaserCalPrevLink A,
.teaserCalNextLink A {
    display: block;
    text-decoration: none !important;
}

/* Upcoming Events Panel below calendar */
.upcomingEventsContainer {
    border-top: 0px solid #ccc;
    margin-top: 0px;
    padding: 3px 0;
}
P.upcomingEventsHeading {
    font-weight: bold;
    margin: 10px 0;
    font-size: 1.05em !important;
}
.upcomingEventsItem {
    padding-bottom: 10px;
}
.upcomingEventsItemLast {
    padding-bottom: 0 !important;
}
.upcomingEventsItem P {
    margin: 0px;
    padding: 0px !important;
}
.upcomingEventsItem P.date {
    font-weight: bold;
    border-bottom:1px solid #CCCCCC;
    padding-bottom: 2px !important;
    margin-bottom: 2px !important;
}
.upcomingEventsItem P.eventType {
    font-size: 0.80em !important;
}
.upcomingEventsItem P.eventSpacer {
    padding-bottom: 6px !important;
}
.upcomingEventsItem P.title A {
    color: #CC0000 !important;
}

/* Overide styles for upcoming Events on External Column */
#teaserCalendar .communityText {
    margin: 0 !important;
    padding-top: 10px !important;
    background: transparent url(bg_upcomingevents_external_bottom.gif) no-repeat left bottom !important;
}
#teaserCalendar .communityTextInner {
    background: #f4f4f4 url(bg_upcomingevents_external.gif) no-repeat left bottom !important;
}
.communityText .upcomingEventsContainer {
    border: 0 !important;
    margin: 0 !important;
}
.communityText P.upcomingEventsHeading {
    margin: 0 0 8px 0 !important;
    font-size: 1.05em !important;
}
.communityText .upcomingEventsItem P.title A {
    font-size: 1em !important;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Sign-in page --- */
/* --------------------------------------------------------------------------------------------- */
.psnLoginWrapper {
    height: 430px;
    width: 685px;
    margin: 0 auto 5px;
}
#psnSigninFrame {
    height: 415px;
    width: 685px;
    margin-top: 15px;
    overflow: hidden;
    border: 0;
    position: absolute;
}
.psnLoginWrapper.taller {
    height: 510px !important;
}
.psnLoginWrapper.taller #psnSigninFrame {
    height: 495px !important;
}
.signInMsgs {
    padding: 10px;
}
.signInWinPop {
    padding: 10px 10px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Legacy Link Sign-in page --- */
/* --------------------------------------------------------------------------------------------- */
#legacySignInContainer {
    float: left;
    width: 685px;
    padding: 0px 10px;
}
#legacySignInContainer P.title {
    font-size: 1.2em;
    font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Account page - Hardware Registration Component --- */
/* --------------------------------------------------------------------------------------------- */
.hardwareRegistered-wrapper {
    float: left;
    padding: 0 10px 10px;
    width: 685px;
}
.hardwareRegisteredItem {
    float: left;
    display: inline;
    width: 213px;
    padding: 10px 5px 0;
    margin-right: 8px;
    background: transparent url(bg_itemgrad.gif) repeat-x top left;
}
.hardwareRegisteredItem.last {
    margin-right: 0px;
}
.hardwareRegisteredItem P.consoleTitle,
.addHardware-wrapper P.consoleTitle {
    font-size: 1.45em;
    padding: 3px 3px 0px;
}
.addHardware-wrapper {
    float: left;
    width: 685px;
    display: inline;
    margin: 0 10px;
    padding: 10 0px;
}
#addHardwarePS3,
#addHardwarePS2,
#addHardwarePSP {
    display: block;
}
.addHardwareContainer {
    float: left;
    display: inline;
    padding: 0px;
}
.formFieldPSN {
    padding: 2px 0;
}
.formFieldPSN.last {
    padding-bottom: 10px;
}
.formButtonsPSN {
   padding: 2px 6px;
   text-align: right;
}
.addHardwareSerialNo {
    float: right;
    display: inline;
    width: 270px;
    padding: 5px;
    margin-top: 10px;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Account page - Marcoms Component --- */
/* --------------------------------------------------------------------------------------------- */
#marcomsContainer {
    float: left;
    width: 685px;
    padding: 5px 10px 0px;
}
DIV.marcomsAnswerBlockWhole {
    float: left;
    display: inline;
    margin-left: 40px;
    width: 630px;
}
DIV.marcomsAnswerBlockLeft {
    float: left;
    display: inline;
    margin-left: 40px;
}
DIV.marcomsAnswerBlockRight {
    float: left;
    display: inline;
    margin-left: 20px;
    width: 550px;
}
DIV.marcomsAnswerBlockRight P.note,
DIV.marcomsAnswerBlockWhole P.note {
    color: #666;
}
DIV.marcomsAnswerBlockLeft DIV.label,
DIV.marcomsAnswerBlockLeft DIV.checkbox,
DIV.marcomsNewsAnswers DIV.label,
DIV.marcomsNewsAnswers DIV.checkbox {
    float: left;
    display: inline;
    padding: 0 10px 5px 0;
}
DIV.marcomsAnswerBlockLeft DIV.label.parentalConsent {
    width: 500px;
}
DIV.marcomsNewsAnswers {
    margin-left: 40px;
    width: 280px;
    float: left;
    display: inline;
}
DIV.questionBlockPSN {
    float: left;
    width: 685px;
    display: inline;
    padding-bottom: 5px;    
}
DIV.questionBlockPSN.last {
    padding-bottom: 10px;
}
P.questionAnswerHeading {
    margin-left: 0px;
    padding-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Account page - About-me Questions Component --- */
/* --------------------------------------------------------------------------------------------- */
 #aboutMeContainer {
    float: left;
    padding: 10px 10px 0;
    width: 685px;
}
DIV.aboutMeAnswers {
    float: left;
    width: 280px;
    padding-left: 40px;
    padding-bottom: 10px !important;
}
DIV.aboutMeAnswer {
    float: left;
    width: 280px;
}
DIV.aboutMeAnswer DIV.checkbox,
DIV.aboutMeAnswer DIV.label {
    float: left;
}
DIV.aboutMeAnswer DIV.label {
    padding-bottom: 5px;
}
DIV.aboutMeAnswer DIV.checkbox {
    padding-right: 10px;
    padding-bottom: 5px;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Friends Page --- */
/* --------------------------------------------------------------------------------------------- */
#legendBar {
    float: left;
    padding: 3px 6px 3px 4px;
}
#legendBar .friend-quickFriends {
    background: url(icon_psn_quickfriends_sml.gif) no-repeat;
    float: right;
    display: inline;
    padding: 0 21px;
    padding-right: 0;
}
#legendBar .friendPresence-pending,
#legendBar .friendPresence-offline,
#legendBar .friendPresence-online-away,
#legendBar .friendPresence-online,
#legendBar .friend-legend {
    float: right;
    display: inline;
    padding: 0 17px;
}
.sortBar {
    float: left;
    display: inline;
    position: relative;
    width: 685px;
    height: 18px;
    padding: 14px 0px 0px;
    margin: 0 10px;
    text-align: right;
    background: #fff url(bg_grad_greywhite.gif) repeat-x;
}
.sortBar .otherItems {
    float: left;
    display: inline;
    padding: 2px 6px 0 0;
}
.sortBar .sortBtns {
    float: right;
    display: inline;
}
#friendsListingContainer {
    float: left;
    width: 685px;
    padding: 10px;
    padding-bottom: 0px;
} 
#friendsListingContainer .friendItem {
    float: left;
    width: 685px;
    padding: 5px 0 0;
    margin-bottom: 2px;
    height: 72px;
    background: url(bg_triplecolumnpanel_top.gif) no-repeat;
}
#friendsListingContainer .friendItemInner {
    float: left;
    width: 685px;
    padding: 0px 0 5px;
    background: url(bg_triplecolumnpanel_btm.gif) no-repeat left bottom;
    height: 67px;
}
#friendsListingContainer .quickFriendBox {
    float: left;
    display: inline;
    width: 58px;
    padding: 15px 0px 0 2px;
    text-align: center;
}
#friendsListingContainer .friendsInfoBox {
    float: left;
    display: inline;
 	padding: 10px 0px 0px 15px;
    width: 240px;
}
#friendsListingContainer IMG.waitIcon {
    padding: 0;
    margin: 20px 0 0;
}
#friendsListingContainer .friendPresenceImgHolder {
    margin-top: 15px;
}
#friendsListingContainer .friendsInfoBox .avatarHolder {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: relative;
}
#friendsListingContainer .trophiesInfoBox {
    float: right;
    display: none;
    width: 365px;
}
#friendsListingContainer .levelBox {
    float: left;
    width: 63px;
    padding: 30px 5px 0 10px;
    border-left: 1px solid #ccc;
}
#friendsListingContainer .levelStarBox {
    background: url(trophy_in_star_sml.gif) no-repeat 0 2px;
}
#friendsListingContainer .trophiesBox {
    float: left;
    width: 77px;
    padding-top: 30px;
}
#friendsListingContainer .trophyStandBox {
    float: right;
    width: 200px;
    text-align: right;
}
#friendsListingContainer .platinumTrophyStandIcon,
#friendsListingContainer .goldTrophyStandIcon,
#friendsListingContainer .silverTrophyStandIcon,
#friendsListingContainer .bronzeTrophyStandIcon {
    float: left;
    display: inline;
    margin-bottom: 1px;
}
#friendsListingContainer .platinumTrophyStandIcon {
    background: url(icon_trophy_platinum.gif) no-repeat;
    margin-left: 90px;
}
#friendsListingContainer .goldTrophyStandIcon {
    background: url(icon_trophy_gold.gif) no-repeat;
    margin-left: 60px;
}
#friendsListingContainer .silverTrophyStandIcon {
    background: url(icon_trophy_silver.gif) no-repeat;
    margin-left: 30px;
}
#friendsListingContainer .bronzeTrophyStandIcon {
    background: url(icon_trophy_bronze.gif) no-repeat;
    margin-left: 0px;
}
#friendsListingContainer .platinumTrophyStandBar,
#friendsListingContainer .goldTrophyStandBar,
#friendsListingContainer .silverTrophyStandBar,
#friendsListingContainer .bronzeTrophyStandBar {
    float: left;
    display: inline;
    height: 11px;
    margin-left: 20px;
    padding: 1px 0 4px 5px;
    _padding-bottom: 2px;
    background: #cdcdcd url(bg_grad_topdown_grey.gif) repeat-x;
    text-align: left;
}
#friendsListingContainer .platinumTrophyStandBar {
    width: 80px;
}
#friendsListingContainer .goldTrophyStandBar {
    width: 110px;
}
#friendsListingContainer .silverTrophyStandBar {
    width: 140px;
}
#friendsListingContainer .bronzeTrophyStandBar {
    width: 170px;
}
#friendsListingContainer P.trophyStand {
    margin-bottom: 0;
}
#friendsListingContainer .trophiesInfoBox P.summary {
    color: #ccc;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}
#friendsListingContainer .trophiesInfoBox P.heading {
    font-weight: bold;
    margin-bottom: 0;
}
#friendsListingContainer .trophiesInfoBox P.level {
    margin-left: 23px;
}


/* --------------------------------------------------------------------------------------------- */
/* --- PSN Trophy and Trophy Details Pages --- */
/* --------------------------------------------------------------------------------------------- */
.soloMessageContainer {
    float: left;
    width: 685px;
    display: inline;
    margin: 10px;
    margin-top: 0px;
}
.sortBarGrad,
.sortBarGradBtm,
.sortBarHatched,
.sortBarHatchedBtm {
    float: left;
    display: inline;
    position: relative;
    width: 685px;
    height: 18px;
    padding: 14px 0px 10px;
    margin: 0 10px;
    text-align: right;
}
.sortBarGrad {
    background: #fff url(bg_grad_greywhite.gif) repeat-x;
}
.sortBarGradBtm {
    background: none;
}
.sortBarHatched {
    background: #fff url(bg_hatch_greywhite.gif) repeat-x;
}
.sortBarHatchedBtm {
    background: #fff url(bg_hatch_greywhite.gif) repeat-x 0 -10px;
}
.sortBarGrad .otherItems,
.sortBarGradBtm .otherItems,
.sortBarHatched .otherItems,
.sortBarHatchedBtm .otherItems {
    float: right;
    display: inline;
    padding: 2px 6px 0 0;
}
.otherItems P.sortby {
    font-weight: bold;
}
.sortBarGrad .sortBtns,
.sortBarGradBtm .sortBtns,
.sortBarHatched .sortBtns,
.sortBarHatchedBtm .sortBtns {
    float: right;
    display: inline;
    padding-right: 5px;
}
.sortBarGrad .backBtn,
.sortBarGradBtm .backBtn {
    float: left;
    padding-left: 5px;
}
#trophySummaryContainer {
    float: left;
    width: 685px;
    margin: 10px;
    display: inline;
}
#trophySummaryContainer .trophiesInfoBox {
    float: left;
    display: inline;
    width: 365px;
}
#trophySummaryContainer .levelBox {
    float: left;
    width: 190px;
    padding-right: 21px;
    border-right: 2px solid #ccc;
}
#trophySummaryContainer .levelStarBox {
    background: url(trophy_in_star.gif) no-repeat 0 2px;
}
#trophySummaryContainer .progressBarBox {
    text-align: right;
}
.progressBarOuter,
.progressBarOuterSml {
    border: 1px solid #ccc;
    padding: 1px;
    height: 7px;
    text-align: left;
}
.progressBarOuter {
    width:186px;
}
.progressBarOuterSml {
    width:140px;
}
.progressBarInner,
.progressBarInnerSml {
    background-color: #ccc;
    height: 7px;
    font-size:0; /* IE6 bug */
}
#trophySummaryContainer P.percentage {
    color: #666;
    font-weight: bold;
    margin-bottom: 0;
}
#trophySummaryContainer .trophiesBox {
    float: left;
    width: 452px;
    margin-left: 20px;
}
#trophySummaryContainer .trophiesInfo {
    float: left;
    width: 97px;
}
#trophySummaryContainer .trophyStandBox {
    float: left;
    width: 355px;
    margin-top: 15px;
    text-align: right;
}
#trophySummaryContainer .platinumTrophyStandIcon,
#trophySummaryContainer .goldTrophyStandIcon,
#trophySummaryContainer .silverTrophyStandIcon,
#trophySummaryContainer .bronzeTrophyStandIcon {
    float: left;
    display: inline;
    margin-bottom: 1px;
}
#trophySummaryContainer .platinumTrophyStandIcon {
    background: url(icon_trophy_platinum.gif) no-repeat;
    margin-left: 90px;
}
#trophySummaryContainer .goldTrophyStandIcon {
    background: url(icon_trophy_gold.gif) no-repeat;
    margin-left: 60px;
}
#trophySummaryContainer .silverTrophyStandIcon {
    background: url(icon_trophy_silver.gif) no-repeat;
    margin-left: 30px;
}
#trophySummaryContainer .bronzeTrophyStandIcon {
    background: url(icon_trophy_bronze.gif) no-repeat;
    margin-left: 0px;
}
#trophySummaryContainer .platinumTrophyStandBar,
#trophySummaryContainer .goldTrophyStandBar,
#trophySummaryContainer .silverTrophyStandBar,
#trophySummaryContainer .bronzeTrophyStandBar {
    float: left;
    display: inline;
    height: 11px;
    margin-left: 20px;
    padding: 3px 0 3px 5px;
    background: #cdcdcd url(bg_grad_topdown_grey.gif) repeat-x;
    text-align: left;
}
#trophySummaryContainer .platinumTrophyStandBar {
    width: 240px;
}
#trophySummaryContainer .goldTrophyStandBar {
    width: 270px;
}
#trophySummaryContainer .silverTrophyStandBar {
    width: 300px;
}
#trophySummaryContainer .bronzeTrophyStandBar {
    width: 330px;
}
#trophySummaryContainer P.trophyStand {
    margin-bottom: 0;
}
#trophySummaryContainer P.summary {
    color: #ccc;
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}
#trophySummaryContainer P.heading {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0;
}
#trophySummaryContainer P.level {
    margin-left: 40px;
}
.gameLogoImageContainer,
.gamelevelListingContainer {
    float: left;
    width: 685px;
    margin: 0 10px;
    display: inline;
}
.gameLogoImageContainer .gameLogoImage {
    float: left;
    padding-bottom: 10px;
}
.gameLogoImageContainer .gameTitle {
    width: 400px;
    float: left;
    display: inline;
    margin: 30px 0 0 5px;
}
.gameLogoImageContainer .gameTitle H3 {
    text-align: left;
}
.gameLogoImageContainer .gameTitle H3 {
    text-align: left;
}

.gamelevelListingContainer .headingTrophy {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}
.gamelevelListingContainer .headingTrophy H3 {
    color: #666;
    margin: 5px 5px 10px;
}
.gamelevelListingContainer .gameLevelListRow {
    float: left;
    width: 684px;
}
.gamelevelListingContainer .gameLevelListItem {
    float: left;
    padding: 5px;
    margin: 2px 0;
    width: 332px;
}
.gamelevelListingContainer .gameLevelListItem .gameLevelImage {
    float: left;
}
.gamelevelListingContainer .gameLevelListItem .gameLevelInfo {
    float: left;
    display: inline;
    margin: 2px 5px;
    width: 250px;
}
.gamelevelListingContainer .gameLevelListItem .gameLevelTrophyType {
    float: left;
    display: inline;
    width: 25px;
}
.gamelevelListingContainer .gameLevelListItem .gameLevelDetails {
    float: left;
    display: inline;
    width: 225px;
}
.gameLevelInfo P.title {
    font-size: 1em;
    font-weight: bold;
}
.gameLevelInfo P.date {
    color: #5B5B5B;
}



/* --------------------------------------------------------------------------------------------- */
/* --- PSN MyPSN page - Profile Data API Component --- */
/* --------------------------------------------------------------------------------------------- */
#psnProfileTeaserContainer {
    float: left;
    width: 685px;
    padding: 10px;
    position: relative;
}
.psnProfDataDetails {
    float: left;
    width: 75px;
    padding: 0;
}
.psnProfDataDetailsItem {
    float: left;
    width: 75px;
}
.psnProfDataPrefs {
	margin-top: 10px;
}
.avatarPlaceholder {
    float: left;
    display: inline;
    width: 105px;
    margin: 0px 10px 10px;
}
.avatarPlaceholder IMG.avatarImg {
    float: left;
    width: 80px;
    height: 80px;
    padding: 5px;
}
.dataPlaceholder {
    float: left;
    width: 150px;
    margin-left: 5px;
}
.dataPlaceholderItem {
    float: left;
    width: 150px;
}
.dataPlaceholderItem H3 {
    color: #5B5B5B;
    font-size: 0.87em;
    font-weight: bold;
}
.psnProfDataDetailsItem {
    float: left;
    width: 75px;
}
.psnProfilePID {
	padding-top: 15px; 
	font-weight: bold; 
	font-size: 1.1em;
}
.psnProfileIncomplete {
	padding-top: 0px;
	padding-bottom: 0px;  
	margin-left: 0px !important;
	margin-bottom: 3px;
}
.psnProfileAboutMe	{
	font-size: 1em; 
}
.psnProfileHandle {
	margin-bottom: 0px;
	padding-bottom: 0px; 
	font-size: 1.624em;
}
.psnProfileBlock {
	float: left; 
	margin-top: 0px;
	width: 315px;
}
.eyebrowPromoBlock {
    width: 218px;
    position: absolute; 
    top: 10px;
    right: 7px;
}
.eyebrowPromoInfo {
    padding-top: 10px;
}
/* --------------------------------------------------------------------------------------------- */
/* --- PSN MyPSN page - Profile Teaser Component --- */
/* --------------------------------------------------------------------------------------------- */
.profileTeaserDetails {
    float: left;
    width: 439px;
    padding: 0px;
}
.profileTeaserDetails P.title {
    font-weight: bold;
}
.regstdHardImgContainer {
    float: left;
}
.regstdHardImgContainer IMG.consoleImg {
    float: left;
    margin-right: 6px;
    border:1px solid #CCCCCC;
    margin-bottom: 7px;
}
.regstdHardImgContainer IMG.consoleImg.last {
    margin-right: 0px;
    padding-bottom: 0px;
}

/* --------------------------------------------------------------------------------------------- */
/* --- PSN Friend Teaser component --- */
/* --------------------------------------------------------------------------------------------- */

.friendPresenceImgHolder {
    float: left;
    margin-right: 3px;
    margin-top: 0px;
    margin-bottom: 4px; /* Remove for avatar */
    width: 17px;
    height: 14px;
   	display: none;
}
.friendPresenceOnlineIdHolder {
    margin-top: 1px !important;
    margin-bottom: 0px;
    _margin-bottom: 0px;
    float: none !important;
}
.friendPresenceAvatarHolder {
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    _height: 30px;
}
.friendPresenceHandle {
	margin-bottom: 0px;
	padding-bottom: 0px; 
	font-size: .87em;
	font-weight: bold;
}
.friendPresenceGame {
	font-size: 1em;
	display: none;
}
.flPresenceWait {
	padding: 0; 
	margin: 0;
	display: none;
}
#flPresenceShow10, #flPresenceShowAll {
	padding-bottom: 0px !important;
	margin-top: 5px !imnportant;
	display: none;
}
/* Friend Status : Game Title */

/* Friend Status : Offline */
.friendPresence-offline {
    background: transparent url(psn-presence-offline.gif) no-repeat 0% 50%;
}
/* Friend Status : Online */
.friendPresence-online { 
  background: transparent url(psn-presence-online-ingame.gif) no-repeat 0% 50%;
}
/* Friend Status : Online but Away */
.friendPresence-online-away {
   background: transparent url(psn-presence-online-away.gif) no-repeat 0% 50%;
}
/* Friend Status : Online and InGame */
.friendPresence-online-ingame {
  background: transparent url(psn-presence-online-ingame.gif) no-repeat 0% 50%;
}
/* Friend Status : Online and InGame but Away */
.friendPresence-online-ingame-away {
   background: transparent url(psn-presence-online-away.gif) no-repeat 0% 50%;
}
/* Friend Status : Pending Status  */
.friendPresence-pending {
    background: transparent url(psn-presence-pending.gif) no-repeat 0% 50%;
}
/* Generic class used to show element */
.show {
    display: block;
}
/* Generic class used to hide element */
.hide {
    display: none;
}

/* Generic class used to left-align floated element */
.fleft {
    float: left;
}
/* Generic class used to right-align floated element */
.fright {
    float: right;
}

/* --------------------------------------------------------------------------------------------- */
/* --- Login form for the home page --- */
/* --------------------------------------------------------------------------------------------- */
  
FORM#formLogin {
	font-size: 90%;
	padding: 10px 0 6px 0;
	margin: 0;
}
FORM#formLogin P {
/* ----------------------------------------------- Everything beneath this line is being ignored */

    margin-top: 0;DIV#contentContainer H3.label,FORM#formLogin LABEL {
	font-weight: bold;
	color: #5b5b5b;
	font-size: 1.1em;
}
FORM#formLogin A.forgotPassword {
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

DIV#contentContainer H3.label {
	font-size: 0.9em;
	margin: -2px 0 0 0;
	padding: 0 0 3px 0;
}

FORM#formLogin INPUT.text {

	width:123px;
	border: 1px solid #ccc;
	background:url(/static/furn/portal/common/bg_input_text2.gif) no-repeat right bottom;
	margin: 4px 0 5px 0;
 	padding: 2px 3px 1px 5px;
}

FORM#formLogin INPUT.cssbtn {
	margin-bottom:5px;
}

DIV.content FORM#formLogin DIV.hr {
	margin:0 !important;
}

/* --------------------------------------------------------------------------------------------- */
/* --- Freestyle moved 1.0.7 release to c37.css   --- */
/* --------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------- */
/* --- end of stylesheet --- */
/* --------------------------------------------------------------------------------------------- */

