body{
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-x;
	background-color: #215D7D;
	margin: 0 0 40px 0;
	font : 11px open sans;
	color: white;
	line-height: 1;
}
a:link,a:visited{
	text-decoration: none;
	color: white;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1{
	font: 20px Georgia;
	color: #ff8a00;
	margin: 0 0 5px 0;
}
h2, h3, h4, h5{
	font-size: 14px;
	margin: 0;
}

p { margin: 0; padding: 0; }

img {
	border: 0; 
}
form{
	margin: 0px;
	padding: 0px;
}
input{
	vertical-align: middle;
}
hr{
	color: #004C72;
	height: 1px;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #004C72;
}
div.hr{
	border-bottom: 1px solid #004C72;
	height: 1px;
	overflow: hidden;
	margin: 5px 0;
}
/*---------------Layout------------------------------*/
#main-center{	
	margin: 0 auto;	
	width: 926px;
	position: relative;	
	z-index: 2;
}
#top{
	height: 32px;
	padding-top: 130px;
	margin-bottom: 15px;
}
#left{
	width: 596px;
	float: left;
}
#right{
	width: 320px;
	float: right;
}
#centercontent{
	background-image: url(../images/bg_centercontent.png);
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #00273B;
	padding: 10px;
	margin: 10px 0;
	position: relative;
	line-height: 1.4;
}
#centercontent.t2{
	/*width: 692px;
	float: right;
	padding-left: 40px;*/
}
#bottom{
	color: #8cd8ff;	
}
/*---------------Common------------------------------*/
.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}
/*---------------------------------------------------*/
#flasheader{
	width: 1194px;
	height: 345px;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	left: 50%;
	/*margin-left: -640px; - swf csere előtt*/
	margin-left: -565px;
}
/*---------------------------------------------------*/
#topproduct {display:block;position:absolute!important;width:273px;height:93px;left:453px;top:19px;}
/*---------------------------------------------------*/
#webshop_trigger {display:block;position:absolute;width:65px;height:120px;right:90px;top:0px;background:url(../images/webshop_flag.png) 0 0 no-repeat;text-indent:-1000em;}
/*---------------------------------------------------*/
#logindiv {position:absolute; width:34px; height:41px; top:0;right:0; z-index:20000;}
#logindiv_container {position:relative;width:256px;height:134px;top:-134px;left:-222px; z-index:20000;}
#logindiv_trigger {position:absolute; top:100%; right:15px; width:65px; height:120px; background:url(../images/login_trigger.png) left bottom no-repeat; z-index:20000;}
	
#loginbox{
	background-image: url(../images/bg_loginbox.png);
	background-repeat: no-repeat;
	width: 206px;
	height: 119px;
	color: black;
	/*position: absolute;
	top: -10px;
	right: -16px;*/
	padding: 15px 25px 0 25px;
}
#loginbox h4{
	color: #ff8a00;
	font-size: 12px;
	border-bottom: 1px solid #E9E9E9;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#loginbox label{
	float: left;
	width: 35px;
	font-weight: bold;
	text-align: right;
	margin: 6px 10px 0 0;
}
#loginbox .txtinput{
	float: left;
	width: 152px;
	margin-bottom: 5px;
}
#loginbox .btn{
	text-align: right;
}
#loginbox .button{
	background-image: url(../images/button_login.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 69px;
	height: 21px;
	color: white;
	font: 10px Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border: 0;
	cursor: pointer;	
}

/*---------------------------------------------------*/
#topline{
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-color: #002C42;
	border: 1px solid #00476C;
	height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
#topline ul.nav{
	
	list-style: none;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 12px;
	position: absolute;
	top: -3px;
	left: 0px;
	height: 30px;
}
#topline ul.nav li{
	float: left;
	margin: 0 2px;
}
#topline ul.nav li a{
	color: white;
	text-decoration: none;
	padding: 12px 8px 0 8px;
	display: block;
	height: 25px;
	margin: 1px;
	float: left;
	position: relative;
}
#topline ul.nav li a.active
/*#topline ul.nav li a:hover*/{
	background-image: url(../images/bg_nav_active.png);
	background-repeat: repeat-x;
	border: 1px solid #2EB3F7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 14px 9px 0 9px;
	margin: -2px 0 0 0;
	height: 23px;
}
*html #topline ul.nav li a.active
/**html #topline ul.nav li a:hover*/{
	padding: 14px 9px 0 9px !important;
}

