body {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	color: #8b8c8d;               
}

* {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 13px;
/*	padding-top: 14px;*/
/*	padding-bottom: 5px;*/
	padding-top: 8px;
	padding-bottom: 0px;
	color: #2b2b2b;    
	line-height: 16px;
	overflow:hidden;
}  

em {                   
	font-style: italic;
	font-size: 13px;  
	color: #8b8c8d; 
	line-height: 16px;	
	display:block;
	padding-top: 8px;
}
i {                   
	font-style: italic;
	font-size: 13px;  
	color: #2b2b2b; 
	line-height: 16px;	
	display:block;
	padding-top: 8px;
}  
i.for-img {
	padding-top: 0px;
	color: #8b8c8d; 	
}
p img {
	margin-right: 20px;
}    
p.quote {
	margin-left: 20px;
	font-style: italic;
	font-size: 13px;
	padding-top: 8px;
	color: #383838;
	display:block;
	line-height: 16px;  
} 

h1, h2, h3, h4, h5, h6 {
	color: #2b2b2b;
/*	margin-bottom: 3px;*/
	margin-top: 15px;
}
h1.title, 
h2.title, 
h3.title, 
h4.title, 
h5.title, 
h6.title {     
	position:relative;
	top: 4px;        
	margin-top: 5px;
	margin-bottom: 3px;
}
h2.title {
	margin-top: 6px;
}
h3.title {
	margin-top: 8px;
}
h4.title {
	margin-top: 9px;
}
h5.title {
	margin-top: 12px;
}
h6.title {
	margin-top: 13px;
}
h1.star {  
	position:relative;
	top: 2px;        
	margin-top: 5px;
	margin-bottom: 15px;        
	padding-left: 35px;
	height: 26px;       
	background: url('images/offers/star_big.png') center left no-repeat;
}
h1 {
	font-size: 22px;    
}
h2 {
	font-size: 20px;  
}
h3 {
	font-size: 18px;   
}
h4 {
	font-size: 16px;   
}
h5 {
	font-size: 14px;  
}
h6 {
	font-size: 12px;   
}
a {
	color: #247db8;
	text-decoration: underline;
	font-size: 13px;
}
a:hover {              
	text-decoration: none; 
}  

img {
	border: none;
}

ul {
	/*list-style: none; */
	list-style-position: inside;
	list-style-type: disc;
	font-size: 13px;
	color: #2b2b2b;
	line-height: 15px;
	margin-top: 10px;
	margin-left: 5px;
}
	 ul a {
		font-size: 13px;
		color: #247db8;
		text-decoration: underline;
	}
	 ul a:hover { 
		text-decoration: none;
	}
