/* -----------------------------------------------------------------------------
   style.css 2008-02-04 12:00:00Z mz $   

   medialis marketing GmbH
   http://www.medialis.de

   Copyright (c) 2007 medialis marketing GmbH
   -----------------------------------------------------------------------------

   Released under the GNU General Public License 

--------------------------------------------------------------------------------*/

.red {
  color:#a82222;
  font-weight:bold;
}

.produktuebersicht {
  background:transparent url(../img/produktuebersicht_bg.gif) no-repeat bottom;
  border:1px solid #d4d4d4;
  width:498px;
  padding:14px;
  margin-top:10px; 
}

.produktuebersicht_left {
  width:100px;
  float:left;
}

.produktuebersicht_right {
  width:398px;
  float:right;
}

.produktuebersicht_specials {
  float:left;
}

.produktuebersicht_preis {
  height:39px;
  float:right;
}

.produktuebersicht_preis_left {
  background:transparent url(../img/produktuebersicht_preis_left.gif) no-repeat;
  width:6px;
  height:39px;
  float:left;
}

.produktuebersicht_preis_middle {
  background:transparent url(../img/produktuebersicht_preis_middle.gif) repeat-x;
  float:left;
  height:24px;
  line-height:12px;
  padding:7px 4px 8px 4px;
}

.produktuebersicht_preis_right {
  background:transparent url(../img/produktuebersicht_preis_right.gif) no-repeat;
  width:6px;
  height:39px;
  float:left;
}

.cross_selling {
  background:transparent url(../img/testbg.gif) repeat-x bottom;
  border:1px solid #d4d4d4; 
  padding:4px 10px 4px 10px;
  cursor:pointer;
  /*margin:0px 8px 8px 0px; */
  height: 200px; 
  width: 148px; 
  display: inline;
  float:left;
}


.cross_selling a {
	text-decoration:none;
}

.cross_selling_image {;
  height:90px;
  vertical-align:middle;
}
