@charset "utf-8";
/* quote styling css for Quotes in ChronoComments http://chronoengine.com v1.2 (X.2008) */

/* For browsers other than IE */
html>/**/body div.chronoquote {
   	background: #fff url(images/quotebg.png) no-repeat;
	margin: 0.5em 0.5em 0.5em 10px;
	padding-left: 30px;
	padding-top: 0.4em;
	border-left: #e5e5d8 5px solid;
}

/* For lte IE7 */
*:first-child+html {} * html {} div.chronoquote {
   	background: #fff url(images/quotebg.png) no-repeat 5px 0px;
	margin: 0.5em 0.5em 0.5em 10px;
	padding-left: 30px;
	padding-top: 0.4em;
	border-left: #e5e5d8 5px solid;
}


/*this will NOT work in IE (for now anyway) !!! */
div.chronoquote:before {  
	content: "Quote: "; /* change "quote" to your language or anything if you like... */
	
	font-weight: bold;
	
	display: block; /* for linebreak after quote */
	margin-bottom: 0.5em;
}



