/* frame
********************/
a img, iframe {
  border:medium none;
}

body {
  background: #eee url(http://images.matthies.de/mike/gfx/bg.gif) repeat-y center;
}

* html body {
  text-align: center;
}

th a {
  color: #ffffff !important;
}

a, a:link {
  color: #8b0e13;
  font-weight: bold;
}

#wrapper {
  margin: 0 auto;
  width: 980px;
  position: relative;
}

* html #wrapper {
  left: 1px;
  text-align: left;
}

* html img, * html div {
  behavior: url(iepngfix.htc);
}

.noshow {
    display: none;
}

#head {
    height: 132px;
    background: #FFFFFF url(http://images.matthies.de/mike/gfx/Mike.gif) no-repeat scroll 30px 20px;
    position: relative;
}

* html #head {
  height: 138px;
}

#hlogo {
    width: 120px;
    height: 120px;
    position: absolute;
}

#ie_bug {
    background-color: #FFFF80;
    color: #800000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#bar {
  position: relative;
  background-color: #F2F2F2;
  border-top: 1px solid #8b0e13;
  border-bottom: 1px solid #8b0e13;
  height: 26px;
  overflow: hidden;
}

#left {
  position: relative;
  float: left;
  width: 200px;
  padding-top: 10px;
  margin-bottom: 75px;
}

#right {
  position: relative;
  float: right;
  width: 200px;
  padding-top: 10px;
  margin-bottom: 75px;
}

#center {
  position: relative;
  margin: 0px 200px 0 200px;
  padding-top: 10px;
  width: 580px;
  font-size: 1.2em;
}

* html #center {
    width: 570px;
    margin: 0 0 0 200px;
}

#basket_center {
  width: 770px;
}

#foot {
  background-color: white;
  position: relative;
  bottom: 0px;
  text-align: center;
  width: 980px;
  padding-bottom: 5px;
}

*+html #foot{
  clear: both;
  position: relative;
  margin-left: 1px;
   width: 979px;
}

/* foot
********************/
#foot p {
  font-size: 1.1em;
  color: #999;
  margin-top: 2px;
}

#foot hr {
  margin: 5px 10px;
}


/* boxes
********************/
.box, .cbox {
  position: relative;
  background-color: #F2F2F2;
  margin: 0 10px 10px 10px;
  border: 1px solid #8b0e13;
}

* html .box, * html .cbox,
*+html .box, *+html .cbox {
  margin-bottom: 25px;
}

.box h3, .cbox h3 {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #d80000;
  color: #fff;
  padding: 2px 5px 4px;
  margin-bottom: 10px;
}

.box p, .cbox p {
  padding: 0 5px 5px 5px;
}

.cbox {
  margin: 0 0 10px 0;
}

#search_vehicle h3 {
    margin-bottom: 0;
}

#search_vehicle li a {
    padding-right: 5px;
    text-align: right;
}

/* box navigation
********************/
.bnav {
  position: relative;
  font-size: 1.1em;
  height: 18px;
  margin-bottom: 10px;
  background-color: #fff;
  border-top: 1px solid #8b0e13;
  border-bottom: 1px solid #8b0e13;
}

.bnav li {
  float: left;
  width: 100%;
}

.bnav a, .bnav span {
  display: block;
  text-align: center;
  padding: 2px 0;
  font-weight: bold;
}

/*.bnav a {
  color: #8b0e13;
}*/

.bnav a.selected {
    text-decoration: underline;
    border: 0 !important;
    background-color: #FFF !important;
}

.bnav span {
  color: #ccc;
}

/* box fahrzeug navigation
********************/
.fnav {
  position: relative;
  font-size: 1em;
  height: 18px;
  background-color: #fff;
  border-top: 1px solid #8b0e13;
  padding: 2px 0 0 0;
}

.fnav li div {
  float: left;
  width: 50%;
  text-align: center;
}

.fnav a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  font-weight: bold;
  color: #8b0e13;
}

.fnav a.selected {
  text-decoration: underline;
  background-color: #FFF !important;
}

