@charset "utf-8";
/* CSS Document */

@viewport {
   width: device-width;
   zoom:1;
}


@font-face {
    font-family: OpenSans;
    src: url(/font/OpenSans-Regular.ttf);
}
@font-face {
    font-family: OpenSans;
    src: url(/font/OpenSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: OpenSans;
    src: url(/font/OpenSans-Semibold.ttf);
    font-weight: 600;
}


body { font-family: OpenSans; font-size: 14px; margin: 0; padding: 0;}





 /* Cookie Dialog */
    #gdpr-cookie-message {
        position: fixed;
        right: 30px;
        bottom: 30px;
        max-width: 375px;
        background-color: #dddddd;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.25);
        margin-left: 30px;
        font-family: system-ui;
        z-index: 5000;
    }
    #gdpr-cookie-message h4 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }
    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }
    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: #000000;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: #333333;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: #dddddd;
        color: #42dff4;
        transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
        background: #333333;
        color: var(--red);
    }
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }




/* Structure */
.box {background-color:white; margin-left: auto; margin-right: auto;  text-align: left; width: 1028px;}


    .top_rt1{
       float: left;
        
        height: 18px;
        line-height: 18px;
        
        
            font-family: 'OpenSans';
    font-size: 11px;
	color:#444444;
 font-weight: 600;
        margin-top: 3px;
        
        
    }

    .top_rt2{
       float: left;
        height: 11px;
        
                
        margin-left: 6px;
         margin-top: 2px;
        
        
    }

.onclick-menub {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    

    
    
}
.onclick-menub:before {
    
}
.onclick-menub:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
    outline:none;
    }

.onclick-menub:focus .st_dm2 {
	border-left: 0px #dddddd solid; border-right: 1px #dddddd solid;

}

.onclick-menub:focus .st_dm1 {
	border-bottom: 0px #ffffff solid; 
    

}


