@import url("/res/css/common.css");

html {
  height: 100%;
}
body {
 background:#d3b62b url(/res/pics/background_body.gif) repeat-y;
 height: 100%;
}

#container {
  width: 1045px;
  margin: 0px auto;
  min-height:100%;
  background: url(/res/pics/background_container.png) no-repeat top right;
}

#placeholder {
  height: 44px;
  width: 100%;
}

#main{
  width:860px;
  padding: 20px;
  min-height:600px;
  background: white;
}

/************************************Header-Bereich**********************************/
#header {
  width: 100%;
  height: 170px;
  background: url(/res/pics/background_header.jpg) no-repeat top left;
}
#header_popup {
  width: 100%;
  height: 60px;
  background: url(/res/pics/background_header.jpg) no-repeat top left;
  margin-bottom: 10px;
}


#logo * {
  border: 0px none;
  float: left;
}

#header_comment {
  float: left;
  margin-top: 85px;
  width: 450px;
}

#right_header {
  float: right;
  width: 150px;
}

#login_stats {
  line-height: 20px;
  margin: 10px 19px 0 0;
}

#header_comment img {
  border: 0px none;
}

#lang_chooser {
  float: right;
  margin: 8px 18px 0 0;
}

#sitelang_link_de, #sitelang_link_en {
  color: #443F26;
  font-size: 13px;
  text-decoration: none;
  margin-top: 8px;
}
#spacer_chooser {
 width: 100px;
 height: 10px;
}
  
#sitelang_link_de {
  background: url(/res/pics/spacer_lang_chooser.jpg) no-repeat top right;
  padding-right: 12px;
}
#sitelang_link_de.active, #sitelang_link_en.active {
  font-weight: bold;
}

#sitelang_link_en {
  padding-left: 6px;
}

/**************************************Main-Nav**************************************/
#main_nav {
  width: 100%;
  background: url(/res/pics/background_main_nav.jpg) no-repeat top left;
  height: 33px;
  color: #443F26;
  position:relative;
}

#main_nav ul {
  margin: 0;
  padding: 0;
  
}

#main_nav li {
  list-style: none;
  padding: 0;
  float: left;
  margin: 8px 0 0 -2px;
  padding: 0 16px 0 16px;
  background-color: transparent;
  z-index: 0;
  border-left: 1px solid #CCCCCC;
}

#main_nav li a {
  color: #443F26;
  text-decoration: none;
}

#main_nav li.active {
  display:block;
  height: 35px;
  background: white url(/res/pics/main_nav_left_line.jpg) no-repeat top left;
  z-index: 10;
  padding: 0px 0 0 10px;
  margin-top: -1px;
  border:none;
}

#main_nav li a.active {
  position: relative;
  display: block;
  background: url(/res/pics/main_nav_right_line.jpg) no-repeat top right;
  padding:10px 17px 0 3px;
  margin-right: 0px;
  height: 35px;
  z-index: 1;
  font-weight: bold;
}
#main_nav li a.active:hover {
  color: #443F26;
}

#main_nav li a:hover {
  color: #aa8800;
}

#main_nav ul li:first-child {
  background: none;
  border: none;
  margin-left: 20px;
  padding-left: 0px;
}
#main_nav ul li:last-child {
 border: none;
}

#main_nav ul li:first-child.active {
  background: white url(/res/pics/main_nav_left_line.jpg) no-repeat top left;
  padding-left: 14px;
  margin-left: 5px;
}

                   /**********WEBSHOP*************/

#main_nav ul li a.webshop_nav_point {
  position: absolute;
  right: -37px;
  top: -2px;
  height: 33px;
  width: 109px;
  margin-top: 0px;
  padding:10px 0 0 38px;
  background: url(/res/pics/background_webshop_main_nav.jpg) no-repeat top left;
}
#main_nav ul li a.webshop_nav_point.active, #main_nav ul li a.webshop_nav_point:hover {
  color: #443F26;
}

#main_nav li.webshop_li {
  background: none;
}

/*****************************Sub Nav********************************************/
#sub_nav {
  width: 173px;
  margin: 7px 12px 0 0;
  float: left;
  color: #443F26;
}
#sub_nav ul {
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #CCCCCC;
}

#sub_nav ul li ul {
  border: none;
  display:block;
  margin-bottom: 14px;
  background: url(/res/pics/spacer_sub_nav.jpg) no-repeat bottom left;
}
#sub_nav ul li:last-child ul {
  border-bottom: none;
}

#sub_nav li {
  list-style: none;
  background: white url(/res/pics/bullet_subnav.jpg) no-repeat top left;
}

