/* CSS: (c) 2006 HVTM http://hvtm.hu All rights reserved */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #0a1836;
}
input, textarea, select {
	margin: 2px 0;
	padding: 2px;
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
*input.file {
	border: 1px solid;
	border-color: #444 #bbb #bbb #444;
	background-color: #fff;
}
input.editbox, input.combobox, input.checkbox, textarea, select {
	border: 1px solid;
	border-color: #444 #bbb #bbb #444;
	background-color: #fff;
}
input.checkbox {
	padding: 0;
}
input.button {
	border: 1px solid;
	padding: 2px 6px;
	border-color: #bbb #444 #444 #bbb;
}
*input.button {
	border: 1px solid;
	padding: 0 2px;
	border-color: #bbb #444 #444 #bbb;
}

#header {
	width: 100%;
	height: 157px;
}
#tc_header {
	width: 100%;
	height: 67px;
	background-image: url('../img/layout/tc_lane.jpg');
}
#head {
	margin: 0;
}
#hvtm_header {
	width: 100%;
	height: 90px;
	background-image: url('../img/layout/hvtm_lane.jpg');
	background-repeat: repeat-x;
}
#hvtm_logo {
	padding: 8px 0 0 6px;
	width: 188px;
	height: 48px;
	float: left;
}
#hvtm_logo img {
	border: 0;
}
#hvtm_lang {
	padding: 3px 0 0 904px;
}
#hvtm_lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#hvtm_lang ul li {
	width: 40px;
	height: 24px;
	margin: 0 2px 0 0;
	padding: 6px 0 0 0px;
	font-size: 16px;
	font-weight: bold;
	background-repeat: none;
	text-align: center;
}
#hvtm_lang ul li.one {
	background-image: url('../img/layout/lang_bg_1.jpg');
}
#hvtm_lang ul li.two {
	background-image: url('../img/layout/lang_bg_2.jpg');
}
#hvtm_lang ul li a, #hvtm_lang ul li a.active:hover {
	text-decoration: none;
	color: #fafffa;
}
#hvtm_lang ul li a:hover, #hvtm_lang a.active{
	color:  #0a1836;
}
#slogan {
	width: 730px;
	padding: 5px 0 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #eaefea;
	white-space: nowrap;
}
#slogan.command {
	clear: both;
	padding-top: 12px;
}
#hvtm_search {
	position: absolute;
	top: 131px;
	left: 750px;
	overflow: hidden;
}
#hvtm_search input {
    margin-left: 11px;
}
#hvtm_search #searchtext {
    border: 1px solid #5f5f60;
    margin-left: 0;
    width: 127px;
}

#hvtm_main {
	width: 100%;
	padding: 10px 0 10px 0;
	background-image: url('../img/layout/grad_lane.jpg');
	background-repeat: repeat-x;
	background-color: #eee;
/*	background-color: #000;*/
}
#hvtm_menu {
	position: relative;
	left: 162px;
	width: 614px;
	height: 42px;
	background-image: url('../img/layout/menu_lane.jpg');
	background-repeat: repeat-x;
}
#hvtm_menu_left {
	float: left;
	width: 2px;
	height: 42px;
	background-image: url('../img/layout/menu_left.jpg');
}
#hvtm_menu_center {
	float: left;
	width: 610px;
	height: 42px;
}
#hvtm_menu_right {
	float: left;
	width: 2px;
	height: 42px;
	background-image: url('../img/layout/menu_right.jpg');
}
#hvtm_menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
#hvtm_menu ul li {
	width: 100px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #f0fff8;
	text-align: center;
	white-space: nowrap;
}
#hvtm_menu ul li a, #hvtm_footer p a {
	font-weight: bold;
	text-decoration: none;
	color: #babfba;
}
#hvtm_menu ul li a:hover, #hvtm_footer p a:hover {
	color:  #fafffa;
}
#hvtm_menu ul li a.active {
	color:  #fafffa;
}
#hvtm_menu ul li a.active:hover {
	color: #babfba;
}
#hvtm_menu ul li.one {
	float: left;
	clear: right;
	margin-top: 4px;
}
#hvtm_menu ul li.two {
	float: left;
	margin-top: 1px;
}

#hvtm_content {
	position: relative;
	left: 162px;
	width: 532px;
	min-height: 672px;
	margin-left: 1px;
	padding: 20px 39px 20px 39px;
	border-width: 0 1px 1px 1px;
	border-color: #789abc;
	border-style: solid;
	background-color: #fff;
}
* html #hvtm_content {
	height: 672px;
}
#hvtm_content.command {
	min-height: 300px;
	border-top-width: 1px;
}
* html #hvtm_content.command {
	height: 300px;
}

#hvtm_content a, .hvtm_box .commanddata a {
	color: #22abb0;
	text-decoration: none;
}
#hvtm_content a:hover, .hvtm_box .commanddata a:hover {
	color: #0a1836;
	text-decoration: underline;
}

#hvtm_content img {
	border: 0;
}

#hvtm_footer {
	width: 100%;
	height: 80px;
	background-image: url('../img/layout/bottom_lane.jpg');
}
#hvtm_footer p {
	width: 160px;
	margin: 0;
	padding: 8px 0 10px 0;
	font-size: 9px;
	font-weight: bold;
	color: #f0fff8;
	text-align: center;
	line-height: 175%;
}

#hvtm_commandbox {
	position: absolute;
	top: 417px;
	left: 0;
	width: 165px;
}
#hvtm_infobox {
	position: absolute;
	top: 417px;
	left: 773px;
	width: 165px;
}

