#remote-content {padding: 15px; }
#remote-content table{margin-bottom:20px; color:#414141;}
#remote-content table th, #remote-content table td{padding:10px 5px;}
#remote-content table th{font-size:14px; font-weight:bold; text-align:left; border-top:none;}
#remote-content table tr{border-top:#708090 1px solid;}
#remote-content table td{min-width:100px;}
#remote-content table td em{color:#000000}
#remote-content th{ background-color:#AFAFAF;}
#remote-content tr:nth-child(odd){ background-color:#DCDCDC; }
#remote-content tr:nth-child(even){ background-color:#F1F1F1; }

/* POPUP */
#backgroundPopup { display:none; position:fixed; _position:absolute; /* ie 6*/ height:100%; width:100%; top:0; left:0; background:#000000; border:1px solid #cecece; z-index: 1000; }
#popupCookies { display:none; position:fixed; _position:absolute; /* ie 6*/ width:70%; max-width:1000px; background:#FFFFFF; border:2px solid #cecece; z-index:1001; padding:12px; font-size:13px; }
#popupCookiesClose { font-size:16px; line-height:16px; right:6px; top:4px; position:absolute; color:#6fa5fd; font-weight:700; display:block; text-decoration: none; cursor:pointer; color:inherit;}


/****************************************************************************************
******************************* NEW STYLES **********************************************
******************************************************************************************/

/* style-init */
#cookie-consent { display:none; font-family:'Tahoma', Arial, sans-serif; font-size:12px; }
#cookie-consent.top { position: fixed; top:0px; background:black; background: rgba(0, 0, 0, 0.9); width:100%; z-index:10000; color:white; font-style:normal; padding: 13px 0; }
#cookie-consent { position: fixed; top:auto; bottom:0px;  line-height: 60px; font-family: 'Tahoma', Arial, sans-serif; font-size:13px; background:black; background: rgba(0, 0, 0, 0.8) !important; width:100%; z-index:10000; color:#929292; font-style:normal;}

#cookie-consent #link { display: inline-block;text-transform: uppercase; margin-right: 20px; font-size:12px;}
#cookie-consent #link:hover{ color:#fff; cursor: pointer;}

#cookie-consent ul { list-style:none; margin:0; padding:0; }
#cookie-consent > ul { display:inline-block; position:relative; left:50%; }
#cookie-consent > ul > li { margin:0; padding:0; display:inline-block; position:relative; left:-50%;}
#cookie-consent ul li .center { margin: 0px auto; }

#cookie-consent #options { display:block; margin:0px auto; width: 410px; text-align:left; }
#cookie-consent #options li { padding-bottom:5px; margin-top:5px; }
#cookie-consent #options li label span { padding:0 0 0 24px; font-weight:normal; }

#cookie-consent .main-text { text-align: center; }
#cookie-consent .main-text .cookie-text { margin-right: 20px; }
#cookie-consent .main-text .line-top #loadPopup { color:#929292; text-transform: uppercase; margin:0 20px; text-decoration: none;}
#cookie-consent .main-text .line-top #loadPopup:hover { color:#fff;}
#cookie-consent .main-text .line-top .cookie-icon { background-position:0 -46px; width: 35px; height: 35px; display: inline-block; position: relative; top: 13px; margin-right: 10px;}
#cookie-consent .main-text .line-bottom a{ font-weight: normal; font-style:normal; text-decoration:none; }
#cookie-consent .main-text .line-bottom a:hover {  color: #fff; }
#cookie-consent .main-buttons { line-height: 32px; vertical-align: middle; }

/*#cookie-consent .cookie_sprite { background: url(http://shop.fplus.si/lyphp-latest/skin/images/cookie_sprite.png) no-repeat; }*/
#cookie-consent .cookie_sprite { background: url(../images/cookie_sprite_.png) no-repeat; }

#cookie-consent button { font-size: 12px; font-family: 'Tahoma', Arial, sans-serif; border: 0px; color: #929292; text-transform: uppercase;}
#cookie-consent button:hover { cursor:pointer; color:#fff; }
#cookie-consent button#addCookies { background-position: 0px -99px; margin-left: 22px; padding-left: 27px; height: 18px; line-height: 16px;}
#cookie-consent button#addCookies:hover { background-position: 0px -125px; }
#cookie-consent button#removeCookies { font-size: 12px; font-family: 'Tahoma', Arial, sans-serif; border: 0px; color: #929292; text-transform: uppercase; }
#cookie-consent button#removeCookies:hover { color:#ffffff; }
#cookie-consent button#close { width: 27px; height: 27px; background-position: 0 -153px; text-indent: -9999px; margin: -12px 0 0 15px;position:absolute; top:0;}
#cookie-consent button#close:hover { background-position: 0 -185px; }


