/* $0 - Imported styles //////////////////////////////////////////////////////*/

@import url(reset.css);

/* $1 - Common elements //////////////////////////////////////////////////////*/

body
{
  background:transparent url('../img/backgrounds/bg_main.gif') 0px 0px;
}

html, body, table
{
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  line-height:14px;
}

h1, h2, h3, h4, h5, h6
{
  color:#ff7f00;
  font-weight:bold;
  margin:0px 0px 13px 0px;
  text-transform:uppercase;
}

.ctn_content_middle_margin h1,
.ctn_content_middle_margin h2,
.ctn_content_middle_margin h3,
.ctn_content_middle_margin h4,
.ctn_content_middle_margin h5,
.ctn_content_middle_margin h6,
.home_content_body_right h1,
.home_content_body_right h2,
.home_content_body_right h3,
.home_content_body_right h4,
.home_content_body_right h5,
.home_content_body_right h6
{
  text-transform:none;
}

h1
{
  font-size:18px;
  font-weight:bold;
  line-height:19px;
}

h2
{
  font-size:17px;
  font-weight:bold;
  line-height:18px;
}

h3
{
  font-size:15px;
  font-weight:bold;
  line-height:16px;
}

h4
{
  color:#969696;
  font-size:14px;
  font-weight:bold;
  line-height:15px;
}

h5, h6
{
  font-size:12px;
  font-weight:bold;
  line-height:14px;
}

p
{
  margin:7px 0px 7px 0px;
}

u
{
  text-decoration:underline;
}

strong, b
{
  font-weight:bold; 
}

i, em
{
  font-style:italic;
}

input
{
  background:#fdfdfd;
  border-top:1px solid #818181;
  border-right:1px solid #dddad4;
  border-bottom:1px solid #dddad4;
  border-left:1px solid #818181;
  height:15px;
  line-height:15px;
  margin-bottom:6px;
  overflow:visible;
  padding:1px 3px 0px 3px;
  width:139px;
}

a:hover,
a:focus
{
  color:#ff7f00;
}

a.arrow_link,
a.arrow_link:visited,
p.arrow_link a,
p.arrow_link a:visited,
.login a.logout,
.login a.logout:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 0px 3px no-repeat;
  color:#515657;
  padding-left:14px;
  text-decoration:underline;
}

.login a.logout
{
  display:block;
  margin-top:5px;
}

.align-center
{
  text-align:center;
}

.align-left
{
  text-align:left;
}

.align-justify
{
  text-align:justify;
}

.align-right
{
  text-align:right;
}

a.button_link,
a.button_link:visited
{
  background:transparent url('../img/backgrounds/bg_button.gif') 0px 0px no-repeat;
  color:#535456;
  display:block;
  height:38px;
  line-height:33px;
  margin:0px;
  padding:0px 0px 0px 38px;
  width:111px;
}

a,
a:visited
{
  color:#ff7f00;
}

.tx-indexedsearch-searchbox input,
.tx-indexedsearch-searchbox textarea,
.tx-indexedsearch-searchbox select
{
  margin-bottom:4px;
  margin-right:8px;
  width:160px;
}

.tx-indexedsearch-res table
{
  background:transparent url(../img/backgrounds/bg_main_top.gif) repeat-x scroll left bottom;
}

#ctn_content .tx-indexedsearch-res table h4 a,
#ctn_content .tx-indexedsearch-res table h4 a:visited,
#ctn_content .tx-indexedsearch-res .tx-indexedsearch-secHead a,
#ctn_content .tx-indexedsearch-res .tx-indexedsearch-secHead a:visited
{
  background:none;
  padding-left:0px;
}

#ctn_content .tx-indexedsearch-browsebox p a,
#ctn_content .tx-indexedsearch-browsebox p a:visited
{
  background:none;
  padding:0px 5px;
}

#ctn_content .tx-indexedsearch-res table p a,
#ctn_content .tx-indexedsearch-res table p a:visited
{
  background:transparent url(../img/icons/link_arrow_right.gif) no-repeat scroll 0 3px;
  color:#000000;
  padding-left:14px;
  text-decoration:underline;
}

#ctn_content_middle .tx-indexedsearch-searchbox-button,
.tx-pilmailform-pi1 input.csc-mailform-submit
{
  background:transparent url(../img/backgrounds/bg_button.gif) no-repeat scroll left top;
  border:none;
  height:36px;
  padding-bottom:7px;
  width:150px;
}

