/*

CV_ProfileImagePreview (tackle_trader)

*/

div.profile_image_preview {
	float:left;
	width:100%;
	margin-top:15px;
}

div.std_content div.profile_image_preview div.pip_image {
	float:left;
	clear:both;
}

div.std_content div.profile_image_preview p {
	float:left;
}

div.std_content div.profile_image_preview p.pip_link {
	float:right;
	clear:right;
	margin:0px 0px 0px 0px;
}

div.std_content div.profile_image_preview p.pip_link a {
	background-image: url("../../../public/images/generic/right_arrow.png");
	background-repeat: no-repeat;
	background-position: right 4px; 
	padding-right: 14px;
	text-decoration:none;
	padding-top:3px;
	font-size:12px;
}

div.std_content div.profile_image_preview p.pip_link a:hover {
	background-image: url("../../../public/images/generic/right_arrow_on.png");
	text-decoration:underline;
}
