body {
	background-color: #0E0E0E;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 70%;
	color: #252525;
}

p {
	color: #252525; 
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

a {
	color: #5383BF;
	text-decoration: none;
}
a:hover {
	color: #2F5E99;
	text-decoration: underline;
}
a:visited,
a:active {
	color: #5B92D8;
}

a.more,
a.more:visited {
	padding-right: 8px;
	/*background: transparent url(/static/images/more.png) right center no-repeat;*/
	color: #0091CD;
	font-size: 0.9em;
}
p.more {
	text-align: right;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
}

h1 {
	padding: 5px 5px 15px 5px;
	margin-bottom: 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #D3D3D3;
	font-size: 2.1em;
	color: #3465A3;
	text-shadow: 1px 1px 0 #D8D8D8;
}
h1 em {
	padding-top: 5px;
	display: block;
	font-weight: normal;
	font-size: 0.5em;
	color: #666;
}
h2 {
	font-size: 1.6em;
	color: #292929;
	padding-bottom: 15px;
}
h2 span {
	font-size: 0.8em;
}
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }

hr {
	border: solid 1px #D3D3D3;
	margin: 20px 0;
}
/* General */
.hidden {
	display: none;
}
.clearit {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
}

/* HEADER */
#header-body-wrapper {
	width: 100%;
	background-color: #292929;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#header {
	width: 940px;
	padding-top: 18px;
	margin: 0 auto;
}
#header #logo {
	width: 287px;
	height: 53px;
	background: transparent url(/static/images/bg-logo.png) center center no-repeat;
}
#header #logo a {
	display: block;
	width: 270px;
	height: 54px;
	font-size: 0.1em;
	text-indent: -9999px;
	text-decoration: none;
}
#header #user-module {
	float: right;
	background-color: #151515;
	width: 460px;
	height: 44px;
	display: inline;
}
#header #user-module form {
	padding-top: 10px;
}
#header #user-module .input-text {
	float: left;
	width: 168px;
	height: 17px;
	background: #222 url(/static/images/bg-headerInput.gif) top left repeat-x;
	padding: 4px 2px 0 2px;
	margin: 0 0 0 12px;
	border: solid 1px #4B4B4B;
	color: #B0B0B0;
	font-size: 1.0em;
}
#header #user-module .input-image {
	float: left;
	margin: 0 0 0 13px;	
}
#header #user-action {
	float: right;
	display: inline;
	clear: right;
	font-size: 0.85em;
	color: #C8C8C8;
	padding-top: 6px;
	padding-bottom: 7px;
}
#header #user-action a {
	font-weight: bold;
	color: #C8C8C8;
}


/* NAV */
#header #nav-wrapper {
	clear: both;
	width: 920px;
	height: 28px;
	background-color: #151515;
	margin: 0 auto;
}
#header #nav-wrapper #network-logo {
	float: right;
	font-size: 0.85em;
	color: #888888;
	padding: 0;
	margin: 0 20px 0 0;
}
#header #nav-wrapper #network-logo .division {
	display: block;
	float: left;
	padding: 8px 5px 0 0;
}
#header #nav-wrapper #network-logo .carninja-logo {
	display: block;
	float: left;
	width: 86px;
	height: 23px;
	margin: 4px 0 0 0;
	background: transparent url(/static/images/bg-cnLogo.png) center center no-repeat;
}
#header #nav-wrapper #network-logo .carninja-logo a {
	display: block;
	width: 86px;
	height: 21px;
	font-size: 0.1em;
	text-decoration: none;
	text-indent: -9999px;
}
#header #nav-wrapper #nav ul {
	width: 564px;
	height: 27px;
}
#header #nav-wrapper #nav ul li {
	display: block;
	float: left;
	font-size: 1.1em;
	padding-top: 7px;
	margin-left: 30px;
}
#header #nav-wrapper #nav ul li a {
	color: #D1D1D1;
	text-decoration: none;
}