#ctn_content .tx-indexedsearch-res table img
{
  position:relative;
  left:0;
  top:4px;
}

.tx-indexedsearch-searchbox th,
.tx-indexedsearch-searchbox td
{
  vertical-align:middle;
}

.tx-indexedsearch-searchbox-sword,
.tx-indexedsearch-searchbox-button
{
  margin-top:5px;
}

a.button_link:hover,
a.button_link:focus
{
  color:#ff7f00;
}

a.print_button_link
{
  background:transparent url('../img/backgrounds/bg_print_button.gif') 0px 0px no-repeat;
  color:#535456;
  display:block;
  height:35px;
  line-height:30px;
  margin:0px;
  padding:0px 0px 0px 44px;
  width:92px;
}

a.print_button_link:hover,
a.print_button_link:focus
{
  color:#ff7f00;
}

.hidden
{
  display:none;
}

.clear
{
  clear:both;
  font-size:0px;
  height:0px;
  line-height:0px;
  margin:0px;
  padding:0px;
}

.clearfix:after
{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}
 
.clearfix
{
  display:inline-block;
}
 
html[xmlns] .clearfix
{
  display:block;
}
 
* html .clearfix
{
  height:1%;
}

/* -------------------------------------------------------------------------- */

/* $2 - Container ////////////////////////////////////////////////////////////*/

#ctn_main
{
  margin:10px auto 10px auto;
  width:994px;
}

#ctn_main #ctn_shadow_head
{
  background:transparent url('../img/backgrounds/shadow_head.png') 0px 0px no-repeat;
  height:21px;
}

#ctn_main #ctn_shadow_body
{
  background:transparent url('../img/backgrounds/shadow_body.png') 0px 0px repeat-y;
}

#ctn_main #ctn_shadow_foot
{
  background:transparent url('../img/backgrounds/shadow_foot.png') 0px 0px no-repeat;
  height:21px;
}

#ctn_main #ctn_shadow_body #ctn_main_inner
{
  background:#ffffff;
  margin:0px 19px 0px 20px;
}

#ctn_main_inner #ctn_head
{
  background:transparent url('../img/backgrounds/bg_head.gif') 0px 0px repeat-x;
  position:relative;
  height:117px;
}

#ctn_main_inner #ctn_content
{
  background:transparent url('../img/backgrounds/content_vertical_lines.gif') 0px 0px repeat-y;
  margin-bottom:1px;
}

#ctn_main_inner #ctn_content #ctn_content_left
{
  float:left;
  padding-right:1px;
  width:221px;
}

#ctn_main_inner #ctn_content #ctn_content_middle
{
  float:left;
  min-height:500px;
  position:relative;
  width:533px;
}

#ctn_main_inner #ctn_content #ctn_content_right
{
  float:left;
  width:199px;
}

#ctn_main_inner #ctn_content #ctn_content_right .content_right_box
{
  margin:20px 0px 0px 20px;
}

.ctn_content_right
{
  float:left;
  padding:0px 0px 0px 1px;
  width:199px;
}


#ctn_main_inner #ctn_footer
{
  background:transparent url('../img/backgrounds/bg_footer.gif') 0px 0px no-repeat;
  clear:both;
  color:#8c949a;
  font-size:10px;
  height:86px;
  line-height:12px;
  position:relative;
}

#ctn_content_middle div.ctn_content_middle_margin div.content
{
  clear:left;
  padding-bottom:20px;
}

/* -------------------------------------------------------------------------- */

/* $3 - Header (inclusive head navigation) ///////////////////////////////////*/

#ctn_head img.logo
{
  left:38px;
  position:absolute;
  top:13px;
}

div.head_navi_top
{
  padding:30px 0px 14px 243px;
}

#ctn_head fieldset.search_box
{
  display:inline;
  float:right;
  margin-right:18px;
  width:188px;
}

#ctn_head fieldset.search_box input
{
  margin-bottom:0px;
}

#ctn_head fieldset.search_box input.search_field
{
  border-color:#818181 #DDDAD4 #DDDAD4 #818181;
	border-style:solid;
	border-width:2px;
	float:left;
	width:134px;
}

#ctn_head fieldset.search_box a.search_submit,
#ctn_head fieldset.search_box a.search_submit:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 0px 6px no-repeat;
  color:#ffffff;
  display:block;
  float:left;
  height:16px;
  line-height:16px;
  margin:0px 0px 0px 5px;
  padding-left:14px;
  padding-top:2px;
  text-transform:uppercase;
}

