body {
	margin: 0px;
	font-family: arial;
	background-color: #000000;
	background-image: url(../teleticinoimages/backgrounds/background.png);
	background-repeat: repeat-x;
	text-align: center;
}

h1, h2, h3, h4, p, ul, li, form {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

img {
	border: 0px;
}

img.borded {
	border: 1px solid #CCCCCC;
}

a, a:link {
	
}
 a:visited
 {
     text-decoration:none;
 }

h1, h2, h3 {
	font-family: arial black;
	font-weight: normal;
}

p {
	font-family: arial;
}

.hidden {
	display: none;
}

/* Line separator */

.line {
	background-color: #000000;
	height: 1px;
}

/* Banners */

.banner {
	/*	border: 1px solid #CCCCCC; */

	margin-bottom: 15px;
}

/* Title bar */

.titleBar, .titleBarBlue {
	background-image: url(../teleticinoimages/backgrounds/titles/teleticino.gif);
	height: 25px;
	padding-left: 15px;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial black;
	text-decoration:none;
}
.titleBar a, .titleBar a:hover { color:#FFFFFF; text-decoration:none; } 
.titleBarBlue {
	background-image: url(../teleticinoimages/backgrounds/titles/blue.gif);
	text-decoration:none;
}

.titleBarBlue a, .titleBarBlue a:hover { color:#FFFFFF; text-decoration:none; }

/* Sliders */

.sliderWidget .viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.sliderWidget .itemSet {
	position: relative;
	left: 0px;
}

.sliderWidget .itemSet li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
}


#container, #bottomShadow {
	width: 960px;
	padding: 0px 7px;
	margin: 0px auto;
}

#container {
	text-align: left;
	background-image: url(../teleticinoimages/backgrounds/container.png);
}

#bottomShadow {
	background-image: url(../teleticinoimages/bottomShadow.png);
	height: 12px;
	margin-bottom: 120px;
}


/* Header */

#header {
	height: 90px;
	background-image: url(../teleticinoimages/backgrounds/header.png);
	margin-bottom: 15px;
	padding: 15px;
	color: #666666;
	font-size: 11px;
	line-height: 15px;
}

#header .text .logo {
	margin-bottom: 20px;
	margin-left:-2px;
	margin-top:14px;
}

#header b {
	color: #cc0000;
	font-family: arial black;
	font-weight: normal;
}

#header .text {
	width: 202px;
	float: left;
}

#header .bannerHeader {
	width: 725px;
	float: right;
}


/* Menu top */

.menuLv1 {
	height: 25px;
}

