
#details {
	margin: 20px auto;
	width: 800px;
	background: #F6F1EE;
}

#details #title {
	padding: 7px 15px;
	background: #D2B9A6;
	font-weight: bold;
}
#details #main {
	padding: 0 20px;
}
#details table {
	width: 100%;
	font-size: small;
}
#details pre {
	background: white;
	border: 1px solid #D2B9A6;
	font-family: "Courier New",Courier,monospace;
	padding: 10px;
	margin: 10px 0;
	white-space: pre-wrap;
}

.torrent {
	color: #008E00;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img/dl.png) no-repeat;
	padding-left: 13px;
}

