table.cart
{
  width: 85%;
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
}

table.cart tr td,
table.cart tr th
{
  padding:0.5em;
  padding-left:0.75em;
  padding-right:0.75em; 
}

table.cart thead tr th
{
  background-color: #EFF1F8;

  
  text-align: left;
  line-height: 2em;

}

table.cart thead tr th,
table.cart tbody tr.mwst td,
table.cart tbody tr.mwst th
{
  background-color: #EFF1F8;
  background-color: #E8E8E8;
  
}

table.cart tbody tr.total td,
table.cart tbody tr.total th
{
  background-color: #AFBBCD;
  background-color: #cccccc;
}

table.cart tbody tr td,
table.cart tbody tr th
{
  background-color:#F7F7F7;  
  vertical-align: top;
  text-align: left;
}

table.cart tr td,
table.cart tr th
{
  border:1px solid #Fff;
}



table.cart tbody tr td.total
{
  color: #000000;
  font-weight: bold;
}

table.cart tbody tr.mwst td
{
  text-align: right;
}

table.cart tbody tr td.actions a
{
  text-decoration: none;

  
  display:block;

  margin-bottom:0.5em;
  padding:0.15em;

  
  /*
  background-position: 3px 50%;
  background-repeat: no-repeat;
  padding-left: 18px;*/
  zoom:1;
  

  
  background-color: none;
  background-color: transparent;
  color: #DD0502;
  border: none;
  
  text-align: left;
  font-weight: bold;
  padding: 0 0.5em;
}

/*
table.cart tbody tr td.actions a.modify
{
  background-image: url(../images/icon-modify.png);
}

table.cart tbody tr td.actions a.remove
{
  background-image: url(../images/icon-remove.png);
}
*/

/***********/



/***********/

/***************************************/

table.form-data th
{
  text-align:left;
}

/***************************************/

table.key-value
{
  border-collapse: collapse;
  margin-bottom: 1em;
}

table.key-value th
{
  text-align: left;
  vertical-align: top;
}

table.key-value th,
table.key-value td
{
  padding:5px;
  padding-left:0;
}

/***************************************/

div.personal_data-display h2
{
  margin-bottom:1em;
}

div.personal_data-display div.personal-data  
{
  margin-bottom:3em;
   
}

div.personal_data-display div.personal-data table 
{
  /*background-color:#EBEBEB;*/
  width:100%;
  margin-bottom:2em;  
}
/*
div.personal_data-display table th
{
  font-weight: normal;
}*/

div.personal_data-display table th,
div.personal_data-display table td
{
  padding:5px;
  padding-left:0;
}


/***************************************/

div.options table th
{
  font-weight: normal;
}

div.standardProductSale-show div.price,
div.standardProductSale-edit div.price
{
	overflow:hidden;
  margin-bottom: 1em;

  text-align:right;
}

div.standardProductSale-show div.value,
div.standardProductSale-edit div.value
{
  float:left;
  font-weight: bold;
  font-size: 1.4em; 
}

div.standardProductSale-show div.value span.mwst,
div.standardProductSale-edit div.value span.mwst
{
  font-size: 0.65em; font-weight:normal; color: #333333;
}


div.standardProductSale-show div.price_right,
div.standardProductSale-edit div.price_right
{
	float:right;
  text-align: right;	
  width: 20em;
  color: #333333;
}
/***************************************/

ul.product-list
{
  list-style-type: none;
  margin-bottom: 1em;
}

ul.product-list li a
{
  color:#C61217;
  font-weight: bold;
 
  
}
  
div.product-image
{
  float: right;
  margin-left: 2em;	
  margin-bottom: 2em;
}

/************/


/***************************************/


div.actions input.button,
div.actions a.button
{
  
}

div.actions a.back,
div.actions input.back
{
  /*background-image: url(../images/button_reverse_bg.png);  */
  background-image: none;
}

div.actions a.cart,
div.actions input.cart,
div.actions a.back,
div.actions input.back
{
  background-position: 5px 50%;
}
/*
div.actions input.cart
{
  padding-left:22px;
  padding-right:7px;
  
  *padding:0;
  *padding-bottom:1px;
  *padding-left:25px;  
  *padding-right:10px;
}

div.actions a.cart
{
  padding-left:25px;
  padding-right:10px;
}
*/
div.actions a.cancel,
div.actions input.cancel,
div.actions a.buymore,
div.actions input.buymore
{
  background-image: none;
  padding-left: 10px; 
  padding-right:10px;
}

div.actions a.cart,
div.actions input.cart
{
  /*padding-left:30px;*/
  /*background-image: url(../images/button_icon_cart.png);*/
}

/*
div.personal_data-display div.actions .next
{
  margin-top:4.2em;
}*/

/*************/

table.data-entry th,
table.data-entry td
{
  padding:0.5em 0;
  text-align:left;
}