#ctn_head ul.head_navi_top
{
  float:left;
  margin:0px 26px 0px 0px;
}

#ctn_head ul.head_navi_top li
{
  display:inline;
  height:16px;
  line-height:16px;
  padding-right:11px;
}

#ctn_head ul.head_navi_top li.last
{
  padding-right:0px;
}

#ctn_head ul.head_navi_top li a,
#ctn_head ul.head_navi_top li a:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 0px 3px no-repeat;
  color:#afafaf;
  padding-left:14px;
  text-decoration:underline;
}

#ctn_head ul.head_navi_top li a:hover,
#ctn_head ul.head_navi_top li a:focus
{
  color:#FF7F00;
}

#ctn_head div.head_navi_bottom
{
  padding-left:223px;
}

#ctn_head ul.head_navi_bottom
{
  float:left;
  height:50px;
  overflow:hidden;
  padding-left:223px;
}

#ctn_head ul.head_navi_bottom li
{
  background:transparent url('../img/backgrounds/head_navi_divider.gif') 0px 4px no-repeat;
  float:left;
  padding-left:1px;
}

#ctn_head ul.head_navi_bottom li.first
{
  background:none;
  padding-left:0px;
}

#ctn_head ul.head_navi_bottom li a,
#ctn_head ul.head_navi_bottom li a:visited
{
  color:#ffffff;
  display:block;
  float:left;
  font-weight:bold;
  padding:14px 7px 22px 8px;
  text-decoration:none;
  text-transform:uppercase;
}

#ctn_head ul.head_navi_bottom li.first a,
#ctn_head ul.head_navi_bottom li.first a:visited
{
  margin-left:13px;
}

* html #ctn_head ul.head_navi_bottom li.first a,
* html #ctn_head ul.head_navi_bottom li.first a:visited
{
  margin-left:6px;
}

#ctn_head ul.head_navi_bottom li.last a,
#ctn_head ul.head_navi_bottom li.last a:visited
{
  padding-right:4px;
}

#ctn_head ul.head_navi_bottom li.active a,
#ctn_head ul.head_navi_bottom li.active a:visited
{
  background:transparent url('../img/backgrounds/head_navi_arrow.gif') center bottom no-repeat;
  color:#ff7f00;
}

#ctn_head ul.head_navi_bottom li a:hover,
#ctn_head ul.head_navi_bottom li a:focus
{
  color:#FF7F00;
}

.home_head
{
  height:114px;
}

.home_content_head_left
{
  background:transparent url('../img/backgrounds/content_vertical_lines.gif') 0px 0px repeat-y;
  float:left;
  height:233px;
  margin:0px 1px 0px 0px;
  position:relative;
  width:222px;
}

.home_content_head_left_margin
{
  margin:20px;
}

.home_content_head_right
{
  float:left;
  height:233px;
  left:0;
  overflow:hidden;
  position:relative;
  top:0;
  width:732px;
}

.home_content_head_right img
{
  left:0;
  position:relative;
  top:-1px;
}

.home_content_body_left
{
  float:left;
  margin:0px 1px 1px 0px;
  width:222px;
}

* html .home_content_body_left input
{
  left:-20px;
  position:relative;
}

*+html .home_content_body_left input
{
  left:-20px;
  position:relative;
}

.home_content_body
{
  background:transparent url('../img/backgrounds/bg_main_top.gif') 0px 0px repeat-x;
}

*+html .home_content_body
{
  height:1%;
}

.home_content_body_left .login
{
  margin-left:0;
  padding-left:0;
}

.home_content_body_left .newsletter
{
  background:transparent url(../img/backgrounds/content_left_bottom_line.gif) no-repeat scroll right top;
}

.home_content_body_left .content
{
  margin:20px 0px 15px 20px;
}

.home_content_body_right
{
  float:left;
  width:731px;
}

.home_content_body_right_text_box
{
  float:left;
  width:500px;
}

.home_content_body_right_text_box .content
{
  margin:20px;
}

.home_content_body_right_image_box
{
  float:left;
  margin:20px 0px 0px 20px;
}
/* -------------------------------------------------------------------------- */

#ctn_content_middle ul.content_path
{
  height:20px;
  margin:20px 0px 20px 20px;
}

#ctn_content_middle ul.content_path li
{
  display:block;
  float:left;
}

#ctn_content_middle ul.content_path,
#ctn_content_middle ul.content_path li a,
#ctn_content_middle ul.content_path li a:visited
{
  color:#969696;
  font-size:11px;
}