.hvtm_box .commandsep {
	display: block;
	height: 22px;
	margin-top: 20px;
	background-image: url('../img/layout/comsep.jpg');
}
.hvtm_box .commandsep p {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #f0fff8;
	text-align: center;
}
.hvtm_box .commandsep p.dropdown {
	margin: 0 8px;
	background: transparent url('../img/layout/icon_down.gif') no-repeat right bottom; 
}

.hvtm_box .commandsep p a {
	text-decoration: none;
	color: #f0fff8;
}
.hvtm_box .commandsep p a:hover {
	color: #babfba;
}

.hvtm_box .commanddata {
	display: block;
	margin: 0 1px 10px 1px;
	padding: 5px 0 5px 0;
	border-right: 1px solid #789abc;
	border-left: 1px solid #789abc;
	border-bottom: 1px solid #789abc;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.hvtm_box .commanddata label {
	position: relative;
	top: -7px;
}

.hvtm_box  .gold, .hvtm_box  .silver, .hvtm_box .green, .hvtm_box .red, .hvtm_box .orange {
	padding-left: 4px;
	padding-right: 4px;
}
.hvtm_box .gold {
	background-color: #fade1c;
}
.hvtm_box .silver {
	background-color: #8ba5b7;
}
.hvtm_box .green {
	background-color: #22abb0;
}
.hvtm_box .red {
	background-color: #c0555e;
}
.hvtm_box .orange {
	background-color: #e86f26;
}
.hvtm_box img {
	padding: 0 2px 0 2px;
	border: 0;
}

.hvtm_box  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hvtm_box   ul li {
	padding: 1px 0 1px 0;
}


#hvtm_top_ad {
	position: absolute;
	top: 70px;
	left: 235px;
	width: 468px;
	height: 60px;
/*	display: none;
	background-color: #89abcd;*/
}
#hvtm_left_ad {
	position: absolute;
	top: 167px;
	left: 20px;
	width: 120px;
	height: 240px;
/*	display: none;
	background-color: #89abcd;*/
}
#hvtm_right_ad {
	position: absolute;
	top: 167px;
	left: 798px;
	width: 120px;
	height: 240px;
/*	display: none;
	background-color: #89abcd;*/
}
#hvtm_bottom_links {
	float: left;
}
#hvtm_bottom_ad {
display: none;
	position: relative;
	top: 10px;
	left: 235px;
	width: 468px;
	height: 60px;
	background-color: #89abcd;
}

#hvtm_content .smaller {
	font-size: 10px;
}

#hvtm_content p {
	margin:	0;
	padding: 2px 6px 2px 6px;
	font-size: 12px;
	text-align: justify;
	line-height: 125%;
}
#hvtm_content p.slogan {
	margin: 0 60px 0 60px;
	font-weight: bold;
	text-align: center;
}
#hvtm_content p.faq {
	padding: 2px 6px 2px 40px;
}
#hvtm_content p.thx {
	margin: 0 60px 0 60px;
	font-size: 11px;
	text-align: center;
}
#hvtm_content p.exclusion {
	border-bottom: 1px solid #fade1c;
	font-size: 9px;
	text-align: center;
}

#hvtm_content .cloud {
	white-space: nowrap;
}

#hvtm_content .f8 {	font-size: 8px;	}
#hvtm_content .f9 {	font-size: 9px;	}
#hvtm_content .f10 {	font-size: 10px;	}
#hvtm_content .f11 {	font-size: 11px;	}
#hvtm_content .f12 {	font-size: 12px;	}
#hvtm_content .f13 {	font-size: 13px;	}
#hvtm_content .f14 {	font-size: 14px;	}
#hvtm_content .f15 {	font-size: 15px;	}
#hvtm_content .f16 {	font-size: 16px;	}
#hvtm_content .f17 {	font-size: 17px;	}
#hvtm_content .f18 {	font-size: 18px;	}
#hvtm_content .f19 {	font-size: 19px;	}
#hvtm_content .f20 {	font-size: 20px;	}
#hvtm_content .f21 {	font-size: 21px;	}
#hvtm_content .f22 {	font-size: 22px;	}
#hvtm_content .f23 {	font-size: 23px;	}
#hvtm_content .f24 {	font-size: 24px;	}
#hvtm_content .f24 {	font-size: 24px;	}
#hvtm_content .f25 {	font-size: 25px;	}
#hvtm_content .f26 {	font-size: 26px;	}
#hvtm_content .f27 {	font-size: 27px;	}
#hvtm_content .f28 {	font-size: 28px;	}
#hvtm_content .f29 {	font-size: 29px;	}
                            
#hvtm_content ol {
	margin: 0 0 0 40px;
	padding: 2px;
}
#hvtm_content ol li {
	padding: 2px 6px 2px 6px;
	font-size: 11px;
}
#hvtm_content ol.rules li {
	font-weight: bold;
}
#hvtm_content ol.rules li ol li {
	font-weight: normal;
	text-align: justify;
}

#hvtm_content ul {
	list-style: square outside;
	margin: 0 0 0 20px;
	padding: 2px;
}
#hvtm_content ul li {
	padding: 2px 6px 2px 6px;
	font-size: 12px;
}
#hvtm_content ul.rules li {
	font-size: 11px;
}

#hvtm_content ul.faq {
	list-style: none;
	margin: 0 0 0 80px;
	padding: 0;
}
#hvtm_content ul.faq li {
	padding: 2px 6px 6px 0;
	text-indent: -40px;
	text-align: justify;
}

