/*-------------------------*/
/* COOKIE UI STYLES */
#cookieUIContainer {position: fixed;top:-120px;left:0px;height:170px;width:100%;z-index: 1000;margin-bottom: -140px;font-family:Arial, Helvetica, sans-serif;}
#cookieUIContainer h2{font-size:18px;font-weight: 500;color: #fff;margin-bottom: 10px;width: 300px; clear: none;}
#cookieUIContainer .closeCookieUIContainer{width:100px;height:50px;float:right;font-weight:600;color: #FFFFFF; text-decoration: none;top: 0;line-height: 15px;padding: 2px;vertical-align: middle;}
#cookieUIContainer .closeCookieUIContainer:hover{color:#CCC; }

#cookieUI-close{position:absolute;cursor:pointer;float: right;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3e9de1), color-stop(1, #257bcc) );background:-moz-linear-gradient( center top, #3e9de1 5%, #257bcc 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e9de1', endColorstr='#257bcc');-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#ffffff;font-family:Arial;font-size:14px;font-weight:bold; padding: 0 5px 3px;text-decoration:none;text-shadow:0px -1px 0px #5c575c;margin-left: 7px;}
#cookieUIContainer .closeCookieUIContainer:hover #cookieUI-close {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #257bcc), color-stop(1, #3e9de1) );background:-moz-linear-gradient( center top, #257bcc 5%, #3e9de1 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#257bcc', endColorstr='#3e9de1');background-color:#257bcc;}
#cookieUI-close:active {}

#cookieUI {margin: 0 auto;position: relative;width: 980px;}
#cookieUI-BG{position:absolute;background-color:#2c2c2c;height: 50px;width: 100%;clear: both;bottom: 0px;}
#cookieUI-content {padding-top:30px;color:#cccccc;font-size:.8em;position:relative;bottom:0px;width:900px;margin: 0 auto;line-height: 19px;}
#cookieUI-text {position:relative;width: 720px;float:left;color:#fff;font-size:.8em;top: 18px; height: 40px;}
#cookieUI-buttons{position:relative;float:right;top: 9px; white-space:nowrap;}
#cookieUI-accept {cursor:pointer;float: left;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74ad2a), color-stop(1, #538c19) );background:-moz-linear-gradient( center top, #74ad2a 5%, #538c19 100% );background-color:#74ad2a;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#ffffff;font-family:Arial;font-size:14px;font-weight:bold;padding:8px 9px;	text-decoration:none;text-shadow:0px -1px 0px #5c575c; margin-right: 10px;}
#cookieUI-accept:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #538c19), color-stop(1, #74ad2a) );background:-moz-linear-gradient( center top, #538c19 5%, #74ad2a 100% );background-color:#538c19;}
#cookieUI-accept:active {position:relative;top:1px;}
#cookieUI-reject {cursor:pointer;float: left;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f94b4b), color-stop(1, #ea3131) );background:-moz-linear-gradient( center top, #f94b4b 5%, #ea3131 100% );background-color:#f94b4b;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#ffffff;font-family:Arial;font-size:14px;font-weight:bold;padding:8px 9px;text-decoration:none;text-shadow:0px -1px 0px #5c575c;margin-right: 10px;}
#cookieUI-reject:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ea3131), color-stop(1, #f94b4b) );background:-moz-linear-gradient( center top, #ea3131 5%, #f94b4b 100% );background-color:#ea3131;}
#cookieUI-reject:active {position:relative;top:1px;}
#cookieUI-accept-info {cursor:pointer;float: left;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74ad2a), color-stop(1, #538c19) );background:-moz-linear-gradient( center top, #74ad2a 5%, #538c19 100% );background-color:#74ad2a;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#ffffff;font-family:Arial;font-size:14px;font-weight:bold;padding:8px 9px;	text-decoration:none;text-shadow:0px -1px 0px #5c575c; margin-right: 10px;}
#cookieUI-accept-info:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #538c19), color-stop(1, #74ad2a) );background:-moz-linear-gradient( center top, #538c19 5%, #74ad2a 100% );background-color:#538c19;}
#cookieUI-accept-info:active {position:relative;top:1px;}
#cookieUI-reject-info {cursor:pointer;float: left;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f94b4b), color-stop(1, #ea3131) );background:-moz-linear-gradient( center top, #f94b4b 5%, #ea3131 100% );background-color:#f94b4b;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;color:#ffffff;font-family:Arial;font-size:14px;font-weight:bold;padding:8px 9px;text-decoration:none;text-shadow:0px -1px 0px #5c575c;margin-right: 10px;}
#cookieUI-reject-info:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ea3131), color-stop(1, #f94b4b) );background:-moz-linear-gradient( center top, #ea3131 5%, #f94b4b 100% );background-color:#ea3131;}
#cookieUI-reject-info:active {position:relative;top:1px;}
#cookieUI-toggle {cursor:pointer;float: left;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #535353), color-stop(1, #373737) );background:-moz-linear-gradient( center top, #535353 5%, #373737 100% );background-color:#535353;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;display:inline-block;color:#ffffff;font-family:Arial;font-size:14px;font-weight:bold;	padding:8px 26px 8px 9px;text-decoration:none;text-shadow:0px -1px 0px #5c575c;}
#cookieUI-toggle:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #373737), color-stop(1, #535353) );background:-moz-linear-gradient( center top, #373737 5%, #535353 100% );background-color:#373737;}
#cookieUI-toggle:active {position:relative;top:1px;}
#cookieUI-toggle:focus {outline: none;}
.cookie-arrow-down{border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid #999999;height: 0;margin-left: 12px;padding: 0;position: absolute;top: 14px;width: 0;}
.cookie-arrow-up {border-left: 4px solid transparent;border-right: 4px solid transparent;border-bottom: 4px solid #999999;height: 0;margin-left: 12px;padding: 0;position: absolute;top: 13px;width: 0;}
.cookieStrongText {font-weight:600; }
.cookieLink {font-weight:600;color: #FFFFFF !important;border-bottom: 2px solid; text-decoration: none;outline: none;}
.cookieLink:hover{border-bottom: none; }
.cookieContentGradient{
    background: rgb(101,101,101); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDQwNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(101,101,101) 1%, rgb(64,64,64) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(101,101,101)), color-stop(100%,rgb(64,64,64))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(101,101,101) 1%,rgb(64,64,64) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(101,101,101) 1%,rgb(64,64,64) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(101,101,101) 1%,rgb(64,64,64) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(101,101,101) 1%,rgb(64,64,64) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#404040',GradientType=0 ); /* IE6-8 */
}
.cookiePreviewBarGradient{
    background: rgb(51,51,51); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzI3MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(51,51,51) 0%, rgb(39,39,39) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(51,51,51)), color-stop(100%,rgb(39,39,39))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(51,51,51) 0%,rgb(39,39,39) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(51,51,51) 0%,rgb(39,39,39) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(51,51,51) 0%,rgb(39,39,39) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(51,51,51) 0%,rgb(39,39,39) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#272727',GradientType=0 ); /* IE6-8 */
}
/*-------------------------*/


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */