﻿@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("print.css");

/************************************* LAYOUT ***************************************************************/
body {
  background: #E8EAEB; font-size:14px;
}

#container {
  background: url(../images/bg_main.gif) no-repeat top left;
  width: 100%;
  float:left;
}
#wrapper {
  width: 1028px;
  margin: 0 auto;
}
#content_header {
  float: right;
  width: 100%; 
  border-bottom: 10px solid #005AAA;
  position: relative;
}
#wrapper_header {
  float:right;
  width: 988px;
  padding: 0 20px;
}
#wrapper_content { direction:rtl; font-size:14px;
  float:left;
  background: url(../images/bg_content_small.gif) repeat-y top left;
  width: 100%;
}
#wrapper_end {
  float:right;
  background: url(../images/bg_bottom.gif) no-repeat bottom left;
  width: 100%;
  height: 20px;
}
#content_area { direction:rtl; font-size:14px;
  background: url(../images/bg_content.gif) no-repeat top left;
  margin: 2px 0;
  padding: 10px 20px;
  float:right;
  width: 988px;
}
#content_footer { direction:rtl;
  background: url(../images/content_footer_bg.gif) repeat-x top left;
  padding: 20px 0;
  margin: 0 20px;
  float: right;
  width: 988px;
  color: #005AAA;
}
#content_footer p {
   color: #005AAA;
}
#content { font-size:14px;
  float: right;
  width: 703px;
  padding: 15px 13px 15px 15px;
}
#content p { font-size:14px; text-align: justify; 
}
#content_home { font-size:15px;
  float: right;
  width: 508px;
  padding: 5px 5px;
}
#module_home { font-size:15px;
  float: right;
  padding: 5px 0;
  width: 445px;
}
#content li {
  list-style: none; font-size:14px;
}
#content ul, #content_home ul { font-size:14px;
  margin: 0;
  padding: 0;
}
#content ul li, #content_home ul li { font-size:14px;
  list-style:none;
  background: url(../images/li.gif) no-repeat right 4px;
  padding: 0 17px 0 0;
  margin: 0;
}
/***********************************HEADER **************************************************************/
#top {
  float: left;
  width: 988px;
}
#logo {
  float: right;
  margin: 2px 0;
}
#lang_chooser {
  float: left;
  position: absolute;
  top: 10px;
  left: 0px;
  /*font-size: 13px;*/
  color: #999999;
  font-size: 12px;
}
#lang_chooser #label_lang_chooser {
  float: right; direction:rtl;
  padding: 0 535px 0 5px;
}
#lang_chooser ul {
  float: left;
  margin:0;
  padding: 0;
}
#lang_chooser li {
  float:left;
  margin: 0;
  list-style: none;
  padding: 0 5px 0 8px;
}
#lang_chooser_de, #lang_chooser_en, #lang_chooser_es, #lang_chooser_fr, #lang_chooser_it, #lang_chooser_ru  {
  background: url(../images/spacer_lang.gif) no-repeat left 5px;
}


/************************************** SITESERVICE *****************************************************/
#siteservice {
  float: left;
  width: 703px;
  padding: 0 15px 0 13px;

}
#breadcrumb {
  float: right;
  font-size: 12px;
}
#print {
  float:left;
}
#my_cart {
  float: left;
  font-size: 13px;
}
#printlink {
  float: left;
  font-size: 13px;
}


/********************************* MAIN NAVIGATION ******************************************************/
#main_nav { direction:rtl;
  float: left;
  margin-left: -2px;
}

#main_nav ul {
  margin: 0;
  padding: 0;
}

#main_nav li {
  float:right;
  margin: 0 0 0 2px;
  list-style: none;
  width: 196px;
}
#main_nav li a {
  padding: 40px 0 0 0;
  display: block;
  width: 196px;
  height: 40px; /*line-height:40px;*/
  font-size: 19px; /*font-weight:bold;*/
  color: #005AAA;
  text-align: center;
  margin: auto 0;
  background: url(../images/main_nav_li_new.gif) no-repeat bottom left;
}
#main_nav li a:hover, #main_nav li a.active {
  text-decoration: none;
  color: white;
  background: url(../images/main_nav_li_new_over.gif) no-repeat bottom left;
}