#hvtm_content h1, #hvtm_content h2, #hvtm_content h3, #hvtm_content h4, #hvtm_content h5, #hvtm_content h6 {
	width: 532px;
}
#hvtm_content h1 {
	margin: 10px 0 20px 0;
	border-bottom: 2px solid #fade1c;
	font-size: 17px;
	font-weight: bold;
	text-align:	center;
}
#hvtm_content h1.simple {
	border: 0;
}
#hvtm_content h1 .small {
	font-size: 13px;
}
#hvtm_content h2 {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #fade1c;
	font-size: 15px;
	font-weight: bold;
	text-align:	center;
}
#hvtm_content h3 {
	margin: 0 0 20px 0;
	font-size: 13px;
	font-weight: bold;
	text-align:	center;
}
#hvtm_content h4 {
	margin: 0;
	border-bottom: 2px solid #fade1c;
	font-size: 13px;
	font-weight: bold;
	text-align:	center;
}
#hvtm_content h5 {
	margin-bottom: 10px;
	border-bottom: 1px solid #fade1c;
	font-size: 13px;
	font-weight: bold;
	text-align:	center;
}

#hvtm_content h6 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align:	center;
}

#hvtm_content table {
	border-collapse: collapse;
}
#hvtm_content table th {
	border-bottom: 1px solid #fade1c;
	font-size: 11px;
	font-weight: bold;
	text-align:	center;
}
#hvtm_content table th.l {
	text-align:	left;
}
#hvtm_content table th.r {
	text-align:	right;
}
#hvtm_content table th.c {
	text-align:	center;
}
#hvtm_content table td {
	font-size: 11px;
	padding: 1px 6px 1px 10px
}
#hvtm_content table td.s {
	font-size: 9px;
}
#hvtm_content table td.b {
	font-weight: bold;
}
#hvtm_content table td.c {
	text-align:	center;
}
#hvtm_content table td.xl {
	font-size: 18px;
}

#hvtm_content table td.cb {
	font-weight: bold;
	text-align:	center;
}
#hvtm_content table td.rb {
	padding-right: 10px;
	font-weight: bold;
	text-align:	right;
}
#hvtm_content table td.cbs {
	font-size: 9px;
	font-weight: bold;
	text-align:	center;
}
#hvtm_content table td.cs {
	font-size: 9px;
	text-align:	center;
}
#hvtm_content table td.footer {
	border-top: 1px solid #fade1c;
}
#hvtm_content table td.spacer {
	height: 10px;
}
#hvtm_content table td.doublespacer {
	height: 20px;
}

#hvtm_content .level {
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
}

#hvtm_content .navi {
	display: block;
	background-image: url('../img/layout/navi.jpg');
	background-repeat: no-repeat;
	border: 0;
	font-size: 1px;	/* for IE6 */
}
#hvtm_content .navi_block  {
	display: block;
	margin: 0 0 30px 0;
	padding-left: 215px;
}
#hvtm_content .navi_arrow {
	width: 20px;
	height: 20px;
	margin: 0 5px 0 5px;
	float: left;
}
#hvtm_content .navi_prev {
	background-position: 0 0;
}
#hvtm_content .navi_back {
	background-position: -20px 0;
}
#hvtm_content .navi_next {
	background-position: -40px 0;
}
#hvtm_content .navi_empty {
	background: none;
}
#hvtm_content .navi_more {
	float: right;
	width: 36px;
	height: 12px;
	margin: 2px 6px 2px 2px;
	background-position: 0 -20px;
}
#hvtm_content .navi_order {
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 2px;
}
#hvtm_content .navi_up {
	background-position: 0 -44px;
}
#hvtm_content .navi_pu {
	background-position: -12px -44px;
}
#hvtm_content .navi_down {
	background-position: -24px -44px;
}
#hvtm_content .navi_nwod {
	background-position: -36px -44px;
}

#hvtm_content .navi_small {
	width: 12px;
	height: 12px;
}
#hvtm_content .navi_wide {
	width: 18px;
	height: 12px;
}
#hvtm_content .navi_fst {
	margin-left: 6px;
	background-position: -36px -20px;
}
#hvtm_content .navi_fpr {
	background-position: 0 -32px;
}
#hvtm_content .navi_prv {
	margin-right: 6px;
	background-position: -36px -32px;
}
#hvtm_content .navi_nxt {
	margin-left: 6px;
	background-position: -48px -32px;
}
#hvtm_content .navi_ffw {
	background-position: -18px -32px;
}
#hvtm_content .navi_lst {
	margin-right: 6px;
	background-position: -48px -20px;
}


#hvtm_content .title p {
	padding: 0 0 0 6px;
	font-size: 11px;
	font-weight: bold;
}
#hvtm_content .fulltitle p {
	padding: 0 0 0 6px;
	font-size: 11px;
	font-weight: bold;
}
#hvtm_content .info p {
	padding: 0 6px 0 0;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}
#hvtm_content .left p {
	padding: 1px 6px 1px 6px;
	font-size: 9px;
	font-weight: bold;
}
#hvtm_content .right p {
	padding: 1px 6px 0 0;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}

#hvtm_content .unit {
	display: block;
	width: 532px;
	margin: 0 0 30px 0;
}

#hvtm_content .underline {
	display: block;
	border-top: 1px solid #fade1c;
	width: 532px;
}

#hvtm_content .prize img {
	padding: 0 38px 0 38px;
}

#hvtm_content .overart {
	display: block;
	width: 532px;
	height: 14px;
	border-bottom: 1px solid #fade1c;
}

#hvtm_content .new .overart {
	border-bottom: 1px solid #c0555c;
}

#hvtm_content .overart .title {
	display: block;
	float: left;
	width: 400px;
	height: 14px;
}
#hvtm_content .overart .fulltitle {
	display: block;
	float: left;
	width: 512px;
	height: 14px;
}
#hvtm_content  .overart .keyword {
	background-color: #fade1c;
}

