@charset "utf-8";
/* CSS Document */

#tags {
	background: #1F1F1F;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #000000;
	border-right: 1px solid #454545;
	text-align: justify;
}
#tags a {
	color: #00CCFF;
	padding-top: 3px;
}
#tags a:hover, #tags a:active {
	text-decoration: underline;
}
#tags .main {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
#tags .head {
	background: url('../images/carro-head-bg.gif') repeat-x;
	padding: 5px;
}
