@charset "utf-8";
/* CSS Document */

div#joinMyspace{width:480px;height:248px;overflow:hidden;}
div#joinMyspace img{margin:175px 0 0 30px;}
div#getConnected{width:229px;height:142px;overflow:hidden;float:left;}
div#newsletter{width:229px;height:142px;overflow:hidden;float:left;}
div#newsletter img, div#getConnected img{margin:90px 0 0 32px;}

div.downloadHeader{clear:both;color:white;font-weight:bold;font-size:12px;text-transform:uppercase;}

div.smallBoxWrap1{width:317px;background-image:url(../images/small-box-dark-slice.jpg);background-color:#272c3e;float:left;border-right:1px solid #051a39;border-left:1px solid #051a39;}
div.smallBoxWrap2{width:293px;height:260px;background-image:url(../images/light-blue-innerstroke.jpg);background-repeat:repeat-x;background-color:#e5ebf7;float:left;border-left:6px solid #5b7592;border-right:6px solid #5b7592;}

div.innerBoxPad{padding:12px;float:left;}

/* downloads and screenshot styles */

div#downloadWrap1{width:513px;background-image:url(../images/big-box-dark-bg.jpg);background-color:#272c3e;float:left;border-right:1px solid #051a39;border-left:1px solid #051a39;border-bottom:1px solid #051a39;}
div#downloadWrap2{width:490px;height:360px;overflow:hidden;background-image:url(../images/inner-box-slice-dark.jpg);background-repeat:repeat-x;background-color:#3a4b63;float:left;border-left:5px solid #5b7592;border-right:5px solid #5b7592;border-bottom:5px solid #5b7592;}

div#downloadsArea {
	height:455px;
	width:409px;
	background:url(http://creative.myspacecdn.com/Client/Sony/DCUO/Images/downloadsBg.gif) no-repeat;
	margin-top:14px;
}

div#screenshotsArea {
	height:455px;
	width:385px;
	background:url(http://creative.myspacecdn.com/Client/Sony/DCUO/Images/screenshotsBg.gif) no-repeat;
	margin-top:14px;
}

div.prevNextLink{clear:both;margin:7px 0 15px 0;}
div.prevNextLink a{color:#FFCC00 !important;font-size:10px;text-transform:uppercase;}

div#thumbScreenShots {
	width:360px;
}

div#thumbHolder {
	height:122px;
}

a#nextSS {
	float:right;
}

a#previousSS, a#nextSS {
	color:#f4d322;
}

div#bottomButtons {
	width:340px;
}

div#largeScreenShot {
	height:235px;
}

img.ssThumbs {
	margin:0 0 0 6px;
	float:left;
	display:block;
}

*html div#iconsArea {
	padding-top:50px;
}


div#wallpaperPop, .ok_button {
	display:none;
}

a.wpLinks {
	color:#2f3c71 !important;
}

#popOuter {
  background-color:#000000;
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
   position:absolute;
   z-index:900000;
   width: 100%; 
   display: none; 
   height:100%;
}
#popInner {
   position:absolute;
   z-index:999999;
	 margin:auto;
   background-color:#FFF;
	 color:black;
	 width: 350px;
	 height: 310px;
	 display:none;
}

