div.clear {
	clear: both;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	background: #000 url('../images/design/background.png') repeat-x top center fixed;
	color: #FFF;
	text-align:center;

}
#webpage {
	margin: 5px 10px;
	width:979px;
	margin:auto;
	text-align:left;
}

#logo {
	width: 320px;
	height: 120px;
	background: transparent url(../images/design/logo.png) no-repeat center center;
	float: left;
}

#logo a{
	display:block;
	width: 320px;
	height:120px;
}

#navbar {
	clear: both;
	width: 801px;
	height: 53px;
	background: transparent url(../images/design/navbar-bg.png) no-repeat top left;
	cursor: default;
}
	#main-menu {
		width: 100%;
		height: 25px;
		overflow: hidden;
		
	}
		#main-menu ul {
			padding: 0px 20px;
		}
		#main-menu ul li {
			display: inline;
			font-size: 12px;
			line-height: 25px;
		}
		#main-menu ul li a {
			color: #FFF;
			font-weight: bold;
			padding: 4px 12px 4px 12px;
		}
		#main-menu ul li a.current {
			background: #222;
			color: #C00;
		}
		#main-menu ul li a:hover {
			background: #222;
		}
	#search-bar {
		width: 100%;
		height: 30px;
		line-height: 28px;
		overflow: hidden;
	}
		#search-form {
			float: left;
			display: inline;
			margin: 0px 30px;
		}
			#search-form div {
				display: inline;
			}
			#search-bar-text {
				float: right;
				display: inline;
				margin: 0px 30px;
				color: #CCC;
				font-size: 12px;
			}
		#searchstring, #channelselect, #searchsubmit {
			color: #333;
			background: #999;
			border: 1px solid #CCC;
			font-size: 10px;
		}
#adv-top {
	float: right;
	line-height: 120px;
	display: inline;
	margin-right: 30px;
	
}
	#adv-top img {
			vertical-align: middle;
	}
#adv-side {
	text-align:center;
}
	#adv-side img {
		margin: 5px 0px;
	}