/***********************************SUB NAVIGATION ******************************************************/
#sub_nav {
  float: right;
  width: 256px;
  background: url(../images/sub_nav_bg.gif) no-repeat top left;
  min-height: 480px;
  padding-top: 15px;
}
/****EBENE 1******/
#sub_nav ul {
  margin: 0;
  padding: 0;
}
#sub_nav li {
  list-style: none;
  letter-spacing: 1px;
}
#sub_nav li a {
  display: block;
  width: 236px;
  padding: 4px 20px 4px 0;
}
/*#sub_nav li a:hover {
  color: white;
  text-decoration: none;
  background-color: #1C6CB3;
  
}*/
#sub_nav li.active {
  background: url(../images/sub_nav_bg_active_shadow.gif) no-repeat bottom left;
  background-color: #005AAA;
  margin-top: 10px;
  padding-bottom:20px;
}
#sub_nav li.active a {
  padding: 8px 20px 8px 0;
  background: url(../images/sub_nav_bg_active.gif) no-repeat top left;
  font-weight: bold;
  color: white;
}
/****EBENE 2******/
#sub_nav ul ul {
  margin: 0 0 0 0;
}
#sub_nav li li a {
  display: block;
  width: 236px;
  padding: 2px 20px 2px 0;
}

#sub_nav li li.active {
  background: #1C6CB3;
    padding-bottom:0;
    margin-top: 0;
}
#sub_nav li.active li a {
  background: none;
  font-weight: normal;
  padding: 2px 20px 2px 0;
}
#sub_nav li li a:hover {
  background: #1C6CB3;
}
#sub_nav li li.active a {
  font-weight: bold;
  color: white;
}

/****EBENE 3******/
#sub_nav ul ul ul {
  margin: 0;
}
#sub_nav li li li a {
  display: block;
  width: 216px;
  padding: 2px 0 2px 40px;
}
#sub_nav li li.active li a {
  font-weight: normal;
}
#sub_nav li li li a:hover {
  font-weight: bold;
}
#sub_nav li li li.active a {
  font-weight: bold;
}
/*************************************** FOOTER *********************************************************/
#footer_address {
  float: right;
  width: 385px;
  padding: 0 20px 0 0;
}
#footer_contact {
  float: right;
  width: 245px;
}
#footer_facebook {
  text-align: left;
  float: right;
  width: 120px;
  margin: 40px 0 0 0;
}
#footer_nav { line-height:16px;
  text-align: left;
  float: left;
  width: 100px;
  padding: 0 0 0 15px;
}


/********************************* PRODUKT LISTENANSICHT ************************************************/
#products_list {
  float: right; 
  width: 703px;
}
#products_list .product_entry {
  width: 230px;
  float: right;
  margin: 0 0 20px 0;
  position: relative;
}
#products_list .product_entry .product_headline {
  float:right;
  width: 214px;
  height: 36px;
  padding: 7px;
  background: url(../images/product_list_head.gif) no-repeat top left;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
}
#products_list .product_entry .product_pic {
  float:right;
  width: 230px;
}

#products_list .product_entry .product_text {
  float:right;
  width: 230px;
  padding: 5px;
}
#products_list .product_entry .product_detail_link {
  margin: 30px 0 0 0;
  float:right;
  width: 230px;
  height: 30px;
  background: url(../images/bg_border.gif) repeat-x top right;
  text-align: right;
}
.cartMenu{
  margin: 30px 0 0 0;
	background: url(../images/bg_border.gif) repeat-x top right;
  height: 30px;
  text-align: right;
}
#products_list .product_entry .product_detail_link a {
  display:block;
  width: 220px;
  padding: 5px;
  height: 20px;

}
#products_list .product_entry .product_detail_link a:hover {
  text-decoration: none;
  background: url(../images/link_over.gif) repeat-x right 2px;
}
/********************************* PRODUKT DETAILANSICHT ********************************************/
#product_detail_tpl .title {
  float: right;
  width: 703px;
}
#product_detail_tpl .pic {
  float: right;
  width: 250px;
}
#product_detail_tpl .descr {
  float: right;
  width: 442px;
}
#product_detail_tpl .vars {
  float: right;
  margin: 20px 0 0 0;
  width: 703px;
}

#product_detail_tpl #product_request_info {
  margin-top: 20px;
  float:left;
}