#sub_nav li a {
  display: block;
  text-decoration: none;
  padding: 0px 0 3px 18px;
  line-height: 16px;
  color: #443F26;
}
.present_konfig {
  background: url(/res/pics/bullet_subnav_hover.jpg) no-repeat top left !important;
  color: #aa8800 !important;
}


#sub_nav ul li.active ul li:first-child a {
  margin-top: 4px;
}

#sub_nav ul li ul li:last-child a {
  padding-bottom: 18px;
}

#sub_nav ul li:last-child ul li:last-child a {
  padding-bottom: 8px;
}

#sub_nav li a.active {
  display: block;
  background: url(/res/pics/bullet_subnav_active.jpg) no-repeat top left;
  font-weight: bold;
}

#sub_nav li a.active:hover {
  color: #443F26;
  background: url(/res/pics/bullet_subnav_active.jpg) no-repeat top left;
  font-weight: bold;
}

#sub_nav ul li ul li a.active:hover {
  background: none;
  font-weight: normal; 
}

#sub_nav li a:hover {
  color: #aa8800;
  background: white url(/res/pics/bullet_subnav_hover.jpg) no-repeat top left;
}

#sub_nav ul li ul {
  margin: 0 0 0 0px;
  padding: 0 0 0 9px;
}

#sub_nav ul li ul li, #sub_nav ul li ul li a:hover {
  background: none;
  font-weight: normal;
}

#sub_nav ul li ul li a.active, #sub_nav ul li ul li a.active:hover  {
  background: none;
  font-weight: bold;
}
#sub_nav ul li:last-child ul {
  background: none;
  padding-bottom: 0px;
}

#sub_nav ul li {
 min-height: 19px;
}

#sub_nav ul li ul li {
  margin-bottom: 0px;
}


/****************************Bottom Navigation***********************************/
#bottom_nav, .tax_info {
  float: left;
  color: white;
  margin: 12px 0 0px 0;
  padding-bottom: 10px;
}
.tax_info p {
  color: white;
}
.tax_info {
  float: right;
  margin-right: 144px;
}

#bottom_nav ul {
  margin: 0;
  padding: 0;
}

#bottom_nav li {
  list-style: none;
  padding: 0;
  float: left;
  padding: 0 14px 0 13px;
  background: url(/res/pics/spacer_bottom_nav.gif) no-repeat top left;
}

#bottom_nav li a {
  color: white;
  text-decoration: none;
}

#bottom_nav ul li:first-child {
  background: none;
  margin-left: 0px;
  padding-left: 0px;
}

/**************************************Startseite********************************/
/*******Link Startpage *******/
#link_startpage {
  position: absolute;
  bottom: 43px;
  left: 20px;
  width: 500px;
  height: 30px;
  z-index:9999;
}
.startpage_more_link {
  position: absolute;
  top: 490px;
  left: 245px;
  width: 55px;
  height: 20px;
  z-index:9999;
}

/*******Banner Startseite ****/
#banner_startpage {
  position: absolute; 
  top: 180px;
  /*right: 58px;*/
  right: 20px;
  z-index:9999;
}
#banner_startpage a img {
  border: 0px none;
}
#banner_text {
  margin-top: 22px;
  width: 187px;
}
#banner_text_top {
  height: 8px;
  background: url(/res/pics/banner_text_top.gif) no-repeat top left;
}
#banner_text_bottom {
  height: 6px;
  background: url(/res/pics/banner_text_bottom.png) no-repeat bottom left;
}
#banner_text_center {
  background: white;
  padding:0 6px 0 6px;
}
#banner_text_center a {
  color: #443F26;
}
#banner_text_center a:hover {
 color: #aa8800;
}
#banner_text_center hr {
  margin: 3px 0 3px 0;
}
.acht_link {
  position: absolute;
  top: 20px;
  left: 55px;
  width: 100px;
  height: 510px;
}
.funf_link {
  position: absolute;
  top: 20px;
  left: 155px;
  width: 100px;
  height: 510px;
}
#banner_links_left {
  width: 115px;
  position: absolute;
  top: 149px;
  left: 34px;
}
#banner_links_left a {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 9px;
  display: block;
}
#commic_area_head {
  height: 5px;
  width: 187px;
  top: 14px;
  right: 58px;
  position: absolute;
  background: url("/res/pics/commic_area_head.jpg") no-repeat top left;
}
#commic_area {
  width: 188px;
  position: absolute;
  top: 19px;
  right: 58px;
  padding-bottom: 12px;
  width: 187px;
  background: white url("/res/pics/commic_area_bottom.jpg") no-repeat bottom left;
}
#commic_area .commic_link {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 0 15px;
  display: block;
}
/****************************/

#content_startpage {
  margin-top: 25px;
  position:relative; 
  z-index: 0;
  width: 860px;
  height: 545px;
}

#startpage_pic {
  float: left;
  margin: 28px 0 0 24px;
}