#content {
	width: 80%;
	margin: 30px 5px 5px 20px;
	display: inline;
	float: left;
}
#footer {
	padding: 10px;
	font-size: 11px;
	cursor: default;
	text-align: center;
	color: #666;
}
	#footer a {
		color: #FFF;
		padding: 4px;
	}
	#footer a.current {
		background: #FFF;
		color: #C00;
	}
	#footer a:hover {
		background: #FFF;
		color: #333;
	}
	#footer div {
		padding: 10px;
	}
	
	div.module {
		clear: both;
		margin-bottom: 20px;
		padding-bottom: 10px;
		background: transparent url(../images/module-bg.png) no-repeat top left;
	}
	div.module h2 {
		font-size: 20px;
		line-height: 25px;
		padding-left: 7px;
		background: transparent url(../images/heading-logo.png) no-repeat top left;
	}
	div.module p {
		font-size: 12px;
		line-height: 20px;
	}
	div.module p a {
		color: #C00;
	}
	div.module p a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	div.module span.videos-found {
		font-size: 11px;
	}
	div.module div.paging {
		float: right;
		display:block;
		width:100%;
		text-align:right;
		font-size: 10px;
		line-height: 20px;
	}
	div.module div.paging a {
		color: #999;
		font-weight: bold;
		text-transform: uppercase;
		padding: 5px;
	}
	div.module div.paging a.current {
		background: #FFF;
		color: #C00;
	}
	div.module div.paging a:hover {
		background: #FFF;
	}
	div.module-content {
		clear: both;
		padding-top: 10px;
	}
	div.providers, div.recs, div.tgps, table.channels {
		margin-top: 10px;
		margin-left: 25px;
		padding: 5px;
	}
	table.channels td {
		padding: 10px;
	}
	div.provider, div.rec {
		height: 15px;
		float: left;
		width: 140px;
		overflow: hidden;
		font-size: 12px;
		line-height: 16px;
		padding: 3px;
	}
	div.tgp, table tr td.channel-name {
		font-weight: bold;
		font-size: 10px;
		line-height: 16px;
		color: #C00;
		cursor: default;
	}
	div.tgp a, table tr td.channel-name a {
		color: #FFF;
		padding-left: 10px;
	}
	td.channel-name {
		padding-right: 10px;
	}
	td.channel-desc {
		font-size: 11px;
	}
	div.provider a, div.rec a {
		color: #FFF;
	}
	div.provider a:hover, div.rec a:hover, div.tgp a:hover, table tr td.channel-name a:hover {
		text-decoration: underline;
	}
	div.player {
		float: left;
		display: inline;
		margin-left: 10px;
		padding: 15px;
	}
	div.video-options {
		width: 180px;
		float: right;
		display: inline;
		margin-right: 50px;
	}
	div.rater, div.embeder, div.downloader, div.related {
		float: left;
		width: 100%;
		padding: 20px 10px 10px 20px;
		text-align:center;
	}
	div.rater h4, div.related h4 {
		font-weight: bold;
		text-align:center;
		line-height: 30px;
		color: #999;
	}
	div.rater p {
		font-size: 12px;
		padding: 10px 0px;
	}
	div.embeder input {
		width: 100%;
		font-size: 10px;
		margin: 5px 0px 10px 0px;
	}
	div.embeder h5 {
		text-align: left;
		font-size: 12px;
		font-weight: bold;
	}
	div.downloader a {
		font-weight: bold;
		font-size: 25px;
		color: #C00;
		line-height: 30px;
	}
	div.downloader a:hover {
		text-decoration: underline;
	}
	div.related {
		text-align: center;
		width: 100%;
	}
	div.related img {
		border: 1px solid #FFF;
		margin: 2px 1px;
	}
	div.video-info {
		clear: left;
		width: 70%;
		font-size: 12px;
	}
	div.video-info h3 {
		color: #DDD;
	}
	div.video-info table {
		width: 100%;
		margin-top: 30px;
	}
	div.video-info table td{
		padding: 5px;
		width: 70%;
	}
	div.video-info td.label {
		text-align: right;
		padding-right: 10px;
		width: 20%;
	}
	div.video-info input, div.video-info textarea {
		width: 80%;
		font-size: 12px;
		font-family: inherit;
		background: #888;
		opacity: .7;
		border: 1px solid #ddd;
		padding: 4px;
		color: #fff;
	}
	div.video-info div.info {
		display: inline;
		float: right;
		margin-right: 20px;
	}
	div.video-info div.info span {
		display: block;
		line-height: 15px;
	}
	div.tags {
		margin-top: 20px;
		clear: left;
		margin-bottom: 20px;
		text-align: center;
		cursor: default;
	}
		div.tags a {
			color: #fff;
		}
		div.tags a:hover {
			text-decoration: underline;
		}
	div.comments {
		margin-top: 40px;
		clear: left;
		margin-bottom: 40px;
	}
	div.comment {
		padding: 10px 15px;
	}
		div.comment span.user {
			font-size: 110%;
		}
		div.comment span.date {
			font-size: 80%;
		}
		div.comment span.content {
			display: block;
			padding: 10px;
			background: #222;
			margin-top: 10px;
		}
	div.share {
		text-align: center;
		cursor: default;
	}
		div.share img {
			margin: 5px 5px -5px 5px;
		}
		div.share a {
			font-size: 12px;
			font-weight: bold;
			padding: 0px 10px;
			color: #FFF;
		}
		div.share a:hover {
			color: #CCC;
		}
		span {
			font-size: 12px;
		}
	div.video-thumb {
		width: 160px; height:207px;	padding: 10px 15px;
		float: left;
		font-size: 11px
	}
	div.video-thumb img.thumb {
		border: 1px solid #FFF;
	}
	div.video-thumb img.rate {
		vertical-align: middle;
		border: none;
	}
	div.video-thumb table {
		width:100%;
	}
	div.video-thumb tr {
		line-height: 20px;
	}
	td {
		vertical-align: middle;
	}
	td.views, td.rate-percent {
		text-align: left;
	}
	td.duration, td.rate-image {
		text-align: right;
	}
	h3 {
		font-size: 14px;
		font-weight: bold;
		line-height: 15px;
		color: #C00;
		height: 32px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	h3 a {
		color: #C00;
	}
	h3 a:hover {
		text-decoration: underline;
	}
	p.information {
		text-indent: 20px;
		line-height: 12px;
	}
#footer {
clear: both;
}