/* basket
********************/
#mini_basket {
  float: right;
  border: 1px solid #333;
  background-color: #F2F2F2;
  width: 270px;
  height: 110px;
  margin: 10px 10px 0 0;
}

* html #mini_basket {
  margin: 10px 5px 0 0;
}

#mini_basket p {
  font-size: 1.1em;
  margin: 5px 10px 0 75px;
}

#mini_basket .mini_basket_name a {
  color: #333;
  font-weight: bold;
}

#mbtotal {
  border-top: 1px solid #000;
  padding-top: 5px;
  margin: 0px 15px 15px 75px;
}

#mbempty {
  margin-top: 30px;
}

#minibasketimg {
  float: left;
  margin: 20px 0 0 15px;
}

#btn_delete, #btn_order {
  font-size: 1.1em;
  color: #000000;
  background-color: #d4d0c8;
  border: 1px solid #333333;
  font-weight: normal;
  padding: 2px 5px 1px;
}

#btn_order {
  margin-top: 10px;
}

#btn_delete:hover, #btn_order:hover {
  text-decoration: none;
  cursor: default;
}

.float_clear {
  clear: both;
}

/* breadcrump
********************/
#breadcrump {
  font-size: 0.975em;
}

#breadcrump hr {
  margin: 5px 0 10px 0;
}

/* news
********************/
.news_elem {
  border:1px solid #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}

.news_content {
  padding: 10px;
}

/* gallery
********************/
.gallery {
  position: relative;
  margin-bottom: 10px;
}

* html .gallery {
  position: relative;
  width: 560px;
  margin-top: 20px;
  margin-left: 3px;
}

.gal_elem {
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    float: left;
    height: 178px;
    margin: 0 9px 9px 0;
    position: relative;
    width: 278px;
}

* html .gal_elem {
  width: 268px;
  margin:0px 8px 9px 0px;
}

.gal_elem .availability {
    margin: 2px;
}

.gal_elem h3 {
  font-size: 9pt;
  padding: 2px 60px 2px 5px;
  height: 30px;
  overflow: hidden;
}
/*
.gal_elem:hover {
  background-color: #FAFAFA;
}
*/
.gal_content {
    position:relative;
    height: 142px;
    border-top: 1px solid #cccccc;
}

.gal_image {
  position:absolute;
  top:10px;
  left:10px;
  width:120px;
  height:120px;
  background-repeat:no-repeat;
  background-position:0 0;
  z-index:0;
  overflow: hidden;
}

.gal_image .mvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 34px;
  background: url(/gfx/video_small.png) 0 0 no-repeat;
  z-index:5;
  overflow: hidden;
}

.gal_artnr {
  position:absolute;
  top:10px;
  left:135px;
  width:135px;
/*  height:20px;*/
  overflow: hidden;
}

.gal_text {
  position:absolute;
  top:35px;
  left:135px;
  width:135px;
  height:60px;
  overflow: hidden;
}

.gal_price {
    position: absolute;
    bottom: 8px;
    left: 135px;
    font-size: 11px;
    color: #FF0000;
    overflow: hidden;
}
.gal_price_new {
    bottom: 40px;
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
    left: 135px;
    overflow: hidden;
    position: absolute;
}

.gal_price_vk {
  position: absolute;
  bottom: 32px;
  left: 135px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
}

.gal_price_vk_new {
  position: absolute;
  bottom: 12px;
  left: 135px;
  font-size: 12px;
  color: #000000;
  overflow: hidden;
}

.zusatz {
  font-size: 10px;
  font-weight: normal; 
  position: absolute;
  bottom: 23px;
  right: 5px;
  color: #000000;
  overflow: hidden;
}

.zusatz_new {
  font-size: 10px;
  font-weight: normal; 
  position: absolute;
  bottom: 0;
  right: 5px;
  color: #000000;
  overflow: hidden;
}

.gal_pfand {
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  bottom: -4px;
  right: 5px;
  color: #000000;
  overflow: hidden;
}

