@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) central stylesheet
* (de) entrales Stylesheets
*
* @copyright       Copyright 2006-2007, BjÃ¶rn TeÃŸmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://www.zs-ecommerce.com
* @package         yaml for xt:Commerce
* @version         1.5.1
*/

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(css/screen/basemod.css);
/*@import url(css/screen/basemod_3col_fixed.css);*/
/* Variable order and use of content columns */
/* Change patch-File in javascript/general.js.php too */

/* import 3 columns fix | 3 Spalten fixe Breite einbinden - default */
@import url(css/screen/basemod_3col_fixed.css);

/* import 3 columns flexible | 3 Spalten flexible Breite einbinden */
/* @import url(css/screen/basemod_3col_flex.css); */

/* import 2 columns flexible | 2 Spalten flexible Breite einbinden */
/* @import url(css/screen/basemod_2col_flex_13.css); */

/* import 2 columns fix | 2 Spalten fixe Breite einbinden */
/* @import url(css/screen/basemod_2col_fixed_13.css); */
@import url(css/screen/content.css);
/* @import für die New Artikel und Lyaout der Startseite 04.06.2010 */
@import url(css/screen/content_new.css);

@import url(css/screen/boxes.css);
@import url(css/screen/categorie_listing.css);

/* Für Categorie Übersichten 28.05.2010 */
@import url(css/screen/categorie_listing_new.css);

@import url(css/screen/categorie_navigation.css);
@import url(css/screen/module.css);
@import url(css/screen/product_info.css);
@import url(css/screen/product_listing.css);
@import url(css/screen/product_options.css);
/*@import url(css/screen/top_navigation_shinybuttons.css);*/
@import url(css/screen/top_navigation_slidingdoor.css);
@import url(css/screen/thickbox.css);
/* import print layout | Druck-Layout einbinden */
@import url(css/print/print_003.css);

.produkttabellen {
  border-collapse: collapse;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.produkttabellen td {
  border: solid 1px #001060;
}

.produkttabellen_klein {
  width: 300px;
  border-collapse: collapse;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.produkttabellen_klein td {
  border: solid 1px #001060;
}

.versand {
  color:#2F2F2F;
  text-decoration: underline;
}

/* ####  Anfang für Box für Bestseller   #####################################  */
h2.boxheader_bestsell {
  background: #0066CC url(img/boxhead.jpg) repeat-x top;
  height: 26px;
  font-size: 11px;
  color: #FFFFFF;
  padding: 0px 8px 0px 8px;
  margin: 0;
  line-height: 28px;
  vertical-align: middle;
}

h2.boxheader_bestsell a:link, h2.boxheader_bestsell a:hover, h2.boxheader_bestsell a:active, h2.boxheader_bestsell a:visited {
  text-decoration:none;
  color: #ffffff;
}

.boxbody_bestsell {
  background-color: WhiteSmoke;
  border-bottom: 1px solid SkyBlue;
  border-left: 1px solid SkyBlue;
  border-right: 1px solid SkyBlue;
  padding: 8px 8px 8px 0px;
  margin-bottom: 15px;
}

.boxbody_bestsell h3, .boxbody_bestsell h3 {
  font-size: 10px;
  font-weight: normal;
  line-height: 11.0px;
}
.boxbody_bestsell, .h3_link {
  font-size: 10px;
  font-weight: bold;
  line-height: 11.0px;
}

.boxbody_bestsell p {
  color: #6F6F6F;
  font-size: 10px;
  font-weight: normal;
  margin: 6px 0px 6px 0px;
}

.boxbody_bestsell p em {
 color: #000000;
  font-size: 9px;
  font-weight: bold;
}

.boxbody_bestsell em a {
  color: #FF7F00;
  font-size: 9px;
}

.boxbody_bestsell em a {
  color: #FF7F00;
  font-size: 9px;
}

/* ####  BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com    #####################################  */
dl {
  overflow: hidden;
  border-bottom: solid 1px SkyBlue;
  padding-top: 5px;
}
dt {
  float: left;
  width: 40px;
}

dt img {
  background-color: WhiteSmoke;
  border: solid 1px SkyBlue;
  padding: 4px;
}

dd {
  float: right;
  width: 165px;
}

div.clearbestsell {
  clear: both;
}

/* ####  Ende für Box für Bestseller    #####################################  */

/*  ##########################################################################  */

/* ####  BOX Social Bookmarks   #####################################  */
#raum_social_bookmarks {
  background-color: transparent;
}

/* ####  Ende BOX Social Bookmarks    #####################################  */

/*  ##########################################################################  */

/* ####  Unterhalb vom Footer ##########################################  */
#u_footer_1 {
  font-size:9px;
  font-color: #6F6F6F;
  padding: 1px 0 5px 1px;
}

#u_footer_1 a {
  font-size:9px;
}

#u_footer_2 {
  font-size: 9px;
  padding: 1px 0 0 1px;
}

#u_footer_2 a {
  font-size:9px;
}

/* ####  Ende Unterhalb vom Footer ##########################################  */