#product_detail_tpl #product_request_button {
  float: right;
  display: block;
  width: 94px;
  padding: 18px 13px 3px 13px;
  margin-top: 15px;
  margin-left: 20px;
  background: url(../images/product_request_button_1.gif) no-repeat top right;
}
.form_button{
  float: right;
  display: block;
  width: 94px;
  padding: 18px 13px 3px 13px;
  margin-top: 15px;
  margin-left: 20px;
  background: url(../images/product_request_button_1.gif) no-repeat top right;
}
.enlarge {
  /*float: right;*/
  width: 100%;
  padding: 1px 0 2px 24px;
  color: #5B5B5B;
  background: url(../images/lupe.gif) no-repeat center left;
}
/********************************* PRODUKT VARIANTEN ************************************************/
.tbl_list_var {
  width: 703px;
  font-size: 13px;
  background: url(../images/border_pic.gif) repeat-x bottom left;
  padding: 0;
  margin: 0;
}
.tbl_head { padding:0 15px; background: url(../images/bg_var_head.gif) no-repeat top right;border-bottom:1px solid #CCC;}
.tbl_list { padding:0 15px; text-align: right; font-weight: normal; color: #333333;border-bottom:1px solid #CCC;}

.tbl_list_var .tr_list_var_entry_2 td {
  background: #F2F7FB;
  color: #666666;
}
.tbl_list_var .list_var_caption_article_number {
  padding: 10px 0 20px 5px;
  width: 57px;
}
.tbl_list_var .list_var_caption_variant_title {
  width: 215px;
}
.tbl_list_var .list_var_caption_dimension {
  width: 110px;
}
.tbl_list_var .list_var_caption_weight {
  width: 78px;
}
.tbl_list_var .list_var_caption_price {
  width: 70px;
}
.tbl_list_var .list_var_caption_quantityandsubmitbt {
  width: 150px;
}

.tbl_list_var td {
  padding: 2px 5px;
}

.tbl_list_var .list_var_value_quantityandsubmitbt .list_var_value_amount_unit {
  float: left;
  padding: 0 5px;
}
.tbl_list_var .list_var_value_quantityandsubmitbt .list_var_button {
  float: right;
  padding: 0 3px 0 0;
}

.tbl_list_var .list_var_value_quantityandsubmitbt .list_var_button .submit_button input {
  background: none;
  border: none;
  color: #005BA9;
  padding: 0 0 0 20px;
  text-align:left;
  background: url(../images/icon_cart.gif) no-repeat left 4px;
}

.tbl_list_var .list_var_value_quantityandsubmitbt .list_var_value_quantity  {
  float: left;
  padding: 0 3px;
}

.tbl_list_var .list_var_value_quantityandsubmitbt .list_var_value_quantity input {
  border: 1px solid #9BB1C8;
}

/******************************* WARENKORB **********************************************************/
#cart_list_items {
  margin-top: 20px;
  float: left;
  width: 703px;
  background: url(../images/bg_var_head.gif) no-repeat top right;
}
#cart_list_items th {
  text-align: left;
  padding: 10px 0 15px 2px;
  font-weight: normal;
}
#cart_list_items .tbl_products_var_entry_2 td {
  background: #E9F0F8;
}
#cart_list_items th h2 {
  font-size: 15px;
   margin: 0;
   padding: 0;
}

#cart_list_items .redx_shopx_cart_col_1 {
  width: 315px;
} 
#cart_list_items table .redx_shopx_cart_col_1 {
  width: 320px;
} 
#cart_list_items .redx_shopx_cart_col_2 {
  width: 95px;
}
#cart_list_items table .redx_shopx_cart_col_2 {
  width: 100px;
}
#cart_list_items .redx_shopx_cart_col_3 {
  width: 60px;
}
#cart_list_items .redx_shopx_cart_col_3 input {
  border: 1px solid #9BB1C8;
  text-align: center;
}
#cart_list_items .redx_shopx_cart_col_4 {
  width: 129px;
}
#cart_list_items .redx_shopx_cart_col_5 {
  width: 110px;
}
#cart_list_items .redx_shopx_var_title {
  font-weight: normal;
}
#cart_list_items .redx_shopx_prod_title_link {
  font-weight: bold;
  font-size: 15px;
}
.redx_shopx_result_rows {
  float:left;
  width: 100%;
  padding-top: 20px;
  background: url(../images/border_pic.gif) repeat-x left 10px;
}
.redx_shopx_result_rows .redx_shopx_cart_result_row_1, 
.redx_shopx_result_rows .redx_shopx_cart_result_row_2,
.redx_shopx_result_rows .redx_shopx_cart_result_row_3,
.redx_shopx_result_rows .redx_shopx_cart_result_row_4,
.redx_shopx_result_rows .redx_shopx_cart_result_row_5,
.redx_shopx_result_rows .redx_shopx_cart_result_row_6,
.redx_shopx_result_rows .redx_shopx_cart_result_row_7 {
  float: left;
  width: 100%;
}
.redx_shopx_result_rows .redx_shopx_cart_result_row_5 {
  padding-top: 10px;
  background: url(../images/border_pic.gif) repeat-x left 5px;
}