#hvtm_content .overart .info {
	position: relative;
	top: 2px;
	display: block;
	float: left;
	width: 132px;
	height: 12px;
}

#hvtm_content .breaking_news {
	padding: 1px 5px 2px 5px;
	background-color: #c0555e;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

#hvtm_content .full {
	display: block;
	width: 532px;
}

#hvtm_content .indent {
	display: block;
	float: left;
	width: 80px;
	min-height: 80px;
}
* html #hvtm_content .indent {
	height: 80px;
}
#hvtm_content .indent p {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
#hvtm_content .indent img {
	margin: 8px;
	border: 0;
	width: 64px;
	height: 64px;
}

#hvtm_content .article {
	display: block;
	float: left;
	width: 452px;
	overflow: hidden;
}

#hvtm_content .underart {
	display: block;
	border-top: 1px solid #fade1c;
	width: 452px;
}
#hvtm_content .new .underart {
	border-top: 1px solid #c0555c;
}
#hvtm_content .underart .left {
	float: left;
	width: 150px;
	height: 16px;
}
#hvtm_content .underart .left p {
	padding: 4px 2px 2px 6px;
}
#hvtm_content .underart .right {
	display: block;
	float: left;
	width: 300px;
}
#hvtm_content .underart .right img {
	float: right;
	margin: 2px 6px 2px 2px;
	border: 0;
}
#hvtm_content .underart .right p {
	padding: 4px 6px 0 2px;
}
#hvtm_content .underart ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 6px 2px 6px;
}
#hvtm_content .underart ul li {
	display: inline;
	float: left;
	padding: 0 1px 0 1px;
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
}

#hvtm_content .trophy {
	display: block;
	border-bottom: 1px solid #fade1c;
	width: 450px;
}
#hvtm_content .trophy  p {
	padding: 6px 1px 0 6px;
	font-size: 11px;
}
#hvtm_content .trophy ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 2px 6px 2px 6px;
}
#hvtm_content .trophy  ul li {
	padding: 0 1px 0 1px;
	font-size: 11px;
}
#hvtm_content .trophy ul li .date {
	padding: 0 1px 0 1px;
	font-size: 9px;
}

/* thumbnails */
#hvtm_content .tnlcontainer {
	float: left;
	margin: 0 0 20px 0;
}
#hvtm_content .low {
	margin: 0;
}

#hvtm_content .overtnl {
	display: block;
	height: 16px;
	width: 177px;
}
#hvtm_content .overtnl p {
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#hvtm_content .new .overtnl {
	color: #c0555e;
}
#hvtm_content .old .overtnl {
	color: #8ba5b7;
}
#hvtm_content .next .overtnl {
	color: #22afff;
}
#hvtm_content .ownfav .overtnl {
	color: #e86f26;
}
#hvtm_content .allfav .overtnl {
	color: #331684;
}
#hvtm_content .tunerlatest .overtnl {
	color: #c01a27;
}

#hvtm_content .tnl {
	width: 128px;
	height: 96px;
	padding: 2px 10px;
	margin: 0 13px 0 14px;
	border-top: 2px solid #22abb0;
	border-right: 0;
	border-bottom: 2px solid #22abb0;
	border-left: 0;
}
#hvtm_content .xl .tnl {
	background-image: url('../img/layout/xl_bg_tnl.jpg');
}
#hvtm_content .new .tnl {
	border-color: #c0555e;
}
#hvtm_content .old .tnl {
	border-color: #8ba5b7;
}
#hvtm_content .next .tnl {
	border-color: #22afff;
}
#hvtm_content .gold .tnl {
	border-color: #fade1c;
}               
#hvtm_content .silver .tnl {
	border-color: #8ba5b7;
}               
#hvtm_content .bronze .tnl {
	border-color: #c0555e;
}
#hvtm_content .ownfav .tnl {
	border-color: #e86f26;
}
#hvtm_content .allfav .tnl {
	border-color: #331684;
}
#hvtm_content .tunerlatest .tnl {
	border-color: #c01a27;
}


#hvtm_content .undertnl {
	height: 16px;
	width: 177px;
	color: #22abb0;
}
#hvtm_content .undertnl p {
	padding: 1px 0 1px 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#hvtm_content .undertnl p.postimage {
	padding: 12px 0 1px 0;
	font-size: 13px;
}
#hvtm_content .new .undertnl {
	color: #c0555e;
}
#hvtm_content .old .undertnl {
	color: #8ba5b7;
}
#hvtm_content .next .undertnl {
	color: #22afff;
}
#hvtm_content .ownfav .undertnl {
	color: #e86f26;
}
#hvtm_content .allfav .undertnl {
	color: #331684;
}
#hvtm_content .tunerlatest .undertnl {
	color: #c01a27;
}

#hvtm_content .undertnl p.medium {
	color: #0a1836;
	font-size: 12px;
}
#hvtm_content .undertnl p.small {
	color: #0a1836;
	font-size: 9px;
}
#hvtm_content .undertnl .smallinfo {
	font-size: 9px;
}
#hvtm_content .undertnl .novote {
	color: #8ba5b7;
}
#hvtm_content .half_column .pdficon {
	margin: 0 64px;
	width: 48px;
}
/* 1:2 columns */              
#hvtm_content .narrow_column {
	float: left;
	width: 178px;
}
#hvtm_content .wide_column {
	float: left;
	width: 354px; 
}
#hvtm_content .wide_column p {
	overflow: hidden;
}