.gal_pfand_new {
    color:#000000;
    font-size:10px;
    font-weight:normal;
    overflow:hidden;
    position:absolute;
    right:5px;
    top: 98px;
}

.gal_basket {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -25px;
    width: 60px;
}

.gal_basket a {
  padding: 4px;
  display: block;
}

.btn_add2basket, .btn_add2basket_k3 {
    border: none; 
    width: 20px;
    height: 22px;
    cursor: pointer;
    vertical-align: middle;   
    background: transparent url(http://images.matthies.de/mike/gfx/add_to_cart.gif) no-repeat scroll 0 0;
}

a.btn_add2basket {
    display: block;
}

/* history
********************/
#history h3 {
  margin-bottom: 0;
}

#history div {
  color: #333;
  margin-left: 5px;
  margin-top: 5px;
}

#history div a {
  color: #333;
}

#history li {
  float: left;
  width: 50%;
}

/* selected vehicle
********************/
#selected_vehicle {
  z-index:2;
}

#selected_vehicle h3 {
  margin-bottom: 0;
}

#selected_vehicle p {
  font-size: 1.1em;
}

optgroup option {
    padding-left: 10px;
}
optgroup.favorit option {
    font-weight: bold;
}

/* mcbutikken
********************/
.mcbutikken {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 32px;
  border: 0px;
}

/* language_select
********************/
#lang_select {
  float: right;
  padding: 0 10px;
}

#lang_select select {
  margin-top: 3px;
}

#lang_select option {
  padding-right: 5px;
}

/* matthies_news
******************** /
.mnews_item {
  width: 560px;
  border: 1px solid #666;
  margin: 0 10px 10px 0;
}

.mnews_item h4 {
  font-size: 12px;
  border-bottom: 1px solid #666;
  padding: 2px 5px;
  background-color: #ccc;
}

.mnews_item p {
  padding: 1px 5px 10px 5px;
}

.mnews_date {
  font-size: 10px;
  text-align: right;
}
*****/
.bselect {
  width: 100%;
}

.bselect input {
  width: 250px;
}

.bselect .inp_basket_amount {
  width: 40px;
}

.bselect .button {
  width: auto;
  font-size: 12px;
  line-height: 12px;
}

.bselect .last2 {
  width: auto;
}

.error {
  color: #ee3333;
  font-weight: bold;
}

.bselect .delete {
  text-align: center;
  color: #ee2222;
  display: block;
  width: 15px;
  font-size: 16px;
  line-height: 25px;
}

#baustelle_modus {
  padding: 5px;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 700px;
  height: 20px;
  margin: 5px;
  font-size: 15pt;
  font-family: courier;
  font-weight: bold;
  text-align:center;
  text-decoration: blink;
  color: #0000aa;
}

#baustelle_ico {
  background-color: #FFCC33;
  background-image: url(http://images.matthies.de/mike/gfx/imbau.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border: 4px dotted black;
  padding: 5px;
  position: fixed;
  z-index: 11;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  margin: 5px;
  opacity: 0.1;
}

#baustelle {
  background-color: #FFCC33;
  border: 4px dotted black;
  font-size: 10pt;
  padding: 5px;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: -1660px;
  width: 1635px;
  margin: 5px;
}

#baustelle .baustein {
  background-color: #FaC830;
  border: 1px solid black;
  overflow: hidden;
  padding: 5px;
  height: 10px;
  margin: 5px;
}

#baustelle .baustein b {
  color: #ff4444;
  font-size: 12pt;
}

/* related_articles
********************/
.related_articles {
  border: 1px solid #8b0e13;
  width: 98%;
}

.related_articles table {
  border-collapse: separate;
  border-spacing: 2px;
  background-color: #ffffff;
}

/* miketechnik content
********************/
.feedback_content span {
  display: block;
  position: relative;
  background-color: #eeeeee;
  margin-bottom: 2px;
  padding: 1px 5px;
}

.feedback_content span span {
    width: 200px;
}
.feedback_content span em {
  top: 0;
  font-style: normal;
  position: absolute;
  left: 200px;
}

