.nPlaza_Details
{
	display: inline;
	width: 200px;
	float: right;
	border: 1px solid #CCC;
	background-color: #DFDFDF;
	padding: 0.3em;
	margin: 5px;
	margin-right: 0;
}

.nPlaza_Title
{
	font-weight: bold;
	font-size: 120%;
}

.nPlaza_Price
{
	font-weight: bold;
	font-size: 150%;
	margin: 10px 0 0 0;
	text-align: center;
}

.nPlaza_Product .Button
{
	margin: 0.7em auto 0 auto;
}

.nPlaza_Viewer
{
	border: 1px solid #CCC;
	padding: 9px;
	background-color: #DFDFDF;
	width: 580px;
}

.nPlaza_View
{
	width: 450px;
}

.nPlaza_Resources
{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
	width: 123px;
}

.nPlaza_Resources li
{
	float: left;
}

.nPlaza_Resources img
{
	margin: 2px;
	width: 35px;
	height: 35px;
	border: 1px solid #BBB;
}

.nPlaza_Resources img:hover, nPlaza_Resources img.Active
{
	border: 1px solid #55A;
}