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

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 8pt;
}

#line {
height:4px;
background:#000000;
}

#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}


#content{
float:left;
text-align:left;



}




#header{
	background: #FFFFFF;
	padding: 0 0px 0 0px;
	height: 110px;
	width: 950px;
	overflow: hidden;
	border:0px solid #424242;	
}


#logo{
float:left;
width: 250px;
height: 106px;
}

#account{
float:left;
width: 600px;
text-align:left;
font-size: 14px;
}



#footer {
	border-top: 1px solid #999999;
	font-size: 10px;
	text-align:center;
	line-height: 15px;
	padding: 4px 0;
	margin: 3em 0 1em 0;
	clear: both;
}



.square{
	width: 4px;
	height:15px;
	background: #CC0000;
	float:left;

}

.menuButton{
	padding-left:13px;
	text-align:left;
}

.menuSection{
	float:left;
	margin-right:15px;	
	margin-left:25px;
	font-size:12px;
	font-weight:bold;
}


.sectionTitle{
	padding-bottom: 1px;
	width: 250px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;

}


.underline {
height:3px;
width:300px;
background:#000000;
}

.sectionTitleContainer{
	margin-bottom: 8px;
}

.section {
	float:left;
	width: 300px;
	list-style-type: none;
	padding: 8px;
}




.game {
 	float:left;
	width:300px;
	margin-bottom: 20px;
}

.game img{
border:none;
float:left;
/*margin-right:1px;*/
}


.gameName {
	font-size: 12pt;
	float:left;
	width: 235px;
	height: 20px;
	text-align:left;
    padding-left: 5px;	
}

.gameDescription {
	color: #777777;
	font-size: 8pt;
	width:235px;
	height:40px;
	float:left;
	text-align:left;
	padding-left: 5px;	
}

.editBox {
	margin-bottom:5px;
	background:#F0F0F0;
	width:300px;
	height:23px;
	float:left;
}


#userDescription {
	color: #777777;
	font-size: 8pt;
	float:left;
	text-align:left;
	padding-left: 5px;	
}

.soft {
	color: #777777;
	font-size: 8pt;
}


a, a:link, a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:active, a:hover {
	text-decoration: underline;
	color: #CC0000;
}


.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
	float:left;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}       
       