.menuLv1 .itemTeleticino a, .menuLv1 .itemTeleticinoOn a { color:#FFFFFF; text-decoration:none; }
.menuLv1 .itemTeleticino a:hover, .menuLv1 .itemTeleticinoOn a:hover { color:#FFFFFF; text-decoration:underline; }
.menuLv1 .itemRadio3iii a, .menuLv1 .itemRadio3iiiOn a { color:#FFFFFF; text-decoration:none; }
.menuLv1 .itemRadio3iii a:hover, .menuLv1 .itemRadio3iiiOn a:hover { color:#FFFFFF; text-decoration:underline; }
.menuLv1 .itemSport a, .menuLv1 .itemSportOn a { color:#FFFFFF; text-decoration:none; }
.menuLv1 .itemSport a:hover, .menuLv1 .itemSportOn a:hover { color:#FFFFFF; text-decoration:underline; }

.menuLv1 .itemTicinonews a, .menuLv1 .itemTicinonewsOn a { color:#333333; text-decoration:none; }
.menuLv1 .itemTicinonews a:hover, .menuLv1 .itemTicinonewsOn a:hover, .menuLv1 .item a:hover { color:#333333; text-decoration:underline; }


.menuLv1 .itemTicinonews, .menuLv1 .itemTeleticino, .menuLv1 .itemRadio3iii, .menuLv1 .itemSport, .menuLv1 .item, .menuLv1 .item a:visited, .menuLv1 .item a,
.menuLv1 .itemTicinonewsOn, .menuLv1 .itemTeleticinoOn, .menuLv1 .itemRadio3iiiOn, .menuLv1 .itemSportOn, .menuLv1 .itemOn {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	font-family: georgia;
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.menuLv1 .itemTicinonews, .menuLv1 .itemTicinonewsOn {
	background-color: #e5e5e5;
	color: #333333;
}

.menuLv1 .itemTeleticino, .menuLv1 .itemTeleticinoOn {
	background-color: #000000;
	background-image: url(../teleticinoimages/menu/teleticino.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.menuLv1 .itemRadio3iii, .menuLv1 .itemRadio3iiiOn {
	background-color: #cc0000;
	background-image: url(../teleticinoimages/menu/red.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.menuLv1 .itemSport, .menuLv1 .itemSportOn {
	background-color: #339900;
	background-image: url(../teleticinoimages/menu/green.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.menuLv1 .itemTicinonewsOn, .menuLv1 .itemTeleticinoOn, .menuLv1 .itemRadio3iiiOn, .menuLv1 .itemSportOn, .menuLv1 .itemOn {
	text-decoration: underline;
}

.menuLv1 .separator {
	float: left;
	background-image: url(../teleticinoimages/menu/separator.png);
	margin: 0px 1px;
	width: 1px;
}

.menuLv1 .right {
	color: #666666;
	font-size: 10px;
	font-family: arial black;
	text-transform: uppercase;
	margin-right: 15px;
	margin-top: 5px;
	height: 14px;
	overflow: hidden;
}

.menuLv1 #rss_dropdown {
	width:135px;
	border: 1px solid #cccccc;
	position: absolute;
	background-color: #FFFFFF;
	display: none;
}

#rss_dropdown .rssItem {
	line-height:20px;
	margin-left:15px;
}

#rss_dropdown .rssItem a,#rss_dropdown .rssItem a:link,#rss_dropdown .rssItem a:visited {
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	color:#999999
}

#rss_dropdown .rssItem a:hover {
	color:#ff9900
}


#rss_dropdown .rssSeparator {
	background: url(../teleticinoimages/rss_separator.png) no-repeat;
	line-height:1px;
	font-size:1px;
	height:1px;
}

#rss_dropdown .first {
	margin-top: 8px;
}

#rss_dropdown .last {
	margin-bottom:8px;
}

.menuLv1 .right a, .menuLv1 .right a:link, .menuLv1 .right a:visited {
	color: #666666;
	font-size: 10px;
	font-family: arial black;
	text-decoration: none;
}

.menuLv1 .right a:hover {
	text-decoration: underline;
}

.menuLv1 .right .rss {
	cursor: pointer;
	float: right;
}

.menuLv2 {
 color:#FFFFFF;
}

.menuLv2 a, .menuLv2 a:link, .menuLv2 a:visited, .menuLv2 span {
	color: #FFFFFF;
	font-size: 12px;
	font-family: georgia;
	text-decoration: none;
}


.menuLv2 a:hover, .menuLv2 span {
	text-decoration: underline;
}

.menuLv2 .teleticino a, .menuLv2 .teleticino a:link, .menuLv2 .teleticino a:visited,
.menuLv2 .radio3iii a, .menuLv2 .radio3iii a:link, .menuLv2 .radio3iii a:visited,
.menuLv2 .sport a, .menuLv2 .sport a:link, .menuLv2 .sport a:visited {
	color: #FFFFFF;
}

.menuLv2 div {
	padding-left: 15px;
	font-size: 12px;
	background-image: url(../teleticinoimages/line.gif);
	background-repeat: repeat-x;
	line-height:15px;
	padding-bottom:10px;
	padding-top:10px;
}

.menuLv2 .ticinonews {
 background-color: #e5e5e5; 
 background-image: none;
 color:#333333;
}
.menuLv2 .ticinonews a, .menuLv2 .ticinonews a:hover { 
 color:#333333;
}


.menuLv2 .teleticino {
	/*background-color: #000000; 
	background-image: url(../images/backgrounds/lined.gif);
	background-repeat: repeat;*/
	color: #FFFFFF;
}

.menuLv2 .radio3iii {
	/*background-color: #cc0000;
	background-image: none;*/
	color: #FFFFFF;
}

.menuLv2 .sport {
	/*background-color: #339900;
	background-image: none;*/
	color: #FFFFFF;
}




#body {
	margin: 15px;
	background-image: url(../teleticinoimages/backgrounds/column.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* Center */

#center {
	float: left;
	width: 615px;
}


/* Top news */

#topNews {
	height: 280px;
	width: 615px;
	overflow: hidden;
	color: #FFFFFF;
	margin-bottom: 15px;
}

#topNews h1 {
	font-size: 30px;
	line-height: 31px;
	margin: 16px 0px 10px 0px;
	font-size: 28px;
}

#topNews h2 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 13px;
}

#topNews a, #topNews a:link, #topNews a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topNews a:hover {
	text-decoration: underline;
}

#topNews p {
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

#topNews h1, #topNews h2, #topNews p {
	margin-left: 15px;
	margin-right: 13px;
}

#topNews .positionLeft, #topNews .positionRight {
	position: relative;
	top: -280px;
	width: 307px;
	height: 280px;
}

#topNews .positionLeft {
	float: left;
	left: -307px;
}

#topNews .positionRight {
	float: right;
	left: 307px;
}

#topNews .box {
	width: 306px;
	height: 278px;
	background-color: #000000;
	opacity: 0.7;
	margin-top: 1px;
}

#topNews .text {
	position: relative;
	top: -280px;
}

#topNews .text .newsType {
	height: 22px;
	line-height: 22px;
	padding: 0px 15px;
	background-color: #000000;
	float: left;/*ERR*/
	margin-top: 2px;
}

#topNews .text .newsType a, #topNews .text .newsType a:link, #topNews .text .newsType a:visited {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: arial black;
	color: #FFFFFF;
}

#topNews .text .newsType a:hover {
	text-decoration: underline;
}

#topNews .arrowLeft, #topNews .arrowRight {
	position: relative;
	top: -340px;
	width: 15px;
	height: 24px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 4px 6px;
	cursor: pointer;
}