#footer_startpage {
  margin-top: 12px;
  background: white url(/res/pics/background_footer.jpg) no-repeat top left;
  height:56px;
}
#footer_startpage * {
  color: #8D8A7B;
}

#print_link_startpage {
  float: left;
  color: #8D8A7B;;
  text-decoration: none;
  margin: 30px 0 0 18px;
  width: 87px;
  background: white url(/res/pics/print_link_startpage.jpg) no-repeat top right;
}

/*************************************Content*****************************************/
#content {
  float: left;
  width: 657px;
  border-left: 1px solid #CCCCCC;
  margin-top: 10px;
  padding:2px 0 150px 17px;
  min-height: 200px;
}

#content table {
  border-collapse: collapse;
  border-color: #cccccc;
}

/*************************************Footer*****************************************/
#footer {
  margin-top: 12px;
  background: white url(/res/pics/background_footer.jpg) no-repeat top left;
  height:56px;
}

#footer_links {
  margin-top: 32px;
  float: left;
  width: 400px;
  margin-left: 186px;
}

#print_link {
  float: left;
  width: 85px;
  padding-left: 19px;
  background: white url(/res/pics/print_link_footer.jpg) no-repeat top left;
}

#recipe_tip {
  float: left;
  display: block;
  width: 147px;
  padding-left: 17px;
  background: white url(/res/pics/recipe_button_bg.jpg) no-repeat top left;
}

#footer_address {
  float: right;
  text-align: right;
  margin-right: 18px;
}
#footer_address a, #footer_links a,#footer_address * {
  color: #4b4422;
  text-decoration: none;
}
#footer_address a:hover {
  text-decoration: underline;
}

/*****************************************Google Maps**********************************/
#map {
  float: left;
  height: 650px;
  width: 100%;
}

/***********************************Inhaltstemplate Öle und Mehr***************************/
.team_text {
  padding-right: 100px;
}

.detail_descr_oils * {  
  line-height: 20px;
}

.detail_descr_oils {
  margin-left: 2px;
}
.line_descre {
  line-height: 5px !important;
  font-size: 3px;
  height: 1px;
}
.oilchooser, .presentchooser {
  width: 316px;
  height: 201px;
  background: url('/res/pics/bg_product_big.jpg') no-repeat top left;
}
.presentchooser_small {
  width: 203px;
  height: 232px;
  background: url('/res/pics/bg_product_small.jpg') no-repeat top left;
}
.oilchooser img{
  margin: 26px 0 17px 18px;
}
.presentchooser img {
  margin: 17px 0 9px 70px;
}
.presentchooser_small img {
  margin: 15px 0 8px 20px;
}
.oilchooser h1, .oilchooser p, .presentchooser h1, .presentchooser p, .presentchooser_small p, .presentchooser_small h1 {
  padding: 0 17px 0 18px;
}

.presentchooser p, .presentchooser_small p {
  padding: 0 15px 0 18px;
}
.oilchooser h1 a, .presentchooser h1 a, .presentchooser_small h1 a, .oil_and_more_links1 h1 a, .oil_and_more_links2 h1 a, .oil_and_more_links3 h1 a, .oils h1 a, .oil_and_more_present_configurator h1 a, .oil_and_more_link h1 a {
  font-size: 24px; 
  line-height: 25px;
  text-decoration: none;
  color: #4B4422;
}

.oil_and_more_present_configurator, .oil_and_more_link {
  height: 244px;
  width: 203px;
}
.oil_and_more_link {
  background: url(/res/pics/bg_small_product_new.gif) no-repeat top left;
}

.oil_and_more_present_configurator {
  background: url(/res/pics/config_background.gif) no-repeat top left;
}

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

.oil_and_more_link img {
  margin: 14px 0 5px 17px;
}

.config_pic_link {
  display: block;
  margin: 20px 0 0 0;
  height: 129px;
  width: 100%;
}

.oil_and_more_links1, .oil_and_more_links2 , .oil_and_more_links3{
  height: 232px;
  width: 203px;
  background: url(/res/pics/bg_product_small.jpg) no-repeat top left;
  padding-top: 20px;
}
.oil_and_more_links2 {
  background: url(/res/pics/bg_present.jpg) no-repeat top left;
}
.oil_and_more_links1 img,.oil_and_more_links2 img,.oil_and_more_links3 img{
  padding-bottom: 11px;
}

.oil_and_more_links1 h1, .oil_and_more_links1 p, .oil_and_more_links2 h1, .oil_and_more_links2 p,.oil_and_more_links3 h1, .oil_and_more_links3 p, .oil_and_more_present_configurator h1, .oil_and_more_present_configurator p, .oil_and_more_link h1, .oil_and_more_link p  {
  text-align: left;
  padding: 0 16px 0 16px;
}

