/* BEGIN: TWO COLUMN */

#left_column {
	float: left;
}

#right_column {
	float: left;
}

/* END: TWO COLUMN */

#title_area {
	position: absolute;
	left: 0px;
	top: 73px;
	padding-left: 50px;
	z-index: 60;
	
}

#title {
	height: 34px;
}

#subtitle {

}


/**** Slider [Begin] ****/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.slider_head, .slider_bottom {
	height: 4px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.slider_bottom {
	position: relative;
	top: -3px;
}

.slider_bottom_teaser_only{
	margin-top: 2px;
	height: 4px;
}

#teaser_no_range .slider_bottom {
	margin-top: 3px;
}

#drawer,  #teaser_no_range{
	height: 105px;
	position: relative;
}
	
	#drawer_teaser_text {
		padding-left: 20px;
		padding-top: 13px;
		float: left;
		width: 460px;
		font-size: 11px;
		height: 90px;
		overflow: hidden;
	}
	
		.drawer_teaser_title {
			font-weight: bold; 
			font-size: 20px;
		}
		
		.drawer_teaser_subtitle {
			font-weight: bold; 
			font-size: 11px;
			color: #666666;
			margin-top: 4px;
		}
		
		.drawer_teaser_content {
			color: #666666;
			margin-top: 3px;
			font-size: 11px;
			float: left;
			width: 392px;
			height: 50px;
		}
		
		.drawer_teaser_content p {
			width: 367px;
		}
		
		.teaser_more a{
			font-size: 10px;
			float: left;
			margin-top: 14px;
			color: #666666;
		}
		
		.teaser_more a:hover{
			color: black;
		}
		
		.teaser_more img {
			margin-left: 3px;
		}

	#drawer_teaser_pics {
		float: left;
		position: absolute;
		border-left: 1px solid #cccccc;
		/*border-right: 1px solid #cccccc;  */
		width: 300px;
		height: 98px;
		overflow: hidden;
		padding-left: 10px;
		padding-top: 0px;
		left: 482px;
		z-index: 2;
	}
	
	#drawer_teaser_only_pics {
		/*
		float: left;
		xposition: absolute;
		xleft: 110px;
		*/
		text-align: center;
		height: 98px;
		overflow: hidden;
		padding-left: 50px;
		padding-top: 0px;
		
		z-index: 2;
	}
	
	#teaser_no_range #drawer_teaser_pics {
		width: 612px;
		left: 355px;
		padding-left: 23px;
		border-left: 1px solid #CCCCCC;
		height: 100px;
	}
	
	#teaser_no_range #teaser_element {
		height: 100px;
		width: 350px;
		float: left;
		overflow: hidden;
	}
	
	#drawer_teaser_pics ul li, #drawer_teaser_only_pics ul li{
		display: inline;
	}
	
	#drawer_teaser_pics ul li img{
	} 
	
	#drawer_teaser_pics ul li div a, #drawer_teaser_only_pics ul li div a {
		width: 137px;
		height: 75px;
		cursor: pointer;
		display: block;
	}
	
	#sr_left_video a {
		width: 316px;
		height: 282px;
		cursor: pointer;
		display: block;
		
	}
	
	#sr_left_video {
		width: auto;
		padding-left: 60px;
		padding-top: 20px;
	}
	
		
	#osis_video a {
		width: 307px;
		height: 196px;
		cursor: pointer;
		display: block;
		
	}
	
	#osis_video {
		width: auto;
		margin-left: 180px;
		margin-top: 20px;
	}
	

	#drawer_teaser_pics ul li div a span, #drawer_teaser_only_pics ul li div a span { /*--Used to crop image--*/
		width: 137px;
		height: 75px;
		overflow: hidden;
		display: block;
	}

	
	.tnr_pics {
		left: 370px !important;
		width: 605px !important;
	}
	
	.tnr_pics .drawer_pics_container {
		margin: 0px !important;
		margin-right: 12px;
		padding-left: 10px;

	}
	
	.tnr_pics .drawer_pics_container_title {

		width: 100px;
		display: inline;
	}
	
	.drawer_pics_container_arrow, #drawer_carousel_arrow {
		margin-top: 5px;
		float: left;
	}
	
	.drawer_pics_container_title, .drawer_carousel_title {
		color: #666666;
		font-size: 10px;
		padding-top: 3px;
		float: left;
		display: block;
	}
	
	#drawer_carousel {
		float: left;
		position: absolute;
		left: 795px;
		/*border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;*/
		width: 145px;
		height: 98px;

	}
	
		.drawer_carousel_ul {
			list-style-type: none; 
			padding-right: 20px;
		}
		
		.carousel_li {
			float			: left;
			display			: block;
			height			: 90px;
		}
		
		#range_nav_title {
			cursor			: pointer;
		}
	
	.drawer_pics_container {
		float			: left;
	}
	
	.pr_trans {
		/* display: none; */
	}
	
	#drawer_line {
		border-left			: 1px solid #cccccc;
    	border-right		: 1px solid #cccccc;
		position			: absolute;
		left				: 959px;
		width				: 2px;
		height				: 100px; 
		
	}
	
	#drawer_enlarge {
		float				: left;
		position			: absolute;
		left				: 969px;
		top					: 46px;
		
	}
	
	.state_open #drawer_teaser_text {
		opacity: 0.0;
		filter: alpha(opacity=0);
	}

	.state_open #drawer_teaser_pics {
		width	: 625px;
		left	: 1px;
	}
	
	.state_open #drawer_carousel {
		width	: 240px;
		left	: 675px;
	}
	
	.state_open .jcarousel-container-horizontal {
		padding-left: 40px;
	}

	.state_open #drawer_teaser_pics {
		border-left: 1px solid #FFFFFF;
	}
	
	.state_open #drawer_carousel .jcarousel-clip-horizontal {
		width: 200px;
	}
	
	.state_open #drawer_teaser_pics .jcarousel-clip-horizontal {
		width: 595px;
	}
	
	.state_open #open_drawer img {
		display: block;
	}
	
	

