/* global styles */ 

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: X-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	text-align: center;
 	background-image: url(/graphics/bkgd_main.gif);
	}
html>body {
	font-size: small;
	}
a:link, a:visited {
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	}
h3 a:link, h3 a:visited, h3 a:hover {
	text-decoration: none;
	}

/* kicker overline */

h5 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}

/* small headlines */

h6 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	}
.clear {
	clear: both;
	}
.clear-left {
	clear: left;
	}
.right {
	float: right;
	}
.padding {
	margin: 10px 10px 5px 10px;
	padding: 0;
	}
div.hidden {
	display: none;
	visibility: hidden;
	}
form {
	margin: 0;
	padding: 0;
}
.spacer {
	width: 10px;
	margin: 0;
	padding: 0;
	}
.verticalrule {
	width: 1px;
	margin: 0;
	padding: 0;
	}
.verticalrule2 {
	margin: 0;
	padding: 0;
	}
.horizontalrule {
	margin: 0;
	padding: 0;
	}
.promobox {
	margin: 0;
	padding: 0;
	}
table {
	margin: 0;
	padding: 0;
	border: 0;
	}
th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	text-align: left;
	}
#branding-container {
	clear: both;
	width: 940px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
#branding-container h1 {
	margin: 0;
	padding: 10px 0 10px 10px;
	font-size: 24px;
	}
#branding-container img {
	float: right;
	margin: 14px 10px 10px 10px;
	padding: 0;
	}

/* REGISTRATION BOX */

#usertools {
	width: 338px;
	height: 110px;
	padding: 0;
	margin: 0;
	text-align: left;
	}

/* CAROUSEL VALUES */

#carousel-tab-container {
	width: 380px;
	border-collapse: collapse;
	padding: 0;
	line-height: normal;
	display: inline;
	}
#carousel-tab-container a{
        display:inline;
}
#carousel-tab-header ul, #carousel-tab ul {
	margin: 0;
	padding: 0 10px 0 0px;
	list-style: none;
	}
#carousel-tab-header li.carouseltab {
	float: left;
	width: 100px;
	margin-left: 3px;
	padding: 0 0 0 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	background: url("/graphics/tabs/tab_left_off.gif") no-repeat left top;
	}
#carousel-tab-header li.carouselarrow {
	float: left;
	margin-left: 3px;
	padding: 0;
	text-align: center;
	}
#carousel-tab-header a {
	padding: 3px 14px 3px 7px;
	display: block;
	text-decoration: none;
	background: url("/graphics/tabs/tab_right_off.gif") no-repeat right top;
	}
#carousel-tab-header #carousel-current {
	background: url("/graphics/tabs/tab_left_on.gif") no-repeat left top;
	}
#carousel-tab-header #carousel-current a {
	color: #fff;
	text-align: center;
	background: url("/graphics/tabs/tab_right_on.gif") no-repeat right top;
	}
#carousel-tab-header li span {
	display: none;
	visibility: hidden;
	}
#carousel-tab-header li#carousel-current span {
	margin: 0;
	padding: 0;
	display: block;
	margin: auto;
	text-indent: -5000;
	visibility: visible;
	background: url("/graphics/tabs/tab_arrow.gif") no-repeat center top;
	}
#carousel-content {
	width:380px;
	clear: both;
	margin: 0;
	padding: 0;
	}

/* ADVERTISEMENT POSITIONS */ 

.launchpad {
	width: 940px;
	margin: 0;
	padding: 0;
	}
.leaderboard-container-top {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	}
.leaderboard-top {
	width: 738px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: right;
	background: url(/graphics/adlabel_vert.gif) no-repeat bottom; 
	}
.leaderboard-container {
	clear: both;
	width: 940px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	}
.leaderboard {
	width: 738px;
	margin: 0 auto;
	text-align: right;
	background: url(/graphics/adlabel_vert.gif) no-repeat; 
	}
.poster-container {
	width: 338px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	}
.poster {
	margin: 0 auto;
	text-align: center;
	}
.button-container {
	width: 140px;
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: center;
	}
.articleflex-container {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	}
.articleflex {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	}

/* Correct div issue \*/
.cleared:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