#topNews .positionLeft .arrowLeft, #topNews .positionLeft .arrowRight {
	left: 307px;
}

#topNews .positionRight .arrowLeft, #topNews .positionRight .arrowRight {
	left: -15px;
}

#topNews .arrowLeft {
	background-image: url(../teleticinoimages/arrows/whiteLeft.gif);	
}

#topNews .arrowRight {
	background-image: url(../teleticinoimages/arrows/whiteRight.gif);	
}


/* News list */

.newsList {
	margin-bottom: 15px;
	color: #333333;
	font-size: 11px;
}

.newsList.main {
	border: 1px solid #cccccc;
}

.newsList.main .line {
	height: 3px;
}

.newsList h2 {
	font-size: 17px;
	line-height: 18px;
	margin: 5px 0px 9px 0px;
}

.newsList h2 a, .newsList h2 a:link, .newsList h2 a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 17px;
	letter-spacing: -1px;
}

.newsList h2 a:hover {
	text-decoration: underline;
}

.newsList a, .newsList a:link, .newsList a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

.newsList a b , .newsList a:link b , .newsList a:visited b {
	font-weight: normal;
	font-family: arial black;
}

.newsList a:hover, .newsList h2 a:hover {
	color: #000000;
}

.newsList p {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.newsList .news, .newsList .newsOn {
	height: 126px;
	background-repeat: no-repeat;
	background-position: top right;
}

.newsList.main .news, .newsList.main .newsOn {
	height: 120px;
}

.newsList .news {
	background-color: #999999;
}

.newsList .newsOn {
	background-color: #626262;
	background-image: url(../teleticinoimages/backgrounds/newsOn.png);
	background-repeat: repeat-y;
	background-position: right;
}

.newsList .image {
	width: 160px;
	height: 120px;
	float: left;
	font-size: 0px;
	margin: 3px 16px 3px 3px;
}

.newsList.main .image {
	margin: 0px 16px 0px 0px;
}

.newsList .text {
	padding: 12px 16px 0px 16px;
	font-size: 9px;
}

.newsList .text .top {
	color: #FFFFFF;
}

.newsList .conduttore {
	width: 116px;
	height: 120px;
	background-image: url(../teleticinoimages/content/conduttore.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: right;
	margin-right: 15px;
}

.newsList .tv {
	width: 85px;
	height: 120px;
	background-image: url(../teleticinoimages/content/tv.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: right;
	margin-right: 25px;
}


.newsListSlider {
	margin-bottom: 15px;
}

.newsListSlider .image1 {
	background-image: url(../teleticinoimages/backgrounds/newsImage1.png);
	float: right;
}

.newsListSlider .banner {
	margin-top: 15px;
}

.newsListSlider .newsList {
	margin: 0px;
}

.noImage .newsList .news, .noImage .newsList .newsOn {
	height: 68px;
}

.newsListSlider .sliderWidget {
	color: #666666;
	line-height:16px;
	width: 615px;
}

.newsListSlider .sliderWidget .itemSet li {
	width: 615px;
}

.newsListSlider .bar {
	background-image: url(../teleticinoimages/backgrounds/titles/teleticino.gif);
	height: 25px;
	padding-right: 15px;	
	margin-top: 15px;
}

.newsListSlider .bar img {
	float: left;
	cursor: pointer;
	position: relative;
	top: 8px;
}

.newsListSlider .numbers {
	padding: 0px 11px;
	float: left;
}

.newsListSlider .numbers div {
	width: 15px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial black;
	float: left;
	cursor: pointer;
}

.newsListSlider .numbers div.on {
	background-color: #000000;
	color: #FFFFFF;
}

.newsListSlider .numbers div.hover {
	text-decoration: underline;
}

/* Company news */

.companyNews {
	margin-bottom: 15px;
	color: #333333;
	font-size: 11px;
}

.companyNews h2 {
	font-size: 17px;
	line-height: 18px;
	margin: 5px 0px 9px 0px;
}

.companyNews h2 a, .companyNews h2 a:link, .companyNews h2 a:visited {
	text-decoration: none;
	color: #666666;
}

.companyNews h2 a:hover {
	color: #CC0000;
	text-decoration: none;
}

.companyNews a, .companyNews a:link, .companyNews a:visited {
	text-decoration: none;
	color: #333333;
}

.companyNews a:hover {
	text-decoration: underline;
}

.companyNews p {
	font-size: 14px;
	line-height: 16px;
	font-family: georgia;
	color: #333333;
}

.companyNews .newsOn {
	background-image: url(../teleticinoimages/backgrounds/newsList.png);	
}

.companyNews .image {
	width: 160px;
	height: 120px;
	float: left;
}

.companyNews .text {
	float: left;
	width: 423px;
	padding: 17px 16px;
}


/* Banners */

.banner, .bannersSmall {
	margin-bottom: 15px;
}

.bannersSmall img {
	border: 0px solid #CCCCCC;
}


/* News slider */

.newsSlider {
	margin-bottom: 15px;
	height: 133px;
}

.newsSlider .arrowLeft, .newsSlider .arrowRight, .newsSlider .sliderWidget  {
	float: left;
}

.newsSlider .arrowLeft, .newsSlider .arrowRight {
	background-color: #cccccc;
	width: 12px;
	height: 61px;
	padding: 47px 0px 0px 3px;
	cursor: pointer;
}

.newsSlider .overlay, .newsSlider .overlayText {
	height: 108px;
	position: relative;
	display: none;
}

.newsSlider .overlay {
	width: 144px;
}

.newsSlider .video {
	background-image: url(../teleticinoimages/backgrounds/overlayVideo.png);
}

.newsSlider .radio {
	background-image: url(../teleticinoimages/backgrounds/overlayRadio.png);
}

.newsSlider .overlayText {
	width: 107px;
	padding: 12px 25px 0px 12px;
}

.newsSlider .overlayText a, .newsSlider .overlayText a:link, .newsSlider .overlayText a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial black;
	font-size: 13px;
	line-height: 15px;
}

.newsSlider .overlayText a:hover {
	text-decoration: underline;
}
	
.newsSlider .sliderWidget {
	width: 585px;
	height: 108px;
	background-color: #000000;
	color: #666666;
	line-height:16px;
}

.newsSlider .sliderWidget .itemSet li {
	width: 580px;
	height: 108px;
	padding: 0px 2px 0px 3px;
}

.newsSlider .sliderWidget .itemSet li img, .newsSlider .sliderWidget .itemSet li .text {
	float: left;
}

.newsSlider .sliderWidget .itemSet li img {
	margin-right: 1px;
	border: 1px solid #CCCCCC;
}

.newsSlider .sliderWidget .itemSet li .text {
	display: none;
}


/* Zapping box */

.zappingBox {
	width: 265px;
	height: 206px;
	background-image: url(../teleticinoimages/backgrounds/zapping.png);
	background-repeat: no-repeat;
	background-color: #ff8800;
	padding-left: 350px;
	margin-bottom: 15px;
}

.zappingBox p {
	margin-bottom: 15px;
}

.zappingBox h3 a, .zappingBox h3 a:link, .zappingBox h3 a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial black;
	text-decoration: none;
}

.zappingBox p a, .zappingBox p a:link, .zappingBox p a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.zappingBox p a:hover, .zappingBox h3 a:hover {
	color: #000000;
}

.zappingBox .arrows {
	width: 25px;
	float: left;
	margin-top: 175px;
}

.zappingBox .arrowLeft {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.zappingBox .arrowRight {
	float: left;
	cursor: pointer;
}

.zappingBox .arrows img {
	cursor: pointer;
}

.zappingBox .sliderWidget {
	width: 220px;
	height: 206px;
	color: #666666;
	line-height:16px;
	float: left;
}

.zappingBox .sliderWidget .itemSet li {
	width: 220px;
	padding-top: 15px;
}


/* Last news */

.lastNews {
	margin-bottom: 15px;
	border: 1px solid #cbcbcb;
	background-color: #999999;
	height: 120px;
}

.lastNews h2 {
	font-size: 17px;
	line-height: 18px;
	margin: 5px 0px 9px 0px;
}

.lastNews h2 a, .lastNews h2 a:link, .lastNews h2 a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 17px;
	letter-spacing: -1px;
}

.lastNews h2 a:hover {
	text-decoration: underline;
}

.lastNews a, .lastNews a:link, .lastNews a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

.lastNews a b , .lastNews a:link b , .lastNews a:visited b {
	font-weight: normal;
	font-family: arial black;
}

.lastNews a:hover, .lastNews h2 a:hover {
	color: #000000;
}

.lastNews p {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.lastNews .image {
	width: 160px;
	height: 120px;
	float: left;
	font-size: 0px;
	margin: 0px;
}

.lastNews .text {
	padding: 12px 2px 0px 16px;
	font-size: 9px;
	float: left;
	width: 300px;
}

.lastNews .text .top {
	color: #FFFFFF;
}

.lastNews .conduttore {
	width: 120px;
	height: 120px;
	background-image: url(../teleticinoimages/content/conduttore.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
	margin-right: 15px;
}



/* News lists */

.newsLists {
	/*margin-bottom: 15px;*/
	height: 257px;
	overflow: hidden;
	margin-bottom:15px;
}

.newsLists .news {
	width: 307px;
	float: left;
}

.newsLists .link {
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #717171;
}

.newsLists .back
{
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: arial;
    font-size: 10px;
    background-color: #717171;
}

.newsLists .back img {
	position: relative;
	top: 2px;
}

.newsLists .arrows {
	position: relative;
	left: 270px;
	top: -30px;
}

.newsLists .arrowLeft {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.newsLists .arrowRight {
	float: left;
	cursor: pointer;
}

.newsLists .link a, .newsLists .link a:link, .newsLists .link a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.newsLists .back a, .newsLists .back a:link, .newsLists .back a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.newsLists .link a.selected, .newsLists .link a.selected:link, .newsLists .link a.selected:visited, .newsLists .link a:hover, .newsLists .back a:hover {
	color: #000000;
}

.newsLists .sliderWidget {
	width: 306px;
	height: 191px;
	line-height:16px;
	padding-top: 15px;
}

.newsLists #mostRead {
	background-color: #989898;
}

.newsLists #mostCommented, .newsLists #otherNews {
	background-color: #626262;
}

.newsLists .sliderWidget .itemSet li {
	width: 306px;
	height: 206px;
	font-family: arial black;
	font-size: 11px;
}

.newsLists #mostRead .itemSet li {
	color: #000000;
}

.newsLists #mostCommented .itemSet li, .newsLists #otherNews .itemSet li {
	color: #FFFFFF;
}


