
	/* verdicts styles */
	
	div#verdicts-left {
		float: left;
		width: 200px;
		padding: 10px;
		background: #fffcdf;
		margin: 20px 0px 0px -5px;
	}
	
	div#verdicts-right {
		float: left;
		width: 425px;
		margin: 20px 0px 0px 10px;
	}
	
	div#verdicts-left ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
	div#verdicts-left ul li {
		font-size: 1.2em;
		padding: 5px;
		border-bottom: dotted 1px #CCCCCC;
	}
	
	div#verdicts-left ul li a {
		color: #77807F;
		text-decoration: underline;
	}	
	
	div#verdicts-left ul li a:hover {
		text-decoration: none;
	}
	
	div#verdicts-left ul .no-bg {
		border: none;
	}
	
	div#verdicts-left .arrow {
		background: url(../i/arrow.gif) no-repeat 190px 6px;
	}
	
	div#verdicts-right h2 a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 21px;
		font-weight: normal;
		color: #77807F;
		margin: 0px 0px 0px 5px;
		text-decoration: underline;
	}
	
	div#verdicts-right h2 a:hover {
		text-decoration: none;
	}

	div#verdicts-right h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
		color: #77807F;
		margin: 0px 0px 5px 0px;
		text-transform: uppercase;
	}
	
	div#verdicts-right a {
		color: #DB4105;
		text-decoration: underline;
	}	
	
	div#verdicts-right a:hover {
		text-decoration: none;
	}
	
	div#verdicts-right p {
		margin: 5px 0px 10px 5px;
	}
	
	div#verdicts-right div#verdicts-container {
		font-family: Arial, Helvetica, sans-serif;
		background: #EDEDED;
		padding: 10px;
		color: #808080;
	}
	
	div#verdicts-right .item {
		background: #FFFFFF;
		padding: 15px;
		margin: 0px 0px 5px 0px;
		font-size: 11px;
	}

	div#verdicts-right .info {
		color: #77807F;
		font-size: 1.2em;
		margin: 0px 0px 10px 0px;
	}

	div#verdicts-right .back {
		text-align: right;
		margin: 20px 0px 0px 0px;
		font-size: 1.1em;
	}