.feedback_content h4 {
  margin: 10px 0 2px 0;
  background-color: #666666;
  color: #ffffff;
  padding: 2px 5px;
}

.ende {
  clear: both;
}

* html .ende {
  float: none;
  margin: 0;
}

.head_menu {
  padding: 2px;
  border: 1px solid #000;
  position: relative;
  height: 15px;
}

.head_menu .left {
  text-align: center;
  float: left;
  width: 50%;
}

.head_menu .des {
  color: #000000;
}

.head_menu .right {
  text-align: center;
  float: right;
  width: 50%;
}

.head_menu .center {
  text-align: center;
  float: left;
  width: 33%;
}

/* article details
******************** /
#adetails {
  margin-left: 0;
  position: relative;
  float: left;
  padding-bottom: 5px;
  width: 100%;
}

* html #adetails{
  width: 97%;
  float: none;
}

#adetails h3 {
  float: left;
  font-size: 0.96em;
  text-align: right;
  width: 98%;
  height: 15px;
}

#adetails .head_right {
  float: right;
  font-size: 0.9em;
  text-align: right;
  font-weight: normal;
}

#adetails .left {
  background-color: #a0a0a0;
  float: left;
  width: 30%;
  margin: 1px;
  margin-left: 5px;
}

* html #adetails .left {
  width: 29%;
}

#adetails .left2
{
  background-color: #c0c0c0;
  float: left;
  width: 49%;
  margin: 1px;
}

* html #adetails .left2
{
  width: 48%;
}

#adetails .left2_ohne_bild
{
  background-color: #c0c0c0;
  float: left;
  width: 67%;
  margin: 1px;
}

* html #adetails .left2_ohne_bild
{
  width: 66%;
}

#adetails .right0
{
  display: none;
}

#adetails .right1
{
  float: right;
  width: 18%;
  margin: 1px;
  height: 100px;
  margin-right: 5px;
}

#adetails .right2
{
  float: right;
  width: 18%;
  margin: 1px;
  height: 200px;
  margin-right: 5px;
}

#adetails .foot
{
  float: left;
  width: 70%;
  margin: 10px 0pt 1px 5px;
}

#det_img img
{
  position: absolute;
}
***/


#sortiment_elements {
  position: relative;
  height: 100%;
}

.sortiment_element {
  float: left;
  height: 126px;
  margin: 10px 0pt 0pt 40px;
  width: 142px;
  text-align: center;
  overflow: hidden;
}

* html .sortiment_element {
  margin: 10px 10pt 0pt 20px;
}

#productebenen {
  width: 570px;
}

.mt_no_data {
  margin: 5px;
  text-align: center;
}

.bnav div {
  float: left;
  padding:2px 0pt;
  text-align:center;
}

.kontaktkopf, .hidden_screen {
  display: none;
}

.selected_tr {
  border: 1px solid red;
  font-weight: bold;
}

.sort_abs {
  background-image: url(http://images.matthies.de/mike/gfx/abs.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.sort_desc {
  background-image: url(http://images.matthies.de/mike/gfx/desc.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

#nsc {
  border: 1px solid #333333;
}

#nsc ol {
  text-align: center;
}

#nsc ol li {
  display: inline;
}

#nsc a {
  color:#333333;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 20px 3px;
  margin: 0 25px;
}

* html #nsc a,
*+html #nsc a {
  padding: 3px 20px 2px;
}
/*
#nsc ol li a:hover {
  text-decoration: underline;
}

#nsc ol li a:active {
  color:#666666;
}
*/
#nsc ol.basket a.basket,
#nsc ol.basketman a.basketman,
#nsc ol.shoppinglist a.shoppinglist,
#nsc ol.myorders a.myorders,
#nsc ol.import_export a.import_export {
  color:#8B0E13;
}

span.grey {
  font-weight: bold;
  color:#666666;
}

span.grey:hover {
  cursor: default;
}

td.bmlink {
  text-align:center;
}

td.bmlink a {
  display: block;
}

.input_text {
  border: 0;
  display: block;
}