.newsLists .sliderWidget .itemSet li ol li {
	float: none;
	height: 18px;
	list-style-type: decimal;
}

.newsLists .sliderWidget a, .newsLists .sliderWidget a:link, .newsLists .sliderWidget a:visited {
	font-size: 11px;
	text-decoration: none;
	font-family: arial;
}

#mostRead a, #mostRead a:link, #mostRead a:visited {
	color: #000000;
}

#mostCommented a, #mostCommented a:link, #mostCommented a:visited, #mostRead a:hover,
#otherNews a, #otherNews a:link, #otherNews a:visited, #otherNews a:hover {
	color: #FFFFFF;
}

#mostCommented a:hover, #otherNews a:hover {
	color: #000000;
}


.newsLists .sliderWidget a:hover {
	color: #CC0000;
}


/* Article */

.article {
	margin-bottom: 15px;
	background-image: url(../teleticinoimages/backgrounds/article.png);
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: 0px 55px;
}

.article .tabs {
	height: 25px;
}


.article .tab, .article .tabOn, .article .separator {
	float: left;
	height: 25px;
}	

.article .tab, .article .tabOn {
	text-align: center;
}

.article .tab {
	width: 99px;
	background-color: #cc0000;
	background-image: url(../teleticinoimages/menu/teleticino.gif);
	background-repeat: repeat-x;
}

