* {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1em;
	outline: none;
}

html {
	position: static;
	font-size: 10px;
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	margin: .5em 0 1em 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

input.text,
input.submit {
	border: 1px solid #dedede;
}

input.submit {
	background: #ffffff;
	cursor: pointer;
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #dedede;
}

table {
	font: inherit;
}

.left { float: left; }
.right { float: right; }
.clear, .clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.hidden { display: none; }
.noborder { border: none; }body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.Kop1, .Kop2, .Kop3 {
	display: block;
}

h1, .Kop1 {
	margin: 0 0 1em 0;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: bold;
	color: #454545;
}

h2, .Kop2 {
	margin: 0 0 1em 0;
	font-size: 1.4em;
	color: #454545;
}

h3, .Kop3 {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #454545;
}

h4, .Kop4 {
	font-size: auto;
	font-weight: bold;
}

h5, .Kop5 {
	font-size: auto;
}

h6, .Kop6 {
	font-size: auto;
}

a {
	color: #454545;
}

#cols {
	line-height: 1.8em;
}

#content-wrapper a {
	color: #389ef1;
	text-decoration: underline;
}

#content-wrapper ul,
#content-wrapper ol {
	margin: 10px 30px;
}/* +Off */

#globalNav ul,
#localNav ul,
#textSizeNav ul,
#footerNav ul {
	list-style: none;
}

/* -Off */


body {
	background: #ffffff;
}


#wrapper {
	margin: 0 auto;
	width: 980px;
}


#header {
	padding: 20px;
	height: 108px;
	background: url(../images/bg-header-sprite.gif) 0 0 repeat-x;
	z-index: 3;
}

#header .bg {
	position: absolute;
	bottom: 0;
	width: 5px;
	height: 5px;
	font-size: 0;
	background: url(../images/bg-header-sprite.gif) no-repeat;
	z-index: 1;
}

#header .bg-bl {
	left: 0;
	background-position: 0 -149px;
}

#header .bg-br {
	right: 0;
	background-position: 0 -154px;
}


#logo {
	position: absolute;
	left: 50px;
	top: 5px;
	z-index: 1;
}

#logo span {
	display: none;
}


#utilNav {
	float: right;
	margin-bottom: 10px;
	z-index: 2;
}

#utilNav .left {
	margin-left: 20px;
}


#textSizeNav {
	clear: both;
	float: right;
	font-size: 0.9em;
	color: #fae7d3;
}

#textSizeNav li {
	float: left;
	margin-left: 13px;
}

#textSizeNav a {
	color: #fae7d3;
}

#textSizeNav .title {
	font-weight: bold;
}

#textSizeNav .normal {  }
#textSizeNav .medium {  }
#textSizeNav .large {  }


#globalNav {
	position: absolute;
	left: 25px;
	bottom: 0;
	width: 930px;
	height: 40px;
	font-size: 1.17em;
	font-weight: bold;
	z-index: 1;
}

#globalNav li {
	float: left;
}

#globalNav li.active {
	background: url(../images/bg-globalnav-li-topleft.gif) #ffffff 0 0 no-repeat;
}

#globalNav a {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
}

#globalNav li.active a {
	padding: 0 25px;
	color: #454545;
	background: url(../images/bg-globalnav-li-topright.gif) 100% 0 no-repeat;
}


#cols-wrapper {
	margin: 20px 0 10px 0;
	z-index: 2;
}

/* + cols corners */
.cols-bg {
	position: absolute;
	width: 7px;
	height: 7px;
	font-size: 0;
	background: url(../images/bg-cols-corners.gif) no-repeat;
	z-index: 1;
}

.cols-bg-tl { left: 0; top: 0; background-position: 0 0; }
.cols-bg-tr { right: 0; top: 0; background-position: -7px 0 }
.cols-bg-bl { left: 0; bottom: 0; background-position: 0 -7px ; }
.cols-bg-br { right: 0; bottom: 0; background-position: -7px -7px; }
/* - cols corners */

#cols-top {
	height: 2px;
	font-size: 0;
	background: url(../images/bg-cols-v.gif) 0 0 repeat-x;
}

#cols-bottom {
	height: 2px;
	font-size: 0;
	background: url(../images/bg-cols-v.gif) 0 -2px repeat-x;
}