.redx_shopx_result_rows .redx_shopx_cart_result_row_7 {
  padding-top: 10px;
  background: url(../images/border_pic.gif) repeat-x left 5px;
}
.redx_shopx_result_rows .label {
  float: left;
  width: 440px;
  text-align: right;
  padding-right: 25px;
}
.redx_shopx_result_rows .value {
  float: left;
}
.redx_shopx_result_rows .redx_shopx_cart_result_row_5 .value, .redx_shopx_result_rows .redx_shopx_cart_result_row_5 .label {
  font-weight: bold;
}
.redx_shopx_result_rows .redx_shopx_included_total_tax {
  float: left;
  text-align: right;
  width: 535px;
}
#redx_shopx_startup_status_msg, .wrap_error_msg, #redx_shopx_empty_cart_msg {
  float:left;
  width: 680px;
  background: #FFF8CE;
	font-size:15px;
  border: 1px solid #E0D695;
  margin: 15px 0px 0px 5px;
  padding: 8px;
  position: relative;
}
.msg{ text-align:center; width:600px; float:left;
	background: #FFF8CE;
  border: 1px solid #E0D695;
  font-size:20px;
  margin: 15px;
  padding: 12px 25px;
  background: url(../images/icon_info.gif) no-repeat top 100%;position: relative;
}
.msgOk{ text-align:center; width:600px; float:left;
	color:#00F;
	background: #FFF8CE;
  border: 1px solid #00f;
  font-size:20px;
  margin: 15px;
  padding: 12px 25px;
  background: url(../images/icon_ok.gif) no-repeat top 100%;position: relative;
}
.msgError{ text-align:center; width:600px; float:left;
	color:#F00;
	background: #FFF8CE;
  border: 1px solid #f00;
  font-size:20px;
  margin: 15px;
  padding: 12px 35px;
  background: url(../images/icon_error.gif) no-repeat top 100%;position: relative;
}

#redx_shopx_startup_status_msg .redx_shopx_icon_ok {
  background: url(../images/icon_ok.gif) no-repeat top left;
}
.wrap_error_msg .wrap_error_msg_img {
  background: url(../images/icon_error.gif) no-repeat top left;
}
.wrap_error_msg .validation_error {
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
#redx_shopx_startup_status_msg .redx_shopx_icon_ok, .wrap_error_msg .wrap_error_msg_img {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 8px 0 0;
}
#redx_shopx_startup_status_msg h2 {
  margin-top: 10px;
}

.bt_startup_continue_wrap {
  float: right;
}

#redx_shopx_result_row_buttons {
  background: url(../images/border_pic.gif) repeat-x left 0px;
}
#redx_shopx_bt_empty_cart_wrap {
  padding: 10px 0 0 10px;
  float: right;
}
#wrap_bt_cart_refresh {
  padding: 10px 0 0 10px;
  float: right;
}
#bt_cart_refresh {
  width: 180px;
}

/* Tab Navigation ***********************/
.checkout_tab_nav {
  padding:0;
  float: right;
  width: 703px;
  background: url(../images/bg_border.gif) repeat-x top right;
}
.checkout_tab_nav ul {
  margin: 0 !important;
  padding: 0 !important;
}
.checkout_tab_nav li {
  list-style:none;
  background:none !important;
  float: right;
  /*text-transform: uppercase;*/
}
.checkout_tab_nav li tr td {
  padding: 6px 5px 6px 15px;
  background:url(../images/spacer_tab_nav.gif) no-repeat left 10px;
  font-size: 13px;
}
.checkout_tab_nav li tr.tr_active td  {
  background:url(../images/spacer_tab_nav_over.gif) no-repeat left 10px;
}
.checkout_tab_nav li.active a {
  color: #005AAA;

}
.checkout_tab_nav li a {
  text-decoration: none;
}
.checkout_tab_nav li a.a_active {
  text-decoration: none;
  color:#FCC000;
}