.article .tabOn {
	width: 99px;
	background-color: #999999;
}

.article .tab a, .article .tab a:link, .article .tab a:visited,
.article .tabOn a, .article .tabOn a:link, .article .tabOn a:visited {
	font-size: 10px;
	font-family: arial black;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 24px;
}

.article .tab a, .article .tab a:link, .article .tab a:visited,
.article .tabOn a, .article .tabOn a:link, .article .tabOn a:visited {
	color: #FFFFFF;
}

.article .tab a:hover {
	color: #000000;
}

.article .separator, .article .empty {
	font-size: 0px;
}

.article .separator {
	width: 1px;
}

.article .header .top {
	height: 30px;
	margin-bottom: 20px;
	background-color: #999999;
}

.article .header .top .item {
	float: left;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
}

.article .header .top .item	a, .article .header .top .item a:link, .article .header .top .item a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.article .header .top .item	a:hover {
	color: #000000;
}

.article .header .top .date {
	width: 237px;
	text-align: left;
	padding-left: 15px;
}

.article .header .top .date span {
	font-size: 9px;
}

.article .header .top .date b {
	font-weight: normal;
	font-family: arial black;
}


.article .header .textSize {
	width: 44px;
}

.article .header .textSize img {
	cursor: pointer;
}

.article .header .print {
	width: 73px;
}

.article .header .send {
	width: 58px;
}

.article .header .comment {
	width: 87px;
}

.article .header .share {
	width: 121px;
	margin-left:8px;
}

.article .top .separator {
	margin-top: 6px;
	height: 18px;
	background-color: #bdbdbd;
}

.article .header h1, .article .header h2 {
	padding-left: 15px;
}

.article .header h1 {
	font-size: 25px;
	font-family: arial black;
	line-height: 27px;
	padding-bottom: 12px;
	color: #000000;
	padding-right: 100px;
}

.article .header h2 {
	font-size: 12px;
	color: #000000;
	padding-bottom: 25px;
	font-family: arial;
}




.article .body {
	padding: 0px 15px 15px;
}

.article .body p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 19px;
}

/* Article Testo */


/* Suggestions */

.suggestions {
	width: 300px;
	float: right;
	margin: 0px 0px 15px 15px;
}

.suggestions .image {
	margin-bottom: 1px;
}

.suggestions .author {
	color: #999999;
	font-size: 10px;
	text-align: right;
}


.suggestions .sliderWidget {
	width: 300px;
	height: 61px;
	background-color: #808080;
	line-height:16px;
	padding-top: 10px;
}

.suggestions .sliderWidget .itemSet li {
	width: 300px;
	height: 74px;
	color: #FFFFFF;
	font-family: arial black;
	font-size: 11px;
}

.suggestions .sliderWidget .itemSet li ol li {
	float: none;
	height: 18px;
	list-style-type: decimal;
}

.suggestions .sliderWidget a, .suggestions .sliderWidget a:link, .suggestions .sliderWidget a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-family: arial;
}

.suggestions .sliderWidget a:hover {
	color: #FFFFFF;
}

.suggestions .arrows {
	position: relative;
	left: 250px;
	top: -37px;
}

.suggestions .arrowLeft {
	float: left;
	margin-right: 7px;
	cursor: pointer;
}