table.data-entry input.text,
table.data-entry select.salutation,
table.data-entry select.country
{
  width:70%;
}

table.data-entry input.postal_code
{
  width:19%;
  margin-right:1%;
}

table.data-entry input.city
{
  width:50%;  
}

table.data-entry input.street
{
  width:60%;
  margin-right:1%;
}

table.data-entry input.street_number
{
  width:9%;  
}

div.personal_data-register div.actions
{
  padding-top:1em;
  border-top:1px solid #999999;
  margin-top:1em;
  
}

/*************/

div.sfGuardAuth-signin label 
{
  display: block;
}

div.sfGuardAuth-signin input.text
{
  width:80%;
}

div.sfGuardAuth-signin div.groupbox
{
  border-top:1px solid #999999;
  background-color:#EBEBEB;
  margin-top:0.5em;
  margin-bottom:2em;
  overflow:hidden;
  
  position:relative;
  _zoom:1;
  
}

div.sfGuardAuth-signin div.groupbox div.cell
{
  padding:1%;
  /*
  vertical-align: bottom;
  float:left;*/
  width:20%;
  
  position:absolute;
  bottom:0;  
  
}

div.sfGuardAuth-signin div.groupbox div.button
{
  width:20%; 
  text-align: center;
  
  left: 44%;
}

div.sfGuardAuth-signin div.groupbox div.first
{
  left:0;
}

div.sfGuardAuth-signin div.register div.first
{
  top:0;
  width:42%;
}

div.sfGuardAuth-signin div.login div.password
{
  left:22%;
}



div.sfGuardAuth-signin div.groupbox div.last
{
  float:right;
  width:31%;
  border-left:4px solid white;
  position: static;
  
}

/**********/
div.category-row 
{ 
  overflow:hidden;
  padding:2em 0.5em;
  border-top:1px solid #999999;
}

div.category-row-first
{
  border-top:none;
}

div.category-row div.product-category
{
  float:left;
  width:49%;
}

div.category-row div.product-category h2
{
  color:#000000;
  font-size:1em;
  margin-bottom:1em;
  text-transform: uppercase;
}

div.category-row div.product-category img
{
  float:left;
  margin-right:1em;
}

div.category-row div.product-category ul.product-list 
{
  list-style-type: none;
}

div.category-row div.product-category ul.product-list li
{

}

