/* Start of CMSMS style sheet 'eurokit_top' */
/*FANCYBOX*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('modules/HostedVideoAlbums/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	/* OL: modified 0px=>15% */
	bottom: 15%;
	/* OL: modified 100%=>85% */
	height: 85%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('modules/HostedVideoAlbums/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
/* OL: modified 0=>-50 */
	left: -50px;
}

#fancybox-right {
/* OL: modified 0=>-50 */
	right: -50px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('modules/HostedVideoAlbums/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('modules/HostedVideoAlbums/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('modules/HostedVideoAlbums/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('modules/HostedVideoAlbums/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='modules/HostedVideoAlbums/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
















/* jquery scroll to top plugin */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: -999px;
	background: url(images/eurokit_top/up.png) no-repeat left top;
}
#toTopHover {
	background: url(images/eurokit_top/up.png) no-repeat left -51px;
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: left;
}
#toTop:active, #toTop:focus {
	outline: none;
}

/* SEARCH */
.searchBox {
	width: 250px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
}

/* Searchform in Header part */
.searchBox label {
	display: none;
}
.searchBox input.search-input {
	background: url(images/eurokit_top/inputSearch.png) no-repeat #ebebeb;
	width: 202px;
	height: 29px;
	line-height: 26px;
	padding: 0 0 0 5px;
	border: none;
	float: right;
}
.searchBox button.search-button {
	background: url(images/eurokit_top/searchButton.png) no-repeat;
	width: 40px;
	height: 29px;
	float: left;
	border: none;
	text-indent: -9999px;
}


/* Floats, Clears */
.clear {
	clear: both;
}

/* News Module */

.newsCycle h2 a {
	/* color: #666666; */
color: #095594;
	text-decoration: none;
	line-height: 1.8em;
	border-bottom: 2px groove #6a6a6a;
	display: block;
}
/* News Meta Icons */
.postDate {
	padding: 3px 8px 3px 20px;
	background: url(images/eurokit_top/date.png) no-repeat 0 2px;
	margin-top: 5px;
	font-weight: bold;
	float: left;
color: #666666;
}
.postAuthor {
	padding: 3px 8px 3px 20px;
	background: url(images/eurokit_top/user.png) no-repeat 0 2px;
	margin-top: 5px;
	float: left;
color: #666666;
}
.postCategory {
	padding: 3px 8px 3px 20px;
	background: url(images/eurokit_top/folder.png) no-repeat 0 2px;
	margin-top: 5px;
	float: left;
color: #666666;
}
/* News Content */
.postSummary {
	margin: 10px 0 10px 0;
width: 900px;
	height: 120px;
	overflow: hidden;
color: #333333;
}
.newsControl a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.newsControl a.activeSlide {
	font-weight: bold;
}
.infoBlockWrapper .newsControl {
	position: absolute;
	left: 48%;
	bottom: 15px;
}
.newsControl a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(images/eurokit_top/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.newsControl a.activeSlide {
	background-position: -10px 0;
}
h3.newsSummarytitle a {
	display: block;
	border-bottom: 1px solid #6a6a6a;
	text-shadow: none;
	text-decoration: none;
	line-height: 2.2em;
	/* color: #6a6a6a; */
color: #666666;
}
/* Buttons */
.button a:link, .button a:visited {
	background: #222 url(images/eurokit_top/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.button a:hover {
	background-color: #111;
	color: #fff;
}
.button a:active {
	top: 1px;
}
.small.button, .small.button:visited {
	font-size: 11px
}
.button, .button:visited, .medium.button, .medium.button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.button, .large.button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.button, .super.button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.grey.button a:link, .grey.button a:visited {
	background-color: #3f3f3f;
}
.grey.button a:hover {
	background-color: #cecece;
}


/* Content Blocks */
.infoBlockWrapper {
	background: url(images/eurokit_top/infoBlockShadow.gif) no-repeat bottom right;
	padding-bottom: 40px;
	margin: 10px 0;
	position: relative;
}

.infoBlock {
	/* background-color: #464545; */
background-color: #EEEEEE;
	color: #fff;
	padding: 10px;
	/* border: 1px solid #ebebeb; */
border: 1px solid #AAAAAA;
}
.infoBlock h2, .infoBlock p {
	/* color: #fff; */
color: #666666;
	text-shadow: none;
}
.infoBlockGroup {
	width: 300px;
	/* margin: 10px 20px 10px 0; */
margin: 0px 20px 0px 0;
	min-height: 200px;
	float: left;
}
.infoBlockGroup h3 {
	background: url(images/eurokit_top/infoBlockGroupBG.gif) no-repeat bottom;
	/* color: #464545; */
color: #666666;
	padding: 5px 5px 0px 10px;
	height: 2.0em;
}

#pageFooterInner .infoBlockGroup a {
 color:#fff;}
 
.infoBlockGroupInner {
	/* padding: 10px; */
margin: 0px 10px 3px 10px;
}
.infoBlockGroup.last {
	/* margin: 10px 0 0 0; */
margin: -5px 10px 3px 0px;
}
/* Footer part */
#pageFooter {
	/* background: url(images/eurokit_top/footerBG.gif) repeat-x top #7e0219; */
 background: url(images/eurokit_top/footerBG.gif) repeat-x top #01581d;
	min-height: 200px;
}
#pageFooterInner {
	width: 920px;
	padding: 10px;
	margin: auto;
	color: #fff;
}
#pageFooterInner .infoBlockGroup p, #pageFooterInner .infoBlockGroup h3 {
	color: #fff;
	background: none;
}

