body {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

ul {
  list-style-type: disc !important;
  /*margin: 0;*/
  /*padding: 0;*/
}

ul.no_bullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#head,
#selection_top,
#search_results_wrapper,
.toggle_link,
#show_article_marginal,
#article_image_large,
#tender_text,
#close_box_link,
#print_box_link,
#footer,
#cboxOverlay,
#cBoxLeft,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cBoxContent,
#cBoxWrapper,
#colorbox,
#print_article_text,
#article_header,
#article_content,
#start_page,
#design_page,
#partslist_view {
  display: none !important;
}

/* copied print style from global.css */

div.article_specs {
  float: left;
  padding: 20px;
  height: 150px;
  width: 500px;
}

div.article_specs h1 {
  color: #333333;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-top: 0;
}

div.article_specs table.specs {
  float: left;
}

/*article_info*/

.article_details {
  min-height: 390px;
}

.article_details ul {
  margin: 10px 0 15px 0;
}

ul.bullet_square li {
  /*padding-left: 12px;*/
}

ul.bullet_triangle li {
  /*padding-left: 12px;*/
}

.article_details p {
  line-height: 140%;
  margin: 5px 0;
}

.article_details li {
  line-height: 120%;
  margin: 5px 0;
}

.article_details ul.download li {
  line-height: 12px;
  margin-bottom: 11px;
}

.article_details h2 {
  color: #333333;
  font-size: 13px;
}

.article_details_right ul.partslist li {
  margin: 0 0 3px 0;
}

#tender_text p {
  font-weight: bold;
}

/************************************************ PRINT ************************************************/

#print_article_text_copy .article_specs {
  padding: 0;
}

#print_article_text_copy h2 {
  border-bottom: 1px solid #999999;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
  text-transform: uppercase;
}

#print_article_text_copy .article_details {
  border: none;
}

div.article_image_print {
  float: left;
  height: 190px;
  width: 190px;
}

.print_table {
  width: 100%;
}

#print_article_text_copy h3 {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 5px 0;
}

#print_article_text_copy .article_details {
  min-height: 0;
}

#print_article_text_copy ul.download li {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin: 0 0 8px 0;
  /*padding-left: 17px;*/
}

.nowrap {
  white-space: nowrap;
}

/* partslist */

.seperator_room {
  text-align: left !important;
  padding-left: 22px !important;
  vertical-align: middle !important;
}

.seperator_room p {
  float: left;
  margin: 0;
  padding: 0;
}

.seperator_room a {
  float: right;
  font-size: 10px;
  margin-right: 5px;
}

.nowrap {
  white-space: nowrap;
}

div.partslist_head {
  padding: 20px 0 0 20px;
}

div.partslist_head span.partslist_header {
  color: #666666;
  font-size: 21px;
}

h1.header {
  color: #666666;
  font-size: 21px;
  font-weight: normal;
  text-transform: none;
}

div.partslist_head span.partslist_date {
  color: #666666;
  font-size: 12px;
}

table.partslist {
  border: 0;
  width: 100%;
}

table.partslist thead td,
table.partslist tfoot td {
  color: #004470;
  font-weight: bold;
  margin: 0;
  text-align: center;
  white-space: normal;
}

table.partslist tfoot td.label {
  text-align: left;
}

table.partslist tbody td {
  margin: 0;
  height: 27px;
  padding: 3px 1px 1px 1px;
  vertical-align: top;
  white-space: nowrap;
}

table.partslist tbody td.name {
  margin: 0;
  white-space: normal;
}

table.partslist tbody td.count {
  color: #999999;
  padding-left: 4px;
  padding-right: 3px;
}

table.partslist tbody td.articlenr {
  font-weight: bold;
  text-align: right;
}

table.partslist tbody td.discount_group,
table.partslist tbody td.discount_factor {
  text-align: center;
}

table.partslist thead td {
  line-height: 90%;
  vertical-align: bottom;
}

table.partslist thead td.price,
table.partslist thead td.overall_price {
  padding: 0 2px;
  width: 50px;
}

table.partslist thead td.discount_factor,
table.partslist thead td.discount_group {
  width: 20px;
}

table.partslist tbody td.price {
  padding-right: 5px;
  text-align: right;
}

table.partslist tbody td.overall_price {
  font-weight: bold;
  padding-right: 5px;
  text-align: right;
}

table.partslist tbody td.input_wrap {
  height: 24px;
  padding-top: 6px;
}

table.partslist tbody input[type=image] {
  margin-left: 5px;
  margin-right: 2px;
  vertical-align: middle;
}

table.partslist tfoot td.overall_price {
  text-align: right;
}

table tr.spacer_end td {
  padding: 5px 0; 
}

table tr.spacer_end td p {
  border-bottom: 1px solid #CCCCCC;
}

table td.print_count {
  text-align: center;
}