/**
 * Motormaatje V2: Content styles
 * 
 */

#main {
	color: #333;
	font-size: 1.2em;
}
.csc-header {
	margin-top: 20px;
}

/*
body.p36 .csc-header {
	width:360px;
}

body.p36 .n1 {
	width:360px;
}

body.p36 .csc-frame-frame1 h3 {
	font-size: 1.2em;
}
*/

.csc-header-n1 {
	margin-top: 0;
}

h2 {
	background: transparent url("../images/backgrounds/h2.gif") repeat left top;
	border-bottom: 3px solid #99CC00;
	color: #999;
	font-size: 1.58em;
	line-height: 1.2em;
	margin: 0 0 12px 0;
	padding: 2px 6px;
}
.csc-frame-frame1 h2,
.csc-frame-frame2 h2 {
	background: none;
	border: 0;
	margin-bottom: 16px;
	padding: 0;
}

.whyRegister,
.tipsTricks,
.whyPremium {
	min-height: 300px;
}
.whyRegister h2 {
	padding-left: 110px;
}
.whyPremium h2 {
	padding-left: 30px;
}

h3 {
	border-bottom: 1px solid #99CC00;
	color: #333;
	font-size: 1.33em;
	font-weight: bold;
	margin: 8px 0 8px 0;
	padding-bottom: 8px;
}
.csc-frame-frame1 h3 a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	margin: 8px 0;
	padding-bottom: 8px;
}
.csc-frame-frame1 h3 a:hover {
	text-decoration: none;
}
.csc-frame-frame1 h3 {
	border: 0;
	margin-bottom: 0;
}
.csc-frame-message {
	background: transparent url("../images/backgrounds/frame_message.gif") no-repeat left top;
	height: 68px;
	padding: 4px 20px;
	position: relative;
	margin-bottom: 20px;
}

.csc-frame-message a {
	text-decoration:none;
}

.csc-frame-message a:hover {
	color:#cc0000;
	text-decoration:none;
}



.csc-frame-message h2,
.csc-frame-message h3 {
	background: transparent;
	border: 0;
	color: #cc0000;
	margin: 0;
	padding: 2px 0;
}
/* Beta message on Home */
body.p6 .csc-frame-message .icon {
/*	background: transparent url("../images/icons/beta.png") no-repeat left top; */
	height: 55px;
	left: -12px;
	position: absolute;
	width: 55px;
	top: -8px;
	z-index: 6;
}

h4 {
	color: #7B9D26;
	font-size: 1.33em;
	line-height: 1.2em;
}

p {
	color: #000;
	line-height: 1.4em;
	margin-bottom: 8px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a {
	color: #333;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #7B9D26;
	text-decoration: underline;
}
h3 a,
h4 a {
	color: #7B9D26;
	text-decoration: none;
}

a.linkMore {
	background: transparent url("../images/bullets/arrow_right.gif") no-repeat left center;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}
a.linkMore:hover {
	color: #7B9D26;
	text-decoration: underline;
}

a.red {
	color: #c00;
}
a.red:hover {
	color: #f00;
}

/* Rulers */
div.ruler {
	border-bottom: 1px solid #99CC00;
	margin: 8px 0;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	border: 1px solid #999;
	color: #666;
	padding: 3px;
}
textarea {
	font: inherit;
}
label {
	color: #333;
	font-size : 1.17em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
input.example {
	color: #999;
	font-style: italic;
}

/* Buttons */
.btnRegister a {
	background: transparent url("../images/buttons/large_left.gif") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 1.65em;
	font-weight: bold;
	margin-left: 110px;
	padding-left: 7px;
	text-decoration: none;
	width: 215px;
}
.btnRegister a span {
	background: transparent url("../images/buttons/large_right.gif") no-repeat right top;
	display: block;
	padding: 15px 24px 17px 17px;
}


.btnRegisterToerritDashboard a {
	background: transparent url("../images/buttons/large_left.gif") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 1.65em;
	font-weight: bold;
	margin-left: 70px;
	padding-left: 7px;
	text-decoration: none;
	width: 215px;
	text-align:center;
}
.btnRegisterToerritDashboard a span {
	background: transparent url("../images/buttons/large_right.gif") no-repeat right top;
	display: block;
	padding: 15px 21px 17px 18px;
}

.btnPremiumToerritDashboard a {
	background: transparent url("../images/buttons/large_left.gif") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 1.65em;
	font-weight: bold;
	margin-left: 90px;
	padding-left: 7px;
	text-decoration: none;
	width: 208px;
}
.btnPremiumToerritDashboard a span {
	background: transparent url("../images/buttons/large_right.gif") no-repeat right top;
	display: block;
	padding: 15px 21px 17px 18px;
}

.btnGoPremium a {
	background: transparent url("../images/buttons/large_left.gif") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 1.92em;
	font-weight: bold;
	margin-left: 30px;
	padding-left: 7px;
	text-decoration: none;
	width: 260px;
}
.btnGoPremium a span {
	background: transparent url("../images/buttons/large_right.gif") no-repeat right top;
	display: block;
	padding: 15px 24px 17px 17px;
}
.btnMediumAlt,
.btnMedium {
	background: transparent url("../images/buttons/medium_right.gif") no-repeat right;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin: 0;
	overflow: visible;
	width: auto;
	padding: 0 5px 0 0;
}
.btnMediumAlt {
	background-image: url("../images/buttons/medium_alt_right.gif");
}
.btnMediumAlt span,
.btnMedium span {
	background: transparent url("../images/buttons/medium_left.gif") no-repeat left top;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 26px;
	height: 28px;
	padding: 0 3px 0 11px;
	white-space: nowrap;
	position: relative;
	text-align: center;
}
.btnMediumAlt span {
	background-image: url("../images/buttons/medium_alt_left.gif");
}
button::-moz-focus-inner { border: none;} 

a.btnMedium {
	display: inline-block;
	text-decoration: none;
}
a.btnMedium span {
	display: inline-block;
	line-height: 16px;
	height: 16px;
	padding: 5px 3px 7px 11px;
}
a.btnMedium:hover {
	color: #fff;
}
a.imageBtn {
	margin: 0 4px;
}
.tx-mmforum-button {
	padding: 3px;
}

/* Suggest */
.suggestResults {
	border: 1px solid #ccc;
	background-color: white;
	max-height: 120px;
	overflow: auto;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width: 290px;
}

.suggestResults li {
	padding: 3px 6px;
	white-space: nowrap;
	text-align: left;
}

.suggestOver {
	cursor: pointer;
	background-color: #99CC00;
	color: white;
}

.suggestMatch {
/*	background: #99CC00;
	color: #fff; */
}

/* Mailform */
.csc-mailform-field {
	padding: 6px 0;
}
.csc-mailform-field label {
	float: left;
	vertical-align: top;
	width: 150px;
}