.suggestions .arrowRight {
	float: left;
	cursor: pointer;
}

.suggestions .download {
	background-color: #b3b3b3;
	height: 25px;
	text-align: right;
	padding-right: 15px;
	margin-top: 1px;
}

.suggestions .download img {
	position: relative;
	top: 3px;
}

.suggestions .download a, .suggestions .download a:link, .suggestions .download a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 25px;
}

.suggestions .download a:hover {
	text-decoration: underline;
}

/* Poll box */

.article .pollBox {
	margin-bottom: 15px;	
	margin-top: 55px;
}

.article .pollBox .box {
	background-image: url(../teleticinoimages/backgrounds/pollBox.png);
	padding: 10px 15px;
	width: 555px;
	height: 99px;
}

.article .pollBox .title {
	color: #999999;
	font-family: arial black;
	font-size: 12px;
	margin-bottom: 10px;
}

.article .pollBox label {
	font-family: arial black;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
}

.article .pollBox .left {
	width: 385px;
}


.article .pollBox .right {
	width: 170px;
	text-align: right;
}

.article .pollBox .right img {
	position: relative;
	top: 3px;
}

.article .pollBox .right .vote {
	position: relative;
	top: 7px;
	margin-right: 15px;
}

.article .pollBox .right .vote img {
	top: 1px;
}

.article .pollBox a, .article .pollBox a:link, .article .pollBox a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

.article .pollBox a:hover {
	text-decoration: underline;
}

/* Back */

.article .back, .article .backOn {
	height: 24px;
	padding-left: 15px;
}

.article .back {
	background-image: url(../teleticinoimages/backgrounds/titles/teleticino.gif)
}

.article .backOn {
	background-image: url(../teleticinoimages/backgrounds/backOn.gif);
}


.article .back img, .article .backOn img {
	position: relative;
	top: 2px;
}

.article .back a, .article .back a:link, .article .back a:visited {
	font-size: 11px;
	font-family: arial black;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 24px;
}

.article .back a:hover {
	color: #999999;
}

/* Articolo Video */ 

.article .videoBox {
	text-align:center;
	width:585px;
	padding-top: 10px;
	padding-bottom: 20px;
/* A	margin: 0px auto 100px; */
}

.article .videoOnAir {
	margin-top:1px;
}


/* Articolo Audio */ 

.article .audioBox {
	margin-bottom:100px;
}

.article .audioLink, .article .audioLinkOn {
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:15px 8px;
	margin-top: 1px;
}

.article .audioLinkOn {
 	background-color:#666666;	
 	background-image:url(../teleticinoimages/arrows/whiteRightSmall.gif);
}

.article .audioLink {
 	background-color:#cccccc;
 	background-image:url(../teleticinoimages/arrows/blackRightSmall.gif);	
}

.article .audioLink, .article .audioLinkOn, .article .audioLink a, .article .audioLinkOn a {
 	line-height:24px;
	color:#FFFFFF;
	font-size:11px;
}
	
.article .audioLink a, .article .audioLinkOn a {	
	text-decoration:none;
}

.article .audioLink a {	
 	color:#000000;
}

.article .audioLinkOn a {	
 	color:#FFFFFF;
}

.article .audioLink a:hover, .article .audioLinkOn a:hover {	
	text-decoration:underline;
}

/* Articolo Gallery */

.article .newsSlider {
	margin: 0px -15px;
}

.article .newsSlider li img {
	cursor: pointer;
}

.article .galleryImage {
/*	width: 374px; */
	padding-top: 15px;
	margin: 0px auto 15px;
	text-align:center;	
	height: 600px;
}


/* Articolo Blog */

.article .blog {
	margin-bottom: 15px;
	padding-top: 15px;
}

.article .blog p {
	color: #000000;
}

.article .blog .top {
	height: 40px; 
	background-color: #999999;
	padding: 0px 15px;
	line-height: 40px;
}

.article .blog .top b {
	font-family: arial black;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin-right: 15px;
}

.article .blog .top input {
	border: 1px solid #000000;
	width: 100px;
	height: 16px;
	padding: 2px 0px 0px 8px;
	font-family: arial;
	font-size: 11px;
	color: #999999;
}

.article .blog .top .login {
	cursor: pointer;
	position: relative;
	top: 6px;
}

.article .blog .label {
	padding: 0px 15px;
	float: left;
}

.article .blog .answer .label {
	background-color: #ffffff;
}



.article .blog .top .label a, .article .blog .top .label a:link, .article .blog .top .label a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.article .blog .top .label a:hover {
	text-decoration: underline;
}

.article .blog .top .separator {
	background-color: #BDBDBD;
	height:18px;
	width: 1px;
	margin-top: 11px;
}

.article .blog .messages {
	padding: 0px 15px;
}

.article .blog .messages h3 {
	font-size: 17px;
	color: #FFFFFF;
	padding-top: 19px;
	margin-bottom: 13px;
	text-transform: uppercase;
}
	
.article .blog .messages h4 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 25px 0px 10px 15px;
	font-weight: normal;
}

.article .blog .message, .article .blog .messageOn {
	width: 555px;
	margin-bottom: 6px;
}