.oil_and_more_link h1 {
  padding-left: 15px;
}

.oils {
  height: 232px;
  width: 203px;
  background: url(/res/pics/bg_product_small.jpg) no-repeat top left;
  padding-top: 40px;
}
.oils img, .oils h1, .oils p {
  padding: 0 10px 0 16px;
}
.oil_and_more_detail {
  float: right;
  padding: 10px 20px 0 0;
}
.oils img {
  padding-bottom: 13px;
}

/**************************************************Formulare****************************************/
#redx_forms_preview_popup_container {
  background: white;
}

input, select {
  border: 1px solid #cccccc;
  font-family: Arial;
}

.redx_form input, .redx_form select, .redx_form textarea {
  border: 1px solid #cccccc;
  font-family: Arial;
  padding: 3px;
}
.redx_forms_float {
  margin-top: 4px;
}
.required input, .required select {
  border: 1px solid #cccccc;
  background: #F7F0C8;
}
.redx_form_label {
  padding: 7px 0 !important;
  width: 110px !important;
}
.redx_form_submit_span input {
  border: 0px;
  margin: 0px;
  padding: 0px 10px 2px 10px;
  overflow: visible;
  cursor: pointer;
  height: 29px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
}

.redx_form_submit_span {
  margin-left: 110px;
  padding: 0px;
  float: left;
}

.redx_form_submit_span input  {
  background: url("/res/pics/buttons/button_submit_left.gif") no-repeat top left;
}
.redx_form_submit_span {
  background: url("/res/pics/buttons/button_submit_right.gif") no-repeat top right;
}


.form_checkbox, .no_border, #form_opt_in, #form_brochure_order_0, #form_recipe_order, #form_agb, #form_redx_addresses_cat_keys_0 {
  border: 0px none;
  width: 13px !important;
  height: 13px !important;
  margin-right: 3px;
}

#form_agb, #form_opt_in {
  float: left;
  background-color: #ffffff;
}

#form_your_country {
  width: 182px !important;
}

#form_recipe_order {
  float: left;
}

/*Schattendesign*/
.form_shaddow, .form_shaddow_under, .form_spacer_under  {
  width: 417px;
  margin-left: 2px;
  border-top: 1px solid #cccccc;
}
.form_shaddow_under {
  margin-left: -3px;
  width: 415px;
}
.form_shaddow h2, .form_shaddow_under h2 {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 0;
}

/*Schattendesign*/

.text_field_require, .text_field, .text_field_salutation {
  border: 1px solid #cccccc;
  background: #F7F0C8;
  width: 312px;
  height: 18px;
}

.forms_field {
  border: 1px solid #7F9DB9;
  width: 410px;
}
.text_field_salutation {
  background: white;
  width: 222px;
}
.text_field {
  background: white;
}
.validation_error, .validation_error *, .tpl_error_message div { 
  color:#dc4200;
}

/**Schriftgröße der Error meldung musste verkleinert werden, und dadurch musste die Schriftgröse des Input-
Feldes auf die 13px gesetzt werden und dies inportant da sie sonst von .validation_error überschrieben würde**/
.validation_error {
  font-size: 10px;
}
.tpl_error_message div{
  font-size: 11px;
}
input, #form_salutation.validation_error, #form_redx_countries_key.validation_error , h2.validation_error, #form_shipping_salutation.validation_error, #form_shipping_redx_countries_key.validation_error, #form_shopx_payments_key.validation_error {
  font-size:13px !important;
}

input.validation_error {
  background: #ffc188;
  border: 1px solid #cccccc;
  width: 312px;
  height: 18px;
  color:#dc4200;
}

.text_field_required_register, .text_field_register, .text_field_required_register_town , .text_field_required_register_postcode, .text_field_required_register_country, #Login_register_user_id{
  background: #F7F0C8;
  border: 1px solid #cccccc;
  width: 324px;
  height: 20px;
}

#form_tbl_register input.validation_error {
  background: #ffc188;
  border: 1px solid #cccccc;
  width: 324px;
  height: 20px;
  color:#dc4200;
}

.text_field_register {
  background: white;
}

.text_field_required_register_postcode {
  width: 100px;
}
.text_field_required_register_town {
  width: 218px;
}
.text_field_required_register_country{
  width: 325px;
  height: 22px;
}
.form_input{
  padding-bottom: 10px;
}
.form_label {
  padding-bottom: 10px;
}

.redx_login_form_tbl h1 {
  margin:5px 0 15px 0;
}

.forms_field, #Login_register_salutation {
  border: 1px solid #cccccc;
}

