#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666;
}
#TB_window a:link {
  color: #666;
}
#TB_window a:visited {
  color: #666;
}
#TB_window a:hover {
  color: #000;
}
#TB_window a:active {
  color: #666;
}
#TB_window a:focus {
  color: #666;
}
#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.TB_overlayMacFFBGHack {
  background: url('images/macFFBgHack.png') repeat;
}
.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: 0.75;
}
#TB_window {
  position: fixed;
  background: #fff;
  z-index: 102;
  color: #000;
  display: none;
  border: 4px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%;
}
#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}
#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}
#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}
#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}
#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}
#TB_ajaxContent {
  clear: both;
  overflow: auto;
}
#TB_ajaxContent.TB_modal {
  padding: 15px;
}
#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
}
#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: block;
}
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url('images/ui-bg_highlight-soft_100_eeeeee_1x100.png') 50% top repeat-x;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url('images/ui-bg_gloss-wave_35_f6a828_500x100.png') 50% 50% repeat-x;
  color: #fff;
  font-weight: 700;
}
.ui-widget-header a {
  color: #fff;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 2px;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  line-height: 1.5;
  padding: 0.2em 0.4em;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: 400;
  margin: -1px;
}
.hide {
  display: none;
}
.cursor {
  cursor: pointer;
}
.content .align-center {
  text-align: center;
}
.content .align-left {
  text-align: left;
}
.content .align-right {
  text-align: right;
}
.content .bold {
  font-weight: bold;
}
.content .btn {
  display: block;
  font-size: 19px;
  padding: 4px;
  cursor: pointer;
}
.content .btn:hover {
  background: #333;
  color: #fff;
}
.content .btn .icon {
  font-size: 45px;
  float: left;
  margin: 0 5px 0 0;
}
.content .input-error {
  background: #ffd6d6;
  border-color: #b22020;
}
.content .input-success {
  background: #bdffa9;
  border-color: #4daa30;
}
.content .bg-orange {
  background: #fdb438;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdb438 0%, #cd8202 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdb438), color-stop(100%, #cd8202));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdb438 0%, #cd8202 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdb438 0%, #cd8202 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdb438 0%, #cd8202 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdb438 0%, #cd8202 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdb438, endColorstr=#cd8202, GradientType=0);
  /* IE6-9 */
}
.content .small {
  font-size: 11px;
}
.content .txt-color-2 {
  color: #666;
}
.content .txt-color-red {
  color: #cc0024;
}
.content .vertical-middle {
  vertical-align: middle;
}
.fleft {
  float: left;
  width: 50%;
}
.fleft.width-10 {
  width: 10%;
}
.fleft.width-15 {
  width: 15%;
}
.fleft.width-20 {
  width: 20%;
}
.fleft.width-25 {
  width: 25%;
}
.fleft.width-30 {
  width: 30%;
}
.fleft.width-35 {
  width: 35%;
}
.fleft.width-40 {
  width: 40%;
}
.fleft.width-45 {
  width: 45%;
}
.fleft.width-50 {
  width: 50%;
}
.fleft.width-55 {
  width: 55%;
}
.fleft.width-60 {
  width: 60%;
}
.fleft.width-65 {
  width: 65%;
}
.fleft.width-70 {
  width: 70%;
}
.fleft.width-75 {
  width: 75%;
}
.fleft.width-80 {
  width: 80%;
}
.fleft.width-85 {
  width: 85%;
}
.fleft.width-90 {
  width: 90%;
}
ul.special {
  background: #444;
  color: #fff;
}
ul.special li {
  list-style-image: url('/media/icons/star.png');
  margin: 5px 0 5px 30px;
  vertical-align: top;
}
ul.special li.no-star {
  height: 19px;
  list-style: none;
}
.block-left {
  float: left;
  margin: 0 0 6px 0;
  width: 397px;
}
.block-right {
  box-shadow: inset 0px 0px 0px black;
  float: left;
  margin: 0 0 6px 6px;
  width: 396px;
}
#header {
  background: #666 url('../img/header-gf-cash-discount-new-opening-times.jpg') no-repeat;
  height: 121px;
  width: 1000px;
}
#header .left {
  float: left;
  height: 121px;
  width: 210px;
}
#header .left a {
  display: block;
  height: 121px;
}
#header .center {
  float: left;
  height: 121px;
  width: 460px;
}
#header .center .phone {
  float: left;
  height: 70px;
  margin: 0 0 0 20px;
  width: 200px;
}
#header .center .phone a {
  display: block;
  height: 45px;
  margin: 15px 0 0 50px;
}
#header .center .store {
  float: left;
  height: 70px;
  width: 220px;
}
#header .center .store a {
  display: block;
  height: 45px;
  margin: 15px 0 0 55px;
}
#header .center .search {
  float: left;
  height: 51px;
  width: 440px;
}
#header .center .search input.q {
  border: 0;
  font-size: 16px;
  margin: 11px 0 0 35px;
  outline: none;
  vertical-align: middle;
  width: 370px;
}
#header .center .search .search-button {
  margin: 4px 0 0 0;
  vertical-align: middle;
}
#header .cash-discount {
  float: left;
  height: 121px;
  width: 100px;
}
#header .cash-discount a {
  display: block;
  height: 121px;
}
#header .right {
  float: left;
  height: 121px;
  width: 230px;
}
#header .right .cart-info {
  color: #fff;
  margin: 15px 0 0 80px;
}
#header .right .cart-info a {
  color: #fff;
}
#header .logo .header-links {
  display: inline-block;
  vertical-align: top;
  width: 175px;
}
#header .logo .hp-link {
  display: inline-block;
  height: 121px;
}
#header .logo .zahlungsarten-link {
  display: block;
  vertical-align: top;
}
#header .logo .mail-link {
  display: block;
  margin-top: 40px;
  vertical-align: top;
}
/*!Teaser*/
#teaser {
  background: #000;
  height: 360px;
  margin: 0 0 8px 0;
  width: 798px;
  /*!Teaser Sprites*/
  /*!Teaser Logos*/
}
#teaser #display {
  border: 7px solid #000;
  display: block;
  height: 346px;
  width: 467px;
}
#teaser #display a {
  display: block;
  height: 346px;
  text-decoration: none;
}
#teaser .list {
  margin: 4px 0 0 481px;
  position: absolute;
  width: 313px;
  z-index: 100;
}
#teaser .list a {
  display: block;
  height: 33px;
  text-decoration: none;
}
#teaser .list ul {
  list-style: none;
}
#teaser .list ul li {
  float: left;
  margin: 2px 2px 0 0;
  width: 102px;
}
#teaser .teaser_barbecook {
  background: 0 0;
}
#teaser .teaser_broil_king {
  background: -483px 0;
}
#teaser .teaser_burny {
  background: 0 -362px;
}
#teaser .teaser_buschbeck {
  background: -483px -362px;
}
#teaser .teaser_cobb {
  background: -966px 0;
}
#teaser .teaser_dancook {
  background: -966px -362px;
}
#teaser .teaser_girse_design {
  background: 0 0;
}
#teaser .teaser_grandhall {
  background: -483px 0;
}
#teaser .teaser_grillfuerst {
  background: 0 -362px;
}
#teaser .teaser_heinz {
  background: -483px -362px;
}
#teaser .teaser_herbaria {
  background: -966px 0;
}
#teaser .teaser_herr_edelmann {
  background: -966px -362px;
}
#teaser .teaser_hot_mamas {
  background: 0 0;
}
#teaser .teaser_justus {
  background: -483px 0;
}
#teaser .teaser_kai {
  background: 0 -362px;
}
#teaser .teaser_landmann {
  background: -483px -362px;
}
#teaser .teaser_lava {
  background: -966px 0;
}
#teaser .teaser_loewensenf {
  background: -966px -362px;
}
#teaser .teaser_lotus_grill {
  background: 0 0;
}
#teaser .teaser_monolith {
  background: -483px 0;
}
#teaser .teaser_outdoorchef {
  background: 0 -362px;
}
#teaser .teaser_palazetti {
  background: -483px -362px;
}
#teaser .teaser_peugeot {
  background: -966px 0;
}
#teaser .teaser_raeuchergold {
  background: -966px -362px;
}
#teaser .teaser_roesle {
  background: 0 0;
}
#teaser .teaser_smoky_fun {
  background: -483px 0;
}
#teaser .teaser_steak_champ {
  background: 0 -362px;
}
#teaser .teaser_stubbs {
  background: -483px -362px;
}
#teaser .teaser_thueros {
  background: -966px 0;
}
#teaser .teaser_weber {
  background: -966px -362px;
}
#teaser .teaser_logo_barbecook_active {
  background: 0 0;
}
#teaser .teaser_logo_barbecook_inactive {
  background: 0 -35px;
}
#teaser .teaser_logo_broil_king_active {
  background: -104px 0;
}
#teaser .teaser_logo_broil_king_inactive {
  background: -104px -35px;
}
#teaser .teaser_logo_burny_active {
  background: 0 -70px;
}
#teaser .teaser_logo_burny_inactive {
  background: -104px -70px;
}
#teaser .teaser_logo_buschbeck_active {
  background: 0 -105px;
}
#teaser .teaser_logo_buschbeck_inactive {
  background: -104px -105px;
}
#teaser .teaser_logo_cobb_active {
  background: 0 -140px;
}
#teaser .teaser_logo_cobb_inactive {
  background: -104px -140px;
}
#teaser .teaser_logo_dancook_active {
  background: -208px 0;
}
#teaser .teaser_logo_dancook_inactive {
  background: -208px -35px;
}
#teaser .teaser_logo_girse_design_active {
  background: -208px -70px;
}
#teaser .teaser_logo_girse_design_inactive {
  background: -208px -105px;
}
#teaser .teaser_logo_grandhall_active {
  background: -208px -140px;
}
#teaser .teaser_logo_grandhall_inactive {
  background: 0 -175px;
}
#teaser .teaser_logo_grillfuerst_active {
  background: -104px -175px;
}
#teaser .teaser_logo_grillfuerst_inactive {
  background: -208px -175px;
}
#teaser .teaser_logo_heinz_active {
  background: 0 -210px;
}
#teaser .teaser_logo_heinz_inactive {
  background: -104px -210px;
}
#teaser .teaser_logo_herbaria_active {
  background: -208px -210px;
}
#teaser .teaser_logo_herbaria_inactive {
  background: 0 -245px;
}
#teaser .teaser_logo_herr_edelmann_active {
  background: -104px -245px;
}
#teaser .teaser_logo_herr_edelmann_inactive {
  background: -208px -245px;
}
#teaser .teaser_logo_hot_mamas_active {
  background: -312px 0;
}
#teaser .teaser_logo_hot_mamas_inactive {
  background: -312px -35px;
}
#teaser .teaser_logo_justus_active {
  background: -312px -70px;
}
#teaser .teaser_logo_justus_inactive {
  background: -312px -105px;
}
#teaser .teaser_logo_kai_active {
  background: -312px -140px;
}
#teaser .teaser_logo_kai_inactive {
  background: -312px -175px;
}
#teaser .teaser_logo_landmann_active {
  background: -312px -210px;
}
#teaser .teaser_logo_landmann_inactive {
  background: -312px -245px;
}
#teaser .teaser_logo_lava_active {
  background: 0 -280px;
}
#teaser .teaser_logo_lava_inactive {
  background: -104px -280px;
}
#teaser .teaser_logo_loewensenf_active {
  background: -208px -280px;
}
#teaser .teaser_logo_loewensenf_inactive {
  background: -312px -280px;
}
#teaser .teaser_logo_lotus_grill_active {
  background: -312px -385px;
}
#teaser .teaser_logo_lotus_grill_inactive {
  background: -416px -385px;
}
#teaser .teaser_logo_monolith_active {
  background: 0 -315px;
}
#teaser .teaser_logo_monolith_inactive {
  background: -104px -315px;
}
#teaser .teaser_logo_outdoorchef_active {
  background: -312px -315px;
}
#teaser .teaser_logo_outdoorchef_inactive {
  background: -208px -315px;
}
#teaser .teaser_logo_palazetti_active {
  background: 0 -350px;
}
#teaser .teaser_logo_palazetti_inactive {
  background: -104px -350px;
}
#teaser .teaser_logo_peugeot_active {
  background: -208px -350px;
}
#teaser .teaser_logo_peugeot_inactive {
  background: -312px -350px;
}
#teaser .teaser_logo_raeuchergold_active {
  background: -416px 0;
}
#teaser .teaser_logo_raeuchergold_inactive {
  background: -416px -35px;
}
#teaser .teaser_logo_roesle_active {
  background: -416px -70px;
}
#teaser .teaser_logo_roesle_inactive {
  background: -416px -105px;
}
#teaser .teaser_logo_smoky_fun_active {
  background: -416px -140px;
}
#teaser .teaser_logo_smoky_fun_inactive {
  background: -416px -175px;
}
#teaser .teaser_logo_steak_champ_active {
  background: -416px -210px;
}
#teaser .teaser_logo_steak_champ_inactive {
  background: -416px -245px;
}
#teaser .teaser_logo_stubbs_active {
  background: -416px -280px;
}
#teaser .teaser_logo_stubbs_inactive {
  background: -416px -315px;
}
#teaser .teaser_logo_thueros_active {
  background: -416px -350px;
}
#teaser .teaser_logo_thueros_inactive {
  background: 0 -385px;
}
#teaser .teaser_logo_weber_active {
  background: -104px -385px;
}
#teaser .teaser_logo_weber_inactive {
  background: -208px -385px;
}
/*!Info/Error/Warning/Success List*/
#content ul.info,
.notification,
#content .desc ul.info,
#contentfull ul.info {
  background-color: #c5ebff;
  border: solid 1px #0eadff;
  margin: 4px 0;
  padding: 8px;
}
#content ul.info li,
.notification li,
#content .desc ul.info li,
#contentfull ul.info li {
  background-image: url('../img/icons/icon_info.png');
  background-position: 0 4px;
  background-repeat: no-repeat;
  list-style: none;
  margin: 0;
  padding: 5px 0 2px 20px;
}
#content ul.info.error,
.notification.error,
#content .desc ul.info.error,
#contentfull ul.info.error {
  background: #ffd6d6;
  border-color: #b22020;
}
#content ul.info.error li,
.notification.error li,
#content .desc ul.info.error li,
#contentfull ul.info.error li {
  background-image: url('../img/icons/icon_error.png');
}
#content ul.info.success,
.notification.success,
#content .desc ul.info.success,
#contentfull ul.info.success {
  background: #bdffa9;
  border-color: #4daa30;
}
#content ul.info.success li,
.notification.success li,
#content .desc ul.info.success li,
#contentfull ul.info.success li {
  background-image: url('../img/icons/icon_accept.gif');
}
#content ul.info.warning,
.notification.warning,
#content .desc ul.info.warning,
#contentfull ul.info.warning {
  background: #ffe89a;
  border-color: #c39700;
}
#content ul.info.warning li,
.notification.warning li,
#content .desc ul.info.warning li,
#contentfull ul.info.warning li {
  background-image: url('../img/icons/icon_alert.gif');
}
/*!Paging*/
.NAVIGATION {
  background: linear-gradient(to bottom, #ff0017 0, #cc0024 100%);
  clear: both;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  margin: 5px 0;
  padding: 3px 8px;
  vertical-align: middle;
}
.NAVIGATION:after {
  clear: both;
  content: " ";
  display: table;
}
.NAVIGATION .COUNT {
  box-sizing: border-box;
  float: left;
  width: 20%;
}
.NAVIGATION .PAGES {
  box-sizing: border-box;
  float: right;
  text-align: right;
  width: 80%;
}
.NAVIGATION .PAGES a {
  background: #99000e;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
}
.NAVIGATION .PAGES a.active,
.NAVIGATION .PAGES a:hover {
  background: #242424;
  color: #fff;
}
#leftcol ul.categorymenu li.selected a {
  color: #cc0024;
  font-weight: bold;
}
#leftcol .rating {
  background: url('/media/icons/star.png') repeat-x;
  display: inline-block;
  height: 16px;
}
#leftcol .rating.stars-1 {
  width: 16px;
}
#leftcol .rating.stars-2 {
  width: 32px;
}
#leftcol .rating.stars-3 {
  width: 48px;
}
#leftcol .rating.stars-4 {
  width: 64px;
}
#leftcol .rating.stars-5 {
  width: 80px;
}
#content {
  /* kamin start */
  /* kamin end */
  /* seminar calendar */
}
#content div.left {
  float: left;
  margin: 0 5px 0 0;
  width: 385px;
}
#content div.right {
  float: left;
  width: 365px;
}
#content .cat-desc .seminarlink {
  color: #fff;
}
#content ul.column-4 {
  list-style: none;
}
#content ul.column-4 li {
  display: inline-block;
  width: 20%;
}
#content .desc-notice {
  background: #ffcccc;
  border: 1px solid #ff3333;
  margin-bottom: 4px;
  padding: 10px;
}
#content .desc-shipping-notice {
  background: #ffcccc;
  border: 1px solid #ff3333;
  margin-bottom: 4px;
  padding: 10px;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}
