body {
	background: #000 none 0 top;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

/* @group logo */


#logo_webtv,#logo_webtv2, #main_webtv, #paginazione{
	margin-left: 25px;
}
#logo_webtv, #logo_webtv2 {
	margin-top: 11px;
	margin-bottom: 16px;
}
#logo_webtv {
	height: 35px;
}
.destra{
	float: right;
	margin: 0;
	padding: 0;
} 
.citofonare {
	float: right;
	margin-left: 455px;
	padding: 0
}
.orologio {
	float:left;
	position: relative;
	left: 400px;
	top: -6px;
}
.sinistra {
	float: left;
	margin: 0;
	padding: 0;
}
#logo_webtv2 {
	width: 1109px;
	height: 36px;
}

/* @end */

/* @group Principale

 */
#main_webtv, #logo_webtv, #paginazione {
	width: 950px;
	height: auto;
}

#main_webtv {
	padding: 0 0 22px;
}
#left {
	margin: 0 0 10px;
	padding: 0;
	float: left;
}
/* @group filmato e titolo */

#mov_webtv, #titolo_webtv, #elementi_inferiori {
	width: 640px;
}

#mov_webtv {
	height: 495px;
	margin: 0 0 10px;
	float: left;
}

#blocco_titolo_webtv {
	font-family: Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	clear: left;
	padding: 0;
	overflow: visible;
	width: 640px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

div#titolo_webtv .titolo {
	font-size: 20px;
	color: white;
	clear: none;
	padding-top: 12px;
	font-weight: bold;
}

.descrizione_webtv {
	font-size: 12px;
	color: white;
	margin-left: 10px;
}

.postproduzione {
	color: #999999;
	font-family: Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 14px;
}

/* @end */

/* @group elementi inferiori */

#elementi_inferiori {
	overflow: visible;
}

/* @group incorniciato_webtv */

#incorniciato_webtv {
	width: 405px;
	height: 240px;
	background: url(../immagini_upload/elementi_pagina/webtv/sfondo2.png) no-repeat;
	margin: 0;
	float: left;
	overflow: hidden;
}

/* @group cartolina */
#titoli_cartolina{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#titoli_cartolina h1{
	color: white;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	margin: 4px 0 0;
	padding: 0;
}
 #titoli_cartolina h4 {
	color: white;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin: 4px 0 0;
	padding: 0;
}
#testo_cartolina {
	color: white;
	font: 12px arial;
	width: 95%;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 178px;
	margin: 6px auto 10px;
	padding: 0;
}

/* @end */

/* @group normale */

.incorniciato_subtitolo {
	color: white;
	padding: 5px;
	margin: 0;
	background-image: url(http://www.caffe.ch/mycaffe/immagini_upload/elementi_pagina/postscriptum/transparent_bg.png);
	opacity: 0.76;
	-moz-opacity: 0.76;
	filter: alpha(opacity=76);
	width: 100px;
	text-decoration: none;
	font: bold 10px arial;
	display: block;
	top: -21px;
	position: relative;
}

div#incorniciato_webtv img {
	overflow: hidden;
}

div#incorniciato_webtv a {
	border-width: 0;
	padding: 0;
	margin: 12px;
	display: block;
	width: 110px;
	height: 85px;
	overflow: hidden;
	text-decoration: none;
}



/* @end */

/* @end */

.ultimi_video_lancio {
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-left: 14px;
	float: left;
	clear: left;
	margin-top: 6px;
	width: 90%;
}

.incorniciato_subtitolo a {
	text-decoration: none;
}

#lanci_bassi_webtv_destra {
	float: right;
	width: 229px;
	height: auto;
}

.pulsanti_rubriche {
	width: 218px;
	border-top-style: dotted;
	border-width: 2px;
	height: 25%;
	vertical-align: middle;
	border-top-color: #666666;
}

div.pulsanti_rubriche a img {
	border-width: 0;
	margin: 8px 13px 7px 22px;
	text-decoration: none;
}

#elementi_inferiori_dot {
	width: 950px;
	float: left;
	clear: both;
	border-top: 2px dotted #666666;
	height: 5px;
	margin-bottom: -4px;
}

/* @end */

/* @group menu sinistra */

#menu_sin_webtv {
	float: right;
	width: 300px;
	height: 734px;
	overflow: hidden;
	margin-left: 8px;
}

/* @group tabPanel */

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	width: 100%;
/* IE

Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	color: white;
	font: bold 11px Arial;
	background-color: #000;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	font: bold 0.8em Arial,sans-serif;
	background-color: #666666;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	width: 32.5%;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */

.TabbedPanelsTabHover {
	background-color: #CCC;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */

.TabbedPanelsTabSelected {
	background-color: #000000;
	border-bottom: 1px solid #000000;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #000;
	border-right: solid 1px #999;
	background-color: #000;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */

.TabbedPanelsContent {
	padding: 4px 10px 10px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */

.TabbedPanelsContentVisible {
	height: 674px;
	overflow: hidden;
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* @end */

/* @group ricerca */

#tit_ricerca {
	color: #666666;
	font: 11px arial, sans-serif;
	margin-top: 12px;
	display: block;
	margin-bottom: 12px;
}

#campo_ricerca {
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 27px;
}

/* @end */

/* @group titolini_webtv */

#MainTitoliniContainer1,
#MainTitoliniContainer2,
#MainTitoliniContainer3,
#MainTitoliniContainer4
 {
	padding: 0;
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 10px;
}

.right {
	float: right;
	width: 168px;
	height: 59px;
}

.TitoliniContainer {
	height: 63px;
	margin-bottom: 14px;
	clear: both;
	display: inline-block;
}

.TitoliniContainer img,
.TitoliniContainer img a {
	border-width: 0;
	width: 76px;
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
}
.TitoliniContainer h3, .TitoliniContainer h1{
	padding: 0;
}
.TitoliniContainer h3,
.TitoliniContainer h3 a {
	font: italic bold 11px arial, sans-serif;
	text-decoration: none;
	color: #cccccc;
	margin: 0;
	padding: 0;
}

.TitoliniContainer h1,
.TitoliniContainer h1 a {
	font: 11px arial, sans-serif;
	text-decoration: none;
	color: #cccccc;
	margin: 20px 0 0;
	padding: 0;
}
#banner_telefonare {
	float: right;
	margin-top: 23px;
	margin-right: 130px;
}
/* @end */

/* @end */

/* @end */

/* @group menu */

#menu {
	background: url(../immagini_upload/elementi_pagina/webtv/sfondo_menu.png) repeat-x;	height: 38px;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: left;
}

#menu ul {
	width: 974px;
	float: left;
	list-style-type: none;
	height: 38px;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	position: relative;
	top: 9px;
	left: 5px;
}

#menu li a, #menu li {
	vertical-align: middle;
	color: white;
	font: bold 12px Arial;
}

#menu li#menu1 {
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 12px;
}

#menu li a {
	text-transform: capitalize;
	text-decoration: none;
	padding: 11px 5px;
}
/* @end */
#paginazione {
	margin-bottom: 32px;
	width: 1109px;
	height: auto;
	margin-top: -12px;
}
.precedente, .precedente a, .precedente a:hover, .successivo, .successivo a, .successivo a:hover {
	color: #ffffff;
	text-decoration: none;
	font: bold 12px verdana;
}
.precedente {
	float: left;
}
.successivo {
	float: right;
}