
div.partner_popup {
	width:371px; /*height:300px;*/ overflow:hidden;
	position:absolute; z-index:3;
	display:none;
}

div.larrow {
	width:21px; height:300px; overflow:hidden;
	float:left; 
	background:url(/images/pp_arrow.gif) no-repeat; background-position:0 50%;
}

div.rarrow {
	width:21px; height:300px; overflow:hidden;
	float:right;
	background:url(/images/pp_arrow2.gif) no-repeat; background-position:0 50%;
}

div.larrow2 {
	width:21px; height:300px; overflow:hidden;
	float:left; 
	background:url(/images/pp_arrow.gif) no-repeat; background-position:0 50%;
}

div.rarrow2 {
	width:21px; height:300px; overflow:hidden;
	float:right;
	background:url(/images/arrow_r.png) no-repeat; background-position:0 50%;
}

div.partner_content {
	width:350px; /*height:300px;*/ overflow:hidden;
	float:right;
	background-color:#f9edd3;
}

div.partner_content2 {
	width:350px; /*height:300px;*/ overflow:hidden;
	float:right;
	background-color:#e3d2e5;
}

div.partner_content_inner {
	width:330px; margin:10px; overflow:hidden; /*height:280px;*/
	background-color:#ffffff;
	font-family:arial,helvetica,sans-serif; font-size:11px;
}

div.partner_content_inner p {
	margin:0px 15px;
}

img.pp_img {
	float:right; margin:0px 0px 10px 10px;
	max-width:183px;
}

img.pp_logo {
	margin:5px 0px 10px 0px;
}

img.pp_btn {
	margin:10px 0px;
}

b.purple { color:#683566; }

a.purplelink { color:#683566; text-decoration:none; }