#content .desc {
  background: #f5f5f5;
  border: 1px solid #aaa;
  margin-bottom: 4px;
  padding: 10px;
}
#content .desc.form {
  background: #fff;
}
#content .desc.form input[type=text] {
  border: 1px solid #ccc;
  padding: 4px;
  outline: none;
}
#content .desc h2 {
  margin: 0;
}
#content .desc input {
  vertical-align: middle;
}
#content .desc ol li {
  color: #333;
  margin: 5px 0 0 20px;
}
#content .desc ol li a {
  color: #333;
}
#content .desc ul li {
  color: #333;
  list-style-type: square;
  margin: 5px 0 0 20px;
}
#content .desc ul li a {
  color: #333;
}
#content .desc .icon {
  clear: both;
}
#content .desc .icon img {
  float: left;
  margin: 0 10px 5px 0;
}
#content .desc .imgbox {
  text-decoration: none;
  width: 220px;
}
#content .desc .imgbox span {
  background: #fafafa;
  display: block;
  padding: 8px;
  text-align: center;
}
#content .desc .img-left {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #aaa;
}
#content .desc .img-right {
  display: block;
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #aaa;
}
#content .desc .price {
  color: red;
  font-size: 16px;
  font-weight: bold;
}
#content .desc .price .productOldPrice {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
}
#content .desc .shippingdropdown td {
  padding: 0 5px 0 0;
}
#content .icons .img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .icons .title {
  clear: both;
  font-weight: bold;
}
#content .box-left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0 0 0;
  float: left;
  width: 50%;
}
#content .box-right {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0 0 5px;
  float: left;
  width: 50%;
}
#content .stove-infos {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 0 0 5px 0;
  border: 1px solid #aaa;
  background: #f5f5f5;
  padding: 10px;
}
#content .stove-infos h3 {
  margin: 0 0 10px 0;
}
#content .stove-infos table {
  width: 100%;
  border-spacing: 0;
}
#content .stove-infos table td {
  padding: 3px 0;
}
#content .stove-infos table th {
  text-align: left;
  font-weight: bold;
  padding: 3px 10px 3px 0;
  width: 150px;
}
#content .price-info {
  text-align: center;
}
#content .taxandshippinginfo {
  color: #999999;
  font-size: 11px;
  font-weight: normal;
  /* margin:0; */
  /* padding:0; */
}
#content [data-slide-area] {
  border-bottom: 1px solid #a69455;
}
#content .overlay {
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0), #f5f5f5);
  position: absolute;
}
#content .plus {
  cursor: pointer;
}
#content .plus > span {
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  font-weight: bold;
}
#content .plus span span {
  display: inline-block;
  vertical-align: middle;
}
#content .plus .icon {
  vertical-align: middle;
}
#content .calendar {
  float: left;
  width: 25%;
}
#content .calendar table {
  border: 1px solid #ccc;
  margin: 10px 0 0 0;
  width: 90%;
}
#content ul.seminar {
  list-style-type: none;
}
#content ul.seminar li {
  padding: 3px 3px 3px 0;
}
#content span.seminar-item {
  display: inline-block;
  padding: 2px;
}
#content .ws-steak {
  background: #e50000;
  color: #fff;
}
#content .ws-fish {
  background: #33ccff;
}
#content .ws-veggie {
  background: #2fe500;
}
#content .ws-burger {
  background: #e57c00;
}
#content .ws-special {
  background: #aa00ff;
  color: #fff;
}
#content .se-weber {
  background: #000;
  color: #fff;
}
#content .ws-basics {
  background: #d8d8d8;
}
#content .ve-gourmet {
  background: #ffcc00;
}
#content .dl-meat {
  background: #7f0000;
  color: #fff;
}
#content .block-60 {
  display: inline-block;
  width: 60%;
}
#content .block-40 {
  display: inline-block;
  width: 30%;
}
#content .info-table {
  background: #fff;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