/******************************* RECHNUNGS/LIEFERADRESSE ***********************************************/
#redx_shopx_address_data_division {
  width: 100%;
  float: left;
}
#edit_address_data input.form, #edit_address_data input.validation_error {
  width: 222px;
  border: 1px solid #9BB1C8;
  padding: 3px;
}
#edit_address_data input.validation_error, #edit_address_data select.validation_error {
  background: #ededed;
}
#edit_address_data div.validation_error {
  font-size: 11px;
  color: #930520;
} 
#edit_address_data select.form, #edit_address_data select.validation_error {
  width: 230px;
  border: 1px solid #9BB1C8;
  padding: 3px;
}
#edit_address_data textarea.form_note {
  width: 323px;
  border: 1px solid #9BB1C8;
  padding: 3px;
  height: 60px;
}

#edit_address_data input#form_postcode.form, #edit_address_data input#form_shipping_postcode.form {
  width: 50px;
}
#edit_address_data #basic_address_data_table input#form_town.form {
  width: 153px;
}
#edit_address_data input#form_town.form, #edit_address_data input#form_shipping_town.form {
  width: 163px;
}
#edit_address_data #basic_address_data, #detail_my_orders_address_data #basic_address_data {
  float: left;
  width: 350px;
}
#edit_address_data #basic_address_data td, #edit_address_data #shipping_address_data td {
   /*width: 105px;*/
   padding: 5px 4px 5px 0;
}
#edit_address_data #shipping_address_data, #detail_my_orders_address_data #shipping_address_data{
  float:right;
  width: 350px;

}
#edit_address_data #tbl_address_data_notice {
  float:lefT;
  width: 353px;
}
#edit_address_data #tbl_address_data_shipping_info {
  float:right;
  width: 347px;
}
#address_data_buttons_wrap {
  padding-top: 20px;
    background: url(../images/border_pic.gif) repeat-x left 10px;
}
.bt_address_data_continue_wrap {
  float: right;
}
#detail_my_orders_address_data {
  padding: 10px 0 20px 0;
  float: left;
}
/******************************* ZAHLUNGSART ********************************************************/
#redx_shopx_tbl_shipping_payment {
  float: lefT;
  width: 703px;
  margin: 15px 0;
  padding: 0;
}
#redx_shopx_tbl_shipping_payment .col_1 {
  width: 360px;
  padding-right: 25px;
  vertical-align: top;

}
#redx_shopx_tbl_shipping_payment .col_2 {
  width: 320px;
  vertical-align: top;
}
#redx_shopx_tbl_shipping_payment .payment_field {
  padding-top: 10px;
}
#redx_shopx_tbl_shipping_payment .agb_field input {
  float: left;
  padding-right:3px;
}
#redx_shopx_tbl_shipping_payment .validation_error{
  font-size: 13px;
  color: #930520;
}
#redx_shopx_tbl_shipping_payment select {
  width: 266px;
  border: 1px solid #9BB1C8;
  padding: 3px;
}
.payment_fields_container {
  margin: 20px 0 0 0;
}
.payment_fields_container td {
  padding: 3px 0;
}
.payment_fields_container input {
  border: 1px solid #9BB1C8;
  padding: 3px;
	width: 135px;
}
#credit_card_fields_container #form_credit_card_name {
  width: 135px;
}
#credit_card_fields_container #form_credit_card_number {
  width: 127px;
}
#credit_card_fields_container .credit_card_label,
#debit_fields_container .debit_label {
  width: 120px;
  padding: 5px;
}
#debit_fields_container .debit_label {
	width: 80px;
}
#debit_fields_container input {
	width: 175px;
}
#credit_card_fields_container select#form_credit_card_expire_month {
  width: 60px;
} 
#credit_card_fields_container select#form_credit_card_expire_year {
  width: 60px;
} 
#credit_card_fields_container #form_credit_card_checknumber {
  width: 52px;
}

#shipping_payment_buttons_wrap {
  float: left;
  width:  703px;
  padding-top: 20px;
    background: url(../images/border_pic.gif) repeat-x left 10px;
}
#bt_shipping_payment_continue_wrap {
  float: right;
}

/********************************* BESTELLUNG ABSCHLIE�EN *****************************************/
#list_review #basic_address_data {
  float: left;
  width: 350px;
    height: 310px;
}
#list_review #shipping_address_data {
  float: left;
  width: 350px;
  height: 310px;
}
#list_review #redx_shopx_order_headline {
  float: left;
  width: 703px;
  margin-top: 10px;
}
#list_review #redx_shopx_startup_division {
    background: url(../images/border_pic.gif) repeat-x bottom left;
}
#list_review #review_order_buttons {
  padding-top: 20px;
    background: url(../images/border_pic.gif) repeat-x left 10px;
} 
#list_review .review_order_continue_wrap {
  float: right;
}
#list_review .review_shipping {

}
#list_review .review_shipping h2 {
  color: #5B5B5B;
  font-size: 13px;
  line-height: 18px;
}
/************************************** FORMULAR ALLGEMEIN *****************************************/
.form_headline {
  font-size: 16px; 
  line-height: 20px; 
  font-weight: bold; 
}