#cols {
	padding: 20px;
	background: url(../images/bg-cols-h.gif) 0 0 repeat-y;
}


#content-wrapper {
	float: left;
	width: 700px;
}

#content .box-content {
	width: 660px;
	position:relative;
	padding: 20px;
}


#sidecol {
	float: right;
	width: 220px;
}


#sidebar {
	
}


#localNav {
	margin-bottom: 20px;
}

#localNav li ul {
	display: none;
	margin-left: 20px;
	font-size: 0.9em;
	line-height: 1.3em;
}

#localNav li.active ul,
#localNav li.hover ul {
	display: block;
}

#localNav li li a {
	padding-left: 20px;
	font-weight: normal;
	background: url(../images/btn-arrow-small.gif) 5px 10px no-repeat;
}

#localNav li li.active a {
	font-weight: bold;
}


#footer {
	font-size: 0.9em;
	color: #8f8f8f;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #8f8f8f;
}

#legal {
	float: left;
}

#legal-links {
	/*
	float: left;
	padding-left: 65px;
	*/
	float: right;
}

#legal-links a {
	margin-left: 10px;
}

#divide {
	float: right;
}form.standard {
	padding: 15px;
	width: 500px;
	line-height: 20px;
	border: 1px solid #cecece;
}

form.standard-small {
	margin: 10px 0;
	padding: 10px 0 0 0;
	width: 220px;
	border: none;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

form.standard h3 {
	clear: both;
	font-size: 1em;
}

form.standard label,
form.standard div.group,
form.standard input.text,
form.standard input.submit,
form.standard textarea,
form.standard hr {
	margin-bottom: 10px;
}

form.standard label {
	clear: both;
	float: left;
	width: 150px;
}

form.standard-small label {
	width: 90px;
}

form.standard div.group label {
	float: none;
	margin-right: 5px;
	width: auto;
}

form.standard label.required {
	background: url(../images/bg-input-required.gif) 95% 2px no-repeat;
}

form.standard label.single {
	margin-bottom: 0;
}

form.standard div.group {
	float: left;
	width: 350px;
	line-height: 16px;
}

form.standard-small div.group {
	width: 110px;
}

form.standard input.text {
	float: left;
	padding: 1px;
	width: 346px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #cecece;
}

form.standard div.group input.text {
	float: none;
}

form.standard-small input.text {
	width: 126px;
}

form.standard input.text.short {
	width: 50px;
}

form.standard input.text.medium {
	width: 100px;
}

form.standard textarea {
	padding: 5px;
	clear: both;
	display: block;
	width: 488px;
	height: 100px;
	border: 1px solid #cecece;
	overflow: auto;
	resize: none;
}

form.standard input.submit {
	clear: both;
	float: right;
}

form.standard hr {
	text-align: left;
	width: 500px;
}

form.standard-small hr {
	width: 220px;
}

form.standard .txt-required {
	margin: 0;
	font-size: 0.95em;
	line-height: 1em;
}

form.standard .clsReq {
	color: red;
}#pageNav {
	margin-top: 30px;
	font-size: 95%;
	line-height: 15px;
}

#pageNav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#pageNav li {
	float: left;
	padding: 1px 5px;
	color: #cecece;
}

#pageNav li.active {
	font-weight: bold;
	color: #666666;
	background: #dedede
}

#pageNav li a {
	display: block;
	color: #666666;
	text-decoration: none;
}

#pageNav .comments {
	float: left;
}.home-highlight {
	float: right;
	width: 220px;
	height: 285px;
}

.extranet .home-highlight {
	display: none;
}

.home-highlight .box-content {
	overflow: hidden;
	height: 20.5em;
}


.homepage #localNav{
	height: 295px;
	line-height: 19.8px;
}


.homepage.extranet #localNav { height: auto; }
.homepage.extranet #localNav p { margin: 0; }
.homepage.extranet #localNav li { margin-top: 10px; padding-top: 10px; }
.homepage.extranet #localNav li:first-child { margin-top: 0; padding-top: 0; }
.homepage.extranet #localNav a {
	display: inline;
	padding: 0;
	color: #000000;
	background: none;
	text-decoration: none;
}


.home-more-news {
	float: left;
	width: 460px;
	height: 285px;
}

.extranet .home-more-news {
	float: none;
	width: auto;
	height: auto;
}