.onclick-menub:focus .onclick-menu-contentb {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-menu-contentb {
	outline:none;
    position: absolute;
    left: -450px;
    top: 25px;
    z-index: 500;
    background-color: #ffffff;
    border: 1px #cccccc solid;
    width: 700px;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}


.onclick-menub:focus .onclick-menu-contentc {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-menu-contentc {
	outline:none;
    position: absolute;
    left: -145px;
    top: 25px;
    z-index: 500;
    background-color: #ffffff;
    border: 1px #cccccc solid;
    width: 250px;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}


.onclick-menub:focus .onclick-menu-contentd {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}
.onclick-menu-contentd {
	outline:none;
    position: absolute;
    left: -100px;
    top: 25px;
    z-index: 500;
    background-color: #ffffff;
    border: 1px #cccccc solid;
    width: 200px;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}





 @media only screen and (max-width: 1045px){
 .box{margin: 0px;	padding: 0px;width: 100%;}	
 
 }
 
 
a:link {color:#333333; font-family: 'OpenSans', sans-serif; font-size:14px; text-decoration: none;}
a:visited {color:#333333; font-family: 'OpenSans', sans-serif; font-size:14px;}
a:hover {color:#f45294; font-family: 'OpenSans', sans-serif; font-size:14px;}





/* Top */


/* Top o */
.toplist{
float:left;
width:100%;
background-color:#eeeeee;
height:30px;
    margin-bottom:5px;
    display: none;
	}

	a.top_llna{
    font-family: OpenSans;
    font-size: 10px;
	 
}
a.top_llna:hover{
    font-family: OpenSans;
    font-size: 10px;
 
}


a.top_lln{
    font-family: OpenSans;
    font-size: 12px;
    color: #f7447a;
   font-weight: bold;
}
a.top_lln:hover{
    font-family: OpenSans;
    font-size: 12px;
      color: #fa469b;
       font-weight: bold;
}

a.top_llnleila{
    font-family: OpenSans;
    font-size: 12px;
    color: #f11226;
   font-weight: bold;
}
a.top_llnleila:hover{
    font-family: OpenSans;
    font-size: 12px;
      color: #fa469b;
       font-weight: bold;
}


a.top_llnlala{
    font-family: OpenSans;
    font-size: 12px;
    color: #716f70;
   font-weight: bold;
}
a.top_llnlala:hover{
    font-family: OpenSans;
    font-size: 12px;
      color: #fa469b;
       font-weight: bold;
}
.top_llnxx{
    font-family: 'OpenSans';
    font-size: 11px;
	color:#444444;
 font-weight: 600;
padding-left: 0px;
   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
    
    
    
}
.stru_g{
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */  
    
}



.top_dddf{
    color: red;
    font-family: OpenSans;
    font-size: 16px;
}

.flikar{
float:left;
width:200px;
height:38px;
	}
.carentraga{
float:left;
margin-top:0px;
width:370px;
line-height: 30px;
  font-family: OpenSans;
    font-size: 12px;

}
.carentraga1{
float:left;
margin-top:3px;
width:300px;
}


.tpink{color:#f7447a;}
.tred{color:#fc080e;}


.ctelefon{
float:right;
width:100px;
height:30px;
margin-top:3px;
}
.ctelefonbebe{
float:right;
width:200px;
height:30px;
line-height: 30px;
margin-top:0px;
color:#333333;
  font-family: OpenSans;
    font-size: 12px;
    
}
.ctelefon1{
float:right;
width:150px;
height:90px;
margin-top:2px;
}
.ctelefonbebex{
float:right;
width:200px;
height:30px;
margin-top:3px;
color:#333333;

}
.clinks_ny{
float:left;

color:#444444;


padding-left:5px;
padding-right:5px;

padding-bottom:0px;
margin-top:1px;
}
/* Top o */


.top_card1{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.top_card2{
    float: left;
    width: 100%;
     text-align: center;
    margin-top: 5px;
    color: #333333;
    
}

.top_flag{
    float: left;
    width: 25px;
     text-align: center;
    margin-top: 5px;
    color: #333333;
    margin-bottom: 10px;
    
}

.top_flagr{
    float: left;
    width: 100%;
	

    
}

.top_flag2{
    float: left;
    width: 125px;
     text-align: center;
    margin-top: 5px;
    color: #333333;
    margin-bottom: 10px;
    font-size:11px;
    font-family: 'OpenSans';
}

.top_card3{
    float: left;
    width: 100%;
     text-align: center;
    margin-bottom: 5px;
	  font-size:11px;
    font-family: 'OpenSans';
}

.top_card3ds{
    float: left;
    width: 100%;
     text-align: center;
    margin-bottom: 5px;
	 color: #f45294;
	  font-size:15px;
    font-family: 'OpenSans';
	    font-weight: bold;
}
.top_card3dss{
    float: left;
    width: 100%;
     text-align: center;
    margin-bottom: 5px;
	 color: #000000;
	  font-size:11px;
    font-family: 'OpenSans';
}

.top_cricle{
    float: right;
    width: 20px;
    height: 20px;
    background-color: deeppink;
    border-radius: 50%;
    font-family: 'OpenSans', sans-serif; font-size:14px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
    margin-right: ´5px;
}
.top_criclered{
    float: right;
    width: 20px;
    height: 20px;
    background-color: #fc080e;
    border-radius: 50%;
    font-family: 'OpenSans', sans-serif; font-size:14px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
    margin-right: ´5px;
}



.top_topA{
	display: inline-block;
        width: 100%;
        z-index: 3;
    position: relative;
    border: 0px solid #000000;
    height: 70px;
        
    
    
    
}

.top_ddd{
    float: right;
    position: relative;
    top: -75PX;
    z-index: 5;
    margin-bottom: -75px;
}


.top_ddd2{
    float: left;
    position: relative;
    top: -75PX;
    z-index: 5;
    margin-bottom: -75px;
}


.top_menu_normal{
	width: 100%;
    float: left;
    display: inline-block;
	position: relative;
   
       
    
    border: 0px solid #73AD21;
    top: -46px;    
    z-index: 4;
    margin-bottom: -45px;
    
    
}
.top_topA4{
	float: right;
    margin-right: 0px;
    width: 40px;
    position: relative;
       margin-top: 20px;  
    z-index: 3;
    
}
.top_topA4p{
	float: right;
    margin-right: 0px;
    width: 40px;
    position: relative;
       margin-top: 20px;  
    z-index: 3;
    
}

.top_menu_over{
  	width: 100%;
    float: left;
    display: inline-block;
	position: relative;
    text-align: center;
    
    border: 0px solid #73AD21;
    top: -55px;    
    z-index: 5;
    margin-bottom: -55px;  
    font-size: 11px;
    
}




.top_topA_in1p{
	float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    
    height: 40px;
}




.top_topA_in1{
	float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    
    height: 30px;
}
.top_topA_in2{
	float: left;
    width: 100%;
    font-size: 11px;
    
    text-align: center;
    
}

.top_topA_in3{
	float: left;
    width: 100%;
        text-align: center;
    height: 44px; 
background-image: url("/pictures/korg11.jpg");
      margin-top: 20px;  
   background-repeat: no-repeat;
     background-position: center; 
    
}
.lanklogo{
    

}


.top_topA1{
	float: left;
    margin-left: 210px;
    margin-top: 20px;
}

.top_topA1ny{
	float: left;
    margin-left: 0px;
    margin-top: 0px;
}

.top_topA2{
	float: right;
    width: 80px;
    
}
.top_topA3ttt{
	float: right;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-right: 10px;
    width: 100px;
    
}


.upbild{
border: 0px;
    
    margin-right: 0px;
    padding: 0px;
}


.livesa {width:230px; padding: 0px; margin-left: 0px; background-color: transparent; position: absolute; z-index: 600;
	display:none;
}



.livesb{ float: left; text-align: center; width: 100%; height: 11px; }
.livesc{float: left; background-color: #ffffff; border: 1px #cccccc solid; width: 100%; padding-top: 5px; padding-bottom: 5px;

	
	    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  
  
  -webkit-box-shadow: 9px 11px 23px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 11px 23px -10px rgba(0,0,0,0.75);
box-shadow: 9px 11px 23px -10px rgba(0,0,0,0.75);
  
  
  
}
.nypp { font-weight: bold;  color: #333333; font-family: 'Open Sans', sans-serif; font-size: 13px;}


.livesd{float: left; background-color: #ffffff; width: 225px; margin-top: 5px; padding-left: 5px; padding-top: 3px; padding-bottom: 3px; color: #333333; font-family: 'Open Sans', sans-serif; font-size: 13px;}
.livesd:hover{background-color: #f4f4f4;}


.nusok{

color:#333333;
border: 1px #dddddd solid;

background:#ffffff url(/pictures/procurar.png) no-repeat scroll right center;
padding-left:10px;
padding-right:5px;
padding-bottom:4px;
padding-top: 4px;
width: 240px;
font-family: 'OpenSans', sans-serif; font-size: 11px;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 0px 0px 0px;
  margin-right: 10px;
    
    
    	  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
    
    
}

 .nusok:focus{
 	border: 1px solid #f45294;
   }

 .nusok:hover{
 	border: 1px solid #f45294;
   
   }

.menu_frame_i{
	width: 100%;
	
	float: left;
	height: 45px;
    
    position: fixed;
    z-index: 900;
    background-color: #fff;
    background-color: transparent;
    
}

.menu_gnu1{
	
	
	float: left;
	font-size: 22px;
	margin-left: 15px;
	cursor: pointer;
    height: 45px;
    line-height: 45px;
}

.menu_gnu1:hover{
color:#f45294;
}

.menu_gnu2{
	
	float: left;
	font-size: 22px;
	margin-left: 30px;
	cursor: pointer;
        height: 45px;
    line-height: 45px;
}
.menu_gnu2:hover{
color:#f45294;
}


.menu_gnu3{
	
	
	float: right;
	font-size: 22px;
	margin-right: 15px;
	cursor: pointer;
    height: 45px;
    line-height: 45px;
}


.menu_gnu4{
	
	
	float: right;
	font-size: 22px;
	margin-right: 25px;
	cursor: pointer;
    height: 45px;
    line-height: 45px;
}


.menu_gnu3:hover{
color:#f45294;
}

.under{
	width: 100%;
	float: left;
}


#menu_men{
	width: 90%;
	
	position: absolute;
    top:45px;
    left:0;
		display: none;
	border-bottom: 1px solid #dddddd;
	background-color: #fff;
    
    position: absolute; z-index: 700;
    position: fixed;
    
     overflow-y: scroll;
    height: 400px;
}





#menu_s{
	width: 100%;
	
	
    top:45px;
    left:0;
	background-color: #fff;
	
	display: none;
	border-bottom: 1px solid #dddddd;
    z-index: 700;
    position: fixed;
    height: 50px;
	
}



        .menu_s_b{ background-color: #F5F5F5;  margin: 1px;
    	font-family: 'OpenSans', sans-serif;
    	font-size: 14px;
    	margin: 1px;
    	line-height: 48px;
    	float: left;
    	width: 100%;
    	
    }
    
    
.menu_s_b1{ 
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

    	    }
    	    
.menu_s_b2{ 
        	float: left;
    	font-size: 28px;
    	margin-left: 20px;
    	margin-top: 7px;
    	color:#f45294;
    	    }




    .menu_sbox{ background-color: #fff; border-top: 1px solid #DADADA; 
    height: 50px;
    float: left;
    width: 100%;
    cursor: pointer;

    }
    
        .menu_sbox_b{ background-color: #F5F5F5;  margin: 1px;
    	font-family: 'OpenSans', sans-serif;
    	font-size: 14px;
    	margin: 1px;
    	line-height: 48px;
    	
    }
    
.menu_sbox_icon{ 
	color:#f45294; font-family: 'OpenSans', sans-serif; font-size:24px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
float: left;
    }
    
    .menu_sbox_text{ 
float: left;
    }
    
    
        .menu_ubox{ 

width: 95%;
margin-left: auto; margin-right: auto;
    }
    
    
            .menu_ubox_rub{ 
float: left;
width: 100%;
font-family: 'OpenSans', sans-serif;
    	font-size: 14px;
    	font-weight: bold;
    	padding-bottom: 5px;
    	padding-top: 5px;
    	color:#333333;
    }
                .menu_ubox_und{ 
float: left;
width: 100%;
border-top: 1px solid #DADADA;
padding-bottom: 5px;
    	padding-top: 5px;

    }




.top_mobile_menu{
	width: 100%;
	float: left;
    
}





.top_mobile{
	float: left;
	display: block;
	width: 100%;
	}
	
	
	.top_mobile_logo{
  position: absolute;
        position: fixed;
  left: 0;
  
  top: 0px;
        width: 100%;
        z-index: 899;
        text-align: center;
        height: 45px;
        line-height: 45px;
        background-color: #fff;
  
  color:#f45294; font-family: 'OpenSans', sans-serif; font-size:24px;
	}
	
	.top_mobile_car{
        position: absolute;
        right: 15px;
        font-size: 22px;
     top: 2px;
  	}
  	
  	
  		.top_mobile_car_a{

        font-size: 22px;
        margin-right: 20px;
        color: #333333;

  	}
  	
  		.top_mobile_car_b{
        font-size: 22px;
        color: #333333;
     
  	}

.top_norm{
	
	width: 100%;
    border-bottom: 1px solid #dddddd;
    display: none;
    text-align: center;
}



  /* Small devices (phones) */

       @media screen and (min-width: 767px){
 .top_mobile{
 	display: none;

 }
 
 .top_norm{
		display: inline-block;
	
}
            .toplist{
		display: block;
	
}
 
       }



/* bottom */

a.bot:link {color:#333333; font-family: 'OpenSans', sans-serif; font-size:13px; text-decoration: none;}
a.bot:visited {color:#333333; font-family: 'OpenSans', sans-serif; font-size:13px;}
a.bot:hover {color:#f45294; font-family: 'OpenSans', sans-serif; font-size:13px;}
a.bota:link {color:#333333; font-family: 'OpenSans', sans-serif; font-size:12px; text-decoration: none;}
a.bota:visited {color:#333333; font-family: 'OpenSans', sans-serif; font-size:12px;}
a.bota:hover {color:#f45294; font-family: 'OpenSans', sans-serif; font-size:12px;}

.bottom_u1{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
	   box-sizing: border-box;
      -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.bottom_u2{
    float: left;
    width: 323px;
}

.bottom_u2a{
    float: left;
     width: 100%;
}
.bottom_u2b{
    float: left;
     width: 100%;
}

.bottomlista{
float:left;
width:100%;
background-color:#f5f5f5;


    
    }

.nb_mail{border-bottom:1px #dddddd solid; 	border-top: 1px #dddddd solid;	 
	
	float: left;
	padding-bottom:10px;
	padding-top:10px;
    margin-top: 10px;
    text-align: center;
	width: 100%;
}

.nb_maillala{border-bottom:0px #dddddd solid;   border-top: 0px #dddddd solid;   
    
    float: left;
    padding-bottom:5px;
    padding-top:5px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}





.nb_mailA{
color:#222222;
 display:inline-block;   font-family: OpenSans; sans-serif;  font-size:14px;
 max-width:540px;
 padding-bottom: 5px;
}
.nb_mailB{
	display:inline-block;
width:320px; 
}
.nb_mailC{
 display:inline-block; margin-top:10px; width:100px; 
}
.nb_mfa { width:280px; color:#999999; padding: 10px 10px 10px 10px; border: 1px solid #cccccc;  font-family: 'OpenSans', sans-serif; font-size:13px; font-weight: 600;
	
	  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;

  
    -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;


}

 .nb_mfa:focus{
 	border: 1px solid rgba(81, 203, 238, 1);
   box-shadow: 0 0 5px rgba(81, 203, 238, 1);
   }



.nb_social{	 
	
	float: left;
	padding-bottom:10px;
	padding-top:10px;
	text-align: center;
	width: 100%;
}


.card_registar{
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    
    background-color: #f45294;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-family: 'OpenSans', sans-serif;
        -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;

    
}
.card_registar:hover{
    background-color: #ff79bc;
}


.nb_link{
	border-bottom:1px #dddddd solid;
	float: left;
	padding-bottom:10px;
	padding-top:10px;
	text-align: center;
	width: 100%;
}

.nb_bo3b {float:left; padding-bottom:10px; padding-left:10px; text-align: left; width:120px; }
.nb_bo3b1 {float:left; padding-bottom:10px; padding-left:10px; text-align: left; height: 140px; width:180px;}

.nb_bo3bx {float:left;width:200px; padding-bottom:0px;padding-top:10px; font-family: 'OpenSans', sans-serif; font-size:13px; color: #000000; font-weight: bold; }
.nb_bo3bz {float:left;width:100%; padding-bottom:10px; text-align: center;  font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #333333; font-style:oblique; }

	.reggy {
	color: #ffffff;
	width:120px;
	font-family: 'OpenSans', sans-serif; font-size:16px;
cursor:pointer;
    -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;


	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
	}
	
	.reggy:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');}
.reggy:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
	}


