/* Quovolver Demo Styles */

/*
 |	All required styles for the effect
 |	are labeled with this *required*
*/

#description { margin-bottom: 40px; padding-bottom: 10px; font-size:15px; }
#description p { margin-bottom: 10px; }
code { font-family: "Courier New", Courier, Monaco, monospace; background: #f2f2f2; margin-bottom: 20px; display: block; padding: 20px; }	
blockquote p {
 	margin-bottom: 10px; 
	font-style: italic; 
	}
#rekomendacje h1	{
}
#rekomendacje p	{
	width:300px; 
	height:110px;
}
#wrapper #content #middleColumn .rekomendacje {
	border-bottom:0px solid #3174BA;
	margin:0;
	padding-bottom:0;
	padding-left:0;
	width:345px;
}
blockquote cite { 
	font-style: normal; 
	display: block; 
	text-align: right; 
	text-transform: uppercase; 
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 1px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-right:20px;
	}
#wrapper #content #middleColumn #rekomendacje a { 
	text-decoration:none;
	text-align:right;
	font-size:75%;
}
blockquote a:hover {
	text-decoration:underline; 
}
/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	font-family: Georgia, Times, serif;
	width: 320px; /* required */
	margin: 0 auto;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap {
background:#EFEFEF url(../images/quote-mark1.png) no-repeat scroll 10px 10px;
border:1px solid #CCCCCC;
margin:2px 0;
padding:20px;
}