#ctn_content_middle ul.content_path li a:hover,
#ctn_content_middle ul.content_path li a:focus
{
  color:#FF7F00;
}

#ctn_content_middle .ctn_content_middle_margin
{
  clear:left;
  margin:20px 30px 20px 30px;
}

* html #ctn_content_middle .ctn_content_middle_margin
{
  clear:left;
  margin:20px 20px 20px 20px;
}

#ctn_content .active_navi_top_node,
#ctn_content .tx-newloginbox-pi1
{
  margin:20px 0px 0px 20px;
}

* html #ctn_content .tx-newloginbox-pi1 input
{
  left:-20px;
  position:relative;
}

*+html #ctn_content .tx-newloginbox-pi1 input
{
  left:-20px;
  position:relative;
}

#ctn_content ul.left_navigation
{
  background:transparent url('../img/backgrounds/content_left_bottom_line.gif') right top no-repeat;
}

#ctn_content ul.left_navigation li
{
  background:transparent url('../img/backgrounds/content_left_bottom_line.gif') right bottom no-repeat;
}

#ctn_content ul.left_navigation li a,
#ctn_content ul.left_navigation li a:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 20px 11px no-repeat;
  color:#000000;
  display:block;
  line-height:32px;
  padding:0px 0px 0px 34px;
}

#ctn_content ul.left_navigation li a:hover,
#ctn_content ul.left_navigation li a:focus
{
  color:#FF7F00;
}

#ctn_content ul.left_navigation li.current a,
#ctn_content ul.left_navigation li.current a:visited
{
  color:#FF7F00;
  font-weight:bold;
}

#ctn_content #ctn_content_left ul.left_navigation li ul li
{
  background:transparent url('../img/backgrounds/content_left_bottom_line.gif') right 0px no-repeat;
}

#ctn_content #ctn_content_left ul.left_navigation li ul li a,
#ctn_content #ctn_content_left ul.left_navigation li ul li a:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 40px 11px no-repeat;
  color:#000000;
  display:block;
  font-weight:normal;
  line-height:32px;
  padding:0px 0px 0px 54px;
}

#ctn_content #ctn_content_left ul.left_navigation li ul li a:hover,
#ctn_content #ctn_content_left ul.left_navigation li ul li a:focus
{
  color:#FF7F00;
}

#ctn_content #ctn_content_left ul.left_navigation li ul li.current a,
#ctn_content #ctn_content_left ul.left_navigation li ul li.current a:visited
{
  color:#FF7F00;
  font-weight:bold;
}

.newsletter_box
{
  margin:0px 0px 20px 0px;
}

.newsletter_box table tr td.table_left
{
  width:200px;
}

.newsletter_box table tr td.table_right .date
{
  color:#a2a2a2;
}

.newsletter_box table tr td.table_right a,
.newsletter_box table tr td.table_right a:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 0px 3px no-repeat;
  color:#000000;
  padding-left:14px;
  text-decoration:underline;
}

.newsletter_box table tr td.table_right a:hover,
.newsletter_box table tr td.table_right a:focus
{
  color:#FF7F00;
}

#ctn_content .ctn_content_middle_margin a,
#ctn_content .ctn_content_middle_margin a:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 0px 3px no-repeat;
  color:#000000;
  padding-left:14px;
  text-decoration:underline;
}

#ctn_content .ctn_content_middle_margin .csc-textpic a,
#ctn_content .ctn_content_middle_margin .csc-textpic a:visited
{
  background:none;
  color:#000000;
  padding-left:0;
  text-decoration:none;
}

#ctn_content .ctn_content_middle_margin a:hover,
#ctn_content .ctn_content_middle_margin a:focus
{
  color:#FF7F00;
}

.ctn_content_middle_margin .content ul
{
  list-style-type:none;
  margin:7px 0 7px 5px;
  padding:0px 0px 0px 15px;
}

.ctn_content_middle_margin .content ul li
{
  /* background:transparent url('../img/icons/icon_list.gif') left center no-repeat; */
}

.ctn_content_middle_margin .content ol
{
  list-style-type:decimal;
  margin:7px 0 7px 19px;
}

.content img
{
  clear:both;
}

.ctn_content_middle_margin img
{
  padding:5px 0px 10px 20px;
}

.ctn_content_middle_margin .csc-textpic-intext-left img,
.ctn_content_middle_margin .csc-textpic-intext-right img,
.ctn_content_middle_margin .csc-textpic-intext-left-nowrap img,
.ctn_content_middle_margin .csc-textpic-intext-right-nowrap img
{
  padding:0px 0px 0px 0px;
}