#hvtm_content .overwide {
	display: block;
	width: 354px;
	height: 16px;
	border-bottom: 1px solid #fade1c;
}
#hvtm_content .new .overwide {
	border-bottom: 1px solid #c0555c;
}
#hvtm_content .old .overwide {
	border-bottom: 1px solid #8ba5b7;
}
#hvtm_content .overwide .title {
	display: block;
	float: left;
	width: 242px;
	height: 16px;
}
#hvtm_content .overwide .info {
	position: relative;
	top: 2px;
	display: block;
	float: left;
	width: 112px;
	height: 14px;
}
#hvtm_content .underwide {
	display: block;
	width: 354px;
	min-height: 14px;
	border-top: 1px solid #fade1c;
}
#hvtm_content .new .underwide {
	border-top: 1px solid #c0555c;
}
#hvtm_content .old .underwide {
	border-top: 1px solid #8ba5b7;
}
#hvtm_content .underwide .left {
	display: block;
	float: left;
	width: 180px;
	height: 14px;
}
#hvtm_content .underwide .right {
	display: block;
	float: left;
	width: 174px;
	height: 12px;
}
#hvtm_content .underwide .right p.now, #hvtm_content .underart .right p.now {
	padding-top: 0;
	font-size: 11px;
}
#hvtm_content .underwide .right p.submit_dl, #hvtm_content .underart .right p.submit_dl {
	padding-top: 0;
	font-size: 11px;
	font-weight: bold;
	color: #c0555e;
}
#hvtm_content .underwide .right p.vote_dl, #hvtm_content .underart .right p.vote_dl {
	padding-top: 0;
	font-size: 11px;
	font-weight: bold;
	color: #22afff;
}
#hvtm_content .underwide .right img {
	float: right;
	margin: 2px 6px 2px 2px;
	border: 0;
}

/* challenge winners */
#hvtm_content .winners  {
	margin: 20px 0 0 0;
}
#hvtm_content .winners ol {
	margin: 0;
	padding: 0;
}
#hvtm_content .winners ol li {
	list-style-position: inside;
	margin: 10px 26px 10px 24px;
	padding: 1px 0 1px 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	border-color: #22abb0;
}
#hvtm_content .winners ol li.gold {
	border-color: #fade1c;
}
#hvtm_content .winners ol li.silver {
	border-color: #8ba5b7;
}
#hvtm_content .winners ol li.bronze {
	border-color: #c0555e;
}

/* carpage */
#hvtm_content .car img {
	width: 512px;
	height: 384px;
	padding: 2px 10px 2px 10px;
	border-top: 2px solid #22abb0;   
	border-bottom: 2px solid #22abb0;
	border-left: 0;
	border-right: 0;
}
#hvtm_content .new .car img {
	border-left: 0;
	border-right: 0;
	border-color: #c0555e;
}               
#hvtm_content .old .car img {
	border-left: 0;
	border-right: 0;
	border-color: #8ba5b7;
}               
#hvtm_content .workshop .car img {
	border-left: 0;
	border-right: 0;
	border-color: #fade1c;
}               
#hvtm_content .xl .car img {
	background-image: url('../img/layout/xl_bg_car.jpg');
}

#hvtm_content .car p {
	padding: 2px 10px 2px 10px;
}

#hvtm_content .overcar {
	height: 18px;
	color: #22abb0;
}
#hvtm_content .overcar p {
	padding: 2px 0 2px 0;
	font-size: 13px;
	font-weight: bold;
	text-align:	center;
}
#hvtm_content .new .overcar p {
	color: #c0555c;
}
#hvtm_content .old .overcar p {
	color: #8ba5b7;
}
#hvtm_content .workshop .overcar p {
	color: #0a1836;
}
#hvtm_content .undercar {
	display: block;
	width: 512px;
	height: 16px;
	padding: 0 10px 0 10px;
	border-top: 2px solid #22abb0;
}
#hvtm_content .tall {
	height: 20px;
}

#hvtm_content .new .undercar {
	border-top: 2px solid #c0555c;
}
#hvtm_content .old .undercar {
	border-top: 2px solid #8ba5b7;
}

#hvtm_content .undercar .left {
	display: block;
	float: left;
	width: 256px;
	height: 16px;
}
#hvtm_content .undercar .left p {
	padding: 1px 0 1px 0;
	font-size: 9px;
	font-weight: bold;
}
#hvtm_content .undercar .right {
	display: block;
	float: left;
	width: 256px;
	height: 16px;
}
#hvtm_content .undercar .right p {
	padding: 1px 0 1px 0;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}

/* duel */
#hvtm_content .duelbox {
	display: block;
	float: left;
	margin-top: 16px;
}
#hvtm_content .leftbox {
	width: 64px;
	margin: 0 0 0 14px;
	padding: 2px 0 2px 10px;
	border-top: 2px solid #f00;
	border-bottom: 2px solid #00f;
}
#hvtm_content .rightbox {
	width: 64px;
	margin: 0 13px 0 0;
	padding: 2px 10px 2px 0;
	border-top: 2px solid #f00;
	border-bottom: 2px solid #00f;
}
#hvtm_content .leftnum {
	width: 64px;
	padding: 2px 0 2px 10px;
	margin: 0 0 0 14px;
}
#hvtm_content .rightnum {
	width: 64px;
	padding: 2px 10px 2px 0;
	margin: 0 13px 0 0;
}
#hvtm_content .dueldatabox {
	width: 64px;
	height: 96px;
	font-family: Verdana;
	font-size: 8px;
	text-align: center;
}
#hvtm_content .dueldata {
	float: left;
	width: 20px;
	height: 96px;
}
#hvtm_content .duelbar {
	float: left;
	width: 24px;
	height: 96px;
	background-image: url("../img/layout/duelbar.jpg");
}
#hvtm_content .duelnum {
	width: 64px;
	height: 16px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
