﻿.left {
	float:left;
}

.right {
	float:right;
}

#homeContent #center .shaded {
	background: #ffffff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(243,243,243,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

#homeContent #center .wide {
	clear: both;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	border-radius:5px;
	background-color: #ffffff;
	box-shadow: 0 0 10px 1px #ccc;
}

#homeContent #center .wide h3, #homeContent #center .narrow h3 {
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0 0 0 15px;
	border-radius:5px 5px 0 0;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #333;
	text-transform: none;
	text-align: left;
}

#homeContent #center .narrow {
	background-color: #ffffff;
	width: 344px;
	height: 375px; /*340*/
	padding: 0px;
	margin-bottom: 10px;
	border-radius:5px;
	/*border: 1px solid #eaeaea;*/
	box-shadow: 0 0 10px 1px #ccc;
}

#homeContent #center .spotlight h3 {
	background-color: #008ed0;
}

#homeContent #center .spotlight ul {
}

#homeContent #center .spotlight li {
	background:none;
	list-style-type:none;
	padding-top:10px;
	margin: 0;
}

#homeContent #center .spotlight li img {
	vertical-align:middle;
}

#homeContent #center .spotlight-img {
	float:right;
	width: 135px;
	margin: 5px 15px 5px 10px;
	vertical-align:top;
}

#homeContent #center .spotlight li h4 {
	margin-bottom:5px;
}

#homeContent #center .spotlight li p {
	font-size:0.95em;
	line-height:16px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#homeContent #center .multimedia h3 {
	background-color: #1bb0f4;
}

#homeContent #center .multimedia h3 + p {
	display: none;
}

#homeContent #center .multimedia {
	text-align:center;
}

#homeContent #center .multimedia img {
	margin-top: 10px;
	max-height: 260px; /* 220px */
	max-width: 320px;
}

#homeContent #center .multimedia img.alIco {
	margin-top: 0;
}

#homeContent #center .multimedia div#video{
	margin-top: 10px;
}

#homeContent #center .multimedia h4 {
	width: 100%;
	font-size: 0.85em;
	margin: 5px 0;
}

#dge-gallery-player {
	position: relative;
/*	width: 320px; */
	height: 305px;
	padding: 0;
	margin: 0 auto;
}

#dge-gallery-player > div {
	position: absolute;
	top: 0;
	left: 0;
	/*left: 12px;*/
	display: none;
}

#dge-gallery-player > div.first {
	display:block;
}

#homeContent #center .diary {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%);
}

#homeContent #center .diary h3 {
	background-color: #cc5c48;
}

#homeContent #center .diary ul {
	padding:0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#homeContent #center .diary li {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 13px;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #d0d0d0;
	overflow: hidden;
}

#homeContent #center .diary li:first {
	border-bottom: none;
}

#homeContent #center .diary .more {
	margin-top: -10px;
	padding: 0 15px 5px 0;
	text-align:right;
	border: 1px solid #ffffff;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

#homeContent #center .headlines {
	position: relative;
}

#homeContent #center .headlines h3 {
	background-color: #f39325;
}

#homeContent #center .headline-img {
	position: absolute;
	top: 30px;
	left: 3px;
	display:none;
}

#homeContent #center .headlines img.selected {
	display:inline;
}

#homeContent #center .headlines ul {
	margin: 4px 0 0 384px;
	border-top: 1px solid #d7d7d7;
	padding:0;
	list-style-type: none;
	overflow: visible;
}

#homeContent #center .headlines li {
	position: relative;
	height: 62px;
	border-bottom: 1px solid #d7d7d7;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0;
	margin:0;
}

#homeContent #center .headlines li a {
	display:block;
	height: 62px;
	color: #00448b;
	text-decoration: none;
	padding: 0 5px 0 0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}

#homeContent #center .headlines li.selected a, #homeContent #center .headlines li a:hover {
	color: #ba600a;
}

#homeContent #center img.headline-imgsmall {
	float: left;
	width: 73px;
	height: 49px;
	margin: 6px 15px 7px 7px;
	border: 0;
}

#homeContent #center img.headline-arrow {
	position: absolute;
	top: 0;
	left: -26px;
	width:26px;
	height: 61px;
	display:none;
	border: 0;
	overflow: visible;
}