.copyright {
 	display: block;
	color: #fff;
	padding:10px;
	/* border-top: 2px groove #ba0b2c; */
border-top: 2px groove #003812;
	}

.copyright a, .copyright p {
        color:#fff;}	

/* Nivo Slider */
#slider {
	position: relative;
	background: url(images/eurokit_top/loading.gif) no-repeat 50% 50% #202834;
	z-index: 1
	display:block;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	display: block;
	border: 0;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	/* background: #7e0219; */
background: #006220;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	z-index: 89;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
	color: #fff;
}
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
.nivo-controlNav {
	position: absolute;
	left: 47%;
	bottom: -30px;
}
.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(images/eurokit_top/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: -10px 0;
}
.nivo-directionNav a {
	display: block;
	width: 32px;
	height: 34px;
	background: url(images/eurokit_top/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -32px 0;
	right: 10px;
}
a.nivo-prevNav {
	left: 10px;
}
/* Slider Images */
#pageTeaserWrapper {
	height: 425px;
	/*background: url(images/eurokit_top/pageTeaserBG.gif) no-repeat bottom;*/
        background: url(images/eurokit_top/infoBlockShadow.gif) no-repeat bottom right;
}
#pageTeaser {
	height: 384px;
	width: 960px;
/*	border: 0px solid #fff; */
/* border: 1px solid #AAAAAA; */
	background: #ffffff;
	padding: 0px;
}

/* PARTE INIZIALE MENU */
dfn { 
	display: none;
}
#pageNavigation_top {
	/* background: #7e0219 url(images/eurokit_top/pageNavigationBG.gif) repeat-x; */
background: #024196 url(images/eurokit_top/pageNavigationBG.gif) repeat-x;
	height: 24px;
	width: 950px;
	padding: 2px 0px 2px 10px;
	margin-bottom: 6px;
/* border: 1px solid #AAAAAA; */
}

/* NAVIGATION */
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 15em;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left;
	position: relative;
	z-index: 999;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.7em;
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 15em;
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 15em;
	top: 0;
}
.sf-menu {
	float: left;
	margin-bottom: 1px;
}
.sf-menu  li a, .sf-menu  li a:link, .sf-menu li a:visited {
	display: block;
	font-size: 1.1em;
	line-height: 22px;
	color: #fff;
	background: transparent;
	padding: 0 5px;
	font-weight: bold;
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-transform: uppercase;
	border: none;
	text-decoration: none;
	margin-right: 5px;
cursor: pointer;
}
.sf-menu li a:hover, .sf-menu li a:active, .sf-menu li a.current {
	line-height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0,0,0,0.25);
	/* background: #014818; */
