h1  { color: #0060a9; font-size: 18px; font-style: normal; font-family: "Comic Sans MS", "HelveticaRounded Bold", Arial }
.calidou  { color: #0060a9; font-style: normal; font-family: "Comic Sans MS", "HelveticaRounded Bold", Arial }
.calidouce { color: #7cae5b; font-style: normal; font-family: "Comic Sans MS", "HelveticaRounded Bold", Arial }
.calidouce_orange { color: #f93; font-style: normal; font-family: "Comic Sans MS", "HelveticaRounded Bold", Arial }
.calidou_promotions    { color: #f00; font-style: normal; font-family: "Comic Sans MS", "HelveticaRounded Bold", Arial }
.kalma { color: #500057; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a:link { color: #0060a9; font-style: italic; font-family: "Comic Sans MS", "HelveticaRounded Bold", Arial }
a {text-decoration: none;}

/*** POPUP ***/
#popup-container{
	z-index: 3000;
	position: fixed;
	top: 0;
	bottom: 0;
	right:0;
	left:0;
	background: url(../images/popup_background.png);
}

#popup{
	z-index: 3001;
	background: url(../images/popup_body.png);
	background-repeat: no-repeat;
	width:575px;
	height: 418px;
	margin: auto;
	position: fixed;
	top: 122px;
	left: 50%;
	margin-left: -270px;
}

#f3693b67b551ebe{
    border: medium none;
    color: white !important;
    height: 43px;
    left: 103px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 290px;
    width: 300px;
    z-index: 3002;
}

#close-popup{
    background: url("../images/popup_x.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    left: 50%;
    margin-left: 192px;
    position: fixed;
    top: 165px;
    width: 24px;
    z-index: 3003;
}

#close-popup:hover{
	background-position: 0 -28px;
}
