@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/

@media all
{
/* Your styles here */
  h2 {
    clear:left;
    margin-bottom:1em;
  }
  
  #productdetails th {
    background:none;
  }
  
  #productdetails th,
  #productdetails td {
    vertical-align:top;
  }
  
  #kasumigaura-presentation {
  
    background: url(/fileadmin/img/kasumigaura_presentation_background.png) no-repeat left center;
    color: #999;
    float: left;
    font-size: 1.25em;
    font-weight: bold;
    padding: 30px 0 30px 120px;
    text-decoration: none;
    width: 350px;
  }
  
  * html #kasumigaura-presentation {
  
    background-color: #fff;
  }
  
  #kasumigaura-presentation:hover {
  
    color: #333;
  }
  
  .tx-srlanguagemenu-pi1 div,
  .tx-srlanguagemenu-pi1 a {
  
    padding: 0.25em;
  }
  
  .tx-srlanguagemenu-pi1 div.CUR {
  
    font-weight: bold;
  }
  
  .tx-srlanguagemenu-pi1 div.CUR img {
  
    display: none;
  }
  
  div.tx-indexedsearch-searchbox form p {
    text-align:right;
  }
  
  /* tt_news */
  .news-list-morelink a {
    display:block;
  }
  
  /* Powermail */
  form.tx_powermail_pi1_formconfirmation_back {
    float:left;
  }
  
  fieldset.tx-powermail-pi1_fieldset {
    background-color:#fff;
  }
  
  div.powermail_mandatory_js {
    font-size:0.8em;
    margin-left:120px;
  }
  
  input.validation-failed,
  textarea.validation-failed {
    color: white;
  }
  
  fieldset.tx-powermail-pi1_fieldset label {
    width:100px;
  }
  
  fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
    margin-left:110px;
  }
  
  /* Perfectlightbox */
  #overlay {
    background-color:#8b98a0 !important;
  }
  
  /* Simple Photo Gallery */
  .tx_photogals_thumbs {
  
    margin: 1em 0;
    overflow: hidden;
  }
  
  .tx_photogals_thumbs li {
  
    display: inline;
    margin: 0;
    list-style: none;
  }

  .tx-photogals-pi1-small a,
  .tx-photogals-pi1-small-active span {
  
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    float: left;
  }
  
  .tx-photogals-pi1-small-active span {
  
    background: #4e5155;
    border: 1px solid #fff;
  }
  
  .tx-photogals-pi1-small a:hover {
  
    border:1px solid #000;
  }
  
  * html .tx-photogals-pi1-big,
  *+html .tx-photogals-pi1-big {
  
    clear: both;
    position: relative;
    z-index: 1;
  }
  
  /* SWF object */
  * html object {
  
    margin-left: -40px;
  }
}