#homeContent #center li.selected img.headline-arrow {
	display:block;
}

#homeContent #center .more-links {
	height:40px;
	line-height: 40px;
	font-size: 10px;
	text-align: right;
	padding: 0 10px 0 0;
	margin:0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}

#homeContent #center .more-links a {
	text-decoration: none;
}

#homeContent #center .menulinks {
	height: 200px;
	border: 1px solid #ffffff;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%);
}

#homeContent #center .menulinks div {
	width: 33%;
	margin: 0;
	padding: 0;
	float: left;
}

#homeContent #center .wide.menulinks h3 {
	height: 50px;
	line-height: 50px;
	color: #585858;
	text-shadow: none;
	padding: 0 0 0 25px;
	font-size: 1em;
}

#homeContent #center .wide.menulinks ul li {
	color: #aaaaaa;
	margin: 0 0 0 25px;
	padding: 0 0 7px 0;
	list-style-type: disc;
}

#homeContent #right .narrow {
	width: 240px;
}

#homeContent #right .priorities {
	margin-top: 10px;
}

#homeContent #right .priorities ul li {
	width: 240px;
	height: 42px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 42px;
	background-color: #e6e6e6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) #e6e6e6;
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	box-shadow: 0 0 5px 1px #ccc;
}

#homeContent #right .priorities ul li:hover {
	background-color: #c9c9c9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) #c9c9c9;
	background-image: -ms-linear-gradient(top, #ffffff 0%, #c9c9c9 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #c9c9c9 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #c9c9c9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #c9c9c9));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #c9c9c9 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #c9c9c9 100%);
}

#homeContent #right .priorities ul li.lpedesk {
	border: 1px solid #e37f0f;
	background-color: #fbac51;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYWM1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzkzMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) #fbac51;
	background: -moz-linear-gradient(top,  #fbac51 0%, #f39325 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbac51), color-stop(100%,#f39325));
	background: -webkit-linear-gradient(top,  #fbac51 0%,#f39325 100%);
	background: -o-linear-gradient(top,  #fbac51 0%,#f39325 100%);
	background: -ms-linear-gradient(top,  #fbac51 0%,#f39325 100%);
	background: linear-gradient(to bottom,  #fbac51 0%,#f39325 100%);
}

#homeContent #right .priorities ul li.lpedesk:hover {
	background-color: #fbac51;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYWM1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODYyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) #e86200;
	background: -moz-linear-gradient(top,  #fbac51 0%, #e86200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbac51), color-stop(100%,#e86200));
	background: -webkit-linear-gradient(top,  #fbac51 0%,#e86200 100%);
	background: -o-linear-gradient(top,  #fbac51 0%,#e86200 100%);
	background: -ms-linear-gradient(top,  #fbac51 0%,#e86200 100%);
	background: linear-gradient(to bottom,  #fbac51 0%,#e86200 100%);
}

#homeContent #right .priorities a {
	display: block;
	width: 228px;
	height: 42px;
	border-radius: 5px;
	padding: 0 0 0 12px;
	color: #575757;
	text-decoration: none;
}
#homeContent #right .priorities li.lpedesk a {
	color: #fffdfe;
	background: url('/commission_2010-2014/tajani/images/priorities/late-payments/late-payments-e-desk.png') right 50% no-repeat;
}

#homeContent #right .priorities li.a2f a {
	background: url('/commission_2010-2014/tajani/images/priorities/access-to-finance/access-to-finance.png') right 50% no-repeat;
}
#homeContent #right .priorities li.cars a {
	background: url('/commission_2010-2014/tajani/images/priorities/automotive/cars.png') right 50% no-repeat;
}
#homeContent #right .priorities li.galileo a {
	background: url('/commission_2010-2014/tajani/images/priorities/satnav/satnav.png') right 50% no-repeat;
}
#homeContent #right .priorities li.chemicals a {
	background: url('/commission_2010-2014/tajani/images/priorities/chemicals/chemicals.png') right 50% no-repeat;
}
#homeContent #right .priorities li.copernicus a {
	background: url('/commission_2010-2014/tajani/images/priorities/earth-observation/copernicus.png') right 50% no-repeat;
}
#homeContent #right .priorities li.defence a {
	background: url('/commission_2010-2014/tajani/images/priorities/defence/defence.png') right 50% no-repeat;
}
#homeContent #right .priorities li.education a {
	background: url('/commission_2010-2014/tajani/images/priorities/entrepreneurship-education/education.png') right 50% no-repeat;
}
#homeContent #right .priorities li.growth a {
	background: url('/commission_2010-2014/tajani/images/priorities/green-growth/green-growth.png') right 50% no-repeat;
}
#homeContent #right .priorities li.innovation a {
	background: url('/commission_2010-2014/tajani/images/priorities/innovation/innovation.png') right 50% no-repeat;
}
#homeContent #right .priorities li.late a {
	background: url('/commission_2010-2014/tajani/images/priorities/late-payments/late-payments.png') right 50% no-repeat;
}
#homeContent #right .priorities li.madein a {
	background: url('/commission_2010-2014/tajani/images/priorities/made-in/made-in.png') right 50% no-repeat;
}
#homeContent #right .priorities li.m4g a {
	background: url('/commission_2010-2014/tajani/images/priorities/m4g/m4g.png') right 50% no-repeat;
}
#homeContent #right .priorities li.smes a {
	background: url('/commission_2010-2014/tajani/images/priorities/entrepreneurship/entrepreneurship.png') right 50% no-repeat;
}
#homeContent #right .priorities li.steel a {
	background: url('/commission_2010-2014/tajani/images/priorities/steel/steel.png') right 50% no-repeat;
}
#homeContent #right .priorities li.stopfakes a {
	background: url('/commission_2010-2014/tajani/images/priorities/stop-fakes/stop-fakes.png') right 50% no-repeat;
}
#homeContent #right .priorities li.tourism a {
	background: url('/commission_2010-2014/tajani/images/priorities/tourism/tourism.png') right 50% no-repeat;
}