#shoppinglist_anzahl {
  background-color: #FFFFEE;
  border: 1px solid black;
  max-height: 120px;
  margin-bottom: 10px;
  width: 600px;
}

#selected_vehicle .bnav {
  height: 36px;
}

#selected_vehicle .bnav a {
  text-align: right;
  padding-right: 5px;
}

#selected_vehicle .oben_border {
  border-top: 1px solid #8B0E13;
}

.btn_link {
  font-size: 1.1em;
  color: #000000  !important;
  background-color: #d4d4d4;
  border: 1px solid #333333;
  font-weight: normal;
  padding: 2px 5px 1px;
  cursor: pointer;
}

.btn_link:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}

.doppelt_artikel_basket_liste {
  margin: 10px;
  list-style: disc;
}

#all_vehicle_to_article {
	width: 100%;
}
	
/******2******/
.title, .title2 {
  display: none;
}

.tooltip {
  width: 300px;
  color:#FFFFFF;
  font: 12px Arial;
  text-decoration: none;
  text-align: center;
}

.tooltip table {
	text-align: left;
}

.tooltip span.top {
  padding: 10px 8px;
  background: url(http://images.matthies.de/mike/gfx/bt.gif) no-repeat left top;
}

.tooltip b.bottom {
  padding: 3px 8px;
  color: #548912;
  background: url(http://images.matthies.de/mike/gfx/bt.gif) no-repeat left bottom;
}

.tooltips_container {
  width: 285px;
  overflow: hidden;
}

.tooltips_bild {
  width: 130px;
  height: 120px;
  float: left;
}

.tooltips_text {
  float: left;
  width: 150px;
}

.tooltips_text.breit300 {
  width: 285px;
}

.tooltips_text.breit150 {
  width: 150px;
}

/******2******/
.avail_legend {
  text-align: left;
}

.avail_wrap {
  overflow: hidden;
  margin-top: 5px;
  position: relative;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.avail_legend div.availability {
  position: absolute;
  margin-right: 5px;
}

.avail_legend span {
  display: block;
  line-height: 20px;
  padding-left: 21px;
}

.availability {
  background-image: url(http://images.matthies.de/mike/gfx/availability.png);
  height: 20px;
  width: 16px;
}

.available {
  background-position: 48px 0px;
}

.part_available {
  background-position: 32px 0px;
}

.not_available {
  background-position: 16px 0px;
}

.show_table {
  width: auto;
  border: 0;
  text-align: center;
}
.show_table td {
  width: 45px;
}

/**/
.hinweis {
  margin-bottom: 10px;
  color: red;
}

.div_lieferant .feld_text {
  width: 180px;
  float: left;
}

.div_lieferant .feld_value {
  width: 300px;
  text-align: right;
}

.adv_search {
  position: relative;
  overflow: hidden;
}

.ac_frage {
    float: left;
    background: transparent url(http://images.matthies.de/mike/gfx/info.png) no-repeat scroll 0 0;
    height: 17px;
    width: 17px;
    position: relative; 
    margin-right: 5px;
}

* html #left .ac_frage {
    float: none;
    z-index: 1;
}

* html #left label, * html .ac_frage_iefix {
    height: 17px;
    padding-left: 22px;
    position: relative;
    margin: -17px 0 0 0;
}

.doppeltA_fon, #Sanduhr_fon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  z-index: 2;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

#Sanduhr_fon {
  z-index: 100;
  padding: 0;
  background: #ffffff url(http://images.matthies.de/mike/gfx/loading.gif) no-repeat center 230px;
}

.doppelt_in_basket {
  margin: 0 auto;
  position: absolute;
  top: 222px;
  background-color: #F2F2F2;
  border: 1px solid #8B0E13;
  font-size: 12px;
  padding:10px 20px;
  width: 300px;
  z-index: 3;
}

.doppelt_in_basket div.buttons {
  margin-top: 10px;
  position: relative;
  text-align: right;
}

.doppelt_in_basket .buttons input {
  margin-left: 30px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
* html .doppelt_in_basket .buttons input {
  padding-left: 0;
  padding-right: 0;
}

.doppelt_in_basket .amount {
  width: 30px;
}

.tbl_basket {
  width: 98%;
}

.fa_logo {
  width: 250px;
  height: 46px;
}

/**
 Details
*/
.mm_detail_container {
    position: relative;
    overflow: hidden;
}

.mm_detail_head {
    border-bottom: 1px solid #000;
    overflow: hidden;
    margin-bottom: 10px;
}

.mm_detail_head div {
    float: left;
    margin-right: 5px;
}

.mm_images {
    float: left;
    width: 220px;
    overflow: hidden;
    position: relative;
}

* html .mm_images {
    width: 215px;
}

.dvideo.close {
    height: 0;
    overflow: hidden;
    display: none;
}

.avideo.first {
    padding-left: 10px;
    background: url(/gfx/df.gif) 0 4px no-repeat;
    text-decoration: underline;
}

.mm_details {
    float: right;
    width: 350px;
}

.mm_price {
    font-weight: bold;
    font-size: 16px;
}

.mm_drow {
    clear: both;
    margin-bottom: 5px;
    line-height: 16px;
    position: relative;
    overflow: hidden;
}

.mm_drow .mm_left {
    color: #333;
    float: left;
    font-size: 11px;
    font-weight: bold;
    width: 145px;
    text-align: right;
}

.mm_drow .mm_right {
    float: right;
    width: 195px;
}

a.navigate_back {
    background: url(http://images.matthies.de/mike/gfx/navback.png) 0px 0px no-repeat;
    padding-left: 11px;
    line-height: 22px;
    font-size: 12px;
    display: inline-block;
}

a.navigate_back:hover {
    text-decoration: none;
}

a.navigate_back:hover span {
    text-decoration: underline;
}

a.navigate_back span {
    border-top: 1px solid #8B0E13;
    border-right: 1px solid #8B0E13;
    border-bottom: 1px solid #8B0E13;
    line-height: 22px;
    font-size: 12px;
    padding: 2px 6px 3px 4px;
}

#slideshow-container {
    width: 220px;
    height: 220px;
    position: relative;
    overflow: hidden;
}

* html #slideshow-container {
    width: 215px;
}

#slideshow-container img {
    width: 220px;
    position: absolute;
}

.thumbcontainer {
    width: 220px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

.thumbcontainer .mleft {
    width: 20px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #cccccc;
    z-index: 12;
}

.thumbcontainer .mright {
    width: 20px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #cccccc;
    z-index: 12;
}

.thumbcontainer ul {
    overflow: hidden;
    width: 9999px;
    margin: 0;
    padding: 0 0 0 5px;
    position: absolute;
}

.thumbcontainer ul li {
    float: left;
    margin: 5px 5px 5px 0;
    height: 80px;
    width: 80px;
    position:relative;
    list-style:none
}

.thumbcontainer ul li img {
    position: absolute;
    border: 1px solid #ccc;
}


/************************/
td.readonly {
    color: gray;
}

/************************/
#pr_sortiment {
  position: relative;
  overflow: auto;
}

#pr_sortiment .cont, #pr_sortiment .cont_all {
  width: 97%;
  overflow: hidden;
  position: relative;
  padding: 0 2px 0 2px;
  cursor: pointer;
}