.article .blog .message {
	background-color: #a6a6a6;
}

.article .blog .messageOn {
	background-color: #cccccc;
}

.article .blog .messages .left {
	width: 40px;
	text-align: center;
	padding-top: 15px;
}

.article .blog .messages .right {
	width: 500px;
	padding-top: 10px;
	padding-right: 15px;
}

.article .blog .messages .date {
	color: #999999;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 20px;
}

.article .blog .messages .title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.article .blog .message .title, .article .blog .message .date {
	color: #FFFFFF;
}

.article .blog .messageOn .title, .article .blog .messageOn .date {
	color: #000000;
}

.article .blog .answer {
	height: 28px;
	float: right;
	padding-right: 15px;
}

.article .blog .answer a, .article .blog .answer a:link, .article .blog .answer a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 28px;
}

.article .blog .answer a:hover {
	color: #FFFFFF;
}

.article .blog .button {
	width: 77px;
	height: 77px;
	margin: 15px 0px 0px 11px;
	cursor: pointer;
}

/* Column */

#column {
	float: right;
	margin-left: 15px;
	width: 300px;
}


/* Advertising */

.advertising {
	margin-bottom: 15px;
}

.advertising .line {
	background-image: url(../teleticinoimages/line.gif);
	height: 1px;
}

.advertising .bar {
	padding: 9px 15px;
	height: 10px;
	background-image: url(../teleticinoimages/backgrounds/bar.png);
}

.advertising a, .advertising a:link, .advertising a:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.advertising a:hover {
	text-decoration: underline;
}


/* Search box */

.searchBox {
	padding: 14px 12px 9px 11px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #999999;
	border-top: 0px;
}

.searchBox a, .searchBox a:link, .searchBox a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.searchBox a.selected, .searchBox a.selected:link, .searchBox a.selected:visited {
	color: #000000;
}

.searchBox a:hover {
	color: #000000;
}

.searchBox .left {
	width: 211px;
	font-size:9px;
}

.searchBox .right {
	width: 53px;
}

.searchBox .searchFields {
	margin-bottom: 7px;
}

.searchBox .searchFields .field {
	border: 1px solid #FFFFFF;
	height: 16px;
	float: left;
	width: 160px;
}

.searchBox .searchFields .button {
	height: 20px;
	width: 42px;
	border: 0px;
	float: left;
	background-image: url(../teleticinoimages/searchButton.jpg);
	cursor: pointer;
}


/* Tv box */

.tvBox {
	margin-bottom: 15px;
	background-image: url(../teleticinoimages/backgrounds/tvBox.png);
	width: 300px;
	height: 84px;
}

.tvBox .button, .tvBox .text {
	float: left;
}

.tvBox .button {
	width: 85px;
	height: 84px;
	/*background-image: url(../images/buttons/onAir.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	margin-right: 20px;
}

.tvBox .button.tv {
	background-image: url(../teleticinoimages/icons/tvBox/tv.png);
}

.tvBox .button.wire {
	background-image: url(../teleticinoimages/icons/tvBox/wire.png);
}

.tvBox .button.pc {
	background-image: url(../teleticinoimages/icons/tvBox/pc.png);
}

.tvBox .text {
	font-size: 14px;
	color: #FFFFFF;
	/*margin-top: 17px;*/
	width: 180px;
	padding: 20px 0px 20px 15px;
}

.tvBox .text a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.tvBox .text h3 a {
	font-size: 20px;
	font-family: arial black;
	text-transform: uppercase;
}

.tvBox .text a:hover, .tvBox .text a.hover {
	color: #000000;
}

/* News boxes */

.newsBox, .newsBoxSport, .newsBoxTeleticino, .newsBoxTicinonews, .newsBoxRadio3iii {
	margin-bottom: 15px;
}

.newsBox {
	background-color: #000000;
}

.newsBoxRadio3iii {
	background-color: #FFFFFF;
}

.newsBox .item, .newsBoxSport .item, .newsBoxTeleticino .item, .newsBoxRadio3iii .item, 
.newsBox .itemOn, .newsBoxSport .itemOn, .newsBoxTeleticino .itemOn, .newsBoxRadio3iii .itemOn {
	padding: 8px 15px;
	margin-bottom: 1px;
	height:35px;
}

.newsBox .item a, .newsBox .item a:link, .newsBox .item a:visited,
.newsBoxSport .item a, .newsBoxSport .item a:link, .newsBoxSport .item a:visited,
.newsBoxTeleticino .item a, .newsBoxTeleticino .item a:link, .newsBoxTeleticino .item a:visited,
.newsBoxRadio3iii .item a, .newsBoxRadio3iii .item a:link, .newsBoxRadio3iii .item a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.newsBox .itemOn a, .newsBox .itemOn a:link, .newsBox .itemOn a:visited,
.newsBoxSport .itemOn a, .newsBoxSport .itemOn a:link, .newsBoxSport .itemOn a:visited,
.newsBoxTeleticino .itemOn a, .newsBoxTeleticino .itemOn a:link, .newsBoxTeleticino .itemOn a:visited,
.newsBoxRadio3iii .itemOn a, .newsBoxRadio3iii .itemOn a:link, .newsBoxRadio3iii .itemOn a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.newsBox .item b, .newsBox .itemOn b, .newsBoxSport .item b , .newsBoxTeleticino .item b , .newsBoxRadio3iii .item b , .newsBoxSport .itemOn b , .newsBoxTeleticino .itemOn b , .newsBoxRadio3iii .itemOn b {
	font-family: arial black;
	font-size: 11px;
	text-transform: uppercase;
}

