/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
@media print
html, body {
	height: 100%; /* Required */
	background-color:#fff;
	
}
body {
	color: #333;
	font: 12px Arial, Helv, sans-serif;
	/*text-align: center;*/
	background-repeat:repeat-x;
	background-color:#fff;
}

@media screen

html, body {
	height: 100%; /* Required */
	background-color:#e0e1e3;
	
}
body {
	color: #666;
	font: 12px Arial, Helv, sans-serif;
	/*text-align: center;*/
	background-color:#e0e1e3;
	background-image:url(../images/bg_page.jpg);
	background-repeat:repeat-x;
}
a { 
	color:#333;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	padding: 0px 0px 0px 0px;
	font: 26px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
h2 {
	padding: 5px 0 0px 40px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:2em;
	color:#000;
	border-bottom:1px solid #ccc;
}
h3 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:normal;
		color:#4D4D4D;
}
h4 {
	font-size: 14px;
	font-weight:normal;
	color:#333;
}
h5 {
	padding:2em 0 0em 0;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2em;
	color:#4D4D4D;
}
h7 {
	margin-top:90px;
	margin-bottom:0px;
	padding:0 15px 0 0;
	font: 15px Verdana;
	font-weight:bold;
	color:#1468B3;
}

p {
	margin: 1em 0 0 0;
	line-height: 1em;
}

.txtk {
	color:#000;
}
/**********************layout**********************/

.container-page {
	margin: 0 auto;
	width: 980px;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background-color:#ffffff;
}
/*****************************************************************************/
.topbar-red{
	position:absolute; 
	width:980px; 
	height:6px; 
	font-size: 1px;
	background-color:#da642b;
}
.topbar-blue {
	position:absolute; 
	width:980px; 
	height:6px; 
	background-color:#19398a;	
}

.lang {
	
	margin:17px 0px 0 30px; 
	font-size:11px;
	text-align: left;
}
.lang a {
	color:#4D4D4D;	
}
.lang a:hover {
	color:#fff;	
}
.loc {
	float:left; 
	margin:17px 0 0 0; 
	font-size:11px;
	text-align: right;
	width: auto;
}
.loc a {
	color:#4D4D4D;
	margin:0 17px 0 0 ;
}
.loc a:hover {
	color:#fff;	
}
.srch {
	width:200px;
	height:22px;
	margin:14px 0px 0 0; 
	padding-right: 8px;
	text-align: right;
	background-image:url(../images/bg_srch.gif);
	background-repeat:no-repeat;
}
div.brandnav {
	width:714px;
	height:47px;
	margin: 0px 0px 0 13px; 
	text-align: right;
}
.srchholder {
	float:left;
}
.srchtxt {
	margin:0 0 0 10px;
	border: 1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.srch img {
	float:right;
	margin:0 0 0 0; 
}
.srchbttn {
	float:right
}
/***************************************************************/
.logodiv {
	float:left;
	width:148px; 
	height:29px; 
	margin: 55px 0px 0px 0px;
	padding-left: 40px;
	left:0px; 
	top:0px; 
	z-index:2;
}
.container-topnav {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	height:24px;
	margin: -1px 0 0 51px;
	text-align:left;
	font-size:12px;
	color:#002B5C;
}
.container-topnav td { padding:0px 0px 0px 0px; vertical-align: middle;}
.container-topnav a {
	display:block;
	color: #fff;/*#4D4D4D;*/
	text-decoration:none;
	padding: 0px 20px;
	height: 20px;
	padding-top: 4px;
	vertical-align: middle;
	/*border-right: 1px solid #ccc;*/
}
.container-topnav a:hover{
	color: #000;
	background-color: #F2F2F2;
	text-decoration:none;
	/*border-right: 1px solid #ccc;*/
}
.container-topnav .active {
	color: #002B5C;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	border-right: 1px solid #ccc;
}

.container-topnav a.submenu {
	display:block;
	color: #fff;/*#4D4D4D;*/
	text-decoration:none;
	padding: 0px 20px;
	height: 20px;
	padding-top: 8px;
	vertical-align: middle;
	/*border-right: 1px solid #ccc;*/
}
.container-topnav a.submenu:hover{
	color: #000;
	background-color: #F2F2F2;
	text-decoration:none;
	/*border-right: 1px solid #ccc;*/
}


.topbar {
	position:absolute; 
	width:980px; 
	height:6px; 
	left:0px;
	top:0px;
	background-color:#da642b;
}
.container-head {
	height:84px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
}
.home_banner {
	height:250px; 
	margin-bottom: 50px;
}
.banner_enduser {
	width:980px;

	padding:15px 0px 0 0px;
}
.leftblock {
	float:left;
	width:165px; 
	height:auto;
	margin: 0px 0px 0px 40px;
	text-align:right;
	}

.leftblock a:link, .leftnav a:visited {
	display: block;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #cccccc;
	font-weight: normal;
	text-decoration:none;
	font-size:14px;
	padding: 0px 0px 40px 0px;
	color: #4AAA42;
}

.leftblock a:hover{
	font-weight: normal;
	text-decoration: none;
	color:#666666;
}

.rightblock {
	float:right;
	width:200px; 
	height:auto;
	margin: 0px 40px 0px 0px;
	}
	
.rightblock-news {
	float:right;
	width:200px; 
	height:auto;
	margin: 0px 26px 40px 0px;
	}
.rightblock-product {
	float:right;
	width:200px; 
	height:auto;
	margin: 24px 0px 40px 0px;
	padding-right: 26px;
	}
.rightblock-home {
	position:absolute; 
	z-index:1;
	right:40px;
	top:466px; 
	width:200px;
	height:auto;
	margin: 0 0 0 0;
}
.rightblock-home .bttn {
	margin:10px 0px 0px 0px;
}
.rightblock-enduser {
	position:absolute; 
	right:40px;
	top:606px; 
	width:200px;
	height:auto;
	margin: 0 0 0 0;
	z-index:1;
}

.container-content2 {
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;

}


.container-content2:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	color:#fff;
	content: ".";
	height: 0px;
	visibility: hidden;
}
.content-pri {
	width: 960px;
	/*min-height:140px;*/
	float: right;
	text-align: left;
	margin:0 0 0 0;
	padding: 0 10px 108px 10px; /*same height as footer*/
	min-height: calc(100vh - 354px);
}
.content-pri-discover {
	width: 960px;
	float: right;
	text-align: left;
	margin:0 0 0 0;
	padding: 0 10px 108px 10px; /*padding at bottom same height as footer*/
}
.content-pri-homepages {
	width: 960px;
	float: left;
	text-align: left;
	padding: 0 10px 108px 10px; /*padding at bottom same height as footer*/
	margin:0px 0 0px 0;
	/*border-top:1px solid #ccc;*/
}
.content-pri-prod {
	width: 960px;
	float: left;
	text-align: left;
	padding: 0 9px 108px 9px; /*same height as footer*/
	margin: 0px 0px 0px 0px;
	border-top:1px solid #ccc;
}

div.txtcontent {
	margin:0px 0px 40px 235px;
	width:470px;
	padding-bottom:0px;
	font-size:12px;
}
div.identify-txtcontent {
	margin:20px 0px 0px 232px;
	width: 500px;
	padding: 0 0 0 0px 0;
	font-size:12px;
	line-height:1.5em;
}
div.product-txtcontent {
	float:left;
	margin:10px 0px 40px 0px;
	padding-left: 230px;
	width:470px;
	padding-bottom:0px;
	font-size:12px;
	line-height:1.5em;
}