.home-more-news li a {
	height: 19px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-latest-news-button {
	font-weight: bold;
}

.home-more-news-button {
	margin-top: 15px;
	font-weight: bold;
}

.home-latest-news-teaser p {
	margin: 0;
}.v1 .home-latest-news {
	margin-bottom: 20px;
	height: 295px;
}

.v1 .home-latest-news-image {
	float: left;
	margin-right: 25px;
	height: 240px;
	width: 450px;
}

.v1 .home-latest-news-image img {
	text-indent: -9999px;
}

.v1 .home-latest-news-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1.8em;
	line-height: 1.15em;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/opacity-60.png) 0 0 repeat;
	z-index: 1;
}

.v1 .home-latest-news-overlay-inner {
	padding: 10px 15px;
	height: 45px;
	overflow: hidden;
}

.v1 .home-latest-news-text {
	float: right;
	padding: 15px 0;
	width: 190px;
}

.v1 .home-latest-news-content {
	height: 184px;
	overflow: hidden;
}

.v1 .home-latest-news-button {
	margin-top: 16px;
}.v2 .home-latest-news {
	float: left;
	margin-bottom: 20px;
	width: 460px;
	height: 295px;
}

.extranet .v2 .home-latest-news {
	float: none;
	width: auto;
}

.v2 .home-latest-news .box-content {
	padding: 15px;
}

.v2 .home-latest-news-item:first-child {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
}

.v2 .home-latest-news-image {
	float: left;
	margin-right: 15px;
	height: 100px;
	overflow:hidden;
	width:190px;
}

.v2 .home-latest-news-image img {
	text-indent: -9999px;
}

.v2 .home-latest-news-overlay {
	display: none;
}

.v2 .home-latest-news-text {
	float: right;
	width: 225px;
}

.extranet .v2 .home-latest-news-text {
	width: 460px;
}

.v2 .home-latest-news-content {
	height: 81px;
	overflow: hidden;
}

.v2 .home-latest-news-teaser {
	margin-bottom: 15px;
}

.v2 .home-latest-news-button {
	margin: 0 !important;
	background: url(../images/btn-arrow.png) 3px 2px no-repeat !important;
	padding: 0 0 0 30px !important;
	color: #454545 !important;
	height: 18px!important;
	line-height: 18px !important;
}

.v2 .home-latest-news-button:hover,
.v2 .home-latest-news-button:active {
	background-position: 3px 2px !important;
}#extranet {
	z-index: 2;
}

.extranet-login-button {
	display: block;
	padding: 0 6px;
	width: 65px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	background: url(../images/btn-extranet-sprite.png) 0 0 no-repeat;
}

.extranet-login-button:hover {
	background-position: 0 -25px;
}

.extranet-login-button:active {
	background-position: 0 -50px;
}

#extranet-login {
	display: none;
	position: absolute;
	right: 0;
	top: 25px;
	color: #ffffff;
	background: #666666;
	z-index: 1;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#extranet-login-form {
	padding: 10px 5px;
	width: 215px;
}

#extranet-login-form label {
	line-height: 1.5em;
}

#extranet-login-form input.text {
	margin-bottom: 5px;
	padding: 5px;
	width: 205px;
	height: 17px;
	line-height: 17px;
	border: none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#extranet-login-form input.submit {
	margin-top: 5px;
	width: 55px;
	height: 22px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#extranet-login-buttons {
	padding: 5px;
	width: 140px;
}

#extranet-login-buttons a.ext-button {
	display: inline-block;
	width: 65px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #dedede;
	background: #ffffff;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


#provinces {
	width: 150px;
	height: 26px;
	background: url(../images/bg-provinces-select.gif) 0 0 no-repeat;
}

#provinces-title {
	padding: 0 7px;
	line-height: 26px;
	color: #fae7d3;
	cursor: pointer;
}

#provinces ul {
	display: none;
	position: absolute;
	top: 22px;
	padding-top: 10px;
	width: 148px;
	line-height: 1.5em;
	border: 1px solid #f2c691;
	border-top: none;
	background: #dc731b;
	list-style: none;
	z-index: 2;
}

#provinces li {
	border-top: 1px dotted #f2c691;
}

#provinces a {
	display: block;
	padding: 3px 7px;
	color: #fae7d3;
}

#provinces li:hover {
	background: #e19352;
}