/************************************************Produktauflistung Normal****************************/
.product_entry , .pagebreak {
  float: left;
  width: 188px;
  height: 232px;
  background: url('/res/pics/bg_product_small.jpg') no-repeat top left;
  margin: 0 24px 17px 0;
  padding-left: 15px;
}
.pagebreak {
  margin-right: 0px;
}
.product_pic_small img {
  border: 0px none;
}
.product_pic_small {
  display:block;
  margin: 15px 0 10px 0px;
}
.headline_product_entry, .headline_product_entry:hover {
  font-size: 24px;
  line-height: 25px;
  text-decoration: none;
  color: #4B4422;
  padding-left: 0px;
}

.product_text {
  margin-left: 0px;
  padding-right: 15px;
}

.detail_link_product, .detail_link_product:hover {
  color: #aa8800;
  display: block;
  margin: 5px 0 0 145px;
}

/********************************************Tab Navigationswähler*************************************/
.tab_nav_float, #tab_nav_oil_detail .active {
  float: left;
}
.invisible {
  display:none;
}
#tab_nav_oil_detail #characteristic_de.active {
  background: url('/res/pics/tab_pics/de/characteristic_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #characteristic_de {
  width: 170px;
  height: 22px;
  background: url('/res/pics/tab_pics/de/characteristic.jpg') no-repeat top left;
}
#tab_nav_oil_detail #characteristic_de:hover {
  background: url('/res/pics/tab_pics/de/characteristic_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #characteristic_en.active {
  background: url('/res/pics/tab_pics/en/characteristic_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #characteristic_en {
  width: 180px;
  height: 22px;
  background: url('/res/pics/tab_pics/en/characteristic.jpg') no-repeat top left;
}
#tab_nav_oil_detail #characteristic_en:hover {
  background: url('/res/pics/tab_pics/en/characteristic_active.jpg') no-repeat top left;
}

#tab_nav_oil_detail #harmons_width_de.active {
  background: url('/res/pics/tab_pics/de/harmons_width_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #harmons_width_de {
  width: 220px;
  height: 22px;
  background: url('/res/pics/tab_pics/de/harmons_width.jpg') no-repeat top left;
}
#tab_nav_oil_detail #harmons_width_de:hover {
  background: url('/res/pics/tab_pics/de/harmons_width_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #harmons_width_en.active {
  background: url('/res/pics/tab_pics/en/harmons_width_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #harmons_width_en {
  width: 221px;
  height: 22px;
  background: url('/res/pics/tab_pics/en/harmons_width.jpg') no-repeat top left;
}
#tab_nav_oil_detail #harmons_width_en.active {
  background: url('/res/pics/tab_pics/en/harmons_width_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #harmons_width_en:hover {
  background: url('/res/pics/tab_pics/en/harmons_width_active.jpg') no-repeat top left;
}

#tab_nav_oil_detail #recipe_de.active {
  background: url('/res/pics/tab_pics/de/recipe_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #recipe_de {
  width: 113px;
  height: 22px;
  background: url('/res/pics/tab_pics/de/recipe.jpg') no-repeat top left;
}
#tab_nav_oil_detail #recipe_de:hover {
  background: url('/res/pics/tab_pics/de/recipe_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #recipe_en.active {
  background: url('/res/pics/tab_pics/en/recipe_active.jpg') no-repeat top left;
}
#tab_nav_oil_detail #recipe_en {
  width: 113px;
  height: 22px;
  background: url('/res/pics/tab_pics/en/recipe.jpg') no-repeat top left;
}
#tab_nav_oil_detail #recipe_en:hover {
  background: url('/res/pics/tab_pics/en/recipe_active.jpg') no-repeat top left;
}

#tab_nav_oil_detail #order_de.active {
  background: url('/res/pics/tab_pics/de/order_active_tab.jpg') no-repeat top left;
}
#tab_nav_oil_detail #order_de {
  width: 152px;
  height: 22px;
  background: url('/res/pics/tab_pics/de/order.jpg') no-repeat top left;
}
#tab_nav_oil_detail #order_de:hover {
  background: url('/res/pics/tab_pics/de/order_active_tab.jpg') no-repeat top left;
}
#tab_nav_oil_detail #order_en.active {
  background: url('/res/pics/tab_pics/en/order_active_tab.jpg') no-repeat top left;
}
#tab_nav_oil_detail #order_en {
  width: 152px;
  height: 22px;
  background: url('/res/pics/tab_pics/de/order.jpg') no-repeat top left;
}
#tab_nav_oil_detail #order_en:hover {
  background: url('/res/pics/tab_pics/de/order_active_tab.jpg') no-repeat top left;
}

/******************************Öle Detailseite + Tab Navi*****************************************************/
#products_list {
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
#products_detail {
  margin-top: 50px;
  position: relative;
}

#product_detail_left {
  width: 420px;
}

