﻿/* File Created: november 28, 2012 */

.cookiebutton, .cookiebutton:link
{
    background-color: #6DAE00;
    color: white !important;
    float: right;
    font: bold 26px arial,helvetica,sans-serif;
    height: 53px;
    margin-left: 8px;
    padding: 11px 10px 6px 11px;
    text-decoration: none;
    width: 323px;
}
        
.cookiebutton:hover, .cookiebutton:active
{
    background-color: #77CF3F;
    text-decoration: underline;
}
        
.cookiebutton img 
{
	border: medium none;
    float: left;
    height: 35px;
    padding-left: 12px;
    padding-top: 5px;
    width: 35px;
	}
.cookiebutton span {margin-top:-33px;padding-left:66px;float:left}      
  
.cookieTitle
{

    font-size: 27px !important;
    /*color:#AB3A8C;*/
    color: #FFFFFF;
    margin-left: 138px;
    margin-top: 26px;
    width: 420px;
}
   
.TitleBG
{
    background-color: #A9398B;
    margin-left: -21px;
    margin-top: -10px;
    position: absolute;
    width: 677px;
    height: 123px;
    z-index: 101;

}     



/*---------------------------------- cookie pop layout------------------------------*/

#cookieContainer{width:600px; padding-left:17px;}

#cookieSimpelLogo
{
	float:left; 
	margin-top:17px; 
	margin-left:25px; 
	width:89px; 
	height:89px;
}

#headerText{float:left; width:300px; margin-left:-97px;}

#bodyText{padding-left:80px; margin-top:133px;}

#bodyText H2{text-align: center; width:460px; font-size:20px;padding-top:8px}

#cookieBox{margin-left:122px; margin-top:15px; float:left;}

#separator {border-top:2px solid #999; margin-top:142px;}

#explanationtext {margin-top:35px; width:590px;}
/*------------------------- end layout ------------------------------------*/

        
        /*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */
.reveal-modal-cookie p
{
    font-size: 14px;
    line-height: 18px !important;
}	
.reveal-modal-bg-cookie  
{
    
    position: fixed; 
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0; 
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
	
.reveal-modal-cookie {
    visibility: hidden;
    top: 100px; 
    left: 50%;
    margin-left: -326px;
    margin-top: 18px;
    width: 635px;
    height: 502px;
    background: #eee no-repeat -200px -80px;
    position: absolute;
    z-index: 102;
    padding: 10px 21px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    color: #000000;
    font-size: 10px;
}
		
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
.reveal-modal-cookie .close-reveal-modal-cookie {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}