/*	challenge news */
#hvtm_content .chnews {
	display: block;
	float: left;
	width: 266px;
}

#hvtm_content .chnews table {
	border-collapse: collapse;
	width: 256px;
}
#hvtm_content .chnews table th {
	border-bottom: 2px solid;
	padding: 1px 10px 1px 86px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
#hvtm_content .chnews table td.empty {
	height: 10px;
	border-top: 2px solid;
}
#hvtm_content .chnews table td.mid {
	border-bottom: 1px solid;
}
#hvtm_content .chnews table th.current, #hvtm_content .chnews table td.current {
	border-color: #c0555c;
}
#hvtm_content .chnews table th.next, #hvtm_content .chnews table td.next {
	border-color:  #22abb0;
}
#hvtm_content .chnews table th.vote, #hvtm_content .chnews table td.vote {
	border-color: #22afff;
}
#hvtm_content .chnews table th.result, #hvtm_content .chnews table td.result {
	border-color: #fade1c;
}
#hvtm_content .chnews table td {
	width: 192px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 1px 10px 2px 2px;
}
#hvtm_content .chnews table td.chicon {
	width: 64px;
	padding: 2px 10px 2px 10px;
}
#hvtm_content .chnews table td.chicon a {
	display: block;
	width: 64px;
	height: 64px;
}

#hvtm_content .chnews table td .current {
	color: #c0555c;
}
#hvtm_content .chnews table td .next {
	color:  #22abb0;
}
#hvtm_content .chnews table td .vote {
	color: #22afff;
}
#hvtm_content .chnews table td .nocolor {
	color: #0a1836;
}
#hvtm_content .chnews table td.right {
	text-align: right;
}

#hvtm_content p.fresh_topic_header {
	margin: 0 0 0 10px;
	padding: 0 0 1px 10px;
	border-bottom: 2px solid #fade1c;
	font-size: 12px;
	font-weight: bold;
}

/*	challenge news - deprecated */
#hvtm_content .challenge_news table {
	border-collapse: collapse;
	margin: 0 16px 0 14px;
}
#hvtm_content .challenge_news table th {
	border-bottom: 2px solid;
	padding: 1px 10px 1px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
#hvtm_content .challenge_news table th .left {
	padding: 1px 10px 1px 30px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
#hvtm_content .challenge_news table th.current {
	border-color: #c0555c;
}
#hvtm_content .challenge_news table th.next {
	border-color:  #22abb0;
}
#hvtm_content .challenge_news table th.voting {
	border-color: #22afff;
}
#hvtm_content .challenge_news table th.latest {
	border-color: #fade1c;
}

#hvtm_content .challenge_news table td {
	height: 20px;
	padding: 1px 20px 1px 20px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
}
#hvtm_content .challenge_news table td.left {
	padding: 1px 10px 1px 30px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
#hvtm_content .challenge_news table td .current {
	color: #c0555c;
}
#hvtm_content .challenge_news table td .next {
	color:  #22abb0;
}
#hvtm_content .challenge_news table td .voting {
	color: #22afff;
}
#hvtm_content .challenge_news table td .nocolor {
	color: #0a1836;
}
#hvtm_content .challenge_news table td.empty {
	height: 10px;
}
/*	challenge news - deprecated */

/*	challenge voting */
#hvtm_content .chdata {
	width: 128px;
	padding: 2px 10px 2px 10px;
	margin: 0 13px 0 14px;
	border: 0;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}
#hvtm_content .chvote_commands {
	margin: 10px;
	text-align: center;
}


/*	two columns */
#hvtm_content .two_col_header {
	display: block;
	width: 532px;
	height: 16px;
	border-bottom: 2px solid #fade1c;
}
#hvtm_content .two_col {
	display: block;
	width: 532px;
	border-bottom: 1px solid #fade1c;
}
#hvtm_content .half_column {
	display: block;
	float: left;
	width: 266px;
}
#hvtm_content .half_column p.lesson {
	margin: 10px 0 10px 0;
	border-top: 1px solid #fade1c;
	border-bottom: 1px solid #fade1c;
}

#hvtm_content .two_col_header .half_column p {
	font-size: 11px;
	font-weight: bold;
}
#hvtm_content .two_col .half_column p {
	padding: 2px 16px 2px 16px;
}
#hvtm_content .half_column ul {
	padding: 2px 16px 2px 16px;
	paddig: 0;
	margin: 0;
	list-style-type: none;
}
#hvtm_content .half_column ul li {
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
#hvtm_content .half_column .oversep {
	width: 232px;
	margin: 0 17px 0 17px;
	border-bottom: 1px solid #fade1c;
}
#hvtm_content .half_column .undersep {
	width: 232px;
	margin: 0 17px 0 17px;
}
#hvtm_content .half_column p.before {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #8ba5b7;
}
#hvtm_content .half_column p.after {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #22afff;
	text-align: right;
}
#hvtm_content .half_column p.bad {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #22afff;
}
#hvtm_content .half_column p.good {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #c0555c;
	text-align: right;
}
#hvtm_content .half_column img.one {
	margin: 10px 33px 10px 33px;
	border: 0;
}
#hvtm_content .half_column img.two {
	float: left;
	margin: 10px 26px 10px 26px;
	border: 0;
}

