/**
 * Widget iframe (container)
 */
 


div#widget{
	height: auto;
	}
	
div#widget iframe{
	border: none;
	width: 720px;
	float: left; /* fixes a clearing issue in FF */
	}


div#techToggle{
	height:26px !important;
	position:absolute;
	right:18px;
	top:-30px;
	width:auto;
}


/* ======================================================================================================== */
/*body.lang are added to manage widget buttons containing text in one line like lang = en */
/* for all languages containing text for the button widget in one line, add: */
/* the site lang as a css class in the body tag: <body class="ru"....etc */
/* Add body.lang everywhere with body.en...etc*/

body.cs div#techToggle,
body.es div#techToggle,
body.nl div#techToggle,
body.pl div#techToggle,
body.sv div#techToggle,
body.ru div#techToggle,
body.en div#techToggle{
	/*height:29px !important; new*/
	height:26px !important;
	position:absolute;
	right:18px;
	top:-30px;
	width:auto;
}


body.cs #techToggle span,
body.es #techToggle span,
body.nl #techToggle span,
body.pl #techToggle span,
body.sv #techToggle span,
body.ru #techToggle span, 
body.en #techToggle span{
	display: block;
	border: solid 1px #E39C4C;
	border-bottom: none;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	right:-11px;
	bottom: 0;
	padding: 5px 28px 2px 10px;
	background-color: #DD5501;
	font-size: 9px;
	width: 146px;
}

body.cs div#widget .show span,
body.es div#widget .show span,
body.nl div#widget .show span,
body.pl div#widget .show span,
body.sv div#widget .show span,
body.ru div#widget .show span, 
body.en div#widget .show span{
	background: #DD5501 url(../images/arrow_widget_down_fff.gif) 166px 7px no-repeat;
}

body.cs div#widget .hide span,
body.es div#widget .hide span,
body.nl div#widget .hide span,
body.pl div#widget .hide span,
body.sv div#widget .hide span,
body.ru div#widget .hide span, 
body.en div#widget .hide span{
	background: #DD5501 url(../images/arrow_widget_up_fff.gif) 166px 7px no-repeat;
}

/* ======================================================================================================== */

#techToggle span,
#techClose span{
	cursor: pointer;
	}

#techToggle span{
	display: block;
	border: solid 1px #E39C4C;
	border-bottom: none;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	right:-11px;
	bottom: 0;
	padding: 5px 28px 2px 10px;
	background-color: #DD5501;
	font-size: 9px;
	width: 146px;
}


#techClose{
	display: none;
	width: 720px;
	float: left; /* to keep in sync with iframe which is floated to fix a clearing issue */
	color: #EEDDAA;
	height: 24px;
	margin: 0;
	background: url(../images/bg_widget_close_btn.gif) no-repeat 0 0;
	}

#techClose span{
	width: 188px;
	height: 24px;
	display: block;
	float: right;
	text-align: right;
	margin-right: 3px;
	padding: 5px 35px 0 0;	
	}
	

div#widget .show span{
	/*background-image: url(../images/arrow_widget_down_fff.gif);*/
	background: #DD5501 url(../images/arrow_widget_down_fff.gif) 166px 7px no-repeat;
}



div#widget .hide span{
	/*background-image: url(../images/arrow_widget_up_fff.gif);*/
	background: #DD5501 url(../images/arrow_widget_up_fff.gif) 166px 7px no-repeat;
	
	}

/**
 * Widget iframe pages (content)
 */


/*---!very important to put a body background color to each page --*/
body#widget,
body#widgetIntroduction,
body#widgetBenefits,
body#widgetConstruction,
body#widgetInnovation{
	color: #fff;
	background: #666;
}



/* ------------------------------------------------------------------- */

/* ======= Commom Css for all pages ========= */
div.container{
	background:#555;
	float: left;
}


div.top_widget{
	background:#555;
}

.widget ul.tabs{
	background:transparent none repeat scroll 0% 50%;
	padding:0pt 0pt 0pt 10px;
	position:relative;
	top:2px;
	width:720px;
	float: left;
}

.widget ul.tabs li {
	background:transparent none repeat scroll 0%;
	float:left;
	margin:0pt 5px 0pt 0pt;
	list-style-type:none;
}



.widget ul.tabs li a {
	background:#4F4F4F none repeat scroll 0% 50%;
	border:1px solid #848484;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:6px 15px 9px;
	text-decoration:none;
	text-transform:uppercase;
}

.widget ul.tabs li a.active {
	background-color:#666666;
	border-color:#848484 rgb(132, 132, 132) rgb(102, 102, 102);
	border-style:solid;
	border-width:2px 2px 1px;
	color:#FFFFFF;
}

div.content{
	border-top:2px solid #848484;
	width:720px;
	float:left;
	margin:0pt;
	background-color:#666666;
}

div.content #textual {
	float:left;
	height:auto;
	position:relative;
	padding-top:10px;
	/*overflow:auto;*/
}

div.content #visual{
	float:right;
	position:relative;	
}

