/* Tabs small */
DIV.tab_content_top {
	font-size: 1px;
	line-height: 1;
	background-image: url(img_gui/tabs/tabs_container_top.png);
	background-repeat: no-repeat;
	margin-top: -12px;
	width: 475px;
	height: 13px;
	display: block; }
DIV.tab_content_middle {
	font-size: 13px;
	line-height: 20px;
	background-image: url(img_gui/tabs/tabs_container_middle.png);
	background-repeat: repeat-y;
	margin-top: 0;
	padding: 10px 23px;
	border: solid 0px #2c2c2c; }
DIV.tab_content_bottom {
	background-image: url(img_gui/tabs/tabs_container_bottom.png);
	background-repeat: no-repeat;
	width: 475px;
	height: 13px; }
#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5 {
	text-align: left;
	width: 475px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0; }
/* Tabs big */
DIV.page_tab_content_top {
	font-size: 1px;
	line-height: 1;
	background-image: url(img_gui/tabs/page_tab_container_top.png);
	background-repeat: no-repeat;
	margin-top: -12px;
	width: 736px;
	height: 13px;
	display: block; }
DIV.page_tab_content_middle {
	font-size: 13px;
	line-height: 20px;
	background-image: url(img_gui/tabs/page_tab_container_middle.png);
	background-repeat: no-repeat;
	min-height: 400px;
	margin-top: 0;
	padding: 10px 23px;
	border: solid 0 #2c2c2c; }
#fragment-6, #fragment-7, #fragment-8 {
	text-align: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 736px; }
/* Content Format */
.tab_content_middle a {
	color: #27537a;
	text-decoration: underline; }
.tab_content_middle a:hover {
	color: #fd7d00;
	text-decoration: underline; }
.tabText {
	color: #555;
	font-size: 12px; }
A.orange {
	color: #fd7d00;
	text-decoration: underline; }
A.orange:hover {
	text-decoration: none; }
.orange {
	color: #fd7d00;
	font-size: 11px;
	text-decoration: none; }
A.tabNews {
	color: #000;
	text-decoration: none; }
A.tabNews:hover {
	color: #27537a; }
A.tabProduct {
	color: #27537a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline; }
A.tabProduct:hover {
	color: #fd7d00; }


BLOCKQUOTE {
	background-image: url(img_gui/bullets/start_quote.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin: 13px 5px 0 0; }
.blockquoteEnd {
	background-image: url(img_gui/bullets/end_quote.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	padding-left: 30px;
	padding-right: 30px; }
BLOCKQUOTE.small {
	color: #454545;
	font-size: 11px;
	line-height: 15px;
	background-image: url(img_gui/bullets/start_quote_small.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin: 13px -8px 0 0; }
.blockquoteEndSmall {
	background-image: url(img_gui/bullets/end_quote_small.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	padding-top: 1px;
	padding-left: 18px;
	padding-right: 15px; }

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-size: 12px;
	font-family: arial, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 10px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 20px;
    background: #fff url(img_gui/tabs/tabs.png) no-repeat;
}
.ui-tabs-nav a {
	margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
	color: #54390d; /* blue #27537a;*/
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	position: relative;
	top: 1px;
	white-space: nowrap; /* required in IE 6 */    
    outline: none 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a:hover {
    position: relative;
    top: 2px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 8px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
	background-position: 100% -100px; }
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
	color: #000;
	background-position: 0 -50px; }
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    color: #000;
	text-decoration: none;
	cursor: pointer; }
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 0 solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(img_gui/tabs/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* Easy Slider */
#slider { }
#slider ol, #slider li, #slider2 ol, #slider2 li, #slider3 ol, #slider3 li, #slider4 ol, #slider4 li{
	margin:0;
	padding:0;
	list-style:none; }
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:690px;
	height:722px;
	overflow:hidden; }
#slider3 li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:736px;
	height:181px;
	overflow:hidden; }
#slider4 li {
	width: 428px;
	height: 531px;
	overflow: hidden; }
p#controls, p#controls2{
	margin:0;
	position:relative; } 
#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:82px;
	position:absolute;
	left:-30px;
	top:-690px; }	
#nextBtn, #nextBtn2{ 
	left:690px;	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:82px;
	background:url(img_gui/tabs/btn_prev.png) no-repeat 0 0; }
#nextBtn a, #nextBtn2 a{ 
	background:url(img_gui/tabs/btn_next.png) no-repeat 0 0; }
/* client small bg */
.Dborder {
	background-image: url(img_gui/product_box/referens_small_bg.png);
	background-repeat: no-repeat;
	height: 154px;
	padding-top: 4px;
	padding-left: 4px; }


/* Support Stuff */
DIV.helpBox {
	line-height: 14px;
	position: relative;
	background-image: url(img_gui/support_bg.png);
	background-repeat: no-repeat;
	text-align: left;
	top: -5px;
	right: 0;
	height: 500px;
	float: right;
	width: 967px;
	z-index: 9999;
	padding-top: 40px;
	padding-left: 20px; }
DIV.footerInfo {
	color: #686868;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	float: left; }
DIV.footerInfo ul {
	width: 177px;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	border-top: 0 solid #000; }
DIV.footerInfo ul li a {
	color: #929292;
	text-decoration: underline }
DIV.footerInfo ul li a:hover {
	text-decoration: none }
/* jQuery hover over to preview comments */
IMG.tooltip {
	margin-bottom: -3px;
	margin-left: 2px;
	cursor: pointer; }
#tooltip {
	font-size: 11px;
	position:absolute;
	border:solid 1px #7a7a7a;
	background:#f7f5d1;
	max-width: 300px;
	padding:7px;
	color:#333;
	font-family: arial, SunSans-Regular, sans-serif;
	text-align: left;
	display:none;
	border-radius: 3px;
	-moz-border-radius: 3px; }