#provinces li.first {
	border-top: none;
}


#header-search-form div.text {
	width: 230px;
	height: 26px;
	background: url(../images/bg-header-search-form-input.gif) 0 0 no-repeat;
}

#header-search-form input.text {
	float: left;
	margin-left: 15px;
	padding: 5px 0;
	width: 170px;
	height: 16px;
	line-height: 16px;
	color: #ffffff;
	border: none;
	background: none;
}

#header-search-form input.submit {
	float: right;
	width: 44px;
	height: 26px;
	border: none;
	background: url(../images/bg-header-search-form-loop.gif) 50% 50% no-repeat;
}

#banners {
	margin-top: -1.7em;
	text-align: center;
}

#banners .banner {
	padding-top: 1.7em;
}

#banners .banner p {
	margin: 0;
}


.msg{
	padding:10px;
	margin:0 0 20px 0;
	background:#ffffcc;
	border:1px solid #cbcba2;
	font-size:11px;
	_height:1%;
}


.box {
	border: 1px solid #dedede;
}

.box-title {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	background: url(../images/bg-box-title.gif) 0 0 repeat-x;
}

.box-content {
	padding: 10px;
}

.box .bg {
	position: absolute;
	width: 5px;
	height: 5px;
	font-size: 0;
	background: url(../images/bg-box-title-corners.gif) no-repeat;
	z-index: 1;
}

.box .bg-tl {
	left: -1px;
	top: -1px;
	background-position: 0 0;
}

.box .bg-tr {
	right: -1px;
	top: -1px;
	background-position: -5px 0;
}


.list ul {
	margin: 0 !important;
	list-style: none;
}

.list ul ul {
	margin: 0 20px 10px 20px !important;
}

.list li {
	border-top: 1px dotted #cccccc;
}

.list li:first-child {
	border-top: none;
}

.list li a {
	display: block;
	padding: 5px 5px 5px 30px;
	color: #454545 !important;
	text-decoration: none !important;
	background: url(../images/btn-arrow.gif) 3px 9px no-repeat;
}

.list li.active a {
	font-weight: bold;
}


.button-small {
	display: block;
	width: 100px;
	height: 25px;
	font-size: 0.9em;
	line-height: 25px;
	color: #ffffff !important; /* overwrite: #content-wrapper a */
	border: none !important; /* overwrite: input.submit */
	text-decoration: none !important; /* overwrite: #content-wrapper a */
	background: url(../images/btn-small-sprite.png) 0 0 no-repeat !important; /* overwrite: input.submit */
}

.button-small:hover {
	background-position: 0 -25px !important; /* overwrite above [0 0] */
}

.button-small:active {
	background-position: 0 -50px !important; /* overwrite above [0 0] */
}

a.button-small {
	padding-left: 14px;
	width: 86px;
}

input.button-small {
	padding-left: 3px;
}


.row {
	margin-top: 20px;
}.news-index-item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dotted #cccccc;
}

.news-index-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.news-index-image {
	float: left;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #dedede;
}

.news-index-image-link {
	display: block;
	width: 120px;
	height: 80px;
	text-indent: -9999px;
}

.news-index-content-small {
	float: left;
	width: 520px;
}

.news-index-link {
	text-decoration: none !important;
}

.news-index-title {
	font-size: 1.2em;
}

.news-index-title-link {
	color: #666666 !important;
}

.news-index-date {
	margin-bottom: 0;
	color: #aaaaaa;
	text-transform: capitalize;
}

.news-index-more-link {
	margin: 10px 0 0 0 !important;
	background:url(../images/btn-arrow.png) 3px 2px no-repeat !important;
	padding: 0 0 0 30px !important;
	color: #454545 !important;
	height: 18px!important;
	line-height: 18px !important;
}

.news-index-more-link:hover,
.news-index-more-link:active {
	background-position: 3px 2px !important;
}


#news-index-more-news {
	float: left;
	width: 440px;
	height: 29em;
}

#news-index-more-news li a {
	height: 19px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#news-index-more-news-button {
	float: right;
}


#news-index-subscribe {
	float: right;
	width: 240px;
	height: 29em;
}


.news-detail-teaser {
	font-weight: bold;
}

.news-detail-image {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #dedede;
}


/* date */