div.content ul.details{
	list-style-type:none;
	color:#FFFFFF;
	margin-left: 10px;
	float: left;
	padding-bottom:10px;
}

div.content ul.details li{
	display:block;
	float:left;
	/*font-size:10px;*/
	font-size:11px;
	/* font-weight:bold; .............. refer to QA BULLETS */
	padding:0 0 6px 10px;
	width:285px;
}

div.content div.scrollbar_wrapper ul.details li {
	width: 260px;
}

#widgetIntroduction div.content div.scrollbar_wrapper {
	width: 490px;
}
#widgetIntroduction div.content ul.details {
	width: 490px;
}

#widgetIntroduction div.content ul.details li{
	/*width: 209px;*/
	width: 400px;
}

#widgetInnovation div.scrollbar_wrapper {
	float: left;
	width: 420px;
}

div#details{
	color:#FFFFFF;
	float:right;
	width:190px;
}

div#details p{
	padding-bottom:5px;
}


body#widgetInnovation div#textual ul.details li.selected {
	background:transparent url(../images/arrow_yellow_dir_right.gif) no-repeat scroll 5px 15%;
}

div.content ul.details li a{
	text-decoration:none;
	color:#FFF;
}

div.content ul.details li.selected a{
	color:#EECC77;
}

div.content ul.details li ul li.selected a{
	color:#FFFFFF;
	text-decoration:none;
}

div.content ul.details li li, div.content ul.details .description {
	background:transparent none no-repeat scroll 0px 5px;
	background-image:url(../images/circle_yellow.gif);
	padding:0px 0pt 6px 10px;
}

div.content #textual li span a {
	color:#eecc77;
	padding-top:5px;
	font-weight:bold;
	text-decoration:underline;
}

div.content #textual ul.details li h3{
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0pt 0pt 5px;
}

div.content #textual ul.details li span, p{
	font-weight:normal;
	margin-bottom: 7px;
}

/* ======= Specific Css for each page ========= */

/* -Heights - */
body#widgetIntroduction div.content{
	height:94px;
	clear:both;
}

body#widgetIntroduction div.content div#textual{
	height: 84px;
}

/*caused widget sizing to misread actual content height by forcing it to 165px*/
/*
body#widgetBenefits div.content,
body#widgetConstruction div.content,
body#widgetInnovation div.content {
	height:165px;
}
*/

/* - First column Width - */
body#widgetIntroduction div.content #textual{
	width:470px;	
}

body#widgetBenefits div.content #textual{
	width:225px;
}

body#widgetConstruction div.content #textual{
	width:225px;
	margin-left: 10px;
}

body#widgetInnovation div.content #textual{
	width:420px;
}


/* - Second column Width - */
body#widgetIntroduction div.content #visual{
	width:211px;
}

body#widgetBenefits div.content #visual{
	width:395px;
}

body#widgetConstruction div.content #visual{
	width:395px;
}

body#widgetInnovation div.content #visual{
	width:300px;
}

/* ---- OThers : SPECIFIC ---- */
body#widgetInnovation div.content div#nav, body#wtech_inno div.content ul.details li {
	width:192px;
	float:left;
}

body#widgetInnovation div.content #textual {
	margin:0px;
}
	
/*body#widgetInnovation div#textual ul.details{
	margin-left:15px;
}*/

body#widgetInnovation div#textual ul.details li{
	border-bottom:1px solid #4c4c4c;
	background:transparent url(../images/arrow_white.gif) no-repeat scroll 5px 20%;
	margin-bottom:3px;
	padding:0px 0px 4px 12px;
	width:140px;
	float:none;	
}

body#widgetInnovation div#textual ul.details li.last{
	border:none;
}





div.content div#description {
	float:left;
	/*left:210px;
	position:absolute;
	top:10px;*/
	width:200px;
	margin-left: 15px;	
}

div.content div#description p{
	font-size:11px;
}






div.scrollbar_wrapper{
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 320px;
}

div.scrollbar{
	width: 13px;
}

div.scroll_down_button,
div.scroll_up_button{
	height: 14px;
	width: 13px;
}
div.scroll_down_button{
	background: center center no-repeat;
}
div.scroll_up_button{
	background: center center no-repeat;
}
div.scroll_slide_area{
	width: 13px;
	background: center center repeat-y;
}

div.scroll_slider{
	height: 1em;
	width: 11px;
	background: center center no-repeat;
	border-top: solid 1px;
	border-bottom: solid 1px;
	left: 1px;
}

div.scroll_down_button{
	background-color: #8A8C8B;
	background-image: url(../images/scroll_down_button-2.gif);
}
div.scroll_up_button{
	background-color: #8A8C8B;
	background-image: url(../images/scroll_up_button-2.gif);
}
div.scroll_slide_area{
	background-color: #8D9295;
	background: url(../images/scroll_area-2.gif);
}

div.scroll_slider{
	background-color: #969696;
	background-image: url(../images/scroll_slider-2.gif);
	border-top-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
}

div.content ul.details li.selected a,div.content ul.details li a{
	font-size:10px;
}