@import url('/plugins/news/css/news_home.css');

.show {
	
}

#center .show div.main-content img {
	margin: 1em 1em 0.5em 1em;
}

.show div.items {
	
}
	.show div.items div.left {
		clear: both;
		float: left;
		width: 160px;
	}
		.show div.items div.left a img {
			float: left;
		}
	.show div.items div.right {
		margin-left: 160px;
	}
		.show div.items div.right h3 {
			margin-bottom: 0.5em;
		}
			.show div.items div.right h3 a {
				color: #960000;
				font-size: 1.4em;
				text-decoration: underline;
			}
			.show div.items div.right h3 a:hover {
				text-decoration: none;
			}

.show ul.contents {
	list-style-type: none;
	background: url('/plugins/show/dsg/content-separator.gif') repeat-x top left;
	margin: 0;
	float: left;
}
	.show ul.contents li {
		margin: 0;
		float: left;
	}
		.show ul.contents li.first a {
			margin-left: 0;
		}
		.show ul.contents li a {
			float: left;
			height: 24px; /*31*/
			padding: 7px 1em 0 1em;
			color: #fff;
			margin-left: 1px;
			background: url('../dsg/content.gif') repeat-x top left;
			white-space: nowrap;
		}
		.show ul.contents li a:hover {
			background-image: url('../dsg/content-selected.gif');
			text-decoration: none;
		}
		.show ul.contents li a.active {
			background-image: url('../dsg/content-selected.gif');
			font-weight: bold;
		}