.redx_form h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold; 
}
.redx_form input[type='text'],
.redx_form select,
.redx_form textarea {
  border: 1px solid #9BB1C8;
  padding: 3px;
}
.redx_form .redx_form_textfield input {
	width: 250px;
}
.redx_form .redx_form_postcode input {
	width: 65px;
}
.redx_form .redx_form_town input {
	width: 171px;
}
.redx_form .redx_form_dropdown select {
	width: 258px;
}
.redx_form input.validation_error,
.redx_form select.validation_error,
.redx_form textarea.validation_error {
  background: #ededed;
}

.redx_form div.validation_error {
  font-size: 13px;
  color: #930520;
} 

.redx_forms_status_msg {
  margin-bottom: 5px;
  padding: 5px;
}
.redx_forms_status_msg h2 {
  font-size: 14px;
}
/**STANDARDBUTTONS **/
#backtoproduct {
  margin-top: 20px;
}
div.redx_form_submit_button, .form_submit_button, .std_button, .submit_button {
    color: #005AAA;
  float: left;
  background: url(../images/std_button_left.gif) no-repeat top left;
  padding: 0 0 0 3px;
	height: 22px;
	display: block;
}
.submit_button input, .std_button a, .form_submit_button input,
.redx_form_submit_button input {
  border: none;
  background: url(../images/std_button_right.gif) no-repeat top right;
  color: #005AAA;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
	line-height: 18px;
	display: block;
}
.std_button a {
	height: 18px;
   padding: 2px 15px 2px 12px;
}
.submit_button input, .form_submit_button input,
.redx_form_submit_button input {
   padding: 2px 15px 2px 12px;
}
.std_button a:hover, .std_button a.active {
  text-decoration:none;
}

.list_var_button .submit_button {
  background: none;
}
/********************************* TEASER ***********************************************************/
#carousel-wrapper_1, #carousel-wrapper_2 {
  float:left;
   width: 208px;
   height: 183px;
   overflow: hidden;
}
#carousel-content_1, #carousel-content_2 {
  width: 10000px;
}
.slide {
  float: left;
  width: 208px;
  height: 183px;
}

#content_teaser {
  float: left;
  width: 450px;
}
#content_teaser .teaser_entry {
  float: left;
  width: 208px;
  height: 356px;
  position: relative;
}
#content_teaser .teaser_entry .teaser_title {
  width: 188px;
  height: 35px;
  font-size: 17px;
  color: white;
  background: url(../images/bg_info.gif) no-repeat top left;
  padding: 10px;
}
#content_teaser .teaser_entry .slide_title { font-size:14px;
  width: 188px;
  padding: 3px 10px 0 10px;
  font-weight: bold;
}
#content_teaser .teaser_entry .teaser_descr { font-size:14px;
  width: 188px;
  padding: 0 10px 5px 10px;
}
#content_teaser .teaser_entry .teaser_link { font-size:14px;
  width: 208px;
  height: 30px;
  background: url(../images/bg_border.gif) repeat-x top left;
  text-align: right;
  position:absolute;
  bottom:0;
  left: 0;
}
#content_teaser .teaser_entry .teaser_link a { font-size:14px;
  display:block;
  width: 188px;
  padding: 5px 10px;
  height: 20px;

}
#content_teaser .teaser_entry .teaser_link a:hover {
  text-decoration: none;
  background: url(../images/link_over.gif) no-repeat left 2px;
}

#sitemap li {
 /* display: none;*/
 font-weight: bold;
}
#sitemap ul li {
  margin-top: 3px;
 font-size: 14px;
 font-weight: normal;
}
.lineV{padding:0 15px 0 15px;}
#empty_cart_msg { display:block; line-height:40px; font-size:16px; text-align:center;
background: #FFF8CE;
border: 1px solid #E0D695;
margin: 15px 0px 0px 5px;
padding: 0px 8px 0px 8px;
/*float: right;
width: 703px;
position: relative;*/
}
.tableHead{background-image:url(../images/bg_var_head.gif);}
.shoppingCartTop{color:#005aaa; text-decoration:none;}
a.shoppingCartTop{color:#005aaa; text-decoration:none;}
a.shoppingCartTop:hover, active, visited, link{color:#FFF; text-decoration:none;}