/* dark */
/*
#cookie-consent.dark { background:#303030; background: rgba(48, 48, 48, 0.98);  color:#e9e9e9; }
#cookie-consent.dark * {color: #e9e9e9}

#cookie-consent.dark #link:hover{ color:#2fc5d7; }

#cookie-consent.dark .main-text { float:left; vertical-align: middle; }
#cookie-consent.dark .main-text .line-top { font-size: 16px; padding-top: 2px; }
#cookie-consent.dark .main-text .line-bottom { margin:10px 0 0; }
#cookie-consent.dark .main-text .line-bottom * { color: #28a3b2; font-size: 15px; }
#cookie-consent.dark .main-text .line-bottom a:hover {  color: #2fc5d7; }

#cookie-consent.dark .cookie_sprite { background: url(http://shop.fplus.si/lyphp-latest/skin/images/cookie_sprite.png) no-repeat; }

#cookie-consent.dark button#addCookies { width: 118px; height: 35px; background-position: 0px 0px; left: 0px; top: 0px; }
#cookie-consent.dark button#removeCookies { width: 118px; height: 35px; background-position: -125px 0px; left: 0px; top: 0px; }
#cookie-consent.dark button#close { width: 32px; height: 35px; background-position: -248px 0px; left: 0px; top: 0px; color: transparent; }
*/

/* light */
#cookie-consent.light { background:#dcdcdc; background: rgba(220, 220, 220, 0.98);  color:#818181; }

#cookie-consent.light #link:hover{ color:#28a290; }

#cookie-consent.light .main-text { float:left; vertical-align: middle; }
#cookie-consent.light .main-text .line-top { font-size: 16px; padding-top: 2px; }
#cookie-consent.light .main-text .line-bottom * {  color: #4eb7a8; font-size: 13px; }
#cookie-consent.light .main-text .line-bottom a:hover {  color: #28a290; }

#cookie-consent.light .cookie_sprite { background: url(http://shop.fplus.si/lyphp-latest/skin/images/cookie_sprite.png) no-repeat; }

#cookie-consent.light button#addCookies { width: 118px; height: 35px; background-position: 0px -40px; left: 0px; top: 0px; }
#cookie-consent.light button#removeCookies { width: 118px; height: 35px; background-position: -125px -40px; left: 0px; top: 0px; }
#cookie-consent.light button#close { width: 32px; height: 35px; background-position: -248px 0px; left: 0px; top: 0px; color: transparent; }


/* dark-box */
/*
#cookie-consent.dark-box { position: fixed; top:auto; bottom:0px; right:0; background:black; background: rgba(0, 0, 0, 0.9); width:302px; z-index:10000; color:white; font-style:normal; padding: 22px; margin: 20px; border-radius:5px; }

#cookie-consent.dark-box #link { cursor:pointer; display:inline; font-weight: normal; }
#cookie-consent.dark-box #link:hover{ color:#2fc5d7; }

#cookie-consent.dark-box ul { list-style:none; margin:0; padding:0; }
#cookie-consent.dark-box > ul { display:inline-block; }
#cookie-consent.dark-box > ul > li { margin:0; padding:0; display:inline-block; }

#cookie-consent.dark-box #options { display:block; margin:0px; }
#cookie-consent.dark-box #options li { padding-bottom:5px; margin-top:5px; }
#cookie-consent.dark-box #options li label span { display:block; font-weight:normal; }

#cookie-consent.dark-box .main-text { float:left; vertical-align: middle; }
#cookie-consent.dark-box .main-text .line-top { font-size: 16px; padding: 2px 0px 2px 0px;  }
#cookie-consent.dark-box .main-text .line-bottom { float:right; padding: 16px 0px; }
#cookie-consent.dark-box .main-text .line-bottom * {  color: #28a3b2; font-size: 13px; }
#cookie-consent.dark-box .main-text .line-bottom a{ font-weight: normal; font-style:normal; text-decoration:none; }
#cookie-consent.dark-box .main-text .line-bottom a:hover {  color: #2fc5d7; }
#cookie-consent.dark-box .main-buttons { float:left; line-height: 32px; vertical-align: middle; }

#cookie-consent.dark-box .cookie_sprite { background: url(http://shop.fplus.si/lyphp-latest/skin/images/cookie_sprite.png) no-repeat; }

#cookie-consent.dark-box button { border: 0px; font-family: inherit; display: inline-block; color: white; text-transform: uppercase; margin-left: 0px;}
#cookie-consent.dark-box button:hover { cursor:pointer; }
#cookie-consent.dark-box button#addCookies { width: 118px; height: 35px; background-position: 0px 0px; left: 0px; top: 0px; }
#cookie-consent.dark-box button#removeCookies { width: 118px; height: 35px; background-position: -125px 0px; left: 0px; top: 0px; margin-left: 22px; }
#cookie-consent.dark-box button#close { width: 32px; height: 35px; background-position: -248px 0px; position:absolute; left: 262px; top: -37px; color: transparent; }
*/
@media screen and (max-width:800px) {
    #cookie-consent { padding:13px 20px; line-height: 30px; }
	#cookie-consent .main-text .line-top .cookie-icon { top:3px; }
	#cookie-consent .main-text .cookie-text { display: block; line-height: 22px;}
}
@media screen and (max-width:600px) {
    #cookie-consent.dark .main-text .line-bottom {margin: 10px 0 15px;}
	#cookie-consent #link, #cookie-consent #loadPopup { font-size:15px; margin: 0 10px 0 0; }
	#cookie-consent #loadPopup { margin: 0 10px; }
	#cookie-consent button { margin:0; }
	#cookie-consent button#addCookies { margin-left:0; }
}