.list_var_button_re_wrap {
  float: right;
  margin: 5px 0 0 0;
  width: 100%;
}

.list_var_button_re_wrap #re_button_wrap {
  float: right;
}


#product_var_chooser {
  width: 180px;
  padding: 15px 0 0 12px;
  position: absolute;
  top: 7px;
  right: 0;
  background-color: #F3F3F3;
}

#product_var_chooser .var_drop_down {
  width: 173px;
}

.component_table {
  /*background: white;*/
  margin: 0px;
}
.component_table .col4 label {
  border: 1px solid red !important;
}

#product_var_chooser span.required {
  display: none;
}


#product_var_configurator #bt_insert_item_wrap {
  float: right;
  margin-top: 10px;
}

#std_massage_oil_detail_page {
  float: left;
  margin-bottom: -20px;
  margin-left: -12px;
}

#products_detail img {
  margin:10px 0 26px 0;
}

#products_detail p {
  padding-left: 3px;
}

#headline_oil_detail {
  width: 100%;
  float: left;
  border-bottom: 1px solid #cccccc;
  padding-bottom:9px;
}
#headline_oil_detail h1 {
  float: left;
  padding-top: 13px;
  padding-left: 5px;
  line-height: 25px;
}
#headline_oil_detail_title {
  float: left;
  font-size: 39px;
  line-height: 40px;
  margin-right: 10px;
}

#harmons_width_detail {
  width: 446px;
}
#harmons_product_detail {
  width: 417px;
  padding-bottom: 0px;
}

#characteristic_oil_detail {
  float: left;
  margin-top: 15px;
  padding-left: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
#characteristic_oil_detail p {
  padding-right: 20px;
}

.spacer_descr {
  margin-top: 35px;
  padding-top: 5px;
  padding-bottom: 3px;
  margin-left: -3px;
}
.product_descr {
  padding-left:3px;
}
#product_descr_detail * {
  line-height: 20px;
}
.oil_detail_button {
  float: right;
  margin: 22px -13px 0 0;
}

/********************************** Öle - Detailseite ***********************************/
#products_entry_detailpage {
  width: 100%;
}
#products_entry_detailpage h1, #products_entry_detailpage h2  {
  float: left;
  margin-right: 10px;
}
#products_entry_detailpage h2 {
  margin: 8px 0 0 0;
}
#products_entry_detailpage_title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#products_entry_detailpage_pic, #products_entry_detailpage_information, #products_entry_detailpage_descr, #products_entry_detailpage_list_var {
  float: left;
}
#products_entry_detailpage_information {
  margin-bottom : 40px;
}

#var_chooser {
  border: 1px solid red;
  float: left;
  width: 200px;
  height: 100px;
}
#products_entry_detailpage_descr {
  width: 340px;
  margin-left: 15px;
}
#products_entry_detailpage_descr .spacer_descr {
  width: 100%;
  margin-top: 10px;
}
#products_entry_detailpage_list_var {
  width: 100%;
  margin-top: 0px;
}
.tbl_var_entry {
	width: 100%;
}
/********************************** Öle - Detailseite ***********************************/

/***************************Google Maps*********************************/
#reseller_search_results {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#reseller_search_results .no_entries_found {
    width: 420px;
}
#col_2_table_ambit {
  margin-top: 15px;
}
#form_ambit {
  margin-left: 0px;
  width: 135px;
}
#toAddress, #fromAddress{
 margin: 5px 15px 0 0;
}
#main_search_form .col_1, #main_search_form .col_2{
  float: left;
}
#main_search_form .col_2{
  width: 300px;
  margin-left: 20px;
  height: 175px;
  position: relative;
}
#main_search_form .col_1 {
  width: 320px;
}
#main_search_form {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#gmap_search {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#main_search_descr {
  width: 320px;
  margin:10px 0 20px 0px;
}
#form_search_words {
 float: left;
 margin: 10px 0 10px 0;
}

.no_border {
 margin:0 5px 0 0px;

}
.search_reseller_descr {
  margin-bottom: 6px;
}
.send {
    margin-top:10px;
}

.bt_submit_search {
  position:absolute;
  bottom: 0px;
  right: 0px;
}

.left_address {
  margin-top: 10px;
}
.left_address * {
  font-size: 15px;
  line-height: 18px;
}
#directions {
  float: left;
  width: 100%;
}
/***************************Druckansicht*********************/
#printscreen_main {
  width: 700px;
  min-height:600px;
  background: white;
}

#footer_print {
  margin-top: 12px;
  background: white url(/res/pics/background_footer.jpg) no-repeat top left;
  height:56px;
  margin-top: 50px;
}
#content_print {
  padding-right: 15px;
  margin-left: 17px;
  background: white;
}