div.category-row div.product-category ul.product-list a
{
  background-image: url(../images/list-bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 15px;  
  color:black;
  display:inline-block;
}

/**********/

div.product-row
{ 
  overflow:hidden;
  padding:0.5em;
}

div.product-row div.product
{
  float:left;
  width:49%;
}

div.product-row div.product img
{
  float:left;
  margin-right:1em;
}

div.product-row-even
{
  background-color:#EBEBEB;
}

/**********/
ul.error-list
{
  list-style-type: none;
  padding-left:1em;
}

/**********/

div.home-index,
div.standardProductSale-index
{
  padding: 10px 0 50px 10px;
}


div.personal_data-register div.hint
{
  margin:2em 0;
}



div.content div.actual-content a.intern_link {
	background-image: url(../images/link_intern.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;  
  text-decoration: none;
}

div.content div.actual-content a.extern_link {
  background-image: url(../images/link_extern.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;  
  text-decoration: none;
}

div.content div.actual-content a.download_link {
  background-image: url(../images/link_download.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;  
  text-decoration: none;
}

/*****/
div.product-list div.product p,
div.product-list div.product h2
{
  margin-left:120px;
}

div.product-list div.product img
{
  float:left;
  margin-right:10px; 
  margin-bottom:10px;
  
}

div.product-list div.product
{
  margin-bottom:1em;
  overflow:hidden; 
}

/*************/

div.dp-popup-inline h2 
{
  color:black;
  text-align:center;
}

div.dp-popup-inline div.dp-nav-prev a.dp-nav-prev-month
{
  border-right-color: black;
}

div.dp-popup-inline div.dp-nav-next a.dp-nav-next-month
{
  border-left-color: black;
}

table.jCalendar tbody td.selected
{
  background-color:#F8EC00;
  font-weight:bold;
  color:black;
}

/*********/
div.relation_search_form
{
  background-color: #EFF1F8;
  padding:1em;
  margin-bottom:2em;
}

div.relation_search_form .button
{
  background-color:#E60000;
}

div.relation_search_form input, 
div.relation_search_form label,
div.relation_search_form select
{
  vertical-align: middle;
}

div.relation_search_form label
{
  display:inline-block;
  *display:inline;
  *zoom:1;
}

div.relation_search_form div.input-block
{
  float:left;
   
}


div.relation_search_form div.input-row
{
  margin:0 0 1em 0;
}

div.relation_search_form div.error
{
  background-color: #E60000;
  border:1px solid #FFFEFE;
  padding:0.5em;
  color:white;
}

div.body div.content div.relation_search_form ul.error-list
{
  padding-left:0;
  margin-left:0;
  color:#E60000;
}

table.relation_search_result
{
  width:100%;
  border-collapse:collapse;
}

table.relation_search_result tr td,
table.relation_search_result tr th
{
  padding:0.5em;
  border:2px solid #Fff;
}

table.relation_search_result thead th
{
  background-color: #EFF1F8;
  padding:1em;
  text-align:left;
  
}

table.relation_search_result td
{
  background-color: #FCFCFE;  
}

table.relation_search_result tr.odd td
{
  background-color: #EFF1F8;  
}

table.relation_search_result input.button-as-link
{
  background-color:none;
  background-color:transparent;
  border:none;
  font-weight:bold;
  color:#DF1414;
  padding:0;
}


div#personalization-usage-select
{
  margin-bottom:1em;
}

div#personalization-usage-select input, 
div#personalization-usage-select label
{
  vertical-align: middle;
}


div.printticket-download 
{
  float:right;
  margin-bottom:1em;
}
/*** eosSurveyPlugin ******/
div.survey_content li
{
  list-style-type: none;
}
div.survey_content ul
{
  padding-bottom: 1em;
}
div.survey_content ul label
{
  font-weight: normal;
}
div.survey_cmscontent
{
  overflow: hidden;
  border-bottom: 1px solid #999999;
  margin-bottom: 1em;
}
div.survey_cmscontent ul label
{
  font-weight: normal;
}
div.survey_cmscontent li
{
  list-style-type: none;   
}
div.survey_content .textinput,
div.survey_cmscontent .textinput
{
  width: 350px;
  margin-bottom: 10px;
}

div.home-content
{
    width: 50%;
    margin-top: 70px;
}

div.home-content div.home-content-text
{
    margin-left: 10px;
}

/*------------------------DATEPICKER------------------------------------------*/

input.dp-applied
{
    /*margin-right:20px;*/
}

a.dp-choose-date span
{
    display:none;
}

a.dp-choose-date
{
    background-image: url(../images/icon-calendar.png);
    width:16px;
    height:16px;
    display:inline-block;
    vertical-align:middle;
    /*display:block;
    position:absolute;
    top:2px;
    right:0;*/
    margin-left:2px;
}

div.dp-popup
{
    border: 1px solid #e1e1e1;
    float:left;
    /*margin:0 2px;*/


    background-color:white;
    position:absolute;
}

div.dp-popup-inline
{
    /*margin-left:20px;*/
    position:relative;
}

div.dp-popup h2
{
    text-align: center;
    font-weight: bold;
    padding:2px;
    margin-bottom:0;
    font-size: 12px;
}

div.dp-popup table.jCalendar td,
div.dp-popup table.jCalendar th
{
    padding:2px 4px;
    text-align:center;
}

div.dp-popup table.jCalendar thead th
{
    background-color: #666666;
    color: white;
}

div.dp-popup table.jCalendar td
{
    cursor:hand;
    cursor:pointer;
}

div.dp-popup table.jCalendar td.disabled,
div.dp-popup table.jCalendar td.other-month
{
    color: #ccc;
}

div.dp-popup table.jCalendar td.disabled
{
    cursor:default;
}

div.dp-popup table.jCalendar td.today
{
    font-weight:bold;
}

div.dp-popup table.jCalendar td.weekend
{
    background-color:#f3f3f3;
}

div.dp-popup table.jCalendar td.selected
{
    background-color:#DB0502;
    color: #fff;
}

div.dp-popup div.dp-nav-prev
{
    position:absolute;
    top:0px;
    left:0px;
}

div.dp-popup div.dp-nav-prev .disabled,
div.dp-popup div.dp-nav-prev .dp-nav-prev-year,
div.dp-popup div.dp-nav-next .disabled,
div.dp-popup div.dp-nav-next .dp-nav-next-year
{
    display:none;
}

div.dp-popup div.dp-nav-next
{
    position:absolute;
    top:0px;
    right:0px;
}


div.dp-popup a.dp-nav-prev-month,
div.dp-popup a.dp-nav-next-month
{
    display:block;
    width : 14px;
    height: 16px;
    background-repeat: no-repeat;
    background-position:50% 50%;
}

div.dp-popup a.dp-nav-prev-month
{
    background-image: url(../images/datepicker-prev-month.png);
}

div.dp-popup a.dp-nav-next-month
{
    background-image: url(../images/datepicker-next-month.png);
}

div.dp-popup a.dp-nav-prev-month span,
div.dp-popup a.dp-nav-next-month span
{
    display:none;

}

div.content.standardProductSale-show div.cms-content
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

div.content.standardProductSale-show div.price
{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

div.personalization-usage-select
{
    margin-bottom: 20px;
}
