	/* STORE: RIGHT COLUMN
	**************************************************/
		#ps3.interior div.right_column{
			padding: 24px 18px 24px 9px;
			width: 235px;
		}
	
		#ps3.interior #secondary_content.alerts div.right_column{
			padding: 24px 18px 24px 9px;
			background: #0e0e0e;
			width: 658px;
			min-height: 500px;
		}
	
		#ps3.interior #secondary_content.noblack div.right_column{
			padding: 24px 18px 24px 9px;
			background: none;
			width: 658px;
			min-height: 500px;
		}
	
	/* STORE : LEFT COLUMN
	**************************************************/
		#ps3.interior div.left_column {
			background: #0e0e0e;
			width: 658px;
			min-height: 500px;
			padding: 24px 9px 24px 18px;
		}
		#ps3.interior #secondary_content.noblack div.left_column {
			padding: 24px 9px 24px 18px;
			width: 235px;
			background: none;
		}
		#ps3.interior #secondary_content.alerts div.left_column {
			padding: 24px 9px 24px 18px;
			width: 235px;
			background: none;
		}
		#ps3.interior #secondary_content.opm div.left_column {
			width: 658px;
			min-height: 500px;
			padding: 24px 9px 24px 18px;
			background: none;
		}

a {
   text-decoration: none;
}
/*
img {
   border-style: none;
}
*/
div {
   text-decoration: none;
}

