/*
 * Cookie Confirm Info Stylesheets
 */
div#cci-infobox-contener{}
div#cci-infobox{z-index:99999;position:absolute;top:0;}
p#cci-textinfo{margin:0 15px;margin-top:15px;z-index:99999;}
p#cci-btn{text-align:right;margin-right:15px;z-index:99999;}
a#cci-accept-btn { z-index:99999;
	font-family: [[font_family]] sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 14px;
    background: -moz-linear-gradient(
        top,
        [[top_color]] 0%,
        [[btm_color]]);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from([[top_color]]),
        to([[btm_color]]));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid [[border_color]];
    -moz-box-shadow:
        0px 1px 3px rgba(115,110,115,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(115,110,115,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(115,110,115,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
	cursor: pointer;
}
a#cci-accept-btn:hover { z-index:99999;
	font-family: [[font_family]] sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 14px;
    background: -moz-linear-gradient(
        top,
        [[toph_color]] 0%,
        [[btmh_color]]);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from([[toph_color]]),
        to([[btmh_color]]));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid [[borderh_color]];
    -moz-box-shadow:
        0px 1px 3px rgba(115,110,115,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(115,110,115,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(115,110,115,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
	cursor: pointer;
}

a#cci-more-btn { z-index:99999;
	font-family: [[font_family]] sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: [[more_btn_color]];
}
a#cci-more-btn:hover { z-index:99999;
	font-family: [[font_family]] sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: [[more_btn_hover]];
}