#topline ul.nav li a span{
	background-image: url(../images/bg_nav_active_bottom.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -7px;
	display: none !important;
}
#topline ul.nav li a.active span
/*#topline ul.nav li a:hover span*/{	
	display: block !important;
}
*html #topline ul.nav li a span{
	bottom: -15px;
}
/*---------------------------------------------------*/
/* 2 level menu */
#topline {z-index:1000;}
.nav2, .nav2 ul {list-style:none;margin:0;padding:0;position:absolute;left:-1000em;}
.nav2 a, .nav2 ul a {display:block;white-space:nowrap;text-decoration:none;}

.nav2 {position:static;left:0;top:1px;padding:0 6px;}
.nav2 > li {position:relative;float:left; border:1px solid transparent;margin:-2px 0 0 0;}
.nav2 > li > a {color:#fff;padding:0 7px;font-size:12px;height:32px;line-height:32px;font-weight:600;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;}
.nav2 > li:hover > a {color:#ff8a00;}
.nav2 > li:hover > a[rel="nogo"] {background-position:50% 100%;background-repeat:no-repeat;background-image:url("data:image/gif;base64,R0lGODlhCwAHAKIAABREXgs5UBJDXQAwSBJCWwAsQgAAAAAAACH5BAAAAAAALAAAAAALAAcAAAMVWKqxrgSQByeZ7i5dn+YeIQxkWQoJADs=");}
.nav2 > li:hover > ul {left:0;top:32px;}

.nav2 > li.active {padding:0;border:1px solid #2EB3F7; background: url(../images/bg_nav_active.png) repeat-x; -webkit-border-radius: 2px;-moz-border-radius:2px;border-radius: 2px;}
.nav2 > li.active:hover {background:none;border:0;padding:1px;}
.nav2 > li.active:hover > ul {top:33px;}

.nav2 > li > ul {padding:3px 15px 11px 15px;border:1px solid #1f516c;border-top:0;background-repeat:repeat;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZNBxuslABGBiIBKMKqSOQoAAAwAY8AFbKAwXZwAAAABJRU5ErkJggg==");}
.nav2 > li > ul > li {position:relative;background-position:100% 50%;background-repeat:no-repeat;background-image:url("data:image/gif;base64,R0lGODlhBQAHAIABAP///////yH5BAEAAAEALAAAAAAFAAcAAAIKDIKgaJurTmQHFQA7");}
.nav2 > li > ul > li > a {font-size:12px;color:#fff;height:16px;line-height:16px!important;margin-top:12px; padding-right:34px; font-weight:bold;text-transform:uppercase;}
.nav2 > li > ul > li:hover {background-image:url("data:image/gif;base64,R0lGODlhBQAHAIABAP+KAP///yH5BAEAAAEALAAAAAAFAAcAAAIKDIKgaJurTmQHFQA7");}
.nav2 > li > ul > li:hover > a {color:#ff8a00;}

/*---------------------------------------------------*/
#searchform{
	background-image: url(../images/bg_searchform.png);
	background-repeat: no-repeat;
	width: 278px;
	height: 30px;
	position: absolute;
	top: -5px;
	right: -11px;
	color: white;
	padding: 9px 0 0 30px;
	z-index: 2;
}
#searchform strong{
	vertical-align: middle;
}
#searchform .txtinput{
	background-image: url(../images/bg_searchinput.png);
	background-repeat: repeat-x;
	font: 10px Tahoma;
	color: #9d9d9d;
	width: 160px;
	border: 1px solid white;
	height: 19px;
	padding: 0 2px;
	line-height: 19px;
	margin: 0 9px;
}
#searchform .button{
	background-image: url(../images/button_search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 39px;
	height: 21px;
	color: #ff8a00;
	font: 12px Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border: 0;
	cursor: pointer;	
	position:absolute;top:9px;right:2px;
}
/*---------------------------------------------------*/
#advanced{
	background-color: #002C42;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	width: 120px;
	height: 20px;
	z-index: 1;
	text-align: right;
	padding: 10px 5px 0 0;
}
#advanced a{
	background-image: url(../images/bg_advancedsearch.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 19px;
}
/*---------------------------------------------------*/
#imagescroller{
	background-color: #002C42;
	width: 576px;
	height: 234px;
	float: left;
	padding: 10px;
	position: relative;
}
#imagescroller h1{
	margin-bottom: 5px;
}
#imagescroller .pager{
	background-color: #002C42;
	width: 54px;
	height: 23px;
	position: absolute;
	top: -5px;
	right: 11px;
	padding: 17px 0 0 10px;
}
#imagescroller .pager a{
	background-image: url(../images/bg_pagerlink.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 11px;
	height: 17px;
	text-decoration: none;
}
#imagescroller .pager .sep{
	background-image: url(../images/bg_separator.png);
	background-repeat: no-repeat;
	width: 2px;
	height: 20px;
	float: left;
	margin: 0 10px;
}

