html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #404040 url(img/bg.png) repeat-x center top;
	color: #cccccc;
	font-family: Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	border-width: 0;
	text-decoration: none;
}

a:link {
	color: White;
	text-decoration: none;
}

a:visited {
	color: White;
	text-decoration: none;
}

a:hover {
	color: White;
	text-decoration: underline;
}

a:active {
	color: White;
	text-decoration: none;
}

a.none {
	border-width: 0;
	text-decoration: none;
}

a.none:link {
	color: White;
	text-decoration: none;
}

a.none:visited {
	color: White;
	text-decoration: none;
}

a.none:hover {
	color: White;
	text-decoration: none;
}

a.none:active {
	color: White;
	text-decoration: none;
}

p {
	line-height: 20px;
	margin: 7px 0;
}

ul {
	line-height: 20px;
	margin: 7px 0 7px 40px;
	padding: 0;
}

img, .vam {
	border-width: 0;
	vertical-align: middle;
}

form {
	margin: 0;
}

input, select, textarea.page-font {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input[type="text"], input[type="password"], select, textarea {
	background-color: #cccccc;
	border: 1px solid Black;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset, 0 1px 0
		rgba(255, 255, 255, 0.4);
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: White;
	outline: none;
}

select:focus {
	outline: none;
}

input[type="button"], input[type="submit"] {
	cursor: pointer;
	font-weight: bold;
}

input[type="button"]:hover, input[type="submit"]:hover {
	color: #404040;
	font-weight: bold;
}

.bs, div.frame-title, div.frame, div.button {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

span.db {
	display: block;
}

div.page {
	background: #333333 url(img/haze.jpg) no-repeat center top;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 980px;
}

div.header {
	background-image: url(img/header-bg.png);
	height: 74px;
}

div.header a {
	background-image: url(img/cell.png);
	border-radius: 5px;
	padding: 2px 5px;
}

div.header-l {
	float: left;
	line-height: 60px;
	text-align: right;
	width: 166px;
}

div.header-r {
	float: right;
	line-height: 60px;
	width: 166px;
}

div.logo {
	background-image: url(img/logo.png);
	height: 74px;
	margin: 0 auto;
	width: 420px;
}

div.page-top {
	background-image: url(img/page-top.png);
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

div.title {
	background: Black url(img/title-bg.png) no-repeat bottom right;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-bottom: 14px;
	text-align: center;
}

div.title h1 {
	font-size: 32px;
	margin: 0;
}

div.tagline {
	font-size: 18px;
	font-style: italic;
}

div.page-body {
	min-height: 492px;
	padding: 10px;
}

div.frame-title {
	background-image: url(img/frame.png);
	color: White;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

div.frame {
	background-image: url(img/alpha.png);
	border: 1px solid Black;
}

div.light {
	background-color: #606060;
}

div.pad {
	padding: 0 10px;
}

div.pad4 {
	padding: 10px;
}

td.info-l {
	background-image: url(img/cell.png);
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	width: 50%;
}

td.info-r {
	background-image: url(img/cell.png);
	padding: 4px;
	width: 50%;
}

div.button {
	background: #cccccc url(img/button-bg.png);
	border: 1px solid #cccccc;
	border-radius: 2px;
	color: Black;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 6px;
	width: 280px;
}

div.button img {
	margin-right: 5px;
}

div.button a {
	border-width: 0;
	text-decoration: none;
}

div.button a:link {
	color: Black;
	text-decoration: underline;
}

div.button a:visited {
	color: Black;
	text-decoration: underline;
}

div.button a:hover {
	color: Black;
	text-decoration: underline;
}

div.button a:active {
	color: Black;
	text-decoration: underline;
}

div.price {
	background-color: #cccccc;
	float: right;
	font-size: 20px;
	padding: 0 10px;
}

iframe.video {
	display: block;
}

div.next, div.frame+div.frame-title {
	margin-top: 10px;
}

img.thumb {
	border: 1px solid Black;
}

img.thumb:hover {
	border: 1px solid #cccccc;
}

div.chan {
	background-color: #999999;
	border-radius: 2px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) inset;
	color: Black;
	font-size: 11px;
	margin: 10px 0;
	padding: 5px;
}

div.chan:hover {
	background-color: #cccccc;
}

div.chan-top {
	background-color: Black;
	border-bottom: 1px solid #404040;
}

div.chan-bottom {
	background-color: Black;
	border-top: 1px solid #404040;
	padding: 20px;
	text-align: center;
}

img.og {
	border: 1px solid #cccccc;
	float: right;
	margin: 10px 0 10px 10px;
}

div.frame h1 {
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	margin: 10px 0;
}

a.related {
	display: block;
}

a.related+a.related {
	margin-top: 10px;
}

span.related {
	height: 40px;
	overflow: hidden;
}

span.related:hover {
	background-color: #404040;
}

span.related img {
	float: left;
	margin-right: 10px;
}

span.related-tagline {
	color: #cccccc;
	font-size: 11px;
}

div.footer {
	background-color: Black;
	padding: 20px;
	text-align: center;
}