#homeContent #right .priorities li.all {
	padding:0;
	text-align: center;
}

#homeContent #right .popularlinks {
	width: 238px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
}

#homeContent #right .popularlinks h3 {
	height: 45px;
	line-height: 45px;
	color: #585858;
	text-shadow: none;
	padding: 0 0 0 20px;
	font-size: 1em;
}

#homeContent #right .popularlinks a {
	text-decoration: none;
	color: #585858;
}

#homeContent #right .popularlinks ul li {
	background: url(/wel/commissioners/images/bullet_close.gif) no-repeat 0 4px;
	padding: 0 0 3px 12px;
	margin: 0 0 5px 8px;
}

#homeContent #right .popularlinks .contentLink {
	font-size: 0.8em;
}

#homeContent #right .popularlinks ul li.openLink {
	background: url(/wel/commissioners/images/bullet_open.gif) no-repeat 0 4px;
	padding-bottom: 6px;
}

#homeContent #right .popularlinks .txtLink {
	margin-top: 10px;
}

#homeContent .twitter-timeline {
	padding: 20px 10px;
}

@media screen and (min-width:937px) {

	#homeContent #center .narrow {
		width: 49.63924963924964%;	/* 344/693 */
		height: 375px; /*340*/
	}

}

@media screen and (max-width:936px) {
	.left, .right {
		float: none;
	}
	#homeContent #center .narrow {
		width: 100%;
	}
	
	#homeContent #center .spotlight {
		height: 270px;
	}
	
	#homeContent #center .multimedia {
		height: 350px;
	}

	#homeContent #center .multimedia h4 {
		width: 100%;
	}
	
	#dge-gallery-player {
		margin: 0 1%;
		width: 98%;
		height: 290px;
	}

	#homeContent #center .headlines img.selected {
		display:none;
	}

	#homeContent #center .headlines ul {
		margin: 4px 0 0 0;
	}
	
	#homeContent #center img.headline-arrow {
		display: none;
	}
	
	#homeContent #center .headlines li {
		font-size: 1em;
	}
	
	#homeContent #center .headlines li a {
		padding-top: 6px;
	}
	
	#homeContent #center img.headline-imgsmall {
		margin-top: 0;
	}
	
	#homeContent #center li.selected img.headline-arrow {
		display: none;
	}
}
