﻿/*Cookie Styles
*/
/*------------------------------------*\
  COOKIE MESSAGE
\*------------------------------------*/

#cookieMessage {position:fixed; right:0; bottom: 100px; z-index:1000; width:200px; height: auto; } 

.fixedCookie {height:auto; border-left:#9e9e9e solid 10px; color:#ffffff;font: bold 12px/18px Arial, sans-serif;}
.fixedCookie .content {width: auto;height: auto;margin: 0 auto;padding: 10px;float: none;background: none;position: static;margin-top: 0px;font: bold 12px/18px Arial;color: white;}
.fixedCookie .content p {margin: 5px 10px 5px 10px; font: bold 12px/18px Arial;}
.fixedCookie .content a {color:#ffffff; text-decoration:underline;}
.fixedCookie .content a:hover {color:#f1f1f1; text-decoration:underline;}

.fixedCookie a.closeCookie {text-decoration: none; text-transform: uppercase; margin-left: 10px;}
.fixedCookie a.closeCookie:hover {text-decoration: underline;}	
.fixedCookie a.closeCookie span {padding: 0;display: inline-block;width: 17px;height: 17px;background: url("../Images/cookie-sprite.png") 0px 0px;background-repeat: no-repeat;top: 5px;position: relative;left: 3px;}
.fixedCookie a.closeCooke span:hover {background-position: 0px 18px; }


.alpha80 {
		width:100%;
		position:relative;
		background:#5e5e5e;
		background:rgba(94,94,94,0.80);
		zoom:1;
        /* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        /* IE 5-7 */filter: alpha(opacity=80);
        /* Netscape */-moz-opacity: 0.8;
        /* Safari 1.x */-khtml-opacity: 0.8;
        /* Good browsers */opacity: 0.8;
}
    
