﻿

div.foots {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.foots blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #f7f7f7;
}

div.foots blockquote p {
	margin: 10px;
	padding: 0px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;

}

div.foots cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 5px;
	background: transparent url(/media/css/foots/tip.gif) no-repeat 20px 0;
	font-style: normal;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}


div.foots div.rounded {
	margin-bottom: 10px;
	border: 1px solid #C9C2C1;
	background-color: #f7f7f7;
}
div.foots div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.foots div.rounded blockquote p {
	margin: 0px 10px;
}
div.foots cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(/media/css/foots/tip-rounded.gif) no-repeat 15px 0;
}


div#pimped.foots {
	font-size: 0.9em;
}
div#pimped.foots div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.foots cite.rounded {
	background: transparent url(/media/css/foots/tip-pimped.gif) no-repeat 15px 0;
}
