.psPopUp
{
	position: absolute;
	width: 484px;
	z-index: 999;
	zoom: 1;
}
.psTop
{
	position: absolute;
	background: url(/images/pop-up-top.png) 0 0 no-repeat;
	_background: url(/images/pop-up-top.gif) 0 0 no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.psTail
{
	display: none;
	position: absolute;
	background: url(/images/pop-up-tail.png) 0 0 no-repeat;
	_background: url(/images/pop-up-tail.gif) 0 0 no-repeat;
	top: 50px;
	left: -45px;
	width: 56px;
	height: 36px;
	z-index: 20;
}
.psBtm
{
	position: absolute;
	background: url(/images/pop-up-btm.png) 0 0 no-repeat;
	_background: url(/images/pop-up-btm.gif) 0 0 no-repeat;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 25px;
}
.psContent
{
	background: url(/images/pop-up-bg.png) 0 0 repeat-y;
	_background: url(/images/pop-up-bg.gif) 0 0 repeat-y;
	margin: 25px 0;
	z-index: 90;
	padding: 10px 40px 10px 35px;
	line-height: normal;    
    min-width: 410px;
}
.psContent h2,
.psContent ul,
.psContent p
 {
	zoom: 1;
}
.psContent .psProdImg {
	float: right;
	margin-left: 10px;
}
.psContent img {
	float: left;
}

.psContentWrap { background-color: #fff; zoom: 1; }

.psInfo
{

}

.psPopUp ul {
	list-style: disc;
	clear: both;
	background: #fff;
}

.specialInfo {
	float: left;
}

.psPopUp .specialInfo ul { margin: 10px 0 10px 15px; padding-left: 15px; clear: none; }

.specialInfo ul li {
	color: #810381;
	font-weight: bold;
	font-size: 14px;
}

.psPopUp .psContentWrap li { margin-bottom: 2px; }
.psPopUp .psContentWrap .longList li { margin-bottom: 0; }
.psPopUp .psContentWrap > img { max-width: 140px; padding-bottom:10px;}
.psPopUp h2 em { font-size: 0.95em; font-style: normal; }

.psPopUp .specialInfo ul.cert-logos {
    margin: 0 0 0 -10px;
    padding: 0;
}

.awardsAndCertificates > ul > li {
    position: relative;
}
.awardsAndCertificates,
.awardsAndCertificates ul {
    list-style: none;
}

.awardsAndCertificates .awards {
    position: relative;
    background: transparent;
}

.awardsAndCertificates .awards li {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50px;
}

.detailList .psPopUp .cert-logos li {
    padding: 0 0 0 13px;
    background: url("/images/divider-grey.jpg") no-repeat scroll left center;
    float:left;
}

.detailList .psPopUp .cert-logos li img {
    display:block;
}


.detailList .psPopUp .cert-logos li.first {
    background: none;
    padding:0;
}