/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.06.2014, 8:14:12
    Author     : reflection
*/

.gd_menu{
    width:250px;
    padding-top:40px
}

.gd_menu .spacer{
    border-bottom:1px solid #808080;
    margin-bottom:10px;
    height:10px;
    width:100%;
}

.gd_menu .imagetitle{
    font-weight:bold;
    margin-bottom:10px;
    text-align:center
}

.gd_menu .imagecover{
    margin-bottom:10px;
    text-align:center
}

.gd_menu ul{
    list-style-type: none;
}

.gd_menu ul li{
    margin-top:10px;
    margin-bottom:10px;
}

.gd_hint{
    position:absolute;
    display:none;
    max-width:300px;
    background:#ffffff;
    border:1px solid #d0d0d0;
    border-radius: 5px;
    padding:10px;
    margin-left:100px;
    z-index: 10000;
}

.gd_menu ul li:hover .gd_hint{
    display:block;
}

.gd_menu ul li:before{
    content: " - ";
}


.gd_text{
    
}

.gd_content{
    padding-left:40px
}

.gd_content .indent{
    text-indent:20px;
}

.gd_content h3{
  margin:0px;  
  margin-top:15px;
  margin-bottom:15px;
}

.gd_content h2{
  margin:0px;  
  margin-bottom:15px;
}

.gd_content ul{
    list-style-type: none;
}

.gd_content .warning{
    color:#f00000;
    font-weight:bold;
}

.gd_content .facts li:before{
    content: " * ";
}

.gd_fleft{
    float:left;
}

.gd_clear{
    clear:both;
}

.gd_content .spacer{
    border-bottom:1px solid #808080;
    margin-bottom:10px;
    height:10px;
    width:100%;
}
