@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

/*Cookie styles*/
/* #cookieNotice {
	width: 260px;
	padding: 10px;
	display: none;
	border: 1px solid #ccc;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	background-color: #ffffff;
	background-image: url(../../images/box-back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
} */

#cookieNotice{
    width:100%;
    padding:10px;
    display:none;
    background-color:#333;
    position:fixed;
    top:0px;
    z-index:110;
}

#cookieNotice p, #cookieNotice a {
    color:#fff;
    text-align:center;
}

#cookieNotice a {
    text-decoration:underline;
}

#cookieSettings {
	margin: auto;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 3px solid #ccc;
	margin-top: 10px;
	background-color: #f8f8f8;
	width: 614px;
}

.cookieOuter {
	padding-bottom: 10px;
}

.cookieLine {
	background-image: url(../../images/line.gif);
	background-repeat: repeat-x;
	margin: auto;
	font-size: 0em;
	height: 4px;
}

ul.enabledCookieList {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

ul.enabledCookieList li {
	padding: 8px 0 0px 17px;
	background-image: url(../../images/blueTickGrey.gif);
	background-position: 2px 10px;
	background-repeat: no-repeat;
}

ul.disabledCookieList {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

ul.disabledCookieList li {
	padding: 8px 0 0px 17px;
	background-image: url(../../images/pinkCross.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

ul.enabledCookieList li.enabled,ul.disabledCookieList li.enabled {
	background-image: url(../../images/blueTickGrey.gif);
	background-position: 2px 10px;
}

ul.enabledCookieList li.disabled,ul.disabledCookieList li.disabled {
	background-image: url(../../images/pinkCross.gif);
	background-position: 0px 10px;
}

.cookieButtons {
	float: right;
	margin-top: -14px;
}

.changeCookies {
	display: none;
}

h3.warning {
	line-height: 16px;
	font-size: 1.1em;
}

.functionalIcon, .trackingIcon, .settingsIcon, .performanceIcon, .alertIcon, .blueTick, .pinkCross,
	.changeSettingsButton, .keepSettingsButton, .savePreferencesButton, .removeCookiesButton, .enableCookiesButton {
	background: url(../../images/cookie-sprites.png) no-repeat;
}

.cancelButton {
	background: url(/_onelink_/cigna/en2nl/images/quote/images/button-sprites.png) no-repeat;	
}

.functionalIcon{
	background-position: 0px 0px ;
	width: 60px;
	height: 60px;
}

.trackingIcon{
	background-position: -65px 0px ;
	width: 60px;
	height: 60px;
}

.settingsIcon{
	background-position: -129px 0px ;
	width: 60px;
	height: 60px;
}

.performanceIcon{
	background-position: -192px 0px ;
	width: 60px;
	height: 60px;
}

.alertIcon{
	background-position: -260px 0px ;
	width: 40px;
	height: 35px;
}

.blueTick{
	background-position: -311px 0px ;
	width: 10px;
	height: 12px;
}

.pinkCross{
	background-position: -329px 0px ;
	width: 13px;
	height: 11px;
}

.cancelButton
{
	background-position: -298px -36px ;
	width: 71px;
	height: 24px;
}

.changeSettingsButton
{
	background-position: -124px -67px ;
	width: 134px;
	height: 25px;	
}

.keepSettingsButton
{
	background-position: 0px -67px ;
	width: 116px;
	height: 25px;	
}

.savePreferencesButton
{
	background-position: 0px -132px ;
	width: 145px;
	height: 25px;
}

.removeCookiesButton
{
	background-position: 0px -99px ;
	width: 130px;
	height: 25px;
}

.enableCookiesButton
{
	background-position: -136px -99px ;
	width: 130px;
	height: 25px;
}