#pr_sortiment a {
  color:#333333;
  font-size:1.1em;
  font-weight:bold;
  line-height:1.5em;
  display: block;
}


#pr_sortiment .tree, #pr_sortiment .item {
  background: url(http://images.matthies.de/mike/gfx/pr_plus.gif) no-repeat scroll 0 0;
  padding-left: 13px;
}

#pr_sortiment .item {
  background: url(http://images.matthies.de/mike/gfx/pr_item.gif) no-repeat scroll 0 0;
}

#pr_sortiment .level2 {
  padding-left: 26px;
  background-position: 13px 0 !important;
  background-color: #E7E7E7 !important;
}

#pr_sortiment .level3 {
  padding-left: 39px;
  background-position: 26px 0 !important;
  background-color: #E2E2E2 !important;
}

#pr_sortiment .level4 {
  padding-left: 52px;
  background-position: 39px 0 !important;
  background-color: #D7D7D7 !important;
}

#pr_sortiment .level5 {
  padding-left: 65px;
  background-position: 52px 0 !important;
  background-color: #D2D2D2 !important;
}

#pr_sortiment .tree.active, #pr_sortiment .tree.selected {
    background: url(http://images.matthies.de/mike/gfx/pr_minus.gif) no-repeat scroll 0 0;
    border: 0;
}