#imagescroller .pager a.left{
	background-position: left top; 
}
#imagescroller .pager a.right{
	background-position: left bottom; 
}
#imagescroller .pager a.disabled{
	visibility: hidden;
}

#imagescroller .scrollbox{
	overflow: hidden;
	width: 576px;
}
#imagescroller .scrollbox img{
	margin: 0 10px 0 0;
	display: block;
	float: left;
}
#imagescroller .cw{
	width: 10000px;
}
/*---------------------------------------------------*/
#akciobox{
	background-color: #002C42;
	width: 300px;
	height: 234px;
	float: right;
	padding: 10px;
}
#akciobox .item{
	margin-bottom: 15px;
}
#akciobox .item h2{
	font-size: 11px;
	line-height: 1;
	margin-bottom: 2px;
}
#akciobox .item .date{
	background-image: url(../images/bg_date.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 40px;
	float: left;
	text-align: center;
	margin-right: 12px;
}
#akciobox .item .date .month{
	display: block;
	font-size: 9px;
	color: #003f5f;
	text-transform: uppercase;
	padding: 2px 0;
}
#akciobox .item .date .day{
	display: block;
	font-size: 18px;
	padding: 3px 0 0 0;
}
#akciobox .item .txt{
	float: left;
	width: 235px;
	line-height: 1.3;
}
#akciobox .item a.details{
	background-image: url(../images/bg_linknext.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 7px;
	text-decoration: none;
	padding-left: 5px;
}

#akciobox div.hr{
	margin: 0 0 10px 0;
}

#akciobox a.more{
	background-image: url(../images/bg_linkmore.png);
	background-repeat: no-repeat;	
	width: 288px;
	height: 19px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	line-height: 19px;
	padding-left: 10px;
}
/*---------------------------------------------------*/
#servicescontent{
	/*width: 590px;
	float: left;
	margin-right: 15px;*/
}
/*---------------------------------------------------*/
table.services{
	width: 100%;
	line-height: 1.3;	
}
table.services td{
	vertical-align: top;
	padding-bottom: 30px;
}
table.services td.td1{
	width: 35px;
}
table.services td.td2{
	width: 260px;
	font-size:13px;
	line-height:20px;
}
table.services h2{
	margin-bottom: 5px;
}
table.services h2, table.services a {
	font:bold 16px Georgia;
	color:#ff8a00;
}
table.services a.details{
	background-image: url(../images/bg_linknext.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 7px;
	text-decoration: none;
	padding-left: 5px;
}
a.xlbutton {
	display:block;
	width:233px;height:38px;
	margin-top:10px;
	text-indent:14px;line-height:38px!important;
	background:#ff8a00;color:#00273a!important;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
/*---------------------------------------------------*/
#centercontent h1{
	margin-bottom: 10px;
}
#centercontentbottom {
	width:636px;min-height:40px;
	padding: 30px 30px 30px 260px;	
	margin-left:-10px;
	margin-bottom:-10px;
	background:#00344e url(../images/centercontentbottom.png) 45px 50% no-repeat;
	border-top:1px solid #174258;	
	border-bottom:1px solid #174258;
	font-size:13px;line-height:22px!important;
	
}	