#content .info-table th,
#content .info-table td {
  border: 1px solid #ccc;
  padding: 4px 8px;
  text-align: left;
}
#contentfull .price-info {
  text-align: center;
}
.product-list .item .info {
  background: url('../img/bg_item.png') #e3dfdc repeat-x;
  height: 180px;
  padding: 4px 0 8px;
}
.product-list .item .info .base {
  font-size: 9px;
  padding: 0 8px;
  text-align: right;
}
.product-list .item .info .set-to-cart {
  padding: 0;
  text-align: center;
}
.set-list div.icon {
  position: absolute;
  font-size: 40px;
  margin: 75px 0 0 139px;
}
.set-list .item {
  float: left;
  height: 275px;
  width: 153px;
  margin: 4px 6px 4px 0;
}
.set-list .item .base {
  font-size: 9px;
  margin: 0;
  text-align: right;
}
.set-list .item .img a {
  width: 153px;
  height: 153px;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  display: block;
  text-align: center;
}
.set-list .item .img .manufacturer-overlay {
  position: absolute;
  margin: 88px 0 0 5px;
}
.set-list .item .img .title {
  position: absolute;
  width: 150px;
  padding: 5px;
  background: rgba(245, 245, 245, 0.8);
}
.set-list .item .price {
  font-size: 16px;
  color: #cc0024;
}
.set-list .item .price .productOldPrice {
  font-size: 11px;
  color: #000;
  text-decoration: line-through;
}
.set-list .item .price .productPriceSave {
  font-size: 11px;
}
.set-list .set-to-cart {
  float: right;
  height: 270px;
  width: 153px;
  margin: 4px 0 4px 0;
}
.set-list .set-to-cart .action {
  border-top: 1px solid #aaa;
  padding: 8px 0;
  margin: 0;
}
.set-list .set-to-cart div.icon {
  margin: 76px 0 0 -20px;
  color: #cc0024;
  font-size: 40px;
}
.set-list .set-to-cart .price {
  margin: 63px 0 0 0;
  padding: 0;
  color: #cc0024;
  font-size: 21px;
  height: 98px;
}
.set-list .set-to-cart .productOldPrice {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: line-through;
  display: block;
  height: 21px;
}
.set-list .set-to-cart .productPriceSave {
  font-size: 12px;
  font-weight: bold;
}
#productinfowrap #productinfoprice .prepayment-info {
  font-size: 14px;
  color: #000;
  text-align: center;
}
#productinfowrap #productinfoprice .prepayment-info .price {
  color: #cc0024;
  font-weight: bold;
}
#productinfowrap .to-cart-popup {
  width: 410px;
  display: none;
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
#productinfowrap .to-cart-popup .btn {
  background: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #fff;
  line-height: 21px;
  font-size: 14px;
}
#productinfowrap .to-cart-popup .btn:hover {
  border: 1px solid #fff;
  background: #333;
  color: #fff;
}
#productinfowrap .to-cart-popup .btn .icon {
  font-size: 20px;
  margin: 0 5px 0 0;
}
#productinfowrap .to-cart-popup .close {
  padding: 8px 8px;
  margin: 0;
  font-size: 11px;
  background: #CC0024;
}
#productinfowrap .to-cart-popup .headline {
  font-size: 18px;
  line-height: 27px;
}
#productinfowrap .to-cart-popup .headline .icon {
  vertical-align: middle;
  font-size: 38px;
  line-height: 54px;
}
#productinfowrap .to-cart-popup .close-popup {
  cursor: pointer;
}
#productinfowrap .to-cart-popup p {
  margin: 0;
}
#productinfowrap .to-cart-popup p.button {
  float: right;
  width: 240px;
  margin: 5px 5px 0 0;
}
#productinfowrap .shippingstatus {
  vertical-align: middle;
}
/*!Footer*/
#footer {
  background: #a7a7a7 url('../img/bg_footer.jpg') no-repeat;
  height: 325px;
  color: #515151;
}
#footer p.h4 {
  background: url('../img/bg_footer_headline.png') repeat-x 0 bottom;
  padding: 5px 0 0 39px;
  font-size: 14px;
}
#footer p.h4 strong {
  font-weight: normal;
}
#footer p.h4 .icon {
  position: absolute;
  margin: -7px 0 0 -40px;
}
#footer ul {
  margin: 10px 0 0;
  list-style: none;
}
#footer ul li {
  margin: 5px 0 0;
  padding: 3px 0;
  border-bottom: 1px solid #444;
}
#footer ul li a {
  text-decoration: none;
  color: #515151;
}
#footer div[class^='box-'] {
  padding: 10px;
  float: left;
  width: 180px;
  margin: 10px 0 0;
}
#footer .box-a {
  width: 170px;
  margin: 10px 0 0 10px;
}
#footer .box-e {
  width: 170px;
  margin: 10px 10px 0 0;
}
/*!borlabs_tweaks_grillfuerst*/
#offer {
  background: url('/plugins/borlabs_tweaks_grillfuerst/images/offer-bg.jpg') no-repeat;
  height: 170px;
  margin: 0 0 8px 0;
}
#offer .oc {
  border: 1px solid #aaa;
  float: right;
  margin: 8px 10px 0 8px;
}
#offer .oc .product-image {
  background: #fff;
  float: right;
  height: 153px;
  margin: 0;
  overflow: hidden;
}
#offer .oc .info {
  background: url('/templates/grillfuerst/img/bg_item.png') #e3dfdc repeat-x;
  border-left: 1px solid #aaa;
  float: right;
  height: 141px;
  padding: 4px 0 8px;
  width: 153px;
}
#offer .oc .info p {
  color: #666;
  font-size: 11px;
  margin: 0;
  padding: 3px 8px;
}
#offer .oc .info .products-name {
  color: #666;
  font-size: 11px;
  padding: 3px 8px;
}
#offer .oc .info .price {
  color: #cc0024;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
#offer .oc .info .price .productOldPrice {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  text-decoration: line-through;
}
#offer .oc .info .price .productPriceSave {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}
#offer .oc .info .shippinginfo {
  line-height: 12px;
  text-align: right;
}
#offer .oc .info .taxinfo {
  line-height: 12px;
  text-align: right;
}
#offer .oc .info .to-cart {
  margin: 106px 0 0 0 ;
  position: absolute;
}
#offer .text {
  float: left;
  margin: 55px 0 0 10px;
  text-align: center;
  width: 460px;
}
#offer .text div {
  background: #fff;
  border: 2px solid #ccc;
  font-size: 16px;
  padding: 4px;
}
#AmazonInlineWidget img {
  margin: 10px 0 0 0;
  vertical-align: top;
}
#page-top {
  display: none;
}
#SidebarAd,
#SidebarAdContent,
#SidebarAdLeft,
#SidebarAdContentLeft {
  display: none;
}
@media screen and (min-width: 1200px) {
  #page-top {
    bottom: -60px;
    color: #fff;
    cursor: pointer;
    display: block;
    position: fixed;
    right: calc(50% - 560px);
    z-index: 800;
  }
}
@media screen and (min-width: 1500px) {
  #SidebarAd {
    display: block;
    height: 715px;
    left: calc(50% + 520px);
    overflow: hidden;
    position: fixed;
    width: 200px;
    top: 30px;
    z-index: 900;
  }
  #SidebarAdLeft {
    display: block;
    height: 715px;
    left: calc(50% - 720px);
    overflow: hidden;
    position: fixed;
    width: 200px;
    top: 30px;
    z-index: 900;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eee;
}
.icon-light {
  color: #fff;
}
.icon-dark {
  color: #333;
}
.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  background: url(../img/bg_body.jpg) repeat-x #460503 top center;
}
.clear {
  clear: both;
}
h1 {
  background-image: url(../img/bg_boxheader.png);
  height: 23px;
  font-size: 13px;
  color: #FFF;
  padding: 2px 8px 0;
  margin: 0 0 10px;
  line-height: 23px;
}
h2 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0 8px;
  padding: 0;
}
h2.headline {
  background: #444 url(../img/bg_boxheader.png) repeat-x;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 23px;
  margin: 5px 0 1px;
  padding: 2px 8px 0;
  line-height: 23px;
  text-align: left;
}
h2.headline a {
  text-decoration: none;
  color: #fff;
}
h3.headline {
  background: #444 url(../img/bg_boxheader.png) repeat-x;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 23px;
  margin: 5px 0 1px;
  padding: 2px 8px 0;
  line-height: 23px;
  text-align: left;
}
a,
a:hover,
a:link {
  text-decoration: underline;
  cursor: pointer;
}
a,
a:link {
  background: 0 0;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:active,
a:hover {
  color: #333;
}
a img {
  border: none;
}
input {
  font-family: Arial, Sans-serif;
  font-size: 12px;
}
textarea {
  font-family: Arial, Sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #4E4E4F;
  border-left-color: #4E4E4F;
  border-bottom-color: #AEAEAE;
  border-right-color: #AEAEAE;
}
select {
  font-family: Arial, Sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #4E4E4F;
  border-left-color: #4E4E4F;
  border-bottom-color: #AEAEAE;
  border-right-color: #AEAEAE;
}
input[type=password],
input[type=text] {
  border-width: 1px;
  border-style: solid;
  border-top-color: #4E4E4F;
  border-left-color: #4E4E4F;
  border-bottom-color: #AEAEAE;
  border-right-color: #AEAEAE;
}
p {
  margin: 8px 0;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.box_small_img {
  margin: 0 2px 3px 0;
}
div.hr {
  padding-top: 1px;
  height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  background-color: #4E4E4F;
}
div.hrlightgrey {
  padding-top: 1px;
  height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  background-color: #999;
}
div.hrproductpreview {
  padding-top: 1px;
  overflow: hidden;
  margin: 12px 0;
  display: inline;
  height: 0;
  line-height: 0;
  display: block;
  background-image: url(../img/hr_productpreview.gif);
}
table td {
  padding: 2px;
}
#wrap {
  margin: 0 auto;
  width: 1000px;
  background-color: #fff;
  min-height: 900px;
}
#wrap {
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  border: 0;
}
#socialbookmark img {
  padding: 2px;
  align: center;
}
#popupwrap {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 0 0 0 10px;
}
#popupheaderwrap {
  background: url(../img/bg_topmenu.gif) repeat-x;
  height: 36px;
}
#popupmenu {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 36px;
  font-size: 13px;
  background: url(../img/bg_topmenu.gif) repeat-x;
}
#popupmenu li {
  height: 36px;
  float: left;
  padding: 0 25px;
  margin: 0;
  background: url(../img/bg_topmenu_breakline.gif) no-repeat;
  background-position: right;
}
#popupmenu a,
#popupmenu a:active,
#popupmenu a:hover,
#popupmenu a:link,
#popupmenu a:visited {
  line-height: 36px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  margin: 0;
  padding: 0;
}
#popupmenu a:hover {
  color: #981304;
}
a.popuplink {
  padding-left: 20px;
  background: url(../img/printer.png) no-repeat center left;
}
#top-left {
  width: 1000px;
  margin: 10px auto 0;
}
#top-left a {
  display: block;
  color: #fff;
  font-size: 11px;
  padding: 2px 15px;
  border-right: 1px solid #981304;
  border-top: 1px solid #981304;
  float: left;
  text-decoration: none;
}
#top-left a.active {
  background: #f3844d;
  color: #fff;
}
#header .logo {
  width: 382px;
  height: 121px;
  float: left;
}
#header .logo .vorteile {
  margin: 0 0 0 10px;
}
#header .info-box {
  width: 398px;
  height: 121px;
  float: left;
}
#header .contact {
  width: 220px;
  height: 111px;
  float: left;
  text-align: left;
  color: #fff;
  line-height: 26px;
  font-size: 11px;
  padding: 10px 0 0;
}
#header .info-box .info {
  float: left;
  padding: 6px 0 0 7px;
  width: 190px;
  height: 65px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