#header_url, #header_url p { 
  margin-top: 0px;
  background: white;
}
#header_url {
  padding: 10px 0px 10px 17px
}
#header_url p { 
  margin: 0 10px 0 0;
}

/****************************** Genusskombinationen ***************************/
select#treatcombination_cat option, select #course_search_prod_sub_cat_key option, select #searchform_oil option {
  font-family: Arial;
}
.searchform_left {
  padding-top: 5px;
  width: 185px;
}
#search_result_treatcombination {
  margin-top: -18px;
  padding-right: 3px;
  min-height: 330px;
  width: 50%;
  float:left;
  border-right: 1px solid #cccccc;
}
#searchform_treatcombination_right {
  margin-top: -18px;
  margin-left: 10px;
  width: 314px;
  float: right;
}
#treatcombination_cat, #searchform_oil, #course_search_prod_sub_cat_key {
  width: 180px !important;
}
.border_right {
  width: 100%;
}
.searchform_submit_button {
  width: 80px;
}
#left.searchform_submit_button {
  padding-top: 2px;
}

.test {
  float: left;
  width: 200px;
}
#result_treatcombination_oil {
  margin: 10px 0 0 40px;
}

.cat_title_treatcombination {
  font-weight: bold;
  margin: 5px 0 5px 0;
}
.treatcombination_result_title {
  margin-bottom: 5px;
}
#result_treatcombination {
  margin: 0px 0 0 0;
  float: left;
  width: 100%;
  min-height: 150px;
}
#result_treatcombination p, #searchform_treatcombination_right p {
  margin-bottom: 15px;
}
.treatcombination_result_entry, .treatcombination_result_empty_entry {
  float: left;
  width: 50%;
  margin: 0 0 15px 0;
  height: 60px;
}
.treatcombination_result_empty_entry {
  height: 60px;
}
.treatcombination_result_pic a img {
  border: 0px none;
}

#result_treatcombination_oil_harmons {
  width: 420px;
}
.treatcombination_result_1, .treatcombination_result_2, .oil_recipe_entry_1 , .oil_recipe_entry_2 {
  width: 98%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
  padding: 7px 0 7px 5px;
  min-height: 17px;
}
.treatcombination_result_1, .oil_recipe_entry_1 {
  background:#f3f3f3;
}
.treatcombination_result_1 hr, .treatcombination_result_2 hr {
  padding-left: 0px;
}

/*******************************Produkt bestellen ***********************/

.tr_list_var_entry_1, .redx_shopx_list_configurator_info_row {
  background:#f3f3f3;
}

#list_var {
  float: left;
  width: 100%;
}

.tbl_list_var {
	width: 100%;
}

.redx_shopx_division {
  clear: both;
}


.list_var_value_info_button img {
	border: 0px;
}
.list_var_caption_article_number, .list_var_value_article_number {
	width: 65px;
	text-align: left;
	padding-left: 3px;
}
.list_var_caption_variant_title, .list_var_value_variant_title {
	width: 200px;
	text-align: left;
}
.list_var_caption_price, .list_var_value_price {
	width: 90px;
	text-align: right;
}
.list_var_caption_spacer, .list_var_value_spacer {
	width: 35px;
}
.list_var_value_quantity {
	width: 58px;
	float: left;
	margin-top: 6px;
}
.list_var_caption_submit_button, .list_var_value_submit_bt {
  float: left;	
  width: 165px;
	text-align: right;
}
.list_var_caption_quantityandsubmitbt, .list_var_value_quantityandsubmitbt {
  width: 225px;
	padding-left: 35px;
}
.tr_col_caption th, .tr_list_var_entry_1 td, .tr_list_var_entry_2 td {
	border-bottom: 1px solid #cccccc;
}
.list_var_value_quantity input {
  width: 34px;
}
.no_var {
  background: url("/res/pics/icon_i_small.gif") no-repeat top left;
  padding: 0 0 5px 22px;
}
/********************************Rezepte**********************************/

#main_popup {
  width: 640px;
}
#oil_recipe {
  width: 420px;
}
.cat_title_recipe_book {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px 0;
}
.oil_recipe_entry_1 , .oil_recipe_entry_2 {
  width: 400px;
  padding-left: 20px;
}

/*****************************Shop Listenansicht bei Bestellung********************************************/
#redx_shopx_list_var_status_msg, #redx_shopx_configurator_status_msg {
  float: right;
  margin: 10px 0 15px 0;
  width: 192px;
}

#redx_shopx_list_var_status_msg {
  margin-bottom: 5px;
  background-color: #F3F3F3;
}
.spacer_configurator {
  width: 100%;
  height: 5px;
  background-color: white;
}

.configurator_border, #redx_shopx_list_var_status_msg .redx_shopx_division {
  float: left;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #CCCCCC;
}