.date{
	display:inline;
	background:#f9ddbe;
	padding:1px 2px;
	text-align:center;
	border:1px solid #dfac7f;
	margin:0;
	white-space:nowrap;
	font-size:11px;
	height:1%;
}


/* specs */


.specs{
	position:relative;
	padding:0;
	margin:0;
}

.specs h3{
	padding:0;
	margin:0 0 5px 0;
}

.specs p{
	padding:0;
	margin:0 0 10px 0;
}

.specs table{
	padding:0;
	margin:0;
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;

}

.specs table th, .specs table td{
	padding:2px;
	margin:0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;

	font-size:11px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

.specs table th{

}

.overviewTable {
}

.overviewTable table{
	padding:0;
	margin:0 0 10px 0;
	border-collapse:collapse;
	width:98%;
}

.overviewTable td{
	padding:5px 5px 5px 5px;
	margin:0;
	line-height:normal;
	background:#fff;
	border-bottom:1px solid #ebebeb;
	white-space:nowrap;
}

.overviewTable .cDate{
	width:30px;
}

.overviewTable .cTitle a{
	color:#454545 !important;
	text-decoration: none !important;
}.search-text {
	line-height: 20px;
}

.search-text,
.search input.text,
.search input.submit {
	float: left;
}

.search input.text {
	margin: 0 10px;
	padding: 1px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #cccccc;
}

.search input.radio,
.search input.checkbox {
	margin-right: 5px;
}

.search input.submit {
	height: 20px;
	line-height: 17px;
}

.search-row {
	margin-bottom: 20px;
}

.search-message {
	padding: 10px 0;
	border-top: 1px solid #e7912c;
	border-bottom: 1px solid #e7912c;
}

.search-message p {
	margin: 0;
}


.search-item {
	margin-bottom: 30px;
}

.search-title {
	display: inline-block;
	font-size: 1.3em;
}

.search-title-link {
	color: #666666;
	text-decoration: none !important;
}

.search-content {
	margin-top: 5px;
}#forumMain
{
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	width: 98%;
	display: block;
}

#forumMain .required
{
	color: red;	
}

#forumMain #delete
{
	position: relative;
	padding: 20px;
	margin: 8px 8px;
	height: 60px;
	border: 1px dotted #CED01C;
	border: 1px dotted #c40000;
	background: #FEFFC7 url(../../images/forum/img_bg_delete.gif) right bottom  no-repeat;	
	background: #fff url(../../images/forum/img_bg_delete.gif) right bottom  no-repeat;	
	display: block;
	width: 90%;
	text-align: left;

}

#forumMain #quote
{
	padding: 12px;
	margin: 8px 0;
	border: 1px dotted #cbcbcb;
	background: #FEFFC7 url(../../images/forum/img_bg_quote.gif) 10px 10px no-repeat;	
	background: #fff url(../../images/forum/img_bg_quote.gif) 10px 10px no-repeat;
}

#forumMain #breadcrumbs
{
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
}

#forumMain #title
{
}

#forumMain H2
{
	font-size: 175%;
	font-weight: bold;
	color: #454545;
	padding:0;
	margin:0 0 20px 0;
	line-height:normal;
}

#forumMain a
{
	
}

#forumMain .center
{
	text-align: center;	
}

#forumMain .right
{
	text-align: right;	
}

#forumMain .rowColor
{
	
	background: #f7f7f7;
}

#forumMain .rowColorLight
{
	background:#f7f7f7;
}

#forumMain .forumKop
{
	font-weight: bold;
	font-size: 100%;
	color: black;
}

#forumMain #category tbody td a
{
text-decoration:none;
}

#forumMain .active
{
	background: #E7FFA7;
	background: #e5c7c7;
}

#forumMain #category
{
	margin: 0;
	padding: 6px;
	border: 1px solid #cbcbcb;
	border-collapse: collapse;	
	width: 100%;
}

#forumMain #category thead
{
	font-weight: bold;
	margin: 10px 0;
	font-size: 100%;
}

#forumMain #category .col1
{
}

#forumMain #category thead td
{
	padding: 4px;
	background: #eaeaea;
	/*background: #fff;*/
	border-bottom:1px solid #cbcbcb;
}

#forumMain #category tbody td
{
	padding: 4px;
	border-bottom: 1px solid #cbcbcb;
}

#forumMain #forum
{
	position: relative;
	padding: 0;
	margin: 10px 0;
	border: 1px solid #cbcbcb;
	border-collapse: collapse;	
	width: 100%;
	z-index: 1;
}

#forumMain #forum thead
{
	font-weight: bold;
	font-size: 100%;	
	padding: 0;
	margin: 0;
	width: 100%;
}


#forumMain #forum tbody
{
	width: 100%;
}



#forumMain #forum .col1
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	width: 200px;
}