.ctn_content_middle_margin .production_gallery img,
.ctn_content_middle_margin .newsletter_box img
{
  padding:0px;
}

.production_gallery td img
{
  border:3px solid #DFDFDF;
  margin:5px 5px;
  padding-bottom:0px;
}

/* footer */

#ctn_footer a,
#ctn_footer a:visited
{
  color:#8C949A;
}

#ctn_footer a:hover,
#ctn_footer a:focus
{
  color:#FF7F00;
}

#ctn_footer .footer_left
{
  float:left;
  height:85px;
  margin:1px 1px 0 0;
  width:222px;
}

#ctn_footer .footer_right
{
  float:left;
  height:85px;
  margin-top:1px;
  width:730px;
}

.footer_right_margin .footer_firm_datas,
.footer_right_margin .footer_firm_contact_datas
{
  float:left;
  width:212px;
}

#ctn_footer .footer_left .footer_left_margin
{
  margin:24px 0 10px 24px;
}

#ctn_footer .footer_right .footer_right_margin
{
  margin:24px 0 10px 21px;
}

#ctn_footer a.logo_dqs,
#ctn_footer a.logo_dqs:visited
{
  background:transparent url(../img/logo_dqs.gif) no-repeat scroll left top;
  display:block;
  height:38px;
  position:absolute;
  right:195px;
  top:26px;
  width:47px;
}

#ctn_footer a.logo_ipc,
#ctn_footer a.logo_ipc:visited
{
  background:transparent url(../img/logo_ipc.gif) no-repeat scroll left top;
  display:block;
  height:26px;
  position:absolute;
  right:132px;
  top:33px;
  width:46px;
}

#ctn_footer a.logo_tuef,
#ctn_footer a.logo_tuef:visited
{
  background:transparent url(../img/logo_tuef.gif) no-repeat scroll left top;
  display:block;
  height:29px;
  position:absolute;
  right:53px;
  top:31px;
  width:58px;
}

/* contact */
.csc-mailform-field label
{
  display:block;
  float:left;
  width:100px;
}

.csc-mailform-field textarea
{
  background:#fdfdfd;
  border-top:1px solid #818181;
  border-right:1px solid #dddad4;
  border-bottom:1px solid #dddad4;
  border-left:1px solid #818181;
  height:80px;
  line-height:15px;
  margin-bottom:6px;
  overflow:visible;
  padding:1px 3px 0px 3px;
}

.csc-mailform-field .csc-mailform-submit
{
  height:20px;
  margin:0px 0px 0px 100px;
  padding:0;
}

* html .csc-mailform-field .csc-mailform-submit
{
  margin:0px 0px 0px 103px;
}

.ctn_content_middle_margin .content .csc-sitemap a,
.ctn_content_middle_margin .content .csc-sitemap a:visited
{
  color:#515657;
}

.ctn_content_middle_margin .content .csc-sitemap ul
{
  background:none;
  list-style-type:none;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.csc-sitemap ul li
{
  background:none;
  padding:0px 0px 30px 0px;
}

#ctn_content .csc-sitemap ul li a,
#ctn_content .csc-sitemap ul li a:visited
{
  background:none;
  color:#515657;
  font-size:16px;
  font-weight:bold;
  padding-left:0;
}

.ctn_content_middle_margin .content .csc-sitemap ul li ul
{
  margin:0px 0px 0px 20px;
}

.csc-sitemap ul li ul li
{
  padding:7px 0px 0px 0px;
}

#ctn_content .csc-sitemap ul li ul li a,
#ctn_content .csc-sitemap ul li ul li a:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 0px 3px no-repeat;
  color:#515657;
  font-size:12px;
  font-weight:normal;
  padding-left:14px;
}

.ctn_content_middle_margin .content .csc-sitemap ul li ul li ul
{
  margin:0px 0px 0px 20px;
}

.csc-sitemap ul li ul li ul li
{
  padding:7px 0px 0px 0px;
}

#ctn_content .csc-sitemap ul li ul li ul li a,
#ctn_content .csc-sitemap ul li ul li ul li a:visited
{
  background:transparent url('../img/icons/link_arrow_right.gif') 0px 3px no-repeat;
  color:#515657;
  font-size:12px;
  font-weight:normal;
  padding-left:14px;
}

.spacer_line
{
  background:transparent url(../img/backgrounds/bg_footer.gif) no-repeat scroll left top;
  height:1px;
  margin:7px 0;
  width:100%;
}