/**** Slider [End] ****/

/**** Product Range [Begin] ****/


.pr_container {
	text-align: center;
	margin-top: 140px;
	padding: 0px;
}

.pr_product {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 100px;
	overflow: hidden;
	
	
}

.pr_container .pr_product a{
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	display: inline;
}

.pr_details_title, .pr_details_text {
	display: none;
}


.pr_product .prod_trans, .pr_product .prod_normal{
	position: relative;
	display: inline;
}

.pr_product .prod_trans {
	display: none;
}


#pr_default_text {
	display: none;
}

#pr_info_area {
	color: #666666;
	margin-left: 50px;
}

#product_content #pr_info_area {
	margin-left: 0px;
	position: absolute;
	top: 310px;
	left:0px;
	
}

	#pr_info_area_title {
		color: #000000;	
		padding-top: 3px;
		font-size: 14px;	
	}
	
	.pr_info_area_title_default {
		color: #666666;	
		padding-top: 3px;
		font-size: 14px;	
	}
	
	#pr_info_area_text {
		color: #666666;
		margin-left: 11px;
		margin-top: 4px;
		width: 700px;
		font-size: 12px;
	}

/**** Product Range [End] ****/


/*** Subrange Page [Begin] ****/

.sr_more_line {
	float: left;
}

.sr_left, .product_left {
	float: left;
	width: 515px;
	text-align: left;
	position: absolute;
	left: 455px;
	top: 100px;
	overflow: hidden;
}

#pr_info_area {
	text-align: left;
}

.sr_left img {

}

.flashcontent {

}

.sr_back {
	position: absolute;
	top: 275px; 
	left: 20px;
	font-size: 12px;
	color: #666666;
}

.sr_back a{
	color: #666666;
}

.sr_back a:hover{
	color: #000000;
}

.sr_right, .product_right, #contentboxes {
	float: left;
	position: relative;
	left:17px;
	width: 420px;
	margin-top: 25px;
}

.flashdiv #contentboxes {
	margin-left: 15px;
}

#contentboxes {
	margin-top: 0px;
}


#subrange_content, #product_content {
	margin-top: 133px;
}

.sr_more_line_text, .sr_more_line_link {
	float: left;
	color: black;
	display: inline;
}

.sr_more_line_link {
}

.sr_more_line_link a {
	color: #666666;
}

.sr_more_line_link a:hover {
	color: #000000;
}

#sr_more {
	position: absolute;
	top: 235px; 
	left: 20px;
	height: 30px;
	overflow: hidden;
	
}

	.sr_more_arrow {
		float: left;
		margin-top: 1px;
		margin-right: 3px;
	}

/**** Subrange Page [End]  ****/


.column_links {
	position: absolute;
	top: 380px;
	left: 55px;
}

.column_links ul{
	margin-right: 50px;
}

.column_links ul li {
	padding-top: 1px;
}

.column_links img {
	margin-bottom: -2px;
}

.column_links a {
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
}

.column_links a:hover {
	color: #666666;
}


/********* ****/

#pagemenu {
	color: #000000;
	font-size: 10px;
	width: 130px;
	position: absolute;
	top: 98px;
	left: 360px;
	z-index: 54;
}