#hvtm_content .half_column table {
	border-collapse: collapse;
}
#hvtm_content .half_column table.right {
	margin: 0 0 0 10px;
}
#hvtm_content .half_column table.left {
	margin: 0 10px 0 0;
}
#hvtm_content .half_column table th {
	border-bottom: 1px solid #fade1c;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#hvtm_content .half_column table th.r {
	text-align:	right;
}
#hvtm_content .half_column table th.letter {
	padding: 20px 0 2px 10px;
	font-size: 13px;
	font-weight: bold;
}

#hvtm_content .half_column table td {
	font-size: 11px;
}
#hvtm_content .half_column table td.make {
	border-bottom: 1px solid #fade1c;
	padding: 10px 6px 1px 10px;
	font-weight: bold;
}
#hvtm_content .half_column table td.makeimage {
	border-bottom: 1px solid #fade1c;
	padding: 10px 0 1px 10px;
	text-align:	right;
}
#hvtm_content .half_column table td.vt {
	padding: 1px 0 1px 10px;
}
#hvtm_content .half_column table td.date {
	padding: 1px 0 1px 0;
	font-size: 9px;
	font-weight: bold;
	text-align:	right;
}
#hvtm_content .half_column table td.date .topicdate {
	font-weight: normal;
}
#hvtm_content .half_column table td.challenge {
	border-bottom: 1px solid #fade1c;
	padding: 10px 0 1px 10px;
	font-size: 9px;
	font-weight: bold;
}
#hvtm_content .half_column table td.catmake {
	padding: 0 6px 1px 30px;
}
#hvtm_content .half_column table td.topic {
	border-bottom: 1px solid #fade1c;
	padding: 4px 0 1px 10px;
	font-size: 9px;
	font-weight: bold;
	vertical-align: bottom;
}
#hvtm_content .half_column table td.more {
	border-bottom: 1px solid #fade1c;
	padding: 4px 0 1px 10px;
	font-size: 12px;
	font-weight: bold;
}


#hvtm_content .alphabet {
	display: block;
}
#hvtm_content .alphabet ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#hvtm_content .alphabet ul li {
	float: left;
	width: 20px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#hvtm_content .topicheader, .topicdescr {
	width: 532px;
	height: 14px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fade1c;
}
#hvtm_content .topicdescr p {
	padding: 2px 0 2px 6px;
	font-size: 11px;
	font-weight: bold;
}
#hvtm_content p.topic {
	margin: 0 10px 0 10px;
	padding: 2px 6px 4px 6px;
	font-size: 11px;
	border-bottom: 1px solid #fade1c;
}

#hvtm_content .topicheader .topictitle {
	float: left;
	width: 400px;
	padding: 1px 0 0 2px;
	font-size: 9px;
	font-weight: bold;
}
#hvtm_content .topicheader .topiccommand {
	float: left;
	width: 128px;
	padding: 1px 2px 0 0;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}
#hvtm_content .commentcontainer {
	width: 532px;
	margin: 10px 0 30px 0;
	border-bottom: 2px solid #fade1c;
}
#hvtm_content .commentcontainer .commentheader {
	width: 532px;
	height: 16px;
	border-bottom: 2px solid #fade1c;
}
#hvtm_content .commentcontainer .commentheader .nick {
	float: left;
	width: 174px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}
#hvtm_content .commentcontainer .commentheader .halfmiddle {
	float: left;
	width: 90px;
	padding-top: 2px;
	font-size: 9px;
	font-weight: bold;
	text-align:	center;
	vertical-align: bottom;
}

#hvtm_content .commentcontainer .commentheader .middle {
	float: left;
	width: 180px;
	padding-top: 2px;
	font-size: 9px;
	font-weight: bold;
	text-align:	center;
	vertical-align: bottom;
}
#hvtm_content .commentcontainer .commentheader .commentdate {
	float: left;
	width: 174px;
	padding: 2px 2px 0 0;
	font-size: 9px;
	text-align:	right;
	vertical-align: bottom;
}
#hvtm_content .commentcontainer .commentheader .commentdate .commentnum {
	font-weight: bold;
}
#hvtm_content .commentcontainer .overcomment {
	width: 512px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #fade1c;
	font-size: 9px;
	font-weight: bold;
}
#hvtm_content .commentcontainer .overcomment .lefthalf {
	float: left;
	width: 352px;
	margin: 0;
	padding: 3px 0 2px 2px;
}
#hvtm_content .commentcontainer .overcomment .righthalf {
	float: left;
	width: 152px;
	margin: 0;
	padding: 3px 2px 2px 0;
	text-align: right;
}
#hvtm_content .commentcontainer .commentbody {
	margin: 0 10px 0 10px;
}
#hvtm_content .commentcontainer .commentbody .comment {
	float: left;
	width: 510px;
	border-left: 1px solid #fade1c;
	border-right: 1px solid #fade1c;
	background-color: #ffe;
}
#hvtm_content .commentcontainer .commentbody .comment p {
	margin: 0;
	width: 495px;
	padding: 2px 5px 2px 5px;
	overflow: hidden;
	font-size: 11px;
	line-height: 150%;
}
#hvtm_content .commentcontainer .commentbody p img {
	top: -2px;
	border: 0;
	padding: 0 2px 0 2px;
	vertical-align: middle;
}
#hvtm_content .commentcontainer .commentbody .avatar {
	float: left;
	width: 84px;
}
#hvtm_content .commentcontainer .commentbody .avatar img {
	width: 64px;
	height: 64px;
	margin: 10px;
	border: 0;
}	
#hvtm_content .commentcontainer .commentbody .besideavatar {
	min-height: 84px;
	width: 426px;
}	
* html #hvtm_content .commentcontainer .commentbody .besideavatar {
	height: 84px;
}
#hvtm_content .commentcontainer .commentbody .besideavatar p {
	width: 411px;
}	

