@charset "UTF-8";
/* CSS Document */

/*Featured in pop ups*/
/**********************************/

div#popup {
	width: 230px;
	position:relative;
	}

ul#popup_box  {
	padding: 0;
	margin: 0;
	}
	
div#popup li {
	display:inline;
	list-style-type: none;
	}

div#popup li a {
	display: block;
	float:left;
	width:70px;
	height:70px;
	text-indent: -5000px;
	text-decoration: none;
	margin-right:5px;
	margin-bottom:5px;
	
	}
	

div#popup a:hover {
	background: url(/images/z.images_check/bv_bg.jpg) no-repeat;
	}

div#popup a span {
	display: none;
	text-indent: 0px;
	text-decoration: none;
	}

div#popup a:hover span {
	display: block;
	position: absolute;
	top: -290px;
	left: -10px;
	width: 250px;
	height:190px;
	z-index: 100;
	}
	
#popup .wallpaper {
	background-image: url(/images/featured/70px/wallpaper_logo_70_2.jpg);
	background-repeat: no-repeat;
	}

#popup .livewire {
	background-image: url(/images/featured/70px/livewire_logo_70.jpg);
	background-repeat: no-repeat;
	}

#popup .vending {
	background-image: url(/images/z.images_check/vending_logo.jpg);
	background-repeat: no-repeat;
	}
	
#popup .ft_article {
	background-image: url(/images/featured/70px/ft-logo_70.jpg);
	background-repeat: no-repeat;
	}
	
#popup .daily_record {
	background-image: url(/images/featured/70px/daily_record_70.jpg);
	background-repeat: no-repeat;
	}
	
#popup .evening_times {
	background-image: url(/images/featured/70px/evening_times_logo_70.jpg);
	background-repeat: no-repeat;
	}

#popup .auto_vending {
	background-image: url(/images/featured/70px/vending_logo_70.jpg);
	background-repeat: no-repeat;
	}
	
#popup .easyjet {
	background-image: url(/images/featured/70px/easyjet_70.jpg);
	background-repeat: no-repeat;
	}
	
#popup .heat {
	background-image: url(/images/featured/70px/heat_70.jpg);
	background-repeat: no-repeat;
	}
	
#popup .bbc_radio1 {
	background-image: url(/images/featured/70px/bbc_70.jpg);
	background-repeat: no-repeat;
	}

#popup .dv8 {
	background-image: url(/images/featured/70px/dv8_70.jpg);
	background-repeat: no-repeat;
	}
	
#popup .grazia {
	background-image: url(/images/featured/70px/Grazia_70.jpg);
	background-repeat: no-repeat;
	}
	
#popup .hello {
	background-image: url(/images/featured/70px/hello_logo_70.jpg);
	background-repeat: no-repeat;
	}

#popup .this_morning {
	background-image: url(/images/featured/70px/this_morning_70.jpg);
	background-repeat: no-repeat;
	}



