@CHARSET "UTF-8";

/**
 * (c) Firma JAKUBIAK 2007
 * Antoni Jakubiak
 * http://www.jakubiak.biz/
 */ /**
 * Podglad profilu
 */
div#profilePreview {
	
}

div#profilePreview .image {
	background-image: url(../images/test_profile3.png);
	height: 90px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 2px;
	float: left;
	margin-right: 8px;
}

#theBodyWithSpacer div#profilePreview .image {
	width: 150px;
}

div#profilePreview .image a.preview {
	padding: 2px;
	display: block;
	color: #d6d6d7;
	background-repeat: repeat;
	background: url(../images/profile_work_preview_background.png)
		!important;
	background: none;
	filter: none !important;
	filter: progid :   DXImageTransform .   Microsoft . 
		 AlphaImageLoader(enabled =   true, sizingMethod =   scale src = 
		 'images/profile_work_preview_background.png');
	position: relative;
	z-index: 25;
	height: 12px;
	top: 74px;
}

div#profilePreview .image a.preview img {
	margin: 0px 7px 0px 7px;
}

div#profilePreview .image a.preview:hover {
	color: #fff;
}

div#profilePreview div.description {
	float: left;
	width: 115px;
}

div#profilePreview div.description div.tag {
	color: #737373;
	padding: 0px 0px;
	margin-bottom: -1px;
}

div#profilePreview div.description div.field {
	color: #5686c6;
	margin-bottom: 5px;
}