#forumMain #forum thead td
{
	margin: 0;
	padding: 4px;
	background: #eaeaea;
	border-bottom: 1px solid #cbcbcb;
}

#forumMain #forum tbody td
{
	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #cbcbcb;
}

#forumMain #forum tbody td a
{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}



#forumMain #topic
{
	position: relative;	
	margin: 0;
	padding: 0;
	border: 1px solid #cbcbcb;
	border-collapse: collapse;	
	width: 100%;
	
}



#forumMain #topic .col1
{
	width: 200px;
}

#forumMain #topic thead
{
	font-weight: bold;
	font-size: 100%;
	margin: 10px 0;
}

#forumMain #topic thead td
{
	padding: 4px;
	margin: 0;
	background: #eaeaea;
	border-bottom: 1px solid #cbcbcb;

}

#forumMain #topic tbody td
{
	padding: 10px;
	border-bottom: 1px solid #cbcbcb;
}

#forumMain #topic #post
{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;	
	width: 100%;	
}


#forumMain #topic #post thead td
{
	padding: 2px 4px;
	font-weight: normal;
	background: #eaeaea;
}

#forumMain #topic #post tbody td
{
	padding: 20px;
}



#forumMain #forum tbody td a.large
{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}



#forumMain #buttons
{
	position: relative;	
	margin: 0;
	padding: 0;
	z-index: 1;
	margin: 0 0 10px;

}

#forumMain #frm
{
	padding: 0;
	margin: 0;
}
#forumMain #frm td
{
	line-height: 20px;	
}

#forumMain #frm input.single
{
	width: 200px;
	font-size: 100%;	
}

#forumMain #frm textarea
{
	width: 200px;
	font-size: 100%;
	height: 100px;	
}

#forumMain #pageNavSmall
{
	padding: 0;
	margin: 2px;	
}

#forumMain #pageNav
{
	position: relative;
	float: right;
}

#forumMain #pageNav ul
{
	list-style: none;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 100%;
}

#forumMain #pageNav ul li
{
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 1%;
}

#forumMain #pageNav ul li.disabled
{
	color: #ccc;
}

#forumMain #pageNav ul a
{
	text-decoration:none;
	height: 1%;
}

#forumMain #pageNav ul a:hover
{
	
}

#forumMain #pageNav ul a.active
{
	font-weight: bold;
}


#forumMain #newtopic
{
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #cbcbcb;
	border-collapse: collapse;	
	width: 100%;
}

#forumMain #newtopic thead
{
	margin: 0 0 10px 0;
	font-weight: bold;
}

#forumMain #newtopic .col1
{
	font-size: 14px;
	width: 150px;
}

#forumMain #newtopic thead td
{
	padding: 4px;
	background: #eaeaea;
	border-bottom:1px solid #cbcbcb;
}

#forumMain #newtopic tbody td
{
	padding: 4px;
	border-bottom: 0;
}

#forumMain #newtopic input.single
{
	font-family: arial;
	font-size: 100%;
	color: black;
	width: 600px;	
}

#forumMain #newtopic textarea
{
	width: 600px;
	height: 100px;
	font-family: arial;
	font-size: 100%;
	color: black;
}

#forumMain #jumptoForum
{
	position: relative;
	float: right;	
}

#forumMain #jumptoForum select
{
	width: 200px;
	font-size: 11px;
	margin: 0 6px;
}

#forumMain #jumptoForum input
{
	font-size: 11px;
}


#poll-index input.radio {
	margin-right: 10px;
}

.poll-index-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dedede;
}

.poll-index-title {
	padding: 20px 0 10px 0;
}

.poll-index-list {
	margin: 0 !important; /* overwrite #cols ul, #cols ol */
	list-style: none;
}

.poll-index-bar {
	width: 500px;
	height: 8px;
	background: #fae9d5;
}