#redx_shopx_configurator_status_msg .redx_shopx_icon_ok,  #redx_shopx_list_var_status_msg .redx_shopx_icon_ok {
  width: 17px;
  height: 16px;
  background: url("/res/pics/configurator_ok_icon.gif") no-repeat top right;
  float: right;
  margin: 14px 9px 0 0;
}

#redx_shopx_configurator_status_msg h2, #redx_shopx_list_var_status_msg h2 {
  float: left;
  color: #AA8800;
  font-size: 14px;
  width: 151px;
  padding-left: 13px;
  padding-top: 15px;
  font-weight: normal
}

#redx_shopx_after_insert_cart_item_links_wrap { 
  margin-top: 5px;
  width: 100%;
  float: left;
  margin-left: 12px;
  padding-bottom: 10px;
}

#redx_shopx_after_insert_cart_item_links_wrap {
  clear: both;
}

#redx_shopx_list_var_status_msg img, #redx_shopx_configurator_status_msg img {
  float: right;
  margin: 0px;
}

#redx_shopx_continue_buy_wrap, #redx_shopx_shopping_basket_link_wrap {
  margin-top: 6px;
  margin-right: 15px !important;
}
#redx_shopx_continue_buy_wrap {
  float: left;
}
#redx_shopx_shopping_basket_link_wrap {
  float: left;
}
/*****************************Shop Listenansicht bei Bestellung********************************************/
/*****************************Produktauflistung Flash + Auflistung******************************************/
#products_flash_list {
  float: left;
  margin-top: 29px;
}
.flash_list_title {
  float: left;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0px;
}
.flash_list_enrtys {
  float: left;
  margin-bottom: 15px;
}
.flash_list_enrtys a {
  float: left;
  width: 276px;
}
#left_col, #center_col  {
  float: left;
  width: 276px;
  margin-right: 9px;
}


  
/*****************************Produktauflistung Flash + Auflistung******************************************/
.sitemap_ul {
  list-style-type: circle;
}

.tpl_info_message div {
  color: #dc4200;
}

/****************************kein Flash installiert*****************************************/
#no_flash_installed {
  margin-top: 10px;
}
#no_flash_installed h2{
  margin-bottom:8px;
}
#no_flash_installed a img {
  margin:0 0 5px 55px;
  border: 0px none;
}
#no_flash_installed a {
  margin-left: 15px;
}

/***** Formulargenerator - Textarea *****/
.redx_form_textarea textarea {
    width: 406px;
}

/*************************************************************************
                               NEWS Screen
/*************************************************************************/
@font-face {
  font-family: 'CoconWeb';
  src: url('/res/fonts/cocon_web/CoconWeb.eot');
  src: local('â˜º'), url('/res/fonts/cocon_web/CoconWeb.woff') format('woff'), url('/res/fonts/cocon_web/CoconComp.ttf') format('truetype'), url('/res/fonts/cocon_web/coconWeb.svg#webfonttbeioJsn') format('svg');
  font-weight: normal;
  font-style: normal;
}

body.news #news_logo {
  padding: 28px 0 0 33px;
}

body.news #content {
  width: auto;
  padding: 0;
  border-left: none;
}

body.news .list_entry {
  float: left;
  width: 794px;
  margin: 10px 10px;
  padding:  28px 23px 0 23px;
  border-top: #000000 5px solid;
  background: url("/res/pics/news_background.png") repeat-x;
}
body.news .list_entry .news-col {
  width: 250px;
}
body.news .list_entry .news-col.left {
  float: right;
}
body.news .list_entry .news-col.right {
  float: left;
}
body.news .list_entry .date_left,
body.news .list_entry .date_right {
  margin-bottom: 10px;
}
body.news .list_entry .date_left,
body.news .list_entry .date_left div,
body.news .list_entry .date_right,
body.news .list_entry .date_right div {
  color: #10120c;
  font-size: 74px;
  line-height: 60px;
  font-family: "CoconWeb";
}

body.news .list_entry .date_left div,
body.news .list_entry .date_right div {
  color: #b5b7b0;
}

body.news .list_entry .descr {
  margin-bottom: 5px;
}

body.news .list_entry .left,
  body.news .list_entry .right {
  margin: 5px 0;
}

body.news .list_entry .left .top {
  margin-right: 200px;
}

body.news .list_entry .right .top {
  margin-left: 200px;
}

body.news .list_entry .up {
  margin-right: 5px;
}

body.news .list_entry img.news_left {
  margin: 0 10px 10px 0;
}

body.news .list_entry img.news_right {
  margin: 0 0 10px 10px;
}

body.news #footer_links {
  margin-left: 20px;
}

body.news img {
  border: none;
}