#pr_sortiment .active a, #pr_sortiment .selected a {
  text-decoration:underline;
}

/****/
#colorPickerDiv td {
    padding: 0;
}

#colorPickerDiv table {
    background-color: #FFFFFF;
    width:auto;
}

/****/
#pr_spez_color, #pr_f_spez_color, #pr_f_unspez_color {
    width: 120px;
}

.inwork {
    height: 20px;
    width: 18px;
    padding: 1px;
    background: transparent url(http://images.matthies.de/mike/gfx/inwork.gif) no-repeat scroll 5px 1px;
    cursor: wait;
    display: inline-block;
    vertical-align: middle;
}

.hidden {
    display: none !important;
}

.aktio_star {    
    margin-right:4px;
    vertical-align:middle;    
}

.aktio_details {
    height:25px;
    padding-top:10px;    
}

.mm_detail_container  {
    overflow:hidden;
    position:relative;
}

.mm_detail_head  {
    border-bottom:1px solid #000000;
    margin-bottom:10px;
    overflow:hidden;
}

.mm_images  {
    float:left;
    overflow:hidden;
}

#slideshow-container  {
    height:220px;
    overflow:hidden;
    position:relative;
    width:220px;
}

#slideshow-container img {
    position:absolute;
    width:220px;
}

.mm_details  {
    float:right;
    width:350px;
}

.mm_drow  {
    clear:both;
    line-height:16px;
    margin-bottom:5px;
    overflow:hidden;
    position:relative;
}

.mm_drow .mm_left {
    color:#333333;
    float:left;
    font-size:11px;
    font-weight:bold;
    text-align:right;
    width:145px;
}

.mm_drow .mm_right {
    float:right;
    width:195px;
}


.mm_images_box {
    position:  relative;
    height: 220px;    
}

.mm_images_box a.detail_img {
    position: absolute;    
}

.button_left {
    background-image:url("http://images.matthies.de/mike/gfx/prev.png");
    cursor:pointer;
    float:left;
    height:30px;
    margin-left:4px;
    margin-right:68px;
    width:30px;
}

.button_right {
    background-image:url("http://images.matthies.de/mike/gfx/next.png");
    cursor:pointer;
    float:left;
    height:30px;
    margin-left:20px;
    width:30px;
}

.display {
    float:left;
    margin-top:8px;
    width:65px;
}

.clr {
    clear: both;    
}

.display_none {
    visibility:  hidden;
}

.current_img, .total_img {
    float: left;
}

.slider {
    margin-top:4px;  
    height:35px;  
}

.detail_img-mini {
    float: left;  
    border: 2px solid transparent;  
}

.mm_mini {
    clear: left;
}
.mm_mini_box {
    position: absolute;
    width: 580px;    
}

.mm_mini_current {
    border: 2px solid;    
}

.navi_seiten {
    margin: 10px 0 0 0;
    font-size: 10pt;
}

.navi_seiten a {
    padding-left: 2px;
    padding-right: 2px;
}

.tt {
    color: #FFFFFF;
}

.maske {
    font-size: 18px;
}

.maske input[type=text] {
    width: 300px;
}

.maske_false {
    background-color: #FAA0A0 !important;
}

#debug {
    position: fixed; 
    background-color: #FFEFDE; 
    padding: 5px;
    text-align: center; 
    top: 2px; 
    right: 2px; 
    width: 150px; 
    border: 1px solid black;
    z-index: 5;
    opacity: 0.9;
}
#debug:hover {
    opacity: 0.1;
}
