@charset "UTF-8";
/* PSstyle CSS for friend codes page */

h1.PS {
	font-size:11px;
	color:#AAA;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	font-weight:normal;
	
}

h2.PS {
	font-size:15px;
	color:#AAA;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}

h3.PS {
	font-size:12px;
	color:#AAA;
	margin:0;
	padding:0;
}

#PS {
	font-size:25px;
	font-weight:bold;
	margin:10px;
	padding:0;
	text-align:center;
}

.dottedgrayline{
	clear: both;
	width: 100%;
	height:1px;
	font-size:0px;
	line-height: 0px;
	padding: 0;
    background-image: url(images/dottedgrayline.jpg);
    background-repeat: repeat-x;
}

p { margin:0px; padding:0px; }

.packshotPS img { border:1px solid #F4F4F4; margin:0 0 10px 10px; }

.packshot_bottomPS img { border:1px solid #F4F4F4; margin:0 0 20px 10px; }

a:link { color:#CCCCCC; }
a:visited { color:#CCCCCC; }
a:active { color:#CCCCCC; text-decoration:none; }
a:hover { color:#828282; text-decoration:none; }

.roundcontblack {
	background-color:#000;
}

.roundcontblack p {
	margin: 0;
}

.roundtopblack { 
	background: url(images/black-corner-top-right.jpg) no-repeat top right; 
}

.roundbottomblack {
	background: url(images/black-corner-bottom-right.jpg.jpg)) no-repeat top right; 
}

img.cornerblack {
   width: 3px;
   height: 3px;
   border: none;
   display: block !important;
}

.roundcontdarkgray {
	background-color:#333;
}

.roundcontdarkgray p {
	margin: 0;
}

.roundtopdarkgray { 
	background: url(images/dark-gray-corner-top-right.jpg) no-repeat top right; 
}

.roundbottomdarkgray {
	background: url(images/dark-gray-corner-bottom-right.jpg) no-repeat top right; 
}

img.cornerdarkgray {
   width: 3px;
   height: 3px;
   border: none;
   display: block !important;
}