div.txtcontent p {
	margin-right:20px;
}
.homecontent {
	margin: 81px 0px 0px 24px;
	width:700px;
	padding-bottom:0px;
	font-size:12px;
	overflow:visible;
}
.idbutton-home {
	width:200px; 
	margin:12px 0 0 730px;
}
/*************************************************************************/
.ptabs {
	margin:24px 0 0 0px; 
	width:700px;
	height:40px;
	overflow:hidden;
	background-image:url(../images/ptabs_allup.jpg); 
	background-repeat:no-repeat;
	position: relative;
	left: 5px;
}

.ptabs a {
	text-decoration:none;
	color:#808080;
}
.ptabs a:hover {
	text-decoration:none;
	color:#000;
}
/************************************************************************/
/*************************************************************************/
.ptabs-dist {
	margin:24px 0 0 15px; 
	height:40px;
	overflow:hidden;
	background-image:url(../images/ptabs_distributor_allup.jpg); 
	width:907px;
	background-repeat:no-repeat;
}

.ptabs-dist a {
	text-decoration:none;
	color:#808080;
}
.ptabs-dist a:hover {
	text-decoration:none;
	color:#000;
}
/**************************************************************************/
.tab1-txt {
	float:left; 
	padding:0  0 0 50px; 
	width:210px;
	height:45px;
}
.tab2-txt {
	float:left; 
	margin:0 0 0 20px; 
	width:210px;
	height:45px;
}
.tab3-txt {
	float:left; 
	margin:0 0 0 5px; 
	width:200px;
	height:45px;
}
.tab4-txt {
	float:left; 
	margin:0 0 0 5px; 
	width:200px;
	height:45px;
}


.product-imageinfo 	{
	height:100px;
}
.product-imagedim-holder	{
	height:40px;
}
.product-imagedim-label	{
	float:left; width:80px; 
	color:#999;
}
.product-imagedim-detail {
	float:left; width:80px;
}

.product-imagesave {
	float:right;
	width:250px;
}
.product-imagesave ul {
	list-style:none;
}
.product-imagesave li{
	margin:0 130px 0 0px;
}
.product-imagesave li a{
	color:#333;
	display:block;
	text-decoration:none;
	padding:0px 5px 3px 30px;
	background-image:url(../images/icon_dwnload_up.png);
	background-repeat:no-repeat;
}
.product-imagesave li a:hover{
	color:#000;
	background-color:#EAEAEA;
	background-image:url(../images/icon_dwnload_up.png);
	background-repeat:no-repeat;
}
.product-manual-list {
	margin:45px 0 40px 0;	
}
/*************************************************************************/

/*************************************************************************/
.ptabs-page {
	left: 18px; 
	top: 130px; /*460px; */
	margin:0 0 0 0; 
	position:absolute; 
	z-index:4;
	width:690px;
	height:43px;
	background-image:url(../images/ptabs_allup.jpg); 
	background-repeat:no-repeat;
}