.newsBox .item b, .newsBox .itemOn b {
	font-family: arial black;
	font-size: 11px;
	font-weight: normal;
}


/* News box */

.newsBox .item {
	background-color: #dbdbdb;
}

.newsBox .itemOn {
	background-color: #999999;
	background-image: url(../teleticinoimages/backgrounds/bars/grey.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* News box Sport */

.newsBoxSport .titleBar {
	background-image: url(../teleticinoimages/backgrounds/titles/green.gif);
	text-decoration:none;
}

.newsBoxSport .item {
	background-color: #d1e0c1;
}

.newsBoxSport .itemOn {
	background-color: #669933;
	background-image: url(../teleticinoimages/backgrounds/bars/green.png);
	background-repeat: repeat-x;
}


/* News box Teleticino */

.newsBoxTeleticino .titleBar {
	background-image: url(../teleticinoimages/backgrounds/titles/black.gif);
	text-decoration:none;
}

.newsBoxTeleticino .item {
	background-color: #707070;
}

.newsBoxTeleticino .item a, .newsBoxTeleticino .item a:link, .newsBoxTeleticino .item a:visited {
	color: #FFFFFF;
}

.newsBoxTeleticino .itemOn {
	background-color: #333333;
	background-image: url(../teleticinoimages/backgrounds/bars/black.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


/* News box Radio 3iii */

.newsBoxRadio3iii .titleBar {
	background-image: url(../teleticinoimages/backgrounds/titles/red.gif);
	text-decoration:none;
}

.newsBoxRadio3iii .item {
	background-color: #ffe6ca;
}

.newsBoxRadio3iii .itemOn {
	background-color: #cc3333;
	background-image: url(../teleticinoimages/backgrounds/bars/red.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.newsBoxRadio3iii .item a, .newsBoxRadio3iii .item a:link, .newsBoxRadio3iii .item a:visited {
	color: #000000;
}


/* Ticinonews */

.newsBox .titleBar {
	background-image: url(../teleticinoimages/backgrounds/titles/grey.gif);
	text-decoration:none;
}


/* Fast link */

.fastLink {
	margin-bottom: 15px;
}

.fastLink .item, .fastLink .itemOn {
	margin-top: 1px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}

.fastLink .item {
	background-image: url(../teleticinoimages/backgrounds/fastLink.gif);
}

.fastLink .itemOn {
	background-image: url(../teleticinoimages/backgrounds/fastLinkOn.gif);
}

.fastLink .item a, .fastLink .item a:link, .fastLink .item a:visited,
.fastLink .itemOn a, .fastLink .itemOn a:link, .fastLink .itemOn a:visited {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial black;
}


/* News box center */

.newsBoxes .left, .newsBoxes .right {
	width: 300px;
}

/* Footer */

#footer {
	height: 128px;
	padding: 15px 15px 20px; 
	background-image: url(../teleticinoimages/backgrounds/footer.png);
}

#footer li {
	list-style: none;
	line-height:13px;
}

#footer h3 {
	font-size: 14px;
	line-height:16px;
	font-family: georgia;
}

#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .columns {
	height: 120px;
}

#footer .column, #footer .lastColumn {
	float: left;
}

#footer .column {
	margin-right: 55px;
}

#footer .skip {
	float: left;
	width: 200px;
}

#footer .skip a, #footer .skip a:link, #footer .skip a:visited {
	text-decoration: none;
	font-family: arial black;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #333333;
	text-transform: uppercase;
}

#footer .skip a:hover {
	text-decoration: underline;
}

#footer .sitemap {
	float: right;
	margin-right: 30px;
}

#footer .sitemap a, #footer .sitemap a:link, #footer .sitemap a:visited, #footer .sitemap a:hover {
	text-decoration: none;
	 color: #777777;
}

#footer .sitemap a:hover {
	text-decoration: underline;
}
.article .body a {
	color: white;
	font-weight:bold;

}

/* CSS Cartina TREKS */

#container_cartina{
	width: 300px;
	height: 395px;
	background-image: url(images/treks/cartina_ticino.png);
	position: absolute;
	font-size: 11px;
}

.puntatore{
	height: 15px;
	width: 15px;
}

#p1{   
	position: relative;
	left: 143px;
	top: 250px;
}
          
.riquadro {   
    display: none;   
    position: absolute;   
    padding: 5px 5px 7px 5px;  
	width: 200px;
	height: auto; 
	background: white;
	border: 1px solid #555;
}

.riquadro h1{
	margin: 3px 0 3px 0;
	padding: 0;
	font-size: 14px;
}

.desc{
	margin: 3px 0 0 0;
	padding: 0;
}

.click{
	color: blue;
}
