#actip_wide_left,
#actip_wide_right,
#actip_small_left,
#actip_small_right,
#actip_wide_bottom{
	display: none;
	position: absolute;
	z-index: 100000;
}

#actip_wide_left .top,
#actip_wide_right .top{
	min-height: 80px;
	overflow: hidden;
	width: 435px;
}
	#actip_wide_left .top{
		background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/top_wide_left.png) 0 0 no-repeat;
	}
	#actip_wide_right .top{
		background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/top_wide_right.png) 0 0 no-repeat;
	}

#actip_wide_left .bottom,
#actip_wide_right .bottom{
	padding: 0 0 25px 0;
	background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/btm_wide.png) right bottom no-repeat;
	width: 435px;
}
	#actip_wide_left .bottom{
		background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/btm_wide_left.png) right bottom no-repeat;
		background-position: 0 bottom;
	}
	#actip_wide_right .bottom{
		background-position: right bottom;
	}

#actip_small_left .top,
#actip_small_right .top{
	min-height: 80px;
	overflow: hidden;
	width: 335px;
}
	#actip_small_left .top{
		background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/top_small_left.png) 0 0 no-repeat;
	}
	#actip_small_right .top{
		background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/top_small_right.png) 0 0 no-repeat;
	}
#actip_small_left .bottom,
#actip_small_right .bottom{
	padding: 0 0 27px 0;
	background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/btm_small.png) right bottom no-repeat;
	width: 335px;
}
	#actip_small_left .bottom{
		background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/btm_small_left.png) right bottom no-repeat;
		background-position: 0 bottom;
	}
	#actip_small_right .bottom{
		background-position: right bottom;
	}

#actip_wide_left .margin,
#actip_small_left .margin{
	margin: 0 40px 0 20px;
}
#actip_wide_right .margin,
#actip_small_right .margin{
	margin: 0 30px 0 40px;
}

#actip_wide_bottom .top{
	min-height: 80px;
	overflow: hidden;
	width: 420px;
	background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/top_wide_bottom.png) 0 0 no-repeat;
}
#actip_wide_bottom .bottom{
	padding: 0 0 24px 0;
	background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/btm_wide_bottom.png) 0 bottom no-repeat;
	width: 420px;
}

.actip_title{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 9px 0;
}

.actip_text{
	margin: 0 0 9px 0;
}
.actip_text>ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.actip_text>ul>li{
	margin: 0;
	padding: 0 0 0 10px;
	background: url(https://beta.aircanada.com/content/dam/aircanada/portal/Legacy/Images/square_blue.gif) no-repeat scroll 0 5px;
}


.actip_close{
	color: #cc0000;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 15px;
}
#actip_wide_left .actip_close,
#actip_small_left .actip_close{
	right: 35px;
}
#actip_wide_right .actip_close,
#actip_small_right .actip_close{
	right: 20px;
}
#actip_wide_bottom .actip_close{
	top: 30px;
}
#actip_wide_bottom .actip_title{
	margin: 30px 0 9px 20px;
}

#actip_wide_bottom .actip_header{
	font-size: 14px;
	margin: 20px 20px 7px 20px;
	padding: 0 3px 0 3px;
	overflow: hidden;
}
#actip_wide_bottom .actip_row{
	background-color: #eaf4fe;
	border: 2px solid #fff;
	margin: 0 20px 3px 20px;
	padding: 0 3px 0 3px;
	overflow: hidden;
}
.actip_row{
overflow: hidden;
}
.actip_header>div,
.actip_row>div{
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.actip_header>.actip_availcredits{
	width: 110px;
}
.actip_row>.actip_availcredits{
	font-size: 13px;
	font-weight: bold;
	width: 110px;
}
.actip_row>.actip_expdate{
	padding: 1px 0 0 0;
}

.actip_left{
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	width: 55px;
}
.actip_right{
	width: 190px;
}


.margintop{
	margin-top: 12px;
}