.ptabs-page a{
	text-decoration:none;
	color:#808080;
}
.ptabs-page a:hover {
	text-decoration:none;
	color:#000;
}
.cover {
	visibility:hidden;  
	position:absolute; 
	left:0px; 
	top:172px; 
	width:980px; 
	margin-bottom:40px; 
	height: auto;
	background-color:#666; 
	z-index:2;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.cover-product-list {
	visibility:hidden;  
	position:absolute; 
	left:0px; 
	top:348px; 
	width:980px; 
	margin-bottom:40px; 
	height: auto;
	background-color:#666; 
	z-index:2;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.cover-home {
	visibility:hidden;  
	position:absolute; 
	left:0px; 
	top:502px; 
	width:980px; 
	/*margin-bottom:40px; */
	height: auto;
	background-color:#666; 
	z-index:2;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.tabmenu-page {
	visibility:hidden;  
	position:absolute; 
		overflow:hidden;
	left:9px; 
	top:172px; 
	width:960px; 
	height: 344px;
	border: 1px solid #CCC; 
	background-color:#FFF; 
	margin-bottom:40px; z-index:3
}
.tabmenu-product-list{
	visibility:hidden;  
	position:absolute; 
		overflow:hidden;
	left:9px; 
	top:347px; 
	width:960px; 
	height: 344px;
	border: 1px solid #CCC; 
	background-color:#FFF; 
	margin-bottom:40px; z-index:3
}



/*************************************************************************/
.promo-distributor {
	height:192px;
	padding:20px 40px 20px 40px; 
}
.distributor-promobox1 { 
float:left;
	margin-right:72px; 
	width:250px; 
	height:190px; 
	border:1px solid #e0e0e0;
	background-image:url(../images/bg_distributor_blank.jpg);
	background-repeat:repeat-x;
}
.distributor-promobox2 { 
	float:left;
	margin-right:72px; 
	width:250px; 
	height:190px; 
	border:1px solid #e0e0e0;
	background-image:url(../images/bg_techlib.jpg);
	background-repeat:no-repeat;
}
.distributor-promobox2-content {
	text-align:center; 
	padding:25px 10px 0 110px; 
	height:125px; 
	width: 100px;
}

.distributor-promobox2-content a {
	text-align:left; 
	display:block;
width: 100px;
	padding:2px 0 2px 12px;
	background-color:#FFFFFF;
	color:#000000;
}
.distributor-promobox2-content a:hover {
	color: #aaa;
}

.distributor-promobox3 {
	float:right; 
	margin-right:0; 
	width:250px; 
	height:190px; 
	border:1px solid #e0e0e0;
	background-image:url(../images/bg_distributor_promobox.jpg);
	background-repeat:repeat-x
}
.distributor-promobox3-content {
	text-align:center; 
	padding:124px 10px 10px 10px; 
	font-weight: bold; color: #000;
}

.distributor-promobox3-content a {
	text-align:left; 
	display:block;
	width:220px;
	padding:2px 0 2px 10px;
	color:#333333;
}
.distributor-promobox3-content a:hover {
	background-color:#FFFFFF;
		color:#000000;
}



.distributor-dwnldbttn-container{
	width:885px; 
	height:30px;
	margin:20px 0 20px 29px;
	padding:0 0 0 0px;
}

/*************************************************************************/

.newsticker {
	width:898px; 
	height:26px; 
	margin:18px 0 40px 32px;
	background-image:url(../images/bg_ticker.gif); 
	background-repeat:no-repeat; 
}

.newsticker-title {
	float:left;
	width:60px; 
	height:20px; 
	padding:5px 0 0 16px;
}
.ticker{
	float:left;
	width:560px; 
	height:20px; 
	margin:5px 18px 0 0px;
}
.ticker a {color: #666; }
.ticker a:hover  {color: #aaa;	  }
.tickerlink {
	float:right;
	width:200px;
}
/*************************************************************************/
.bttn {
	width:200px;
	height:auto;
}
.bttn a {
	display:block;
	 overflow: hidden; font-family: Arial; font-size: 12px; color: #838383; font-weight: bold;
	text-decoration:none;
	width:174px;
	height:24px;
	padding: 3px 0 0 26px;
	line-height:18px;
	background-image:url(../images/button_up.jpg);
	background-repeat:no-repeat;
}
.bttn a:hover {
	background-image:url(../images/button_over.jpg);
	background-repeat:no-repeat;
}
.bttn a.bttnlnk {
	display:block;
	color: #eee;
	text-decoration:none;
	width:168px;
	height:24px;
	padding: 3px 0 0 32px;
	line-height:18px;
	background-image:url(../images/button_up.jpg);
	background-repeat:no-repeat;
}
.bttn a.bttnlnk:hover {
	background-image:url(../images/button_over.jpg);
	background-repeat:no-repeat;
	color: #eee;
}
.bttn-eventpop {
	width:120px;
	height:auto;
}
.bttn-eventpop a {
	display:block;
	color:#FFF;
	text-decoration:none;
	width:120px;
	height:24px;
	padding: 3px 0 0 32px;
	line-height:18px;
	background-image:url(../images/button_eventpop_up.jpg);
	background-repeat:no-repeat;
}


.bttn2 {
	width:200px;
	height:auto;
}
.bttn2 a {
	display:block;
	color: #FFF;
	text-decoration:none;
	width:168px;
	height:24px;
	padding: 3px 0 0 32px;
	line-height:18px;
	background-image:url(../images/button2_up.jpg);
	background-repeat:no-repeat;
}
.bttn2 a:hover {
	background-image:url(../images/button2_over.jpg);
	background-repeat:no-repeat;
}
.bttn2 a.bttn2lnk {
	display:block;
	color: #eee;
	text-decoration:none;
	width:168px;
	height:24px;
	padding: 3px 0 0 32px;
	line-height:18px;
	background-image:url(../images/button2_up.jpg);
	background-repeat:no-repeat;
}
.bttn2 a.bttn2lnk:hover {
	background-image:url(../images/button2_over.jpg);
	background-repeat:no-repeat;
	color: #eee;
}

/*************************************************************************/
.container-foot {
	width: 100%;
	position: absolute;
	left:0px;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 94px;
	text-align:left;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;

}
.foot {
	width:944px;	
	height: auto;
	margin: 35px 0 0 36px;
	padding: 0 0 0 0;
	color:#E6E6E6;
}
.foot a {
		font-size:10px;
		text-decoration:none;
		color:#DDDDDD;
		margin:0 4px 0 4px;
}
.foot a:hover {
		color:#fff;
}
.copyright-container {
		margin:10px 40px 0 40px; 
		width:440px;
		font-size:9px;
		color:#B2B2B2;
}
.copyright {
		float:left; 
		margin:0px 0 0 0px; 
		
}
.copyright a {color:#B2B2B2; text-decoration: none;}
.copyright a:hover { text-decoration: underline;}
.footer-region-map {
	float:right;
	margin-left: 5px;
}
.footer-region {
	float:right; 
	margin:0px 0 0 0;
}

/* states for model list rollovers and active */
.normal {
	background-color:#fff;
	border-bottom: 1px solid #E5E5E5;
	cursor:pointer;
}
over {
	background-color:#F9F9F9;
	border-bottom: 1px solid #E5E5E5;
	cursor:pointer;
}


.bttnreturn {
	float:right; 
	margin:18px 220px 0 0;
}
.bttnreturn a {
	color:#4AAA42;
	text-decoration:none;
}
.bttnreturn a:hover {
	color:#002B5C;
	text-decoration:none;
}
/*********************************************************************************/
div.product-head {	
	float:left;
	width:560px;
	margin: 0 0 0 0px;
	padding-left: 28px;
}
.product-title { 
	width:560px; 
	height:auto;
	margin:20px 0px 0 0;/*85*/
}
.product-icon  {
	width:300px;
	height:30px;
	margin: 30px 0 0 0; 
}
.product-icon img {
	float:right; 
	margin-left:10px;
}
.product-distbutton {
	float:right; 
	width:200px; 
	margin:26px 0px 0 0;
	padding-right: 26px ;
}
.shortname_right {
	margin:18px 0 0 0px;
	padding-left: 18px;
	font-size:18px; 
	color:#999;
}
.product-image {
	margin:20px 0 20px 0; 
	text-align:left;
}
.product-availability {
	float:left; 
	margin: 20px 0px 0px 0px; 
	padding-left:26px;
	width:938px; 
	height:auto;
}
.product-status {
	float:left;
	width:auto;
	padding:4px 5px 0px 0px;
	margin:10px 30px 0px 0px ;
}
.product-status img{
	float:left;
	padding:2px 0 0 0;
	margin:0 4px 0 0;
}
.product-related {
	float:left; 
	margin: 30px 0px 0 26px; 
	padding: 0 0px 40px 0;
	width:904px; 
	height:auto;
}
.product-relatedtitle {
	font-size:14px;
	float:left;
	margin:0 0 0 0;
	padding:3px 0 0 0;
}
.product-relatedcontrol {
	float:left;
	margin:0 0 0 0;
}
.product-relatedcontrol a {
	display:inline;
	text-decoration:none;
	color:#666;
	margin: 0 0 0 18px;
	padding:3px 4px 3px 4px;
	background-color:#fff;
	line-height:23px;
}
.product-relatedcontrol a:hover {
		color:#000;
		background-color:#e0e0e0;
}
/***************************************************************************/
div.manual-head {	
	float:left;
	width:660px;
	margin: 20px 0 0 28px;
}
.manual-title { 
	width:560px; 
	height:auto;
	margin:0 0px 0 0;/*85*/
}
.manual-icon  {
	float: left;
	width:100px;
	height:30px;
	margin: 30px 0 0 0; 
}
div.manual-search-holder {	
	float:left;
	width:660px;
	margin: 25px 0 0px 28px;
}
.manual-srchtxt {
	margin:2px 0 0 10px;
	width:160px;
	border: 1px solid #eaeaea;
	background-color:#eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.listnavigation {
margin:0 0 40px 85px;	
}
.listnavigation a {
	color:#666;
	text-decoration:none;
	padding: 2px 3px 2px 3px;
}
.listnavigation a:hover {
	color:#000;
	background-color:#dedede;
}

.listnavigation span {	color:#000;	background-color:#dedede;	padding: 2px 3px 2px 3px; }

.listnavigation-product {
	margin:0 0 10px 85px
}
.listnavigation-product a {
	color:#666;
	text-decoration:none;
	margin:0 0 0 12px;
	padding:2px 5px 2px 5px
}
.listnavigation-product a:hover {
	color:#000;
	background-color:#dedede;
}
.listnavigation-product .active {
	color:#000;
	background-color:#dedede;
}
.list-panel {
	margin:0 0 0 85px;
}
.list-tn {
	float:left;
}
.list-title {
	margin:0 0 0 85px;
}
.list-subtitle {
	margin:0px 0 5px 85px;
}
.software-list-container {
	margin:0 20px 0 30px; 
	background-color:#F2F2F2; 
	padding:10px 0 10px 0;
}

.software-list-vertitle {
	margin:0px 0 0px 40px;
}
.list-current-software {
	margin:0 0 5px 40px;
	font-size:14px;
	font-weight:bold;
}
/*************************************manuals list item styles **********************************/
.manual-list-item {
	padding:0 0 0px 0;
	margin:10px 0 10px 0;
	width:445px;
	border-bottom:1px solid #ccc;	
}

.manual-list-container {
	margin:0 0px 0 30px; 
	background-color:#F2F2F2; 
	padding:15px 0 10px 0;
}
.manual-language{
	color:#666;
	height:30px;
}
.manual-language-title {
	float:left; 
	font-size:10px;
		margin: 0 0 0 10px;
}
.manual-available-title {
	margin:0 0 0 10px; 
	font-size:10px;
}
.manual-language-en {
	float:left;
}
.manual-language-en a {
			color:#666;
		text-decoration:none;
	margin: 0px 0 0 35px;
	padding:0px 10px 0px 10px;
	background-color:#dedede;
}
.manual-language-en a:hover {
	color:#fff;
	background-color:#da642b;
}
.manual-language-en .active {
	color:#fff;
	background-color:#da642b;
}

.manual-language-fr {
	float:left;
}
.manual-language-fr a {
	color:#666;
		margin: 0px 0 0 25px;
	padding:0px 10px 0px 10px;
	background-color:#dedede;
}

.manual-language-fr a:hover {
	color:#FFF;
	background-color:#4D4D84;
}
.manual-language-fr active {
	color:#FFF;
	background-color:#4D4D84;
}

.manual-language-sp {
	float:left;
}
.manual-language-sp a {
		color:#666;
		text-decoration:none;
				margin: 0px 0 0 25px;
	padding:0px 10px 0px 10px;
	background-color:#dedede;
}
.manual-language-sp a:hover {
	color:#fff;
	background-color:#FFCC00;
}
.manual-language-sp a .active {
		color:#fff;
	background-color:#FFCC00;
}
.manual-language-sp active {
		color:#fff;
	background-color:#FFCC00;
}

.manual-language a {

}

.list-filter {
	padding:2px 2px 5px 0;
	background-image:url(../images/bg_srchfilter.gif);
	background-repeat:no-repeat;
	height:28px;
}
.list-filercount {
	float:right; padding:6px 38px 0 0;
}

.document-listholder {
	margin:0 0 0 32px; 
	background-color:#f0f0f0
}

.manual-list-name {
	color: #000;
	padding:0 0 0 30px
}
.manual-list-shortname {
	padding:0 0 5px 30px;
}
.txtfield435 {
	width:435px;
	background-color:#E6E6E6;
	border:1px solid #E6E6E6;
}

/***********************************************************************/

.manual-list ul {
	list-style:none;
	margin:10px 20px 10px 65px;
}
.manual-list li{
	margin:2px 4px 0 4px;
}
.manual-list li a{
	color:#333;
	display:block;
	text-decoration:none;
	padding:0px 5px 0px 30px;
	background-image:url(../images/icon_dwnload_up.png);
	background-repeat:no-repeat;
}
.manual-list li a:hover{
	color:#000;
	background-color:#EAEAEA;
		background-image:url(../images/icon_dwnload_up.png);
	background-repeat:no-repeat;
}
/**********************************************************************************************/
.advsrch-popup {
	padding:10px 10px 30px 10px; 
	width:500px; 
	background-image:url(../images/bg_login.jpg); 
	background-repeat:no-repeat;
}
.advsrchtxt {
	padding:0 0 5px 32px; 
	color:#fff;
}
.advsrch-title {
	padding:0 0 5px 32px; 
	margin:0 0 10px 0; 
	color:#fff; 
	font-size:18px;
}
.advsrchfield {
	margin: 0 0 0 34px;
	padding:2px 0 0 0px;
	height:28px;
	background-image:url(../images/bg_advsrch.gif);
	background-repeat:no-repeat;
}

.bttn-advsrch {
	width:120px;
	height:auto;
	float:right; 
	padding:10px 32px 0 35px;
}
.bttn-advsrch a {
	display:block;
	color:#FFF;
	text-decoration:none;
	width:120px;
	height:24px;
	padding: 3px 0 0 32px;
	line-height:18px;
	background-image:url(../images/button_eventpop_up.jpg);
	background-repeat:no-repeat;
}
.bttn-advsrch a:hover {
	background-image:url(../images/button_eventpop_over.jpg);
	background-repeat:no-repeat;
}
/**********************************************************************************************/
.product-list-item {
	margin:40px 0 0 0;	
	border-bottom:1px solid #ccc;
	height:90px;
}
.product-list-item a {
	color:#000;
	padding:2px 5px 2px 5px;
}
.product-list-item a:hover{
	background-color:#dedede;
}
.product-list-scroller {
	float:left;
	margin: 30px 0px 0 10px;
	width:960px; 
	height:auto;
}
.product-list-scrollercontrol {
	margin:0 0 0 0;
}
/*******************************FAQ**********************************************/
.subhead {
	font-size:18px; 
	color:#999;
	margin:10px 0 24px 0;
}
div.answer {
	padding:15px 0px 15px 15px;
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
/********************************************************************************/
.panel-downloads {
	padding:10px 0 10px 0;
		font-size: .94em;
}

.downloads {
	list-style:none;
}
.downloads li{
	margin:0 0px 0 0px;
	padding: 0px 4px;
	border-bottom: 1px solid #fff;
}
.downloads li a{
	color:#333;
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 30px;
	background-image:url(../images/icon_dwnload_up.png);
	background-repeat:no-repeat;
}
.downloads li a:hover{
	color:#000;
	background-color:#EAEAEA;
	background-image:url(../images/icon_dwnload_up.png);
	background-repeat:no-repeat;
}


/*************************************************************************************/
.downloads-list {
	list-style:none;
}
.downloads-list li{
	margin:0 4px 0 0px;
}
.downloads-list li a{
	color:#777;
	font-weight:normal;
	display:block;
	width:410px;
	text-decoration:none;
	padding:4px 5px 4px 30px;
	background-image:url(../images/icon_dwnload_up.png);
	background-position: 0px 4px;
	font-style: italic;	
	background-repeat:no-repeat;
}
.downloads-list li a:hover{
	color:#333;
	background-color:#EAEAEA;
		background-image:url(../images/icon_dwnload_up.png);
	background-position: 0px 4px;

	background-repeat:no-repeat;
}
.downloads-list img {
float:right;
padding:0px 0 0 0;
}
.downloads-list li span {display: block; padding:0px 5px 4px 30px;  color: #ccc;} 

/*****************************************************************************************/
.document-list {
	list-style:none;
	margin:0 0 0 0; 
	padding:10px 0 15px 0;
}
.document-list-item {
	padding:0 0 0px 0;
	margin:10px 0 15px 0;
	width:445px;
	border-bottom:1px solid #ccc;	
}
.document-list li{
	margin:0 4px 0 0px;
}
.document-list li a{
	color:#333;
	font-weight:bold;
	display:block;
	width:378px;
	text-decoration:none;
	padding:4px 5px 4px 30px;
	background-image:url(../images/icon_dwnload_up.png);
	background-position: 0px 4px;

	background-repeat:no-repeat;
}
.document-list li a:hover{
	color:#000;
	background-color:#ccc;
		background-image:url(../images/icon_dwnload_up.png);
	background-position: 0px 4px;

	background-repeat:no-repeat;
}
.document-list img {
float:right;
padding:4px 0 0 0;
}
/******************************************************************************************/

.panellink {
	list-style:none;
}
.panellink li{
	margin:0 0px 0 0px;
	padding: 0px 4px;
	border-bottom: 1px solid #fff;
}
.panellink li a {
	color:#333;
	display:block;
	text-decoration:none;
	padding:3px 5px 3px 30px;
	background-image:url(../images/icon_arrow_left_up.png);
	background-repeat:no-repeat;
}
.panellink li a:hover{
	color:#000;
	background-color:#EAEAEA;
}

.panel-software {
	padding:10px 0 10px 0; 
	font-size: .94em;
}
.panel-software-txt {
	margin:0 0 0 30px;
}
.panel-software-ver {
	margin:5px 0 0px 50px; 
	font-size:18px; 
	font-weight:bold; 
	color:#333;
}
.panel-software-datetitle {
	margin:2px 0 0 50px;
}
.panel-software-date {
	margin:2px 0 5px 50px; 
	font-size:12px; font-weight:bold;
}
.panel-software-prev {
	text-align:center;
}
.panel-software-prev a {
	display:block;	
	margin:2px 4px 0 4px;
	padding:4px 2px 4px 2px;
}
.panel-software-prev a:hover{
	color:#000;
	background-color:#EAEAEA;
}
.panel-video {
	padding:15px 0 15px 0;
}
.panel-video-title {
	margin:0 0 0 30px;
}
.panel-video-button {
	margin:0 0 10px 30px;
}
.panel-photos {
	padding:15px 0 15px 0
}
.panel-photos-title {
	margin:0 0 10px 30px;
}
.panel-photos-tn {
	margin:0 0 0 30px;
	height:auto;
}
/**************************************************************************/

.identify-head {
	float:none; margin-left:232px;
}
.diagram-container {
	width:auto; height:170px; margin:15px 0 15px 0;
}
.diagram-nav {
	float:left; height:150px; width:210px;
	margin:20px 0 0 0;
}
.diagram {
	float:right;
	height:170px; 
	width:730px; 
	background-image:url(../images/ident_powerseries.gif); 
	background-repeat:no-repeat;
}
.diagram-copy {
	padding:20px 0 0 20px; 
	width:200px;
}
.id-search-container {
	width:auto; 
	height:80px; 
	margin:20px 0 15px 0;
}
.id-search-txt {
	float:left; 
	height:80px; 
	width:210px; 
	text-align:right; 
	color:#999;
}
.id-search-left {
	float:right; height:80px; width:730px;
}
.id-search-label {
	float:left; 
	margin:0 20px 0 0;
}
.id-search-field-container {
	float:left;
}
.id-search-field {
	width:198px;
	border:1px solid #CCC;
}
.id-search-button-container {
	margin:45px 0 0 0; 
	padding:0 0 0 245px;
}
/*************************************************************************/
.diagram-nav ul{
	list-style:none;
}
.diagram-nav ul li{
	margin:0 0 20px 0;
	text-align:right;
}
.diagram-nav ul li a{
	color:#333;
	display:block;
	background-color:#fff;
	text-decoration:none;
	padding:5px 30px 4px 5px;
	background-image:url(../images/arrow_diagramnav_up.jpg);
	background-repeat:no-repeat;
}
.diagram-nav ul li a:hover{
	color:#000;
	background-color:#f5f5f5;
}

/**************************************************************************/
.match-container {
	margin:40px 0 0 0px; 
	height:auto;
}
.match-result {
	float:left; 
	margin-right:5px;
	padding:0 0 10px 0; width:450px;
	border-bottom:1px solid #ccc;
}
.match-name {
	font-size:14px; 
	font-weight:bold;
}
.match-shortname {
	color:#999;
}
.match-compatible-container {
	float:left;
	padding:0 0 60px 0;
}
.match-compatible-title {
	margin:16px 0 10px 0;
}
.match-item {
	width:200px; 
	border-bottom:1px solid #ccc; 
	padding:10px 0 10px 0;
	text-align:center;
}
/***********************************************************************************/
.matchpop {
	visibility:hidden;
	position:absolute; 
	left:42px; top:612px; 
	width:428px; 
	height:auto; 
	background-color:#f2f2f2; 
	padding:6px 0px 6px 6px;
}
.matchpop-close {
	float:right;
	height:21px; 
	width:21px;
	margin:0 0 0 0
}
.matchpop-img {
	float:left; 
	background-color:#FFF; 
	width:175px; 
	height:180px;
}
.matchpop-namecontainer {
	margin:0 0 0 192px;
	height:90px;
}
.matchpop-name {
	margin:0px 34px 0 0; 
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}
.matchpop-shortname {
	margin:0 0 0 0;
}
.matchpop-statement {
	margin:20px 0 0 222px; 
	font-weight:bold;
}
.matchpop-bttn {
	margin:10px 0 0 192px;
}
/**********************************************************************************************/
.newstabs {
	margin:24px 0 0 5px; 
	width:655px;
	height:40px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	background-image:url(../images/3tabs-1up.jpg);
	background-repeat:no-repeat;
}

.newstabs a {
	text-decoration:none;
	color:#808080;
}
.newstabs a:hover {
	text-decoration:none;
	color:#000;
}
.newstabs2 {
	margin:24px 0 0 65px; 
	width:600px;
	height:24px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	background-image:url(../images/2tabs-1up.png);
	background-repeat:no-repeat;
}

.newstabs2 a {
	text-decoration:none;
	color:#808080;
}
.newstabs2 a:hover {
	text-decoration:none;
	color:#000;
}
.newtab1-txt {
	float:left; 
	padding:0  0 0 25px; 
	width:170px;
	height:45px;
}
.newtab2-txt {
	float:left; 
	margin:0 0 0 0px; 
	padding:0  0 0 25px; 
	width:170px;
	height:45px;
}

}
.news-head {
padding:0 0 0 30px;
}
.news-item-nav a{
	padding:0px 8px 0px 8px;
}
.news-item-nav a:hover{
	background-color:#f2f2f2;
}
.news-item-nav a:active{
	background-color:#f9f9f9;
}
div.news-txtcontent {
	margin:0px 0px 40px 0px;
	width:600px;
	padding:1px 0 0px 64px;
	font-size:12px;
}

.news-list {
	margin:10px 0 0 0;
}
.press-list {
	margin:30px 0 0 0;
}

.news-date {
	padding: 0 0 5px 0;
}
.news-title {
	font-weight:bold;
	padding: 0 0 10px 0;
}
.news-short {
		padding: 0 0 0px 165px;
}
.news-short-left {
		padding: 0 0 15px 0px;
		font-style: italic;
}
.news-link{
	text-align:right;
	padding: 10px 0 0 0;
}
.news-link a{
	padding:2px 4px 2px 4px;
	background-color:#f2f2f2;
}
.news-link a:hover{
	background-color:#ccc;
}
.news-item {
		margin: 10px 0 0px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.news-item-nav {
	height:38px;
	padding:20px 0px 0px 0px;
	border-bottom:1px solid #ccc;
}
.news-text {
		padding: 0 0 0px 165px;
}
.news-return {
	float:left;
}
.news-return a {
padding: 2px 4px 2px 4px;
	background-color:#f2f2f2;
}
.news-return a:hover {
	background-color:#ccc;
}
	
.news-icons {
	float:right;
	}
.news-icons img {
	margin: 0 0 0 10px;
}
div.events-txtcontent {
	margin:0px 0px 40px 0px;
	width:600px;
	padding:1px 0 0px 54px;
	font-size:12px;
}
.events-list {
	margin: 30px 0 0px 0;
	padding:0 0 10px 0;
}
.events-item {
	margin: 0px 0 0px 0;
	padding:10px 0 5px 10px;
	border-bottom: 1px solid #ccc;
}
.events-item-active {
	margin: 0px 0 0px 0;
	padding:10px 0 5px 10px;
	border-bottom: 1px solid #ccc;
	background-color:#f2f2f2;
}

/************************************************************************************************/

.eventpop {
	width:312px;  
	padding:5px 5px 22px 22px;
	background-color:#EAEAEA; 
	border:1px solid #ccc;
}
.eventimage {
	float:left;
}
.pop-close img {
	height:21px;
}
.pop-close img {
	float:right;
}
.eventpop-title {
font-weight:bold;
	padding:10px 40px 10px 0;
}
.eventpop-label {
padding:0 0 0 145px;
}
.eventpop-text {
	padding:0 0 0 180px;
	margin:0 0 10px 0;
}
.eventpop-bttnholder {
padding:25px 0 0 162px;
}

/**************************************************************************************************/
.xsmall-popup {
	left:245px; 
	top:150px; 
	padding:10px;  
	background-image:url(../images/bg_login.jpg); 
	background-repeat:no-repeat;
}

.small-popup {
	width:500px; 
	height:270px; 
	background-image:url(../images/bg_login.jpg); 
	background-repeat:no-repeat;
}
.small-popuptitle {
	font-size:18px; 
	color:#fff; 
	padding:0 65px 20px 180px; 
	
}

.language-label {
	width:150px; 
	color:#fff; 
	text-align:right; 
	padding:10px 0 10px 0px;
}
.language-radio-holder {
float:right; 
width:320px; 
height:100px; 
padding:5px 0 0 0
}
.radiobutton {
}
.radio-label {
float:left;
	padding:3px 10px 0 30px;
}
.language-buttonrow {
	padding:24px 0 0 0;
}

.small-popupregion {
	width:500px; 
	height:200px; 
	background-image:url(../images/bg_login.jpg); 
	background-repeat:no-repeat;
}

.catalogue-296banner {
	width:980px; 
	height:296px; 
	background-image:url(../images/banner269_catalogue2.jpg); 
	background-repeat:no-repeat;
}
.banner296-catalogue-head {
	float:left; 
	font-size:24px; 
	font-weight:bold; 
	padding:20px 28px 0 40px; 
	color:#fff;
}
.banner296-catalogue-subhead {
	float:left; 
	padding:28px 0 0 0; 
	font-size:16px;
	color:#fff;
}
.banner296-catalogue-linkholder {
	padding:120px 0 0 723px
}
.banner296-catalogue-linkholder a {
	display:block;
	width:235px;
	padding:5px 3px 5px 3px;
	text-decoration:none;
	font-weight:bold;
	color:#F2F2F2;
}
.banner296-catalogue-linkholder a:hover {
		background-color:#f9f9f9;
		color:#000000;
}
.banner296-events {
	width:980px; 
	height:296px; 
	background-image:url(../images/banner296_events.jpg); 
	background-repeat:no-repeat;
}
.banner296-events-head {
	font-size:46px; 
	color:#FFFFFF; 
	font-weight:bold; 
	padding:65px 0 0 44px;
}
.banner296-events-subhead {
	font-size:16px; 
	color:#fbfbfd; 
	padding:0px 300px 0 240px;
}
.banner296-link {	
font-size:16px;
text-align:right;
	color:#efb112;
	padding:18px 320px 0 0;
}
.banner296-link a{
	color:#efb112;
	text-decoration:none;
	font-weight:bold;
}
.banner296-link a:hover{
	color:#ffffff;
}
.calender-link {
	padding:0px 0px 0 0px;
}
.calender-link a{
font-weight:bold;
	padding:40px 5px 3px 42px;
	color:#000;
	background-color:#d3d3d3;
		filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
.calender-link a:hover{
	color:#000000;
	background-color:#FFFFFF;
		filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;

}
/********************************************************************/
.banner296-news {
	width:980px; 
	height:296px; 
	background-image:url(../images/banner296_news.jpg);
	background-repeat:no-repeat;
}
.banner296-news-head {
	font-size:46px; 
	color:#000; 
	font-weight:bold; 
	padding:20px 0 0 44px;
}
.banner296-news-subhead {
	font-size:16px; 
	color:#666666; 
	padding:40px 300px 0 242px;
}

.banner296-news-link {	
	font-size:14px;
	padding:14px 0 0 44px;
}
.banner296-news-link a{
	color:#da642b;
	text-decoration:none;
	font-weight:bold;
}
.banner296-news-link a:hover{
	color:#000;
}
.banner296-news-text {
		padding:20px 740px 0 44px;
}

.banner296-alink{
	padding: 0px 0px 0px 0px;
	color:#EC1C24;
	font-weight:bold;
}

.banner296-alink a:hover{
	color:#66FF00;
	background-color:#ccc;
}
.banner296-alink2 {	
	font-size:12px;
	padding:0px 0 0 0px;
	color:#EC1C24;
	background-color:#e5e5e5;
	padding:0px 5px 0px 5px;
}
.banner296-alink2 a:hover {	
color:#000;
}
/*******************************************************************/
.banner296-profile {
	width:980px; 
	height:296px; 
	background-image:url(../images/bg_profile.jpg);
	background-repeat:no-repeat;
}
.banner296-profile-head {
	/*float:left; */
	font-size:24px; 
	font-weight:bold; 
	padding:20px 28px 0 40px; 
	color:#000;
}
.banner296-profile-subhead {
	float:left; 
	padding:28px 0 0 0; 
	font-size:16px;
	color:#000;
}
.txtfield250 {
	width:250px;
}
.txtfield150 {
	width:150px;
}
.txtfield160 {
	width:160px;
}
.banner296-profile-formholder {
	width:auto;
	height:auto;
	padding:10px 0px 20px 0px;
}
.form-left {
	width:310px; 
	float:left;
	margin:0 10px 0 0;
}
.form-item {
		width:auto;
		height:auto;
}
.profile-row {
	padding:0 0 10px 0;
}
.form-label {
	float:left; 
	width:120px; 
	text-align:right; 
	padding:4px 5px 0 0;
}

.296banner {
	width:980px; 
	height:296px; 
}

div.banner-reg {	
	float:left;
	width:672px; 
	margin:30px 0 20px 0px; 
	padding:5px 0 0 32px; 
}
div.banner-regtitle { 
	margin:0 0px 0 0;/*85*/
	padding:0;  
	margin:0px;
}
.regform-row {
	padding:10px 0 10px 0;
}
.regform-label {
	float:left; 
	width:260px; 
	text-align:right; 
	padding:2px 10px 0 0;
}
.regform-label b {color: #d5682f}
.regform-item {
		width:auto;
		height:auto;
}
/***********************************************************************************/
.careerlist_row {
	display:block;
	width:455px;
}
.careerlist_row a{
	display:block;
	width:295px;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.careerlist_row a:hover{
	background-color:#f9f9f9;
	border-bottom:1px solid #ccc;
}
/**********************************************************************************/
div.pressrelease-txtcontent {
	margin:0px 0px 40px 0px;
	width:634px;
	padding:1px 0 0px 30px;
	font-size:12px;
}
.pressrelease-text {
		padding: 0 0 0px 199px;
}
.pressrelease-text p {
		line-height: 150%;
}
/*********************************************************************************/
.media-photos {
	float:left; 
	width:100px; 
	height:100px;  
	text-align:center;	
	margin:0 15px 15px 0; 
}
.media-photos img {
	margin-top: 3px
}
.media-photos a {
	display:block;
	width:100px;
	height:100px;

	border:1px solid #ccc;
	background-color:#fff;
}
.media-photos a:hover {
	background-color:#eaeaea;
}
.mediaimage-rollover {
	position:absolute; 
	left:450px; 
	top:456px; 
	width:auto; 
	height:auto; 
	background-color:#eaeaea; 
	border:1px solid#ccc; 
	padding:10px;
}
.media-photos-imageinfo {
	height:100px;
	width:300px;
}

.mediaphotos-imagedimholder {
margin-top:10px;
	height:40px;
	padding:1px;
}
.mediaphotos-imagedim-label	{
	float:left; 
	width:80px; 
	color:#999;
	text-align:right; 
	padding:0 5px 5px 0
}

.media-photos-imagesave {
float:left; 
	width:250px;
}
div.registration-txtcontent {
	float:left;
	margin:10px 0px 40px 90px;
	width:470px;
	padding-bottom:0px;
	font-size:12px;
	line-height:1.5em;
}

/******************************************************************************************/
.right-poster {
	padding:10px 7px 10px 7px; 
	margin:24px 24px 14px 24px; 
	background-color:#f0f0f0; 
	border:1px solid #ccc;
}

.posterlink {
	margin-top:5px;
}
.posterlink a {
padding:2px 5px 2px 5px;
	background-color:#e0e0e0;
}
.posterlink a:hover {
	background-color:#cccccc;
}

a.popup-link {color: #fff; font-size: 13px;}
a.popup-link:hover {color: #000; }

.bttncss a{
	padding: 2px 10px 2px 10px;
	background-color:#eaeaea;
}
.bttncss a:hover{
	background-color:#cccccc;
}

.txtfield435 {
	width:435px;
	background-color:#E6E6E6;
	border:1px solid #E6E6E6;
}
.txtfield310 {
	width:340px;
	background-color:#f5f5f5;
	border:1px solid #E6E6E6;
	height:20px;
	margin:2px 0 0 0;
}
.txtfield435-w {
	width:400px;
	background-color:#fff;
	border:1px solid #fff;
}
.txtfield250 {
	width:250px;
}
.txtfield150 {
	width:150px;
}
.txtfield160 {
	width:160px;
}

.footer-register {color: #ccc; position: relative; top: 1px;}
.footer-register a {color: #ddd; font-size: 11px; }
.footer-register a:hover {color: #000; }
.smaller {font-size: 11px;}
a.link-contact {text-decoration: none; color: #444;}
a.link-contact:hover {text-decoration: underline; color: #000;}


table.baskets {width: 500px;margin: 10px 0px 20px}
table.baskets tr th {border-bottom: 2px solid #ccc; color:#000000; text-align: left; padding: 5px 3px 3px}
table.baskets tr td {border-bottom: 1px solid #ccc; text-align: left; padding: 2px 3px 2px;padding: 8px 4px 8px 0px;}
div.homelist { margin: 10px 0px 20px 20px}
div.homelist a {display: block; background-image:url(../images/bullet-grey.gif); background-repeat: no-repeat; background-position: 0px 6px;  padding: 5px 0px 5px 18px; text-align: left;}

div.gallery-menu {width: 100%; text-align: left; border: 1px solid #f0f0f0; background-color: #f6f6f6}
.gallery-thumb {display: inline; margin: 3px 6px 3px 0px; border: 0px solid #f0f0f0; cursor: pointer;}

.size300 {width: 300px}
.size500 {width: 500px}

.container-login {
	float:right;
	width:550px;
	height:auto;
	text-align:left;
	margin: 0px 0px 0 0;
	padding-right: 0px;
}
/*********************** dealer login button ********************************/
.login {
	float:left;
	margin:14px 0px 0px 0px;
	width:200px;
	height: 20px;
	text-align: right;
}
.login a {
	display: block;
	color:#E6E6E6;
	text-align:left;
	padding:2px 0 0 32px;
	height: 18px;
	background-image:url(../images/button_dealerlogin_up.gif);
	background-repeat:no-repeat;
}
.login a:hover {
	display:block;
	color: #fff;
	padding:2px 0 0 32px;
	text-decoration: none;
	background-image:url(../images/button_dealerlogin_over.gif);
	background-repeat:no-repeat;
}
.logout {
	float:left;
	margin:14px 0px 0px 0px;
	width:200px;
	height: 20px;
	text-align: right;
}
.logout a {
	display: block;
	color:#E6E6E6;
	text-align:left;
	padding:2px 0 0 32px;
	height: 18px;
	background-image:url(../images/button_dealerlogin_up.gif);
	background-repeat:no-repeat;
}
.logout a:hover {
	display:block;
	color: #fff;
	padding:2px 0 0 32px;
	text-decoration: none;
	background-image:url(../images/button_dealerlogin_over.gif);
	background-repeat:no-repeat;
}

.logintxt {
	padding: 0 0 0 32px;
	line-height:18px;
}

.login-popup {
	width:500px; 
	background-image:url(../images/bg_login.jpg); 
	background-repeat:no-repeat;
	border: 5px solid #fff;
}
.login-close {
	text-align:right; 
	padding:5px 5px 0 0;
}
.login-title {
	font-size:18px; 
	color:#fff; 
	padding:0 65px 20px 150px; 
	width:285px;
}
.login-row {
	width:auto; 
	height:40px;
}
.login-row-feedback {
	width:auto; 
	height:36px;
}
.login-label {
	float:left; 
	width:120px; 
	color:#fff; 
	text-align:right; 
	padding:10px 0 10px 0px;
}
.login-field-holder {
	float:right;  
	padding:8px 80px 0px 0;
}
.login-field {
	width:270px;
	}
.login-bttn-row {
	width:auto; 
	height:30px; 
	padding:10px 0 5px 300px;
}
.login-link {
	width:auto; 
	padding: 0px 0 0 300px;
}
.login-link a {

	text-decoration:none;
	color:#fff;
	padding: 0 0 0 0px;
}
.login-link a:hover {
	color:#000;
}
a.email-link {color: #da642b}



/* BENTEL */
div.product-description { padding: 20px;}
div.product-description p {  line-height: 150%; }
ul.product-features { padding: 10px 0px;margin-left: 25px;}
ul.product-features li { padding: 0px 0px 10px;}
div.product-description li { padding: 0px 0px 5px 0px; margin-left: 25px;}

div.visible {display: block;}
table.product-menu { border-bottom: 1px solid #ccc; width: 670px;background-image: url(../images/tab-1.jpg); background-repeat: no-repeat; height: 25px; margin-left: 20px}
table.product-menu td {font-size: 13px; font-weight: normal; padding: 0px 0px  0px 20px; text-align: left; cursor: pointer;}
table.product-menu td.active {}
table.product-menu td.inactive {}

td.product-cell {width: 140px; text-align: center; vertical-align: bottom; padding: 0px}
td.product-cell div { display: block; min-width: 140px; width: 140px; text-align: center; font-weight: normal; margin: 0px 0 0 0px; font-size: 10px}
td.product-cell img { margin-bottom: 0px; margin: 12px;}

h1.security {padding: 0px; margin: 0px; position: relative; top: -2px; font-size: 20px; font-weight: normal;}
h1.fire {padding: 0px; margin: 0px;position: relative; top: -2px;font-size: 20px; font-weight: normal;}

#srcresults a { display: block; text-decoration: none;padding: 2px 0px;}
#srcresults a:hover { display: block; text-decoration: none; background-color: #ccc; color: #fff; padding: 2px 0px;}
#srcresults a.inactive:hover { display: block; text-decoration: none; background-color: #ccc; color: #fff; padding: 2px 0px;}
#srcresults a.active:hover { display: block; text-decoration: none; background-color: #ccc; color: #fff; padding: 2px 0px;}
#srcresults a.active { display: block; text-decoration: none; background-color: #ccc; color: #fff; padding: 2px 0px;}
#srcresults a.inactive { display: block; text-decoration: none; background-color: #ededed; color: #333; padding: 2px 0px;}

.abouttable {width: 470px; margin-left: 228px; margin-top: 8px;  
}
td.aboutus {
	line-height: 150%;
}
td.aboutus h3 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4D4D4D;
	padding:2em 0em 1em 0em	
}
td.aboutus h5 {
	padding:2em 0 0em 0;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2em;
	color:#4D4D4D;
}
/*.abouttable td:first-child {
	padding-top:0em;
}*/
td.aboutus ul{
	padding-top:1em;
}
ul.numeric li{
	list-style:decimal;
}

ul.product-nav {list-style-type: none; margin-bottom: 15px; margin-top: 10px;}
ul.product-nav li a { display: block; background-color: #fff; width: 190px;padding: 8px 0px 8px 10px; font-size: 11px}
ul.product-nav li a.active { display: block; background-color: #eee; padding: 8px 0px 8px 10px; font-size: 11px}
ul.product-nav li a:hover { display: block; background-color: #eee; padding: 8px 0px 8px 10px; font-size: 11px}

.nomargin {margin: 0px}
div.fire {border-left: 8px solid #f0512b}
div.security {border-left: 8px solid #4d4d4d }
.hidden {display: none;}

div.home-page {margin: 20px 0 0 12px; line-height: 125%; width: 222px; color: #5a5a5a}
div.home-page img {float: right; margin: 0 0 8px 5px}
div.home-page span { color: #da642b; font-weight: bold;}
div.home-page a { text-decoration: underline;}
div.home-page a.home-link { text-decoration: none; color:#da642b; font-weight: bold; display: block; margin: 10px 0px 15px; padding-left: 25px; background-image: url(../images/bullet2.jpg); background-repeat: no-repeat; background-position: left 3px;}
div.home-page a.learn-more { color: #da642b; text-decoration: none; display: block; text-align: right; font-weight: bold;}

a.home-banner-button {display: block;  background-image: url(../images/tab-bg.png); background-repeat: no-repeat; width: 223px; height: 49px; }
a.home-banner-button:hover {display: block;  background-image: url(../images/tab-active.png); background-repeat: no-repeat; width: 223px; height: 49px; }
a.home-banner-button-active {display: block;  background-image: url(../images/tab-active.png); background-repeat: no-repeat; width: 223px; height: 49px; }
a.home-banner-button span {display: block; margin-left: 40px; font-weight: bold; color: #5a5a5a; position: relative; top: 8px;}
a.home-banner-button:hover span {display: block; margin-left: 40px; font-weight: bold; color: #da642b; position: relative; top: 8px;}
a.home-banner-button-active span {display: block; margin-left: 40px; font-weight: bold; color: #da642b; position: relative; top: 8px;}

a.orange { color: #da642b;}
a.orange:hover { color: #da642b; text-decoration: underline;}

div.productFeatureMenuDiv {position: relative; width: 660px; margin-left: 20px; overflow: hidden; border-bottom: 1px solid #ccc; height: 24px}
div.productFeatureMenuDiv a {position: absolute; left: 0px; display: block; height: 19px; border: none; text-decoration: none;padding-top: 6px; padding-left: 20px; }
div.productFeatureMenuDiv a.tab1 {background-image: url(../images/tab-short-1.png); z-index: 4; }
div.productFeatureMenuDiv a.tab1:hover {background-image: url(../images/tab-short-2.png);  z-index: 4;  }
div.productFeatureMenuDiv a.tab1-active {background-image: url(../images/tab-short-2.png);; z-index: 4;  }
div.productFeatureMenuDiv a.tab1-active:hover {background-image: url(../images/tab-short-2.png);  z-index: 4;  }

div.productFeatureMenuDiv a.tab2 {background-image: url(../images/tab-long-1.png); z-index: 3;  background-position: right; padding-left: 30px; top: 1px; height: 18px;}
div.productFeatureMenuDiv a.tab2:hover {background-image: url(../images/tab-long-2.png); background-position: right;}
div.productFeatureMenuDiv a.tab2-active {background-image: url(../images/tab-long-2.png); background-position: right;z-index: 3;  background-position: right; padding-left: 30px; top: 1px; height: 18px;}
div.productFeatureMenuDiv a.tab2-active:hover {background-image: url(../images/tab-long-2.png); background-position: right;}

div.productFeatureMenuDiv a.tab3 {background-image: url(../images/tab-long-1.png); z-index: 2; background-position: right;padding-left: 25px; top: 1px; height: 18px;}
div.productFeatureMenuDiv a.tab3:hover {background-image: url(../images/tab-long-2.png); background-position: right;}
div.productFeatureMenuDiv a.tab3-active {background-image: url(../images/tab-long-2.png); background-position: right;z-index: 2; background-position: right;padding-left: 25px; top: 1px; height: 18px;}
div.productFeatureMenuDiv a.tab3-active:hover {background-image: url(../images/tab-long-2.png); background-position: right;}

div.address {line-height: 120%; font-size: 12px; padding-top: 20px; }
div.address a { color: #aaa; display: block; margin-left: 20px; margin-top: 5px;}
div.address .bttn a {font-family: Arial; font-size: 12px; color: #838383; font-weight: bold;}
td.contact_left {padding-top: 15px;}
td.contact_right {padding-top: 15px; line-height: 125%}

div.stdbutton {background-image: url(../images/buttonbg.png); width: 221px; height: 26px; overflow: hidden; font-family: Arial; font-size: 12px; color: #838383; font-weight: bold; padding-top: 10px; padding-left: 20px}
div.stdbutton2 {background-image: url(../images/buttonbg2.png); width: 156px; height: 26px; overflow: hidden; font-family: Arial; font-size: 12px; color: #838383; font-weight: bold; padding-top: 10px; padding-left: 20px}

span.coming-soon {color: #da642b; font-weight: bold;}

div.product-video {width: 100%; text-align: center; margin: 10px 0px 10px; height: 40px; position: relative;}
a.button {padding: 1px 20px; background-color: #eee; color: #333; font-size: 13px; font-weight: normal; border: 1px solid #ccc;}


.cookie-bar {	width:980px;  font-size: 12px; 	color: #fff; 	background-color:#000; box-sizing: border-box; padding: 10px;border-bottom: 3px solid #fff; padding-right: 120px; position: relative}
.cookie-bar a {	color: #fff; text-decoration: underline;}

.cookie-bar a.accept-cookie {display: table; position: absolute; right: 20px; top: 50%;  width: auto; padding: 0 10px; font-size: 12px; text-transform: uppercase; color: #000; background-color: rgb(241, 214, 0); border-radius: 0px; line-height: 22px; text-decoration: none; font-weight: bold; margin-top: -11px;}

td.aboutus a { text-decoration: underline;}
table.cookie-table {border-collapse: collapse; position: relative; margin: 20px 0px}
table.cookie-table th { border: 1px solid #ccc; color: #000; background-color: #ccc; padding: 6px 8px; text-align: left; font-weight: normal;}
table.cookie-table td {border: 1px solid #ccc; color: #000; padding: 6px 8px; text-align: left; font-weight: normal;}