#hvtm_content .commentcontainer .undercomment {
	width: 512px;
	margin: 0 10px 0 10px;
	border-top: 1px solid #fade1c;
	font-weight: bold;
}
#hvtm_content .commentcontainer .undercomment .prev {
	float: left;
	width: 174px;
	padding: 3px 0 2px 2px;
	font-size: 9px;
}
#hvtm_content .commentcontainer .undercomment .halfmiddle {
	float: left;
	width: 80px;
	height: 12px;
	padding: 3px 0 2px 0;
	font-size: 9px;
	text-align:	center;
}
#hvtm_content .commentcontainer .undercomment .middle {
	float: left;
	width: 160px;
	height: 12px;
	padding: 3px 0 2px 0;
	font-size: 9px;
	text-align:	center;
}
#hvtm_content .commentcontainer .undercomment .vote {
	float: left;
	width: 174px;
	padding: 3px 1px 2px 0;
	font-size: 9px;
	text-align: right;
}

#hvtm_content .commentcontainer .mycomment {
/*TO DO!!!	border-width: 4px;*/
}	

#hvtm_content .newcomment {
	width: 512px;
	margin: 10px 0;
	padding: 0 10px;
	background-color: #fffaf2;
	border: 1px solid #fade1c;
}
#hvtm_content .newcomment .smileys img {
	margin: 4px 0 0 4px;
	border: 0;
}
#hvtm_content .newcomment .com_votequestion {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 0 0 0;
	font-size: 13px;
}
#hvtm_content .newcomment .com_vote {
	margin: 5px 0 5px 0;
	display: block;
}
#hvtm_content .newcomment .commands {
	text-align: right;
}

#hvtm_content .forumnavi {
	padding-bottom: 20px;
}
#hvtm_content .forumnavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#hvtm_content .forumnavi ul li {
	float: left;
	min-width: 18px;
	margin: 0;
	padding: 0 2px 0 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
*html #hvtm_content .forumnavi ul li {
	width: 18px;
}
#hvtm_content p .pmdata {
	font-size: 9px;
	font-weight: bold;
}

#hvtm_content .postform, #hvtm_content .profileform  {
	width: 532px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #fade1c;
}
#hvtm_content .postform {
	border-bottom-width: 2px;
}
#hvtm_content .profileform {
	border-bottom-width: 1px;
}

#hvtm_content .postform table, #hvtm_content .profileform table {
	width: 532px;
}
#hvtm_content .postform table td, #hvtm_content .profileform table td {
	padding: 2px;
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	font-size: 11px;
	vertical-align: top;	
}
#hvtm_content .postform table td.inputlabel, #hvtm_content .profileform table td.inputlabel, #hvtm_content table td.inputlabel {
	font-weight: bold;
	padding-top: 6px;
	text-align: right;
}
#hvtm_content .postform table td.label, #hvtm_content .profileform table td.label {
	padding-top: 6px;
}
#hvtm_content .postform table td.bottom, #hvtm_content .profileform table td.bottom {
	text-align: right;
	vertical-align: bottom;	
}
#hvtm_content .postform table td.command, #hvtm_content .profileform table td.command, #hvtm_content .command {
	text-align: center;
}
#hvtm_content .controls {
	width: 148px;
	margin: 10px 0 0 14px;
	text-align: center;
	font-size: 10px;
}
#hvtm_content .controls ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#hvtm_content .controls ul li {
	font-size: 10px;
}
#hvtm_content .tcvote {
	width: 120px;
	height: 12px;
	margin: 10px 0 10px 28px;
	background-image: url('../img/layout/tcvote_bg.jpg');
	background-repeat: repeat-x;
}
#hvtm_content .hit {
	font-variant: small-caps;
	font-weight: normal;
	white-space: nowrap;
}
#hvtm_content .iconcontainer {
	width: 524px;
	height: 64px;
	border-top: 2px solid #8ba5b7;
	border-bottom: 2px solid #8ba5b7;
	padding: 2px 0 2px 8px;
}
#hvtm_content .iconcontainer .icon {
	width: 30px;
	height: 64px;
	margin-left: 2px;
	float: left;
	background: white no-repeat center center;
}
#hvtm_content .iconcontainer .grown {
	width: 128px;
}
#hvtm_content h3.related {
	margin: 20px 0 2px 0;
	color: #8ba5b7;
}
#hvtm_content .star, #hvtm_content .staranim  {
	display: block;
	float: left;
	width: 18px;
	height: 17px;
	margin: 2px;
	padding: 0;
	font-size: 1px;
	background-repeat: no-repeat;
	background-image: url('../img/layout/stars.jpg');
}
#hvtm_content .star:hover {
	background-position: 0 -17px;
}
#hvtm_content .starred {
	background-position: 0 -34px;
}
#hvtm_content .staranim {
	display: none;
	background-image: url('../img/layout/staranim.gif');
}
#hvtm_content .undercar .left .starcount, #hvtm_content .starcount {
	font-size: 15px;
}
.commanddata .toplist .item , #hvtm_content .toplistitem {
	margin: 2px auto;
	display: block;
	width: 128px;
	height: 16px;
	background: white no-repeat center center;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
}
#hvtm_content .toplistitem {
	height: 64px;
}
.commanddata .toplist .grown {
	height: 64px;
}
.commanddata .toplist .item .star {
	padding: 0 2px;
	font-size: 14px;
	background-color: #444;
	color: #fff;
}
.commanddata .toplist a:hover {
	text-decoration: none;
}
.banner {
	text-align: center;
}
