#p-wrapper     { height: 470px;                }
#p-wrapper img { border: 1px solid #C3C3C3;    }
#port_title    { font-weight: bold;            }
#p-desc        { margin: 0 45px 0 45px;        }
#p-preview     { margin-left: 45px;            }

#p-sites
{
	overflow: auto;
	width: 275px;
	height: 437px;
	border: 1px solid #C3C3C3;
	padding: 3px 5px 0px 5px;
	margin: 0 45px 0 10px;
	float: right;

}

#p-sites p
{
	font-weight: bold;
	margin-left: 0px;
}

#p-sites ul
{
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

#p-sites li
{
	display: block;
	margin-bottom: 8px;
	border: 1px solid #999;
	padding: 2px;
	cursor: pointer;
}

#p-sites img
{
	border: 1px solid #C3C3C3;
	color: #fff;
	width: 90px;
}

#p-sites div
{
	width: 157px;
	float: right;
}

.p-selected
{
	background: url(images/blueBG.png);
	border: 1px solid #8763E7;
}

.p-selected a, .p-selected div
{
	color: #fff;
}

.preview-thumb-cell
{
	width: 100px;
	height: 80px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #EAEAEA;
}

.preview-thumb-cell img
{
	width: 90px;
	margin: 0px;
	border: 1px solid #C3C3C3;
}

.preview-thumb-cell a
{
	text-decoration: none;
	border: none;
}

.preview-thumb-cell a:focus
{
	border: 0px;
	-moz-outline: none;	
}

#desc_wrapper
{
	margin: 10px 0px auto 45px;
	padding: 0px;
	border: 1px solid #C3C3C3;	
}

#description
{
	text-align: justify;
	margin-top: 1px;
	padding: 5px;
}

#port_url
{
	margin-left: 45px;
	margin-top: 15px;
	position: absolute;
	border: none;
}