.mf-file
{
  height:20px;
}

a.back_link_news
{
  display:block;
  margin-bottom:15px;
}

/* $12 - ArticleSearch ///////////////////////////////////////////////////////*/
.downloadCSV
{
  float:left;
  display:block;
  clear:both;
  margin:0px 0px 5px 0px;
}

.downloadCSV a
{
  float:left;
  display:block;
  margin-right:10px;
}

#ctn_content .tx_euricolivegrid_table a.leaflet_icon , #ctn_content .tx_euricolivegrid_table a.partlist_icon
{
  background:transparent url(../img/icons/icon_leaflet.gif) no-repeat;
  display:block;
  height:15px;
  width:15px;
  cursor:pointer;
  padding:0;
}

h3 a:visited, h3 a:active
{
  color:#ff7f00;
}

.articlesearch_field
{ 
  margin-top:10px;
  height:15px;
}

.tx_euricolivegrid_table a.partlist_icon
{
  background:transparent url(../img/icons/icon_partlist.gif) no-repeat!important;
}

.tx_euricolivegrid_table td
{
  height:40px;
  vertical-align:middle;
}

.tx_euricolivegrid_table td
{
  background:transparent url(../img/backgrounds/dotted_line_horizontal.gif) repeat-x;
}

.tx_euricolivegrid_header 
{
  width:450px;
}

.tx_euricolivegrid_table
{
  width:450px; 
}

.tx_euricolivegrid_header td.tx_a2000_no
{
  width:16%; 
}

.tx_euricolivegrid_header td.tx_a2000_desc
{
  width:74%; 
}

.tx_euricolivegrid_header td.tx_a2000_leaflet
{
  width:10%; 
}

.tx_euricolivegrid_header td
{
  color:#FF7F00;
  height:30px;
  vertical-align:middle;
  font-weight:bold;
}

.tx_euricolivegrid_table td.tx_a2000_desc
{
  width:90%;
}

.tx_euricolivegrid_table td.tx_a2000_desc span
{
  float:left;
  margin-right:5px;
}

.tx_euricolivegrid_table td.tx_a2000_desc span.text2
{
  clear:both;
}

.tx_euricolivegrid_table td.tx_a2000_leaflet
{
  width:10%;
}

.tx_a2000erp_pi1_form label 
{
  display:block;
  width: 60px;
  float:left;
}

.tx_a2000erp_pi1_form div
{
  clear:both;
  float:left;
}

.tx_a2000erp_pi1_form input 
{
  display:block;
  width: 200px;
  float:left;
}

.tx_a2000erp_pi1_form a 
{
  margin-left:10px;
}

.tx_euricolivegrid_bookmark
{
  display:none;
}

.tx_a2000erp_pi1_form div
{
  width:100%;
}

.tx_a2000erp_pi1_form 
{
  _width:370px;
}

.tx_a2000erp_pi1_articledetails 
{
  clear:both;
  float:left;
  width:170px;
}

.tx_a2000erp_pi1_articledetails span.einkaufstext
{
  line-height:1;
  text-align:left;
}

.tx-a2000erp-pi1 partlist
{
  float:left;
}

.tx_a2000erp_pi1_articledetails .tx_2000_headdetails
{
  float:left;
  width:200px;
}

.tx_a2000erp_pi1_articledetails .tx_2000_headdetails span
{
  margin-left:20px;
}

.tx_a2000erp_pi1_articledetails .einkaufstext 
{
  margin-top:15px;
  margin-bottom:20px;
  clear:both;
  color:#000000;
  float:left;
}

div.tx_a2000erp_leaflet_delete
{
  background: transparent url(../img/icons/icon_delete.gif) no-repeat;
  height:14px;
  width:14px;
  cursor:pointer;
}

.tx_euricolivegrid_table .tx_euricolivegrid_hirow td
{

  background-color:#000000;
  background: transparent url(../img/backgrounds/gridhighrow.gif) repeat-x top;
}

#partlistdatagrid td.pos{
  width:65%;
}

#partlistdatagrid td.more{
  width:27%;
}

#partlistdatagrid td.amount{
  width:8%!important;
}
#partlistdatagrid_header .tx_euricolivegrid_header_pos
{
  width:20px;
}

#partlistdatagrid_contentDiv, .scrollerDiv
{
  float:left;  
}

div.tx_a2000_head_content 
{
  float:left;
  display:block;
  height:30px;
  overflow:hidden;
}

