/*
*	Videotron Ltee, 2011, All right reserved
*	author: illicoweb team
*	file: mobile-tablets.css
*	desc: styling for mobile devices - tablets
*	date: april 2011
*/

@charset "ISO-8859-1";

#mobileTrace{
	display:none;
	position: fixed;
	top:0px;
	background: #aaaaaa;
	border:2px solid green;
}

a.bullet-arrow-circle-link-gray,
.bullet-arrow-circle-link a{
	padding-bottom:2px;
}

/* pour test seulement
li.bullet-arrow-circle-link{
	background-color:#aaa;
}
*/

/* force webkit engine to rendering the reel size of the background image, specially for ipad */
#header-wrapper, #site-menu-dropdown ul.dropdown-pane{
	-webkit-background-size:1920px 1360px;
}

.open-info-formobile{
	background: url('/illicoweb/static/webtv/images/sprites/icons.png') no-repeat 0 -2500px;
	width:21px;
	height:21px;
	position:absolute;
	top:0px;
	right:0px;
	text-indent:-9999px;
	z-index:6;
	border-width:1px 1px 0px 0px;
	border-style: solid;
	border-color:#acacac;
}

.x-close-btn-formobile:hover, .x-close-btn-formobile{
	background: url('/illicoweb/static/webtv/images/sprites/icons.png') no-repeat 0 -2550px !important;
	width:30px;
	height:30px;
	position:absolute;
	top:-10px;
	right:4px;
	text-indent:-9999px;
	z-index:6;
}

/*
#enp-grid.scroll .enp-grid-body{
	height:auto;
	background-color:#ddd;
}
*/