.poll-index-bar-filled {
	display: inline-block;
	height: 8px;
	text-align: center;
	background: #e7912c;
}#faq-index ul {
	margin: 0 !important;
	list-style: none;
}

.faq-detail-title {
	margin-bottom: 1.3em;
	font-size: 1.3em;
}



#contentFooter, .variant{
	position:relative; 
	width:660px;
	padding:0;
	margin:0;
	
}

#contentFooter{
	border-top:1px solid #dedede;
	padding: 20px 0 0 0;
}

/* fList 1 */

.fList{
	margin:0 !important;
	list-style:none;
	width:100%;
}


.fList li{
	padding:0 0 2px 30px;
	margin:0 0 2px 0;
	list-style:none;
/*	border-bottom:1px solid #dedede; */
}

.fList li a{
	padding:0;
	margin:0;
	text-decoration:none;
}

.fList li.link{
	background:url(../images/btn-arrow.gif) 0px 5px no-repeat;

}

.fList li.doc{
	/* background:url(../images/doc.gif) left top no-repeat; */
	background:url(../images/btn-arrow.gif) 0px 5px no-repeat;
}



/* variant 1 */

#cfVariant1 .thumb{
	width:660px;
	padding:0;
	margin:0;
	overflow:hidden;

}

#cfVariant1 .thumb span {
	display: block;
	height: 170px;
}

/* variant 2 */

#cfVariant2 .col1{

	width: 395px;
	padding-right: 20px;
	margin:0;
	overflow:hidden;
	float:left;
/* 	border-right: 1px solid #f1f1f1; */
}

#cfVariant2 .col2{

	width:240px;
	padding:0 0 0 0px;
	margin:0;
	overflow:hidden;
	float:right;

}

#cfVariant2 .thumb{

	width:395px;
	padding:0;
	margin:0;
	overflow:hidden;

}

#cfVariant2 .thumb span {
	display: block;
	height: 150px;
}

#cfVariant3{
	padding:0;
	margin:0;
	position:relative;


}
#cfVariant3 ul{
	margin-left: -20px;
}
#cfVariant3 ul li{
	margin:0 0 0 20px;
	width:150px;
	float:left;
}

#cfVariant3 .col1, #cfVariant3 .col2, #cfVariant3 .col3{
	padding:0;
	margin:0 20px 0 0;
	width:200px;
	float:left;

}

#cfVariant3 .col3{
	padding:0;
	margin:0;
	float:left;

}

.itemMaster{
	position:relative;
	padding:0;
	margin:0;

}

.itemMaster .item{
	position:relative;
	padding:0px;
	margin:0  0 15px 0;
	border:1px solid #cbcbcb;	
	background:#fff;

}

.itemMaster div.alternate{
	background:#fff;
}


.itemMaster .item h3{
	font-size:12px;
	padding:5px 10px;
	margin:0 0 0px 0;
	background:#f7f7f7;
	border-bottom:1px solid  #cbcbcb;
}

.itemMaster .item h3 a{
	color:#454545;
	text-decoration:none;
}
.itemMaster .item h3 a{
	text-decoration:none;
}

.itemMaster .item h3 a:hover{
	text-decoration:underline;
}

.itemMaster .item .date{
	margin-right:3px;
}

.itemMaster .item p{
	padding:0;
	margin:0 0 5px 0;
}



.itemMaster .item .innerItem{
	padding:10px 10px;

}

.itemMaster .item .teaser{
padding:0;
margin:0 0 10px 0;


}

.itemMaster .item .info{
	color:#666;
	padding:0;
	margin:0 0 5px 0;
	text-transform:capitalize;
}

.itemMaster .item .info a{
	color:#666;
	text-decoration:none;
}





.ecard-list {
	margin-left: -20px;
}

.ecard-item {
	float: left;
	margin: 0 0 10px 20px;
	height: 125px;
}

.ecard-image {
	display: block;
	margin-bottom: 3px;
}

.ecard-list label {
	float: none !important;
	width: auto !important;
}#linkMaster .col1{
	width:180px;
	float:left;
}

#linkMaster .col2{
	width:450px;
	float:right
}


#linkMaster dl{
	padding:0;
	margin:0 0 20px 0;
}

#linkMaster dt{
	padding:0;
	margin:0;
	font-weight:bold;
}

#linkMaster dd{
	padding:0;
	margin:0 0 15px 0;
}