.partlistLevelClass_0
{
  width: 250px;
}

.partlistLevelClass_1
{
  width: 220px;
}

.partlistLevelClass_2
{
  width: 201px;
}

.partlistLevelClass_3
{
  width: 160px;
}

.partlistLevelClass_4
{
  width: 130px;
}

#partlistdatagrid_header .tx_euricolivegrid_header_no
{
  width:75px;
}

#partlistdatagrid_header .tx_euricolivegrid_header_ergtext
{
  width:240px;
}

#partlistdatagrid_header .tx_euricolivegrid_header_more
{
  width:130px;
}

#partlistdatagrid_header .tx_euricolivegrid_header_amount
{
  width:40px;
}

.tx_a2000erp_pi1_articledetails
{
  color:#AFAFAF;
}

.tx_a2000erp_pi1_articledetails span.value
{
  color:#000000;
  display:block;
  margin-bottom:5px;
  line-height:0px;
  text-align:right;
}

.tx_a2000erp_pi1_articledetails span.no
{
  display:block;
  line-height:0;
  margin-top:5px;
  text-align:left;
}

.tx_a2000erp_pi1_articledetails span.value1
{
  color:#000000;
  display:block;
  margin-bottom:5px;
  line-height:0px;
  text-align:right;
}

.tx_a2000erp_pi1_articledetails span.price
{
  display:block;
  line-height:0;
  margin-top:5px;
  text-align:left;
}

.tx_a2000erp_pi1_articledetails span.bestand
{
  display:block;
  line-height:0;
  margin-top:18px;
  text-align:left;
}

.tx_a2000erp_pi1_articledetails span.einkaufstext
{
  line-height:1;
  text-align:left;
}

.tx_a2000erp_pi1_articledetails .box_ergtext
{
  margin-bottom:15px;
}

.tx_a2000erp_pi1_articledetails .box_ergtext li.value
{
  color:#000000;
  margin-bottom:5px;
}


.tx_a2000erp_pi1_articledetails ul.box_verbrauch
{
  line-height:19px;
  margin-top:10px;
}

.tx_a2000erp_pi1_articledetails .box_verbrauch li.verbrauch
{
  float:left;
}

.tx_a2000erp_pi1_articledetails .box_verbrauch li.verbrauch2
{
  color:#000000;
  float:right;
}

.tx_a2000erp_pi1_articledetails a, 
#partlistdatagrid .leightbox a
{
  background:transparent url(../img/icons/link_arrow_right.gif) no-repeat scroll left 3px!important;
  color:#000000;
  padding-left:14px!important;
  text-decoration:underline;
}

.ctn_content_middle_margin #tx_a2000_leaflet_table a, .tx_a2000_desc a
{
  background:none!important;
  color:#FF7F00!important;
  text-decoration:none;
  padding-left:0px !important;
  font-weight:bold;
}

#partlistdatagrid .leightbox a
{
  color:#FF7F00;
}

#tx_a2000_leaflet_table tr
{
  background:transparent url(../img/backgrounds/dotted_line_horizontal.gif) repeat-x;
}
#tx_a2000_leaflet_table 
{
  background:transparent url(../img/backgrounds/dotted_line_horizontal.gif) repeat-x bottom;
  margin-bottom:15px;
}

#tx_a2000_leaflet_table td
{
 height:40px;
 vertical-align:middle;
}

#tx_a2000_leaflet_tableheader
{
  margin-bottom:10px;
}

#tx_a2000_leaflet_tableheader td
{
  color:#FF7F00;
  font-weight:bold;
}

#tx_a2000_leaflet_tableheader, #tx_a2000_leaflet_table 
{
  width:100%;
}

#tx_a2000_leaflet_tableheader td.pos, #tx_a2000_leaflet_table td.pos
{
  width:30px;
  text-align:center;
}

#tx_a2000_leaflet_tableheader td.artnr, #tx_a2000_leaflet_table td.artnr
{
  width:60px;
  font-weight:bold;
  color:#FF7F00;
}

#tx_a2000_leaflet_tableheader td.desc, #tx_a2000_leaflet_table td.desc
{
  width:285px;
}

#tx_a2000_details
{
  float:left;
  clear:both;
  width:100%;
}
 
#tx_a2000_leaflet_tableheader td.amount, #tx_a2000_leaflet_table td.amount
{
  width:30px;
}

#tx_a2000_leaflet_table td.amount input
{
  margin-top:6px;
}