/*---------------------------------------------------*/
#quality{
	width: 300px;
	float: left;
}
#quality .cdata{
	font-size: 10px;
	padding: 15px 0;
	line-height: 1.7;
}
#quality #contact{
	width:297px;
	height:238px;
	background:url(../images/bg_contact.png) no-repeat;
	padding-bottom:15px;
}
#quality #contact br{
	clear:left;
}
#quality label{
	margin-top:16px;
	margin-left:15px;
	width:50px;
	float:left;
}
#quality .items{
	width:218px;
	margin-top:11px;
	border:none;
	border:1px solid #e47c01;
	background:url(../images/bg_searchinput.png) repeat-x #FFFFFF;
	font: 10px Tahoma;
	color: #9d9d9d;
	height: 19px;
	padding: 0 2px;
	line-height: 19px;
}
#quality textarea{
	height:60px !important;
}
#quality .elkuld{
	width:84px;
	height:21px;
	border:none;
	background:url(../images/bg_contact_btn.png) no-repeat;
	float:right;
	margin-top:8px;
	margin-right:10px;
}
/*---------------------------------------------------*/
#bottom a{
	color: #8cd8ff;
	font-size:12px;
	font-family:arial,sans-serif;
}
#bottom ul.nav{
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #327192;
	padding: 5px 0 10px;
	height: 13px;	
	margin-bottom: 10px;
}
#bottom ul.nav li{
	float: left;
	margin-right: 13px;
}
#bottom .info {position:relative;padding-left:227px;}
#bottom .info, #bottom  .info p{
	font-size: 9px;
	float: left;
	line-height: 16px;
}
	#continental-logo, #vdo-logo {display:block;position:absolute;top:0;height:28px;background-image:url(../images/footer_logos.png);text-indent:-1000em;}	
	#continental-logo {left:0;width:131px;background-position:0 0;}
	#vdo-logo {left:131px;width:78px;background-position:-131px 0;}
	
#bottom .logo{
	float: right;
}
#bottom .fejlterv{
	float: right;
	padding-right: 5px;
}
/*---------------------------------------------------*/
#centercontent .breadcrumbs{
	font-size: 11px;
	color: #ff8a00;
	margin-bottom: 20px;
}
#centercontent .breadcrumbs a{
	color: #ff8a00;
}
#centercontent .breadcrumbs .sep{
	background-image: url(../images/bg_separator2.png);
	background-repeat: no-repeat;
	background-position: center 4px;
	padding-left: 5px;
}
#centercontent ul.nav{ 	
	background-color: #FF8A00;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	font-size: 12px;
	color: white;
	padding: 0 10px;
	position: absolute;
	top: 0px;
	left: -184px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1;
}
#centercontent ul.nav li{
	padding: 7px 0;
	border-bottom: 1px solid #FFA438;
}
#centercontent ul.nav a{
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-decoration: none;
}
/*---------------------------------------------------*/
#centercontent.t2 .ndet {
	width: 600px;
}
#centercontent .ndet{
	
}
#centercontent .ndet .item {
	margin-top: 20px;
	margin-bottom: 20px;
	clear:both;overflow:hidden;
}
#centercontent .ndet .item > img{
	float: left;
	margin-right: 10px;
	margin-left: 24px;
}
#centercontent .ndet h2{
	font-size: 11px;
	margin-bottom: 5px;
}
#centercontent .ndet .txt {
	font-size:14px;line-height:20px;
	padding-left:24px;
	padding-right:24px;
}
#centercontent.t2 .ndet .txt {
	padding-right:0;
}
#centercontent .ndet a.details{
	font-size: 10px;
	color: #ff8a00;
	font-weight: bold;
}
#centercontent .ndet .alert {
	display:block;
	padding:15px 0;
	margin-top:20px;
	border-top:1px solid #145d81;
	border-bottom:1px solid #145d81;
}

#centercontent.t2 .nlist{
	width: 600px;	
}
#centercontent .nlist img{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
#centercontent .nlist .date{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
#centercontent .nlist .item{
	margin: 40px 0 20px 20px;		
	clear:both;overflow:hidden;
}
#centercontent .nlist > h1 +.item{
	margin-top: 20px;
}
#centercontent .nlist .txt{
	font-size:14px;line-height:20px;
}
#centercontent .nlist h2{
	margin-bottom: 5px;	
}
#centercontent .nlist h2, #centercontent .nlist h2 a {
	font-size: 16px;color:#ff8a00;
}
#centercontent .nlist a.details{
	font-size: 14px;
	color: #ff8a00;
	font-weight: bold;
}

#centercontent .fleft{
	float: left;
}
#centercontent .fright{
	float: right;
}