#header .info-box .info a {
  color: #fff;
}
#header .info-box .info img {
  vertical-align: middle;
}
#header .info-box .cart {
  float: left;
  width: 194px;
  height: 65px;
  padding: 10px 0 0 7px;
}
#header .info-box .cart .left {
  float: left;
  width: 30px;
}
#header .info-box .cart .right {
  float: left;
  width: 157px;
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #fff;
}
#header .info-box .cart .right a {
  color: #fff;
}
#header .info-box .search {
  clear: left;
  height: 44px;
}
#header .info-box .search img.magnifier {
  margin: 0 0 0 11px;
  vertical-align: middle;
}
#header .info-box .search input.q {
  margin: 8px 0 0 46px;
  padding: 1px;
  width: 275px;
  border: 0;
  font-size: 13px;
  font-weight: 700;
}
#header .info-box .search input.search-button {
  vertical-align: middle;
  margin: 0 0 3px 0;
}
#breadcrumb {
  clear: both;
  color: #444;
  padding: 1px 8px 10px 8px;
  height: 22px;
  font-size: 11px;
}
#breadcrumb .bc-left {
  width: 759px;
  float: left;
  overflow: hidden;
}
#breadcrumb .bc-right {
  width: 225px;
  float: left;
  overflow: hidden;
}
#breadcrumb .bc-right #newsletter-email {
  border: 2px solid #000;
  font-size: 13px;
  padding: 2px;
  vertical-align: middle;
  width: 185px;
}
#breadcrumb .bc-right #newsletter-button {
  background: #89ad38;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 23px;
  padding: 0 0 2px 0;
  vertical-align: middle;
  width: 25px;
}
#breadcrumb .bc-right #newsletter-button {
  background-color: #acce5b;
  background-image: -o-linear-gradient(-90deg, #acce5b 0, #6d921e 100%);
  background-image: -moz-linear-gradient(-90deg, #acce5b 0, #6d921e 100%);
  background-image: -webkit-linear-gradient(-90deg, #acce5b 0, #6d921e 100%);
  background-image: -ms-linear-gradient(-90deg, #acce5b 0, #6d921e 100%);
  background-image: linear-gradient(-90deg, #acce5b 0, #6d921e 100%);
}
#footer-breadcrumb {
  clear: both;
  color: #fff;
  padding: 6px 0 0 20px;
  height: 19px;
  font-size: 11px;
  background-image: url(../img/bg_boxheader.png);
}
#footer-breadcrumb a {
  color: #fff;
}
#breadcrumb a,
#breadcrumb a:active,
#breadcrumb a:hover,
#breadcrumb a:link,
#breadcrumb a:visited {
  line-height: 22px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  color: #444;
  margin: 0;
  padding: 0;
}
#breadcrumb ul li,
#footer #footer-breadcrumb ul li {
  display: inline;
  padding: 0 2px 0 0;
  margin: 2px 0 0;
  border: 0;
}
#breadcrumb ul,
#footer #footer-breadcrumb ul {
  margin: 0;
  padding: 0;
}
#footer #footer-breadcrumb ul li a {
  color: #fff;
}
#contentwrap {
  clear: both;
  width: 1000px;
  padding: 0;
  min-height: 500px;
}
#leftcol {
  float: left;
  width: 176px;
  padding: 0 8px 0 8px;
}
#content {
  float: left;
  width: 799px;
  padding: 0 8px 0 0;
  margin-bottom: 15px;
}
#contentfull {
  width: 960px;
  padding: 0 20px;
  margin-bottom: 15px;
}
#contentfull .headline {
  background-color: #F3A807;
  background-image: url(../img/bg_boxheader.png);
  height: 23px;
  font-size: 13px;
  color: #FFF;
  padding: 2px 8px 0;
  margin: 0;
  line-height: 23px;
  vertical-align: middle;
}
#contentfull .desc {
  border: 1px solid #aaa;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 4px;
}
#contentfull .desc h2 {
  margin: 0;
}
#index-content {
  padding: 0 20px;
  margin: 0 0 15px 0;
}
#index-content .box-content {
  border: 1px solid #aaa;
  height: 100px;
}
#index-content .content-box {
  width: 316px;
  margin: 8px 6px 0 0;
  float: left;
  background: url(../img/bg_item.png) #e3dfdc repeat-x;
}
#index-content .content-box .content {
  border: 1px solid #aaa;
  height: 230px;
}
#index-content .content-box .content img {
  border: 3px solid #aaa;
  background: #fff;
}
#index-content .content-box .content p {
  margin: 5px;
  color: #444;
}
#index-content .content-box .content a {
  color: #444;
}
#index-content #blog-box {
  width: 316px;
  margin: 8px 6px 0 0;
  float: left;
  background: url(../img/bg_item.png) #e3dfdc repeat-x;
}
#index-content #blog-box .icon {
  float: right;
  margin: 3px;
  position: relative;
  top: -20px;
}
#index-content #blog-box ul {
  list-style-type: none;
}
#index-content #blog-box ul li {
  margin: 4px 3px;
  padding: 0;
  color: #444;
}
#index-content #blog-box ul li a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #aaa;
}
#index-content #tip-box {
  width: 316px;
  margin: 8px 6px 0 0;
  float: left;
  background: url(../img/bg_item.png) #e3dfdc repeat-x;
}
#index-content #tip-box .icon {
  float: right;
  margin: 3px;
  position: relative;
  top: -20px;
}
#index-content #tip-box ul {
  list-style-type: none;
}
#index-content #tip-box ul li {
  margin: 4px 3px;
  padding: 0;
  color: #444;
}
#index-content #tip-box ul li a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #aaa;
}
#index-content #top-shop-box {
  width: 316px;
  margin: 8px 0 0;
  float: left;
  background: url(../img/bg_item.png) #e3dfdc repeat-x;
}
#index-content #top-shop-box .icon {
  float: right;
  margin: 3px;
  position: relative;
  top: -20px;
}
#index-content #top-shop-box ul {
  list-style-type: none;
}
#index-content #top-shop-box ul li {
  margin: 4px 3px;
  padding: 0;
  color: #444;
}
#index-content #top-shop-box ul li a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #aaa;
}
#index-content #top-shop-box .box-content p {
  margin: 5px;
  color: #444;
}
#index-content #top-shop-box .box-content a {
  color: #444;
}
#default-teaser {
  margin: 8px 0;
}
#default-teaser .teaser-img {
  border-style: solid;
  border-color: #aaa;
  border-width: 0;
}
#default-teaser img.top {
  border-top-width: 1px;
}
#default-teaser img.right {
  border-right-width: 1px;
}
#default-teaser img.bottom {
  border-bottom-width: 1px;
}
#default-teaser img.left {
  border-left-width: 1px;
}
.categorybox {
  background: #e1e1e1;
  padding: 8px 0;
  border-color: #aaa;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  margin: 0 0 8px 0;
}
h2.categoryheader {
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #999;
  margin: 0 8px;
}
h2.categoryheader a {
  text-decoration: none;
  color: #fff;
}
p.categoryheader {
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #999;
  margin: 0 8px;
  font-weight: 700;
}
p.categoryheader a {
  text-decoration: none;
  color: #fff;
}
ul#categorymenu .active a,
ul.categorymenu .active {
  font-weight: 700;
  color: #000;
}
ul.categorymenu {
  list-style-type: none;
}
ul.categorymenu li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
}
ul.categorymenu li:hover {
  list-style-type: none;
  background: #121212 url(../img/left-nav-hover-bg.png) repeat-x;
}
ul.categorymenu li:hover a {
  color: #fff;
}
ul.categorymenu li a {
  text-decoration: none;
  color: #333;
}
ul.categorymenu {
  margin-bottom: 15px;
}
ul.categorymenu li.level1 {
  padding: 2px 0 2px 8px;
  font-size: 13px;
}
ul.categorymenu li.level2 {
  padding: 2px 0 2px 16px;
  font-size: 13px;
}
ul.categorymenu li.level3 {
  padding: 2px 0 2px 24px;
  font-size: 13px;
}
ul.categorymenu li.level4 {
  padding: 2px 0 2px 32px;
  font-size: 13px;
}
h2.boxheader {
  background-image: url(../img/bg_boxheader.png);
  height: 23px;
  font-size: 13px;
  color: #FFF;
  padding: 2px 8px 0;
  margin: 0;
  line-height: 23px;
  vertical-align: middle;
}
h2.boxheader a:active,
h2.boxheader a:hover,
h2.boxheader a:link,
h2.boxheader a:visited {
  text-decoration: none;
  color: #fff;
}
p.boxheader {
  background-image: url(../img/bg_boxheader.png);
  height: 23px;
  font-size: 13px;
  color: #FFF;
  padding: 2px 8px 0;
  margin: 0;
  line-height: 23px;
  vertical-align: middle;
  font-weight: 700;
}
h2.boxheader a:active,
h2.boxheader a:hover,
h2.boxheader a:visited,
p.boxheader a:link {
  text-decoration: none;
  color: #fff;
}
.left-nav {
  cursor: pointer;
}
.boxbody {
  background: #e1e1e1 url(../img/bg_cat_nav.png) repeat-x;
  padding: 8px;
  margin-bottom: 15px;
}
.boxbody h3,
.boxbody h3 a {
  font-size: 11px;
}
.boxbody h3.center,
.boxbody h3.center a {
  font-size: 11px;
  text-align: center;
}
.boxbody p {
  color: #000;
  font-size: 11px;
  margin: 6px 0;
}
.boxbody p.center {
  color: #000;
  font-size: 11px;
  text-align: center;
  margin: 6px 0;
}
.boxbody td {
  color: #000;
  font-size: 11px;
  margin: 6px 0;
}
.boxbody .productOldPrice {
  font-size: 11px;
  color: red;
}
.boxbody div.hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.boxbody div.hrlightgrey {
  margin-top: 5px;
  margin-bottom: 5px;
}
.boxbody a {
  font-size: 11px;
}
.boxbody .productboximage {
  border: solid 1px #999;
  width: 40px;
  height: 40px;
}
.rightproductboxbody {
  margin-bottom: 15px;
}
.rightproductboxbody .item {
  background: #e1e1e1 url(../img/bg_cat_nav.png) repeat-x;
  clear: both;
  padding: 8px;
  border-bottom: 1px solid #fff;
}
.rightproductboxbody .item .left {
  width: 42px;
  float: left;
  margin-right: 5px;
}
.rightproductboxbody .item .left .productboximage {
  border: solid 1px #999;
  width: 40px;
  height: 40px;
}
.rightproductboxbody .item .right {
  width: 103px;
  float: left;
  font-size: 11px;
  font-weight: 400;
}
.rightproductboxbody .item .right a {
  color: #333;
}
.infoboxbody ul.contentlist {
  background-color: #f5f5f5;
  margin-bottom: 15px;
  border: solid #aaa;
  border-width: 0 1px 1px;
}
.infoboxbody ul.contentlist li {
  list-style-type: none;
  border: solid #fff;
  border-width: 1px 0 0;
  color: #000;
}
.infoboxbody ul.contentlist li a {
  text-decoration: none;
  color: #000;
}
.infoboxbody ul.contentlist li.level1 {
  background-color: #f5f5f5;
  padding: 4px 0 4px 6px;
  font-size: 1em;
  color: #000;
}
.infoboxbody ul.contentlist li.level2 {
  background-color: #f5f5f5;
  padding: 4px 0 4px 24px;
  font-size: .9em;
  color: #000;
}
.infoboxbody ul.contentlist li.level3 {
  background-color: #f5f5f5;
  padding: 4px 0 4px 40px;
  font-size: .8em;
  color: #000;
}
.discountprice {
  font-size: 11px;
  color: red;
}
h2.boxcartheader {
  background-image: url(../img/bg_boxheader.png);
  height: 23px;
  font-size: 11px;
  color: #FFF;
  padding: 2px 8px 0;
  margin: 0;
  line-height: 23px;
  vertical-align: middle;
}
h2.boxcartheader a {
  text-decoration: none;
  color: #fff;
}
.boxcartbody {
  padding: 4px 8px;
  margin-bottom: 15px;
  background-color: #EDEDED;
  border-style: solid;
  border-color: #4E4E4F;
  border-width: 0 1px 1px;
}
.boxcartbody p {
  font-size: 11px;
}
h2.boxmanufacturerheader {
  background-image: url(../img/bg_boxheader.png);
  height: 23px;
  font-size: 11px;
  color: #FFF;
  padding: 2px 8px 0;
  margin: 0;
  line-height: 23px;
  vertical-align: middle;
}
h2.boxmanufacturerheader a {
  text-decoration: none;
  color: #fff;
}
ul#manufacturerslist {
  margin-left: 5px;
  margin-right: 0;
  padding: 0;
}
ul#manufacturerslist li {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
#content #login-box {
  float: right;
  width: 393px;
  margin: 0;
  padding: 0;
}
#content #login-box p {
  margin: 0 0 10px;
  padding: 0;
}
#content #login-box table td {
  padding: 2px 0;
}
#content #new-customer {
  float: left;
  width: 393px;
  margin: 0;
}
#content #new-customer table {
  margin: 0 0 10px;
}
#content #new-customer table td {
  padding: 2px 0;
}
#content #new-customer h3 {
  margin: 0 0 10px;
}
#content #company-block {
  display: none;
}
.productPreview {
  padding: 0;
  margin: 0;
}
.productPreviewContent {
  vertical-align: top;
  width: 100%;
}
.productPreviewContent h2 {
  padding: 0;
  margin: 0 0 5px;
}
.productPreviewContent h2 a {
  font-size: 14px;
  font-weight: 700;
}
.productPreviewImage {
  vertical-align: top;
  padding: 3px 15px 0 0;
}
.productPreviewImage img {
  border: solid 1px #999;
}
.productPreviewContent .price {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.productPreviewContent .taxandshippinginfo {
  font-size: 11px;
  font-weight: 400;
  color: #999;
  padding: 0;
  margin: 0;
}
.productPreviewContent .vpe {
  font-size: 11px;
  font-weight: 400;
  color: #999;
  padding: 0;
  margin: 0;
}
.productPreviewContent .shippingtime {
  font-size: 11px;
  font-weight: 400;
  color: #999;
  padding: 0;
  margin: 0;
}
.productPreviewContent .stockimage {
  margin: 0;
  padding: 0;
}
.productPreviewContent .stockimagetext {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  color: #999;
}
.productPreviewContent .productOldPrice {
  font-size: 12px;
  font-weight: 700;
  color: red;
}
.productPreviewContent .taxandshippinginfo a {
  font-size: 11px;
  font-weight: 400;
  color: #999;
}
.productCrossSell {
  padding: 0;
  margin: 0;
}
.productCrossSellContent {
  vertical-align: top;
  width: 100%;
}
.productCrossSellContent h2 {
  padding: 0;
  margin: 0 0 5px;
}
.productCrossSellContent h2 a {
  font-size: 14px;
  font-weight: 700;
}
.productCrossSellImage {
  vertical-align: top;
  padding: 3px 15px 0 0;
}
.productCrossSellImage img {
  border: solid 1px #999;
}
.productCrossSellContent .price {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
h1.category {
  margin: 0;
}
.cat-desc {
  border: 1px solid #aaa;
  background: #f5f5f5;
  padding: 10px;
  margin: 0 0 4px;
}
#content .cat-desc .img-left {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #aaa;
}
#content .cat-desc .img-right {
  display: block;
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #aaa;
}
#content .cat-desc .imgbox {
  text-decoration: none;
  width: 220px;
}
#content .cat-desc .imgbox span {
  background: #fafafa;
  display: block;
  padding: 8px;
  text-align: center;
}
.product-list .item {
  float: left;
  width: 153px;
  border: 1px solid #aaa;
  margin: 4px 6px 4px 0;
}
.product-list .item p {
  margin: 0;
}
.product-list .last {
  margin: 4px 0;
}
.product-list .item .product-image a {
  width: 153px;
  height: 153px;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  display: block;
  text-align: center;
}
.product-list .item .product-image .manufacturer-overlay {
  position: absolute;
  margin: 88px 0 0 5px;
}
.product-list .item .category-image {
  width: 153px;
  height: 153px;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  text-align: center;
}
.product-list .item .category-image img {
  width: 153px;
  height: 153px;
}
.product-list .item .category-image.additional a {
  display: block;
  width: 153px;
  height: 153px;
  position: relative;
}
.product-list .item .category-image.additional img {
  width: 95px;
  height: 95px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-list .item .info .products-name {
  height: 60px;
}
.product-list .item .info .more-products {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.product-list .item .info .category-name {
  font-weight: 700;
  font-size: 14px;
}
.product-list .item .info .category-name a {
  text-decoration: none;
}
.product-list .item .info .category-desc a {
  text-decoration: none;
}
.product-list .item .info a {
  color: #000;
}
.product-list .item .info p {
  margin: 0;
  padding: 3px 8px;
  font-size: 11px;
  color: #666;
}
.product-list .item .info .checkbox {
  background: url(../img/bg_checkbox.png) repeat-x;
  width: 16px;
  height: 16px;
  padding: 10px;
  border: 1px solid #aaa;
  float: left;
  position: absolute;
  margin: 85px 0 0 -1px;
}
.product-list .item .info .price {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #cc0024;
}
.product-list .item .info .price .productOldPrice {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-decoration: line-through;
}
.product-list .item .info .price .productPriceSave {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
}
.product-list .item .info .taxinfo {
  text-align: right;
  line-height: 12px;
}
.product-list .item .info .shippinginfo {
  text-align: right;
  line-height: 12px;
}
.product-list .item .info .to-cart {
  position: absolute;
  margin: 106px 0 0 0;
}
.separator {
  background-color: #242424;
  height: 10px;
}
#productinfowrap {
  display: table;
  width: 100%;
}
#productinfoimages div.gallery-navigation {
  overflow: hidden;
  width: 380px;
  height: 72px;
  white-space: nowrap;
}
#productinfoimages div.content {
  display: block;
}
#productinfoimages {
  float: left;
  width: 379px;
  height: 449px;
  text-align: center;
  margin: 0 6px 10px 0;
  border: solid 1px #ccc;
}
#productinfoimages div.content {
  display: none;
  width: 377px;
  height: 377px;
}
#productinfoimages div.controls {
  margin-top: 5px;
  height: 23px;
  position: absolute;
}
#productinfoimages div.ss-controls span {
  color: #666;
  cursor: pointer;
}
#productinfoimages div.nav-controls a {
  padding: 5px;
}
#productinfoimages div.slideshow {
  clear: both;
}
#productinfoimages div.slideshow a.advance-link {
  display: block;
  text-align: center;
}
#productinfoimages div.slideshow img {
  border: none;
}
#productinfoimages div.download {
  float: right;
}
#productinfoimages div.embox {
  clear: both;
  border: 1px solid #aaa;
  background-color: #eee;
  padding: 12px;
}
#productinfoimages div.image-title {
  font-weight: 700;
  font-size: 1.4em;
}
#productinfoimages div.image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
#productinfoimages ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}
#productinfoimages ul.thumbs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
#productinfoimages ul.thumbs li a {
  display: block;
  width: 75px;
  overflow: hidden;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  text-align: center;
}
#productinfoimages ul.thumbs a:focus {
  outline: 0;
}
#productinfoimages ul.thumbs img {
  height: 71px;
}
#productinfoimages div.pagination {
  clear: both;
}
#productinfoimages div.gallery-navigation div.top {
  margin-bottom: 12px;
  height: 11px;
  display: none;
}
#productinfoimages div.gallery-navigation div.bottom {
  margin-top: -17px;
  position: absolute;
}
#productinfoimages div.pagination a,
div.pagination strong {
  background: #fff;
  margin-right: 2px;
  padding: 4px 7px 2px;
  border: 1px solid #aaa;
}
#productinfoimages div.pagination a:hover {
  background-color: #ddd;
  text-decoration: none;
}
#productinfoimages div.pagination strong {
  background-color: #444;
  color: #fff;
}
#productinfoimages .moreimages {
  white-space: nowrap;
  text-align: left;
  width: 377px;
  height: 72px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#productinfoimages .thumb {
  width: 75px;
  height: 71px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