#tx_a2000_leaflet_tableheader td.delete, #tx_a2000_leaflet_table td.delete
{
  width:20px;
}

.tx_a2000_leaflet_links
{
  margin-left:35px; 
}

#articledatagrid_contentDiv
{
  display:inline;
  float:left;
  margin-bottom:20px;
  width:480px;
  _margin-top:-40px;

}
.tx_a2000_leaflet_links a
{
  margin-right:15px;
}

#partlistdatagrid td
{
  padding-top:4px;
}

.ersetzen1
{ padding-top:4px;
  background: url(../img/backgrounds/partlist/icon_rootline.gif) no-repeat 0px -3px;
  margin-top:-4px;
}

.ersetzen2
{
  padding-top:4px;
  background: url(../img/backgrounds/partlist/icon_connector.gif) no-repeat 0px -3px;
  margin-top:-5px;
}

.ersetzen3
{
  padding-top:4px;
  background: url(../img/backgrounds/partlist/icon_partlist_rootline.gif) no-repeat  0px -3px;
    margin-top:-4px;
}

.ersetzen4
{
  padding-top:4px;
  background: url(../img/backgrounds/partlist/icon_normal_rootline.gif) no-repeat 0px -3px;
  margin-top:-4px;
}

.ersetzen5
{
  padding-top:4px;
  background: url(../img/backgrounds/partlist/icon_normal.gif) no-repeat 0px -3px;
  margin-top:-4px;
}
.leightbox {
  color: #333;
  display: none;
  position: fixed;
  _position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 1em;
  border: 1em solid #B8B8B8;
  background-color: white;
  text-align: left;
  z-index:1001;
  overflow: auto; 
}

* html .leightbox {
  _position: absolute; 
 _top:expression(0 - parseInt(document.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
 }


.einkaufstext span
{ 
  display:block;
  clear:both;
  float:left;
}

.leightbox a 
{
  float:right;
  background:transparent url(../img/icons/link_arrow_right.gif) no-repeat scroll left 3px!important;
  color:#000000;
  padding-left:14px!important;
  text-decoration:underline;
}
.leightbox .a2000_boxcontent
{
  margin-top:20px;  
}

#overlay{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
  background-color:#333;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

.spinner_arrow {
  background:transparent url(../img/icons/spinner_arrow.gif) no-repeat center center!important;
}

.spinner_loading {
  background:transparent url(../img/icons/spinner_arrow.gif) no-repeat 170px 18px!important;}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.article_merkzettel_baugruppe
{
  
  background-image:url(../img/backgrounds/merkzettel_left.png);
  background-repeat:repeat-y;
  display:block;
  height:60px;
  _left:375px;
  padding-left:10px;
  position:absolute;
  _position:relative;
  right:10px;
  _top:-50px;
  width:110px;
  
}

span.merkzettel, span.baugruppe
{
  background-image:url(../img/icons/icon_leaflet.gif); 
  background-position:left center;
  background-repeat: no-repeat;
  display:block;
  margin-bottom:5px;
  padding-left:25px;
}

span.baugruppe
{
  background-image:url(../img/icons/icon_partlist.gif);
  background-position:left center;
  background-repeat: no-repeat;
  margin-bottom:0px;
}
#articledatagrid_header_2 
{
  display:none;
}

.tx_a2000erp_pi1_form input
{
  margin-left:5px;
  width:190px;
}

.ctn_content_middle_margin .content ul,
.ctn_content_middle_margin .content ol,
.content ul, 
.content ol
{
  margin:0px;
  padding:0px;
}

.content li
{
  background:transparent url('..//img/icons/icon_list.gif') left 4px no-repeat;
  list-style-type:none;
  padding:0px 0px 0px 15px;
}

.tx-indexedsearch-sectionlinks ul li,
.tx_a2000erp_pi1_articledetails ul li  
{
  background:none;
}

.tx_a2000erp_pi1_articledetails ul li  
{
  padding:0px;
}

span.grey
{
  color:#969696;
}

span.orange
{
  color:#ff7f00;
}

span.black
{
  color:#000000;
}

#ctn_main sup
{
  font-size:0.8em;
  left:0;
  position:relative;
  top:-3px;
}

#ctn_main sub
{
  font-size:0.8em;
  left:0;
  position:relative;
  top:3px;
}

.indent
{
  margin-left:2em;
}

blockquote
{
  font-style:italic;
  margin:20px;
}

ol li,
.content ol li
{
  background:none;
  list-style-type:decimal;
  list-style-position:inside;
}