#content-wrapper {
	background-color: #FFF;
	width: 900px;
	padding: 20px;
	margin: 0 auto;
}

/* FOOTER */
#footer {
	width: 900px;
	height: 80px;
	background-color: #292929;
	margin: 0 auto 10px auto;
	padding: 20px;	
}

#footer #footer-logo {
	float: right;
	margin: 0 10px 0 0;
	width: 227px;
	height: 42px;
	background: transparent url(/static/images/bg-footerLogo.png) center center no-repeat;
}
#footer #footer-logo a {
	display: block;
	width: 228px;
	height: 44px;
	text-decoration: none;
	text-indent: -9999px;
}

#footer .footer-categories {
	list-style: none;
}
#footer .footer-categories li {
	float: left;
	width: 130px;
}
#footer .footer-categories .footer-category dl dt {
	font-size: 1.2em;
	color: #51A2F4;
	margin: 0 0 6px 0;
}
#footer .footer-categories .footer-category dl dd {
	margin: 0 0 2px 8px;
}
#footer .footer-categories .footer-category dl dd a {
	color: #969696;
	font-size: 0.85em;
	text-decoration: none;
}
#footer .footer-categories .footer-category dl dd a:hover {
	color: #FFF;
}

.copyright {
	padding-bottom: 40px;
}
.copyright p {
	width: 940px;
	margin: 0 auto;
	color: #3D3D3D;
	font-size: 0.9em;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#id-module ul {
	float: left;
	width: 234px;
	display: block;
	margin-top: 8px;
}
#id-module li {
	text-align: right;
	color: #FFF;
	width: 227px;
	display: block;
	padding-bottom: 3px;
}
#id-module li strong {
	color: #888;
	padding-right: 2px;
}
#id-module li span {
	color: #888;
	font-size: 0.8em;
}

#id-module p {
	border-left: solid 2px #292929;
	float: right;
	margin: 5px 15px 0 0;
	padding: 5px 0;
}

#id-module-actions a {
	display: block;
	float: left;
	height: 23px;
	text-indent: -9999px;
	text-decoration: none;
	margin-left: 15px;
}
#id-module #action-switch {
	width: 103px;
	background: transparent url(/static/images/btn-dashboard.png) center center no-repeat;
}
#id-module #action-logout {
	width: 68px;
	background: transparent url(/static/images/btn-signOut.png) center center no-repeat;
}

#affiliatename {
	float: right;
}


/* Banner stuff */
.banner {
	background-color: #FFF;
	height: 16px;
	padding: 15px;
	margin: 15px;
}
#mini-wrapper .banner {
	margin: 0 0 15px 0;
}

.banner p {
	height: 16px;
	padding: 0 0 2px 25px;
}

.banner.info p { background: transparent url(/static/images/banner_info.png) left center no-repeat; }
.banner.warning p { background: transparent url(/static/images/banner_warning.png) left center no-repeat; }
.banner.error p { background: transparent url(/static/images/banner_error.png) left center no-repeat; }
.banner.ok p { background: transparent url(/static/images/banner_ok.png) left center no-repeat; }

#debug_notice {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fffde3;
	padding: 20px;
	z-index: 9999;
}

#debug {
	width: 100%;
	height: 650px;
	overflow: auto;
	background-color: #fffde3;
	position: absolute;
	bottom: -690px;
	z-index: 9999;
}
#debug pre {
	font-size: 1.2em;
	padding: 20px 20px 50px 20px;
}
#debug h4 {
	font-size: 1.1em;
	padding: 20px 0 0 20px;
}



.dialog {
	color: #fff;
}
.dialog p {
	color: #fff;
}
.dialog input.text {
	padding: 4px;
	background-color: #1f1f1f;
}
.dialog label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}


#main_content #primary {
	width: 550px;
	float: left;
}
#main_content #secondary {
	margin-left: 30px;
	width: 320px;
	float: left;
}
#main_content p {
	font-size: 1.1em;
	color: #535353;
}