#cb_accordion {
	float: left;
}

/*#contentboxes #pagemenu {
	left: 362px;
	margin: 0px;
	width:25px;
}

#contentboxes #pagemenu span{
	visibility: hidden;
}
*/

#pagemenu div{
	text-align: left;
	height: 15px;
	margin-top: 0px;
}

#pagemenu div a {
	color: #000000;
}

#pagemenu div img {
	float: left;
}

#pagemenu div span img {
	float: none;
	margin-top: 0px;
	margin-left: 2px;
}

#pagemenu div span {
	display: none;
	float: left;
	padding-left: 2px;
}



/**** ***/


#cb_accordion, #sr_accordion, #sr_accordion_essensity {
	width: 314px;
	color: #000000;
	margin-left:18px;
}

#sr_accordion_essensity {
	width: 290px;
}

.cb_accordion_content, .sr_accordion_content {
	padding-left: 15px;
	padding-right: 25px;
	
	border-bottom: 1px solid #666666;
	height: 100px;
	/* fixme */
	/* overflow-y: auto; */
	font-size: 1em;
	
	
}

/*NEU*/
#sr_accordion .content_scroller a, #cb_accordion .content_scroller a {
	display: block;
	border-bottom: none;
	padding: 0px;
	
	
}

#sr_accordion_essensity a {
	display: block;
	color: white;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
}


#sr_accordion_content_text .bodytext{
	width: 275px;
}

#sr_accordion_content_text ul{
	list-style-type:  disc;
	margin-left: 13px;
	list-style-position: outside;
}

.sr_accordion_content_text_essensity ul{
	list-style-type:  disc;
	list-style-position: outside;
	margin-left: 13px;
	*margin-left: 17px;
	
}

#sr_accordion_content_text .bodytext a, #cb_accordion_content_text .bodytext a{
	display: inline;
	font-weight: bold;
}

td .bodytext {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#sr_accordion_content_text .bodytext a:hover, #cb_accordion_content_text .bodytext a:hover, .bodytext a:hover{
	color: #999999;
}

.sr_accordion_content_text_essensity {
	color: white;
	padding-top: 7px;
	overflow: hidden;	
}


#sr_accordion .content_scroller .sr_accordion_content, #cb_accordion .content_scroller .cb_accordion_content {
	border: none;
	/** fixme **/

	width: 295px;
	/* width: 300px; */
}

#sr_accordion .content_scroller, #cb_accordion .content_scroller, #sr_accordion_essensity {
	border-bottom: 1px solid #666666;
	width: 314px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 11px;	
	background-color: #FFFFFF;
	
	/* overflow-y: hidden; */
}

.sr_accordion_content_essensity, .sr_accordion_content, #sr_accordion_content_text {
	overflow: hidden !important;
}

#sr_accordion .content_scroller {
	*overflow: hidden;
}

#sr_accordion_essensity  {
	background-color: transparent;
	padding: 0px;
	border: 0px;
	width: 288px;
}

/*NEU*/

.ui-state-active {
	font-weight: bold;
}

.ui-icon-triangle-1-s {
	margin-top: 5px;
	margin-right: 3px;
	background-image: url(/fileadmin/templates/img/arr_down.png);
	height: 4px;
	width: 7px;
	display: block;
	float: right;
	background-repeat: no-repeat;	
}

.ui-icon-triangle-1-e {
	margin-top: 5px;
	background-image: url(/fileadmin/templates/img/arr_plus.png);
	height: 8px;
	width: 10px;
	display: block;
	float: right;
	background-repeat: no-repeat;
}

#sr_accordion_essensity .ui-icon-triangle-1-s, #sr_accordion_essensity .ui-icon-triangle-1-e {
	display: none;
}


#cb_accordion a, #sr_accordion a {
	display: block;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #000000;
	font-size: 12px;
}

#cb_accordion .bodytext a, #sr_accordion .bodytext a {
	/* Change link color within textboxes  here */
	font-size: 1em;
}

#cb_accordion a:hover, #sr_accordion a:hover {
	font-weight: bold;
}


/***************** Tooltip [ BEGIN] *****************/

#tt_text {
	font-size: 12px;
	width: 160px;
	margin-left: 15px;
	margin-top: 13px;
}

.tt_box {
	margin-top: 13px;
	*margin-top: 11px;
	width: 180px;
}

.tt_box a {
	color: #000000;
}

.tt_box a:hover {
	font-weight: bold;
}

.tooltip_arrow {
	float: left;
	margin-left: 15px;
	margin-top: 3px;
}