#productinfoimages .hrlightgrey {
  margin-top: 6px;
  margin-bottom: 6px;
}
#productinfoimages div.gallery-navigation {
  overflow: hidden;
  width: 380px;
  height: 72px;
  white-space: nowrap;
}
#productinfoimages div.content {
  display: block;
}
#productinfo_desc,
#productinfo_media,
#productinfo_reviews {
  clear: both;
}
#productinfopricewithimages {
  float: left;
  border: 1px solid #aaa;
  background: #f5f5f5;
  width: 410px;
  height: 449px;
}
#productinfopricewithimages img {
  cursor: pointer;
}
#productinfopricewithoutimages {
  width: 100%;
}
#productinfopricewithoutimages img {
  cursor: pointer;
}
#productinfoprice {
  padding: 8px;
  color: #666;
  font-size: 12px;
}
#productinfoprice .productsname {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
}
#productinfoprice .green {
  color: #090;
}
#productinfoprice .hrlightgrey {
  margin-top: 6px;
  margin-bottom: 6px;
}
#productinfoprice .productprice {
  margin: 10px 0 5px;
  padding: 0;
  color: #cc0024;
  font-size: 20px;
  font-weight: 700;
}
#productinfoprice .productOldPrice {
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-decoration: line-through;
}
#productinfoprice .productPriceSave {
  text-align: right;
  font-size: 13px;
  font-weight: 700;
}
#productinfoprice .taxandshippinginfo {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  color: #333;
}
#productinfoprice .taxandshippinginfo a {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  color: #333;
}
#productinfoprice .shippingplusone {
  text-align: center;
}
#productinfoprice .shippingplusone img {
  vertical-align: top;
}
.skonto-preis {
  font-size: 11px;
  font-weight: 400;
}
#content #productinfo_desc .info-table th {
  text-align: left;
}
#content #productinfo_desc .info-table {
  color: #333;
}
#content #productinfo_desc .info-table th.headline {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
  background: 0 0;
}
#content #productinfo_desc .info-table tr:hover {
  background: #ededed;
}
#productinfoprice .reviews_rating {
  margin: 10px 0 0;
  padding: 0;
}
#productinfoprice .reviews_text {
  margin: 10px 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.reviews_rating_light .reviews_rating_dark {
  margin: 10px 0 0;
  background: transparent url(../img/review_star.png) repeat-x scroll 0;
  height: 15px;
  position: relative;
}
.reviews_rating_light {
  height: 15px;
  margin-right: 5px;
  position: relative;
  width: 80px;
  background: transparent url(../img/review_star_light.png) repeat-x scroll 0;
}
#content #productinfo_desc .headline {
  background: url(../img/bg_boxheader.png) repeat-x;
  height: 23px;
  font-size: 13px;
  color: #FFF;
  padding: 2px 8px 0;
  margin: 5px 0 0;
  line-height: 23px;
}
#content #productinfo_desc .left {
  width: 450px;
  margin: 0 5px 0 0;
  float: left;
}
#content #productinfo_desc .right {
  width: 300px;
  float: left;
}
#content #productinfo_desc .item {
  background: #f5f5f5;
  border: 1px solid #aaa;
  padding: 5px;
}
#content #productinfo_desc .item ul {
  margin: 10px 20px;
}
p.productinfoproductadded {
  font-size: 11px;
}
.productoptions {
  background-color: #f5f5f5;
  padding: 6px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #242424;
}
.addtobasket {
  background-color: #EDEDED;
  padding: 6px;
  text-align: right;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #999;
  color: #333;
}
.addtobasket #final_price {
  color: #cc0024;
  font-size: 20px;
  font-weight: 700;
}
.addtobasketlisting {
  padding: 6px;
  text-align: right;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #999;
}
body.popupproductinfo {
  padding: 15px;
  background: 0 0;
  background-color: #fff;
}
body.popupprintorder {
  font-family: Arial, Sans-serif;
  font-size: 13px;
  padding: 15px;
  background: 0 0;
  background-color: #fff;
}
body.popupprintorder .products tr.header td {
  font-weight: 700;
  background-color: #EDEDED;
}
body.popupprintorder .products .total {
  text-align: right;
}
body.popupprintorder .products .quantity {
  vertical-align: top;
}
body.popupprintorder .productname {
  vertical-align: top;
}
body.popupprintorder .model {
  vertical-align: top;
}
body.popupprintorder .singleprice {
  vertical-align: top;
}
body.popupprintorder .totalprice {
  vertical-align: top;
}
div.highlightbox {
  padding: 15px;
  background-color: #f5f5f5;
  border: solid #aaa 1px;
  margin: 0 0 10px;
}
div.highlightbox ul {
  margin-left: 15px;
  padding: 0;
  display: block;
  list-style-type: square;
  line-height: 20px;
}
div.highlightbox h1 {
  color: #BE8100;
  padding: 0 0 10px;
  margin: 0;
  border: none;
  font-size: 16px;
}
div.highlightbox div.hr {
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: solid 1px #ccc;
}
table.paymentblock {
  background-color: #fff;
  padding: 5px;
  margin: 0 0 5px;
  border: 1px solid #aaa;
}
table.paymentblock tr td.header {
  padding: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
table.paymentblock tr td.main {
  padding: 5px;
}
table.paymentblock .saferpay-img {
  border: 0 solid #aaa;
  height: 30px;
}
table.shippingblock {
  background-color: #fff;
  padding: 5px;
  margin: 0 0 5px;
  border: 1px solid #aaa;
}
table.shippingblock tr td.header {
  padding: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
table.shippingblock tr td {
  vertical-align: top;
}
table.shippingblock tr td.description {
  width: 100%;
  vertical-align: top;
  padding-left: 6px;
}
table.shippingblock tr td.radiobutton {
  vertical-align: top;
  white-space: nowrap;
  padding: 4px;
}
table.shippingblock tr td.radiobutton input {
  margin: 0;
  padding: 0;
}
table.shippingblock tr td.price {
  vertical-align: top;
  white-space: nowrap;
}
textarea.message_body {
  width: 130px;
}
table.downloadbox {
  padding: 5px;
  background-color: #f5f5f5;
  border: solid #aaa 1px;
  margin-bottom: 8px;
}
table.downloadbox tr td.icon {
  padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
  width: 100%;
}
table.graduatedprice {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}
table.graduatedprice tr td.header {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
table.tabledetails {
  font-size: 12px;
  background-color: #f5f5f5;
  margin: 10px 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
table.tabledetails tr td {
  padding: 4px;
}
table.tabledetails tr.headerrow td {
  background-image: url(../img/bg_second_header.png);
  color: #FFF;
  font-weight: 700;
}
table.tabledetails tr.headerrow td.left {
  text-align: left;
}
table.tabledetails tr.headerrow td.center {
  text-align: center;
}
table.tabledetails tr.headerrow td.right {
  text-align: right;
}
table.tabledetails img.thumb {
  border: 1px solid #242424;
}
table.tabledetails tr.contentrow1 td {
  background-color: #f5f5f5;
  vertical-align: top;
}
table.tabledetails tr.contentrow1 td.left {
  text-align: left;
}
table.tabledetails tr.contentrow1 td.center {
  text-align: center;
}
table.tabledetails tr.contentrow1 td.right {
  text-align: right;
}
table.tabledetails tr.contentrow2 td {
  background-color: #e8e8e8;
  vertical-align: top;
}
table.tabledetails tr.contentrow2 td.left {
  text-align: left;
}
table.tabledetails tr.contentrow2 td.center {
  text-align: center;
}
table.tabledetails tr.contentrow2 td.right {
  text-align: right;
}
table.tabledetails tr td.subtotal {
  background-color: #e8e8e8;
  text-align: right;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ccc;
}
.old-price {
  color: red;
  text-decoration: line-through;
}
.artnr {
  font-size: 11px;
  color: #444;
}
table.tabledetails p.shippingtime {
  margin: 0;
}
table.tabledetails img.shippingstatus {
  vertical-align: middle;
}
table.tabledetails span.base {
  font-size: 9px;
}
table.reviewlist {
  font-size: 12px;
  font-weight: 400;
}
table.reviewlist tr td {
  padding: 4px;
  white-space: normal;
}
table.reviewlist tr.header td {
  background-color: #ccc;
  color: #FFF;
  font-weight: 700;
}
table.reviewlist tr.contentrow1 td {
  background-color: #f5f5f5;
}
table.reviewlist tr.contentrow2 td {
  background-color: #e8e8e8;
}
textarea#review {
  width: 100%;
}
table.medialist {
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
table.medialist tr td {
  padding: 6px;
  white-space: nowrap;
  vertical-align: top;
}
table.medialist tr.contentrow1 td {
  background-color: #f5f5f5;
}
table.medialist tr.contentrow2 td {
  background-color: #e8e8e8;
}
p.checkoutcomment textarea {
  width: 100%;
}
p.checkoutagb textarea {
  width: 100%;
}
p.checkoutrescission textarea {
  width: 100%;
}
ul#checkoutnavigation li {
  color: #333;
  height: 70px;
  list-style-type: none;
  float: left;
  width: 213px;
  margin-right: 12px;
  border: solid 1px #ccc;
  padding: 8px;
}
ul#checkoutnavigation li a {
  display: block;
  text-decoration: none;
}
ul#checkoutnavigation li a:hover {
  color: #000;
}
ul#checkoutnavigation li a:hover span {
  color: #000;
}
ul#checkoutnavigation li.active {
  background-color: #F5F5F5;
}
ul#checkoutnavigation li.active .number {
  font-size: 20px;
  font-weight: 700;
}
ul#checkoutnavigation li.active .title {
  font-size: 14px;
  font-weight: 700;
}
ul#checkoutnavigation li.active .description {
  font-size: 11px;
}
ul#checkoutnavigation li.inactive {
  color: #ccc;
  background-color: #F5F5F5;
  border-color: #ccc;
}
ul#checkoutnavigation li.inactive .number {
  font-size: 20px;
  font-weight: 700;
}
ul#checkoutnavigation li.inactive .title {
  font-size: 14px;
  font-weight: 700;
}
ul#checkoutnavigation li.inactive .description {
  font-size: 11px;
}
ul#checkoutnavigation .num {
  float: right;
  font-size: 55px;
  color: #ccc;
}
ul#checkoutnavigation span.active {
  color: #333;
}
table.checkout {
  margin: 4px 0 0;
}
table.checkout td {
  padding: 0 8px 0 0;
  margin: 2px;
}
.checkout-block {
  border: 1px solid #aaa;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 4px;
}
.checkout-block div.left {
  float: left;
  margin: 0 10px 0 0;
  width: 300px;
}
.checkout-block div.right {
  float: left;
}
.checkout-block h2 {
  margin: 0;
}
.checkout-block textarea {
  border: 1px solid #aaa;
  width: 100%;
}
.checkout-block ol,
.checkout-block ul {
  margin: 0 0 10px 20px;
}
.footer-links {
  background: #E1E1E1 url(../img/bg_cat_nav.png) repeat-x;
  padding: 5px 20px;
}
.footer-links .block {
  float: left;
  width: 20%;
}
.footer-links .block h3 {
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #999;
  margin: 0 8px 0 0;
}
.footer-links .block h3 a {
  text-decoration: none;
}
.footer-links .block p {
  margin: 8px 8px 8px 0;
  color: #333;
}
#copyright {
  background: url(../img/bg_copyright.png) repeat-x;
  height: 90px;
  color: #fff;
  padding: 10px 0 0 0;
}
#copyright .left {
  float: left;
  width: 500px;
}
#copyright .left img {
  float: left;
  margin: 20px 0 0 10px;
}
#copyright .left p {
  float: left;
  margin: 50px 0 0 10px;
  color: #aaa;
  font-size: 11px;
}
#copyright .copyright {
  float: left;
  width: 490px;
  margin: 50px 10px 0 0;
  text-align: right;
  color: #aaa;
  font-size: 11px;
}
#copyright .copyright a {
  color: #aaa;
}
.parseTime {
  margin: 0 auto;
  background-color: #FFF;
  text-align: center;
  color: #666;
  font-size: 11px;
}
div.sort {
  display: block;
  background: #242424;
  padding: 1px 5px;
  text-decoration: none;
  color: #fff;
}
p.products_sort {
  padding: 5px;
  background-color: #f5f5f5;
  border: solid #aaa 1px;
  margin-bottom: 8px;
}
.products_sort {
  height: 25px;
  padding: 5px;
  background-color: #f5f5f5;
  border: solid #aaa 1px;
  margin-bottom: 8px;
}
.products_sort form {
  float: left;
}
div#checkout_agb {
  height: 200px;
  width: 100%;
  overflow: auto;
  padding: 2px;
  background: #fff;
  border: solid #aaa 1px;
  margin: 10px 0;
  text-align: left;
}
div#checkout_rescission {
  height: 200px;
  width: 100%;
  overflow: auto;
  padding: 2px;
  border: solid #000 1px;
  text-align: left;
}
.sitemapwrap .sitemapleft {
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #242424;
  display: table;
  float: left;
  width: 235px;
  margin-bottom: 15px;
}
.sitemapwrap .sitemapright {
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #242424;
  display: table;
  float: right;
  width: 235px;
  margin-bottom: 15px;
}
.sitemapheader {
  padding: 3px;
  background-color: #242424;
  color: #FFF;
  font-weight: 700;
}
.sitemapheader a:hover,
.sitemapheader a:link,
.sitemapheader a:visited {
  color: #FFF;
  text-decoration: none;
}
.sitemapcontent {
  padding: 6px;
}
.sitemapcontent li {
  list-style-type: none;
}
#content #bbq-area h2 {
  margin: 0;
}
#content #bbq-area a {
  color: #333;
}
#content #bbq-area .left {
  float: left;
  width: 541px;
  margin: 0 5px 0 0;
}
#content #bbq-area .right {
  float: left;
  width: 209px;
}
#content #bbq-area .desc {
  border: 1px solid #aaa;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 4px;
}
#content #bbq-area .desc .left {
  float: left;
  width: 342px;
  margin: 0 10px 0 0;
}
#content #bbq-area .desc .right {
  float: left;
  width: 209px;
}
#content #bbq-area .desc ul li {
  list-style-type: square;
  color: #333;
  margin: 5px 0 0 20px;
}
#content #bbq-area .desc ul li a {
  color: #333;
}
#content #bbq-area .back {
  text-align: right;
  font-weight: 700;
  background: #f5f5f5;
  border: 1px solid #aaa;
  padding: 0 10px 0 0;
}
.grill-city {
  margin: 20px 0;
  text-align: center;
  font-size: 11px;
  color: #ccc;
}
#content #accessoire-finder h2 {
  margin: 0;
}
#content #accessoire-finder a {
  color: #333;
}
#content #accessoire-finder .desc {
  border: 1px solid #aaa;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 4px;
}
#content #accessoire-finder ul {
  float: left;
  width: 370px;
  list-style-type: square;
}
#content #accessoire-finder ul li {
  color: #333;
  margin: 5px 0 0 20px;
}
#content #accessoire-finder ul li a {
  color: #333;
}
#content #accessoire-finder .product-image {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #aaa;
}
#content #accessoire-finder .back {
  text-align: right;
  font-weight: 700;
  background: #f5f5f5;
  border: 1px solid #aaa;
  padding: 0 10px 0 0;
}
ul.ui-autocomplete {
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  border: 0;
  z-index: 999!important;
  border: 1px solid #444;
  width: 400px;
}
ul.ui-autocomplete .ui-menu-item {
  border: 0;
  font-size: 13px;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #fff;
}
ul.ui-autocomplete .ui-menu-item .price {
  display: block;
  text-align: right;
  color: #cc0024;
  margin: 0 2px 0 0;
  font-size: 14px;
  font-weight: 700;
}
ul.ui-autocomplete .ui-menu-item .tax {
  font-size: 11px;
  display: block;
  text-align: right;
}
ul.ui-autocomplete .ui-menu-item .product-image {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 8px 2px 0;
  display: block;
}
ul.ui-autocomplete .ui-menu-item a img {
  height: 40px;
  max-width: 40px;
  border: 1px solid #aaa;
  background: #fff;
}
ul.ui-autocomplete .ui-menu-item a:hover {
  color: #981304;
}
ul.ui-autocomplete #ui-active-menuitem {
  background: url(../img/bg_item.png) #e3dfdc repeat-x;
  border: 0;
  margin: 0;
}
ul.ui-autocomplete .ui-autocomplete-category {
  background: url(../img/bg_boxheader.png) repeat-x;
  display: block;
  height: 23px;
  line-height: 1.5em;
  clear: both;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #FFF;
  padding: 2px 8px 0;
  margin: 0;
}
#TB_window img#TB_Image {
  border: 0;
}
#TB_window {
  z-index: 2000;
}
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1299;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1300;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: 0;
}
#lightbox-nav-btnNext,
#lightbox-nav-btnPrev {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: 700;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
.show-more-information {
  margin: 5px 0;
  cursor: pointer;
}
.special-coupon-trigger {
  position: absolute;
  cursor: pointer;
  z-index: 1101;
  display: none;
}
.special-coupon {
  cursor: pointer;
  width: 0;
  opacity: 0;
  position: absolute;
  z-index: 1100;
  display: none;
}
.special-coupon img {
  width: 100%;
  height: 100%;
}
.special-coupon .special-text {
  margin: -180px 0 0 65px;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 0 10px #000;
  display: none;
}
.ekomi .item {
  display: block;
  border-bottom: 1px dotted #242424;
  padding: 8px 0;
}
.ekomi .item:last-child {
  border: 0;
}
.ekomi .date {
  float: left;
  margin: 2px 0;
}
.ekomi .comment {
  font-style: italic;
}
.ekomi .comment p {
  margin: 2px 0;
}
.ekomi .rating {
  float: right;
  height: 16px;
  background: url(/media/icons/star.png) repeat-x;
  margin: 2px 0;
}
.ekomi-rating {
  height: 16px;
  background: url(/media/icons/star.png) repeat-x;
}
.paypal-address {
  border: 0;
  border-spacing: 0;
  margin: 10px 0;
}
.paypal-address th {
  text-align: left;
  width: 150px;
}
table.spare-parts {
  width: 100%;
  font-size: 12px;
  background-color: #f5f5f5;
  margin: 10px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
table.spare-parts tr th {
  padding: 4px;
}
table.spare-parts tr.headerrow th {
  background-image: url(../img/bg_second_header.png);
  color: #FFF;
  font-weight: 700;
}
table.spare-parts th {
  font-weight: 700;
  text-align: left;
}
table.spare-parts td.price {
  font-size: 14px;
  color: #cc0024;
  font-weight: 700;
}
table.spare-parts td.price .taxinfo {
  font-size: 11px;
  color: #666;
  font-weight: 400;
}
table.spare-parts tr.contentrow1 {
  background: #f5f5f5;
}
table.spare-parts tr.contentrow2 {
  background: #e8e8e8;
}
#tabs {
  margin: 0 0 5px 0;
}
#tabs #tab-list {
  position: absolute;
  z-index: 2;
}
#tabs #tab-list ul li {
  background-color: #717171;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: 700;
  margin: 0 3px 0 0;
  padding: 4px 8px;
}
#tabs #tab-list ul li.active,
#tabs #tab-list ul li:hover {
  background: url(../img/bg_boxheader.png);
  color: #fff;
  border: 0;
}
#tabs #tab-layer {
  padding: 23px 0 0 0;
}
#tabs #tab-layer #tab-content {
  background: #f5f5f5;
  border: 1px solid #aaa;
  clear: both;
  padding: 8px;
}
#tabs #tab-layer #tab-content .tab-content {
  display: none;
}
#tabs #tab-layer #tab-content .tab-content:first-child {
  display: block;
}
#nav-c {
  font-size: 14px;
  font-family: Arial;
  margin: 0 0 6px 0;
  background: #5e6362;
  background: -moz-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e6362), color-stop(100%, #1e1e1e));
  background: -webkit-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -o-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -ms-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: linear-gradient(to bottom, #5e6362 0, #1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5e6362, endColorstr=#1e1e1e, GradientType=0);
}
#nav-c ul.nav {
  float: left;
  margin: 0;
  padding: 0;
  height: 28px;
  list-style-type: none;
  font-size: 13px;
  width: 1000px;
}
#nav-c ul.nav.black {
  background: #5e6362;
  background: -moz-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e6362), color-stop(100%, #1e1e1e));
  background: -webkit-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -o-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -ms-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: linear-gradient(to bottom, #5e6362 0, #1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5e6362, endColorstr=#1e1e1e, GradientType=0);
}
#nav-c ul.nav.black li a.star {
  padding: 5px 0 5px 20px;
  background: url(/media/icons/star.png) no-repeat center left;
}
#nav-c ul.nav.black li a.star:hover {
  background: url(/media/icons/star.png) no-repeat center left;
  color: #fff;
}
#nav-c ul.nav.black li a:hover {
  background: #5e6362;
  color: #fff;
}
#nav-c ul.nav.black li div.navigation-container {
  background: #5e6362;
  background: -moz-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5e6362), color-stop(100%, #1e1e1e));
  background: -webkit-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -o-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: -ms-linear-gradient(top, #5e6362 0, #1e1e1e 100%);
  background: linear-gradient(to bottom, #5e6362 0, #1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5e6362, endColorstr=#1e1e1e, GradientType=0);
}
#nav-c ul.nav.black li div.navigation-container .box p {
  border-bottom: 1px solid #fdb438;
}
#nav-c ul.nav.black li div.navigation-container .box p a:hover {
  color: #fdb438;
}
#nav-c ul.nav.black li div.navigation-container .box ul li a {
  background: 0 0;
}
#nav-c ul.nav.black li div.navigation-container .box ul li a:hover {
  color: #fdb438;
}
#nav-c ul.nav.orange {
  background: #fdb438;
  background: -moz-linear-gradient(top, #fdb438 0, #cd8202 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdb438), color-stop(100%, #cd8202));
  background: -webkit-linear-gradient(top, #fdb438 0, #cd8202 100%);
  background: -o-linear-gradient(top, #fdb438 0, #cd8202 100%);
  background: -ms-linear-gradient(top, #fdb438 0, #cd8202 100%);
  background: linear-gradient(to bottom, #fdb438 0, #cd8202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdb438, endColorstr=#cd8202, GradientType=0);
}
#nav-c ul.nav.orange li a:hover {
  background: #fdb438;
  color: #fff;
}
#nav-c ul.nav.orange li div.navigation-container {
  background: #fdb438;
  background: -moz-linear-gradient(top, #fdb438 0, #cd8202 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdb438), color-stop(100%, #cd8202));
  background: -webkit-linear-gradient(top, #fdb438 0, #cd8202 100%);
  background: -o-linear-gradient(top, #fdb438 0, #cd8202 100%);
  background: -ms-linear-gradient(top, #fdb438 0, #cd8202 100%);
  background: linear-gradient(to bottom, #fdb438 0, #cd8202 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdb438, endColorstr=#cd8202, GradientType=0);
}
#nav-c ul.nav.orange li div.navigation-container .box p {
  border-bottom: 1px solid #1e1e1e;
}
#nav-c ul.nav.orange li div.navigation-container .box p a:hover {
  color: #1e1e1e;
}
#nav-c ul.nav.orange li div.navigation-container .box ul li a {
  background: 0 0;
}
#nav-c ul.nav.orange li div.navigation-container .box ul li a:hover {
  color: #1e1e1e;
}
#nav-c ul.nav li {
  float: left;
  padding: 0;
  color: #fff;
}
#nav-c ul.nav li a {
  display: block;
  padding: 6px 8px;
  background: 0 0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
#nav-c ul.nav li span {
  display: block;
  padding: 5px 8px;
  background: 0 0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
#nav-c ul.nav li span:hover {
  background: #fff;
  color: #000;
}
#nav-c ul.nav li div.navigation-container {
  position: absolute;
  z-index: 1200;
  display: none;
  margin: 0;
  padding: 10px;
  width: 799px;
  background: 0 0;
  box-shadow: 0 4px 7px #444;
  color: #fff;
}
#nav-c ul.nav li div.navigation-container.column1 {
  width: 135px;
}
#nav-c ul.nav li div.navigation-container.column1.pls {
  margin: 0 0 0 -75px;
}
#nav-c ul.nav li div.navigation-container.column2 {
  width: 290px;
}
#nav-c ul.nav li div.navigation-container.column2.pls {
  margin: 0 0 0 -220px;
}
#nav-c ul.nav li div.navigation-container.column3 {
  width: 445px;
}
#nav-c ul.nav li div.navigation-container.column3.pls {
  margin: 0 0 0 -365px;
}
#nav-c ul.nav li div.navigation-container.column4 {
  width: 560px;
}
#nav-c ul.nav li div.navigation-container.column4.pls {
  margin: 0 0 0 -500px;
}
#nav-c ul.nav li div.navigation-container.column5 {
  width: 735px;
}
#nav-c ul.nav li div.navigation-container.column5.pls {
  margin: 0 0 0 -635px;
}
#nav-c ul.nav li div.navigation-container.column6 {
  width: 850px;
}
#nav-c ul.nav li div.navigation-container.column6.pls {
  margin: 0 0 0 -770px;
}
#nav-c ul.nav li div.navigation-container.column7 {
  width: 985px;
}
#nav-c ul.nav li div.navigation-container.column7.pls {
  margin: 0 0 0 -905px;
}
#nav-c ul.nav li div.navigation-container ul {
  padding: 0;
  list-style-type: none;
}
#nav-c ul.nav li div.navigation-container ul li {
  float: none;
  padding: 0;
  width: 135px;
}
#nav-c ul.nav li div.navigation-container ul li a {
  display: block;
  padding: 3px 0 3px 0;
  text-decoration: none;
  line-height: normal;
}
#nav-c ul.nav li div.navigation-container .box {
  float: left;
  padding: 0 20px 0 0;
}
#nav-c ul.nav li div.navigation-container .box p {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  font-weight: 700;
}
#nav-c ul.nav li div.navigation-container .box p a {
  background: 0 0;
  color: #fff;
  padding: 0;
  text-decoration: none;
}
#nav-c ul.nav li div.navigation-container .box p a:hover {
  text-decoration: underline;
}
#nav-c ul.nav li div.navigation-container .box ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 135px;
  list-style: none;
}
#nav-c ul.nav li div.navigation-container .box ul li a {
  text-decoration: none;
  font-weight: 400;
}
#nav-c ul.nav li div.navigation-container .box ul li a:hover {
  text-decoration: underline;
}
#nav-c ul.nav li div.navigation-container .box.col-1 {
  width: 135px;
}
#nav-c ul.nav li div.navigation-container .box.col-2 {
  width: 270px;
}
#nav-c ul.nav li div.navigation-container .box.col-3 {
  width: 405px;
}
#nav-c ul.nav li div.navigation-container .box.last {
  padding: 0;
}
#nav-c ul.nav li.first {
  padding: 0 0 0 8px;
}
#nav-c ul.nav li.no-link span:hover {
  background: #000;
  color: #fff;
}
.cursor {
  cursor: pointer;
}
.cursor:hover {
  text-decoration: underline;
}
.coupon-field {
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 700;
  padding: 3px;
  vertical-align: top;
  width: 200px;
}
#top-offer {
  margin: 0 0 8px 0;
  background: url(images/top-angebot-bg.jpg) no-repeat;
  height: 170px;
}
#top-offer .oc {
  margin: 8px 10px 0 8px;
  float: right;
  border: 1px solid #aaa;
}
#top-offer .oc .product-image {
  background: #fff;
  margin: 0;
  float: right;
  height: 153px;
  overflow: hidden;
}
#top-offer .oc .info {
  width: 153px;
  height: 141px;
  border-left: 1px solid #aaa;
  float: right;
  background: url(/templates/grillfuerst/img/bg_item.png) #e3dfdc repeat-x;
  padding: 4px 0 8px;
}
#top-offer .oc .info .products-name {
  font-size: 11px;
  color: #666;
  padding: 3px 8px;
}
#top-offer .oc .info p {
  font-size: 11px;
  color: #666;
  padding: 3px 8px;
  margin: 0;
}
#top-offer .oc .info .price {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #cc0024;
}
#top-offer .oc .info .price .productOldPrice {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-decoration: line-through;
}
#top-offer .oc .info .price .productPriceSave {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
}
#top-offer .oc .info .taxinfo {
  text-align: right;
  line-height: 12px;
}
#top-offer .oc .info .shippinginfo {
  text-align: right;
  line-height: 12px;
}
#top-offer .oc .info .to-cart {
  position: absolute;
  margin: 106px 0 0 0;
}