#centercontentside {
	float: right;
	width: 254px;
	margin-right:20px;
}
	#centercontent #newsside  {
		margin-bottom:20px;
	}
	#centercontent #newsside .item {
		margin-top:30px;
	}
	#centercontent #newsside h1 + .item {
		margin-top:20px;
	}
	#centercontent #newsside h2, #centercontent #newsside h2 a {
		font-size:14px;color:#ff8a00;
	}
	#centercontent #newsside p {
		font-size:14px;line-height:20px;
	}
	#centercontent #newsside a.details{
		background-image: url(../images/bg_linknext.png);
		background-repeat: no-repeat;
		background-position: center;
		line-height: 7px;
		text-decoration: none;
		padding-left: 5px;
	}

	#centercontent #newsletter{
		margin-bottom:20px;
	}
	#centercontent #newsletter #newsletterform{
		background-image: url(../images/bg_newsletter.png);
		background-repeat: no-repeat;
		width: 254px;
		height: 33px;
		padding: 10px 0 0 10px;
	}
	#centercontent #newsletter #newsletterform .txtinput{
		background-image: url(../images/bg_searchinput.png);
		background-repeat: repeat-x;
		font: 11px arial;
		color: #9d9d9d;
		width: 178px;
		border: 1px solid white;
		height: 19px;
		padding: 0 5px;
		line-height: 19px;
		margin: 0 5px 0 0;
	}
	#centercontent #newsletter #newsletterform .button{
		background-image: url(../images/button_search.png);
		background-repeat: no-repeat;
		background-color: transparent;
		width: 39px;
		height: 21px;
		color: #ff8a00;
		font: 12px Tahoma;
		font-weight: bold;
		text-transform: uppercase;
		border: none;
		border: 0;
		cursor: pointer;	
	}
/*--------------------------------------------*/
/* narancs urlap */
form.orange {}
form.orange .fields {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #145d81;
	clear:both;overflow:hidden;	
}
form.orange .action {
	text-align:right;
	margin-top:20px;
	width:485px;
}

form.orange .fields .bg {
	/*width:460px;*/
	float:left;	
	padding:20px;
	background:#ff8a00;	
	-o-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
form.orange .fields .row {
	margin-top:10px;
	padding-left:80px;
	clear:both;overflow:hidden;
}
form.orange .fields .row:first-child {
	margin-top:0;
}
form.orange .fields label {
	display:block;float:left;
	width:80px;margin-left:-80px;
	font-size:14px;font-weight:bold;
}
form.orange label.error {
	display:block;float:none;
	width:auto;margin-left:0;
	font-weight:normal;
	padding-top:3px;
}
form.orange .fields input[type="text"] {
	font-size:12px;
	background:#fff;color:#00273b;
	width:355px;padding:0 5px;
	height:30px;line-height:30px;
	border:0;
}
form.orange .button {
	display:inline-block;
	height:38px;line-height:38px;
	padding:0 15px;
	color:#00273b;
	font-weight:bold;text-transform:uppercase;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
}
form.orange .submitButton {
	background-color:#ff8a00;
}
form.orange .createButton {
	background-color:#fff;
}


form.orange2 {}
form.orange2 .fields {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #145d81;
	clear:both;overflow:hidden;	
}
form.orange2 .action {
	text-align:right;
	margin-top:20px;
	width:235px;
}

form.orange2 .fields .bg {
	/*width:460px;*/
	float:left;	
	padding:20px;
	background:#ff8a00;	
	-o-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
form.orange2 .fields .row {
	margin-top:10px;
	padding-left:80px;
	clear:both;overflow:hidden;
}
form.orange2 .fields .row:first-child {
	margin-top:0;
}
form.orange2 .fields label {
	display:block;float:left;
	width:40px;margin-left:-80px;
	font-size:11px;font-weight:bold;
}
form.orange2 label.error {
	display:block;float:none;
	width:auto;margin-left:0;
	font-weight:normal;
	padding-top:3px;
}
form.orange2 .fields input[type="text"] {
	font-size:12px;
	background:#fff;color:#00273b;
	width:120px;padding:0 5px;
	height:20px;line-height:30px;
	border:0;
}
form.orange2 .button {
	display:inline-block;
	height:38px;line-height:38px;
	padding:0 15px;
	color:#00273b;
	font-weight:bold;text-transform:uppercase;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
}
form.orange2 .submitButton {
	background-color:#ff8a00;
}
form.orange2 .createButton {
	background-color:#fff;
}

.displaymessage {display:none;position:fixed;top:0;left:0;z-index:122;width:100%;}
.displaymessage .body {padding:8px 16px;border-bottom:2px solid #fff;background:#ffd800;color:#000;font-size:14px;line-height:24px;font-weight:bold; text-align:center;}
.displaymessage .loading {float:right;width:24px;height:24px;background:url(../images/displaymessage_loading.gif);}		
	

/*--------------------------------------------*/
#slideshow {
    position:relative;
    height:136px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



	/* new clearfix */
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.docs {
	padding-left:24px;
	padding-top:10px;
}

.docs p {
	color: #ff8a00;
	font-size:16px;
}
.docs ul {
	/*list-style-type: none;*/
	font-size: 14px;
}	