#tooltip_icon {
	position: absolute;
	top: 28px;
	z-index: 1;
}

#tooltip_icon_bg {
	background-image: url(/fileadmin/templates/img/infobox_dropshadow.png);
	background-repeat: no-repeat;
	height: 475px;
	position: absolute;
	top: 0px; 
	width: 20px;
	float: left;
}

.tt_box_title {
	float: left;
	margin-left: 5px;
	font-size: 11px;
}

.tt_box_img {
	margin-left: 25px;
	padding-top: 8px;
	*padding-top: 6px;
	clear: both;
}

/***************** Tooltip [ END ] *****************/

#title {
font-weight: bold;
padding-bottom: 8px;
}

.flashcontent {
	position: absolute;
	left: 0px;
}

.layercontent {
	position: absolute;
	left: 0px;
	top: 160px;
}


#news_big {
	width: 100%;
	min-height: 460px;
	background-color: #F0F0F0;
	text-align: left;
	font-size: 11px;
	padding: 20px;
	padding-left: 30px;
	font-family				: Arial, Helvetica, Verdana, Trebuchet MS;
}

#news_big #news_big_title {
	font-weight: bold;
	font-size: 13px;
	height: 20px;
}

#news_big #news_big_subtitle {
	font-weight: bold;
	font-style: italic;
	height: 20px;
}

#news_big_content .bodytext a {
	font-weight: bold;
}

#news_big_content .bodytext a:hover, #news_big_link a:hover {
	color: #666666;
}

#news_big_link a span{
	font-weight: bold;
}

/* added 100527 OSIS Update */

.osis_prod {
	float: left;
	margin-left: 35px;
}

.hal_text {
	margin-top: 5px;
	margin-left: 5px;
}

#cufon_title_area {
	position: absolute;
	top: 80px;
	left: 50px;
	overflow: hidden;
}

.cufon_title {
	font-size: 30px;
	color: white;
}

.cufon_subtitle {
	font-size: 14px;
}

.cufon_section_title {
	font-size: 22px;
}

.free_froms_fce {
	position: absolute;
	width: 260px;
}

.free_froms_section {
	padding-left: 8px;
}

	.free_froms_section li {
		font-size: 14px;
		text-transform: uppercase;
		padding-top: 10px;
	}
	
/***** Page Carousel *****/

#page_carousel {
	margin-top: 85px;
	margin-left: 65px;
}

.pc_textcontent_wrapper, .pc_img {
	float: left; 
}

.pc_textcontent_wrapper {
	width: 300px;
	margin-top: 100px;
}

	.pc_title {
		font-size: 38px;
	}
	
	.pc_text {
		font-size: 13px;
	}
	
		.pc_text .bodytext{
			width: 250px;
		}
		
.pc_back_button {
	position: absolute;
	top: 445px;
	left: 66px;
	font-size: 10px;
}
	
	.pc_back_button a {
		color: white;
	}
	
	.pc_back_button a:hover {
		color: #CCCCCC;
	}
	
	
/****** Page carousel start *****/

.pcs_center {
	text-align: center;
	margin-top: 170px;
}

.pcs_center_title {
	font-size: 55px;
	margin-top: 20px;
}

.pcs_center_subtitle {
	font-size: 30px;
}

.pcs_arrow_right, .pcs_left {
	float: left;
}

.pcs_left {
	width: 920px;
}

.pcs_bottom {
	position: absolute;
	top: 290px;
	left: 10px;
}

.pcs_single_element {
	float: left;
	width: 80px;
	text-align: center;
}

.pcs_img_normal {
	display: none;
}

.pcs_item_name {
	color: white;
	visibility: hidden;
}
	

/****** Essensity Technology	*****/

#page_carousel_ul_ess_tech {
	margin-top: 80px;
}

.et_left, .et_right, .et_text, .et_img {
	float: left;
}

.et_left {
	margin-top: 100px;
	margin-left: 30px;
	margin-right: 20px;
}

.et_right {
	font-size: 20px;
	margin-top: 140px;
}

.et_right ul {
	list-style: disc;
	list-style-position: inside;
	width: 180px;
}

.et_right ul li{
	list-style: disc;
	list-style-position: inside;
	display: block;
	width: 280px;
	height: 35px;
}

.et_white {
	font-size: 55px;
	*font-size: 50px;
	width: 300px;
}

.et_green {
	font-size: 20px;
	/* *font-size: 28px;*/
	/*color: #57c844;*/
	color: #fff;
	width: 360px;	
	padding-left: 8px;
}

.et_text {
	margin-left: 15px;
	margin-right: 10px;
}

.et_text .bodytext {
	width: 350px;
}