background: #1d60ba;
	padding:0 4px;
}
.sf-menu li li a {
	/* background: #7e0219; */
background: #1d60ba;
	text-transform: none;
	text-shadow: none;
	height: 24px;
	line-height: 20px;
	font-weight: normal;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
.sf-menu li li a:link, .sf-menu li li a:visited {
	/* background: #7e0219; */
background: #1d60ba;
	text-transform: none;
	text-shadow: none;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 0;
}
.sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu li li a.current {
	/* background: #910b24; */
background: #054dae;
	text-decoration: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-radius: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	padding: 0 5px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/eurokit_top/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator {
	top: .8em;
	background-position: 0 -100px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-shadow ul {
	background: url(images/eurokit_top/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* END OF NAVIGATION */




#pageWrapperm {
	width: 920px;
	margin: 20px auto;
}



/* List Styles */
ul.list-add li, ul.list-delete li, ul.list-checkmark li, ul.list-help li, ul.list-favorites li {
	margin: 5px 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
}
ul.list-add li, ul.list-delete li, ul.list-checkmark li, ul.list-help li, ul.list-favorites li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 2px !important;
	padding-left: 25px !important;
}
li.list-print a {
	background: transparent url(images/eurokit_top/printer.png) no-repeat scroll 0 3px;
	display: block;
	padding-left: 25px;
	line-height: 18px;
}
li.list-back a {
	background: transparent url(images/eurokit_top/back.png) no-repeat scroll 0 3px;
	display: block;
	padding-left: 25px;
	line-height: 18px;
}
ul.list-add li {
	background: transparent url(images/eurokit_top/add.png) no-repeat scroll 0 3px;
}
ul.list-delete li {
	background: transparent url(images/eurokit_top/delete.png) no-repeat scroll 0 3px;
}
ul.list-checkmark li {
	background: transparent url(images/eurokit_top/ok.png) no-repeat scroll 0 3px;
}
ul.list-help li {
	background: transparent url(images/eurokit_top/arrow.png) no-repeat scroll 0 3px;
}
ul.list-favorites li {
	background: transparent url(images/eurokit_top/favorites.png) no-repeat scroll 0 3px;
}
ul.list-square li {
	list-style-type: square;
	margin:0 0 0 15px;
	padding-left:10px;
}
ul.list-circle li {
	list-style-type: circle;
	margin:0 0 0 15px;
	padding-left:10px;
}


/* GALLERY */
.gallery .img {
	height: 120px;
	/*width: 120px;*/
	float: left;
	margin: 10px;
	text-align: center;
}

.gallery .img a {
	display: inline-block;
	border: 2px solid #ddd;
	padding: 1px;
}

.gallery .img a:hover {
	border-color: #999;
}

.gallery img {
	border: none;
}

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(modules/Gallery/templates/lytebox/images/previous.png) transparent no-repeat 0 0;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(modules/Gallery/templates/lytebox/images/next.png) transparent no-repeat 0 0;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(modules/Gallery/templates/lytebox/images/uppage.png) transparent no-repeat 0 0;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.galleryclear {
	clear: both;
}


/* LYTEBOX */

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../lytebox/images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(modules/Gallery/templates/lytebox/images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(modules/Gallery/templates/lytebox/images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(modules/Gallery/templates/lytebox/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(modules/Gallery/templates/lytebox/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(modules/Gallery/templates/lytebox/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(modules/Gallery/templates/lytebox/images/prev_gold.gif) left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url(modules/Gallery/templates/lytebox/images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(modules/Gallery/templates/lytebox/images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(modules/Gallery/templates/lytebox/images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(modules/Gallery/templates/lytebox/images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(modules/Gallery/templates/lytebox/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(modules/Gallery/templates/lytebox/images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(modules/Gallery/templates/lytebox/images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(modules/Gallery/templates/lytebox/images/close_red.png) no-repeat; }
	#lbClose.green { background: url(modules/Gallery/templates/lytebox/images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(modules/Gallery/templates/lytebox/images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(modules/Gallery/templates/lytebox/images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(modules/Gallery/templates/lytebox/images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(modules/Gallery/templates/lytebox/images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(modules/Gallery/templates/lytebox/images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(modules/Gallery/templates/lytebox/images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(modules/Gallery/templates/lytebox/images/play_gold.png) no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(modules/Gallery/templates/lytebox/images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(modules/Gallery/templates/lytebox/images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(modules/Gallery/templates/lytebox/images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(modules/Gallery/templates/lytebox/images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(modules/Gallery/templates/lytebox/images/pause_gold.png) no-repeat; }


/* End of 'eurokit_top' */

