@import "main.css";

/* ----- CHANNELS ----- */

#container #channels {
	margin-top: 6px;
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
	width: 980px;
}

#container #channels .channel {
	width: 244px;
	height: 40px;
	position: relative;
	float: left;
	margin-right: 1px;
}

#container #channels .channel a {
	width: 244px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	z-index: 5;
	text-decoration: none;
	height: 36px;
}

#container #channels .channel#fitness a strong {
	font-size: 16px;
}

#container #channels .channel.current#fitness a strong {
	border-top: 3px solid #0099FF;
	border-bottom: 3px solid #0099FF;
	font-size: 16px;
}

#container #channels .channel.current#fitness a strong small {
	font-size: 10px;
}

#container #channels .channel.current#fitness {
	margin-top: 3px;
}

#container #channels .channel.current#fitness a span {
	background: url(../img/channel_fitness_arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#container #channels .channel.current#fitness a:hover span {
	background-position: 0 bottom;
}

#container #channels .channel.current#fitness a:hover strong {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* -- */

#container #channels .channel#urban a strong {
	font-size: 16px;
}

#container #channels .channel.current#urban a strong {
	border-top: 3px solid #666633;
	border-bottom: 3px solid #666633;
	font-size: 16px;
}

#container #channels .channel.current#urban a strong small {
	font-size: 10px;
}

#container #channels .channel.current#urban {
	margin-top: 3px;
}

#container #channels .channel.current#urban a span {
	background: url(../img/channel_urban_arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#container #channels .channel.current#urban a:hover span {
	background-position: 0 bottom;
}

#container #channels .channel.current#urban a:hover strong {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* -- */

#container #channels .channel#kids a strong {
	font-size: 16px;
}

#container #channels .channel.current#kids a strong {
	border-top: 3px solid #ED940B;
	border-bottom: 3px solid #ED940B;
	font-size: 16px;
}

#container #channels .channel.current#kids a strong small {
	font-size: 10px;
}

#container #channels .channel.current#kids {
	margin-top: 3px;
}

#container #channels .channel.current#kids a span {
	background: url(../img/channel_kids_arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#container #channels .channel.current#kids a:hover span {
	background-position: 0 bottom;
}

#container #channels .channel.current#kids a:hover strong {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* -- */

#container #channels .channel#street a strong {
	font-size: 16px;
}

#container #channels .channel.current#street a strong {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	font-size: 16px;
}

#container #channels .channel.current#street a strong small {
	font-size: 10px;
}

#container #channels .channel.current#street {
	margin-top: 3px;
}

#container #channels .channel.current#street a span {
	background: url(../img/channel_street_arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#container #channels .channel.current#street a:hover span {
	background-position: 0 bottom;
}

#container #channels .channel.current#street a:hover strong {
	background-color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* ************************ */

#main_content.bg {
	background: url(../../img/press_bg.jpg) no-repeat 0 0;
}

/* ----- MAGAZINE ----- */

#magazine_header {
	margin-bottom: -3px;
}

#magazine_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/magazione_container_bg.jpg) repeat-y 0 0;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
}

#magazine_container #mainContent {
	float: left;
	width: 620px;
}

#magazine_container #mainContent .box {
	background-color: #EFEFEF;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
	width: 575px;
}

#magazine_container #mainContent .box a.box_link {
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;

}

#magazine_container #mainContent .box a.box_link:hover {
	border: 4px solid #999;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

#magazine_container #mainContent .box.small {
	padding-top: 10px;
	padding-bottom: 10px;
}

#magazine_container #mainContent .box h4#home_link a,
#magazine_container #mainContent .box h4#back_link a {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-top: 4px;
}

#magazine_container #mainContent .box h4#home_link a:hover,
#magazine_container #mainContent .box h4#back_link a:hover {
	color: #333;
}

#magazine_container #mainContent .box ul#paginazione {
	float: right;
}

#magazine_container #mainContent .box ul#paginazione li {
	float: left;
	margin-right: 2px;
}

#magazine_container #mainContent .box ul#paginazione li a {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	width: 20px;
	height: 15px;
	display: block;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}

#magazine_container #mainContent .box ul#paginazione li a:hover, #magazine_container #mainContent .box ul#paginazione li a#current_page {
	background-color: #333;
	color: #fff;
}

#magazine_container #mainContent .box ul#paginazione li a.btn {
	width: 60px;
}

#magazine_container #mainContent .box ul#paginazione li a.btn#disabled {
	color: #D2D2D2;
}

#magazine_container #mainContent .box h5, #magazine_container #mainContent .box.secondary h5 {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 10px;
}

#magazine_container #mainContent .box h5 strong, #magazine_container #mainContent .box.secondary h5 strong {
	font-weight: bold;
	color: #999;
	font-size: 18px;
	margin-bottom: 10px;
}

#magazine_container #mainContent .box h2, #magazine_container #mainContent .box.secondary h2 {
	color: #666666;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#magazine_container #mainContent .box .mag_news_img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

#magazine_container #mainContent .box p {
	color: #68696b;
	font-size: 13px;
	line-height: 130%;
}

#magazine_container #mainContent .box p a {
	text-decoration: underline;
	color: #767778;
}

#magazine_container #mainContent .box p a:hover {
	text-decoration: none;
	color: #575858;
}

#magazine_container #mainContent .box.secondary {
	width: 275px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px 15px;
height: 65px;
}

#magazine_container #mainContent .box.secondary .mag_img_small {
	float: left;
	margin-right: 10px;
	height: 60px;
}

#magazine_container #mainContent .box.secondary h5 {
	font-size: 12px;
	margin-bottom: 3px;
}

#magazine_container #mainContent .box.secondary h5 strong {
	font-size: 12px;
}

#magazine_container #mainContent .box.secondary h2 {
	font-size: 13px;
	letter-spacing: 0;
	margin: 0;
}

/* ------------------ */

#magazine_container #sidebar {
	float: right;
	width: 260px;
	padding-top: 20px;
}

#magazine_container #sidebar h5 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 20px;
	margin-left: 20px;
}

#magazine_container #sidebar ul {
	
}

#magazine_container #sidebar ul li {
	border-bottom: 1px solid #fff;
}

#magazine_container #sidebar ul li a {
	width: 240px;
	height: 10px;
	display: block;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
	height: 24px;
	padding-top: 8px;
letter-spacing: -0.3pt;
}

#magazine_container #sidebar ul li a:hover {
	background-color: #999999;
	color: #fff;
}

#magazine_container #sidebar ul li a#current_category {
	color: #333333;
	text-decoration: none;
	background-color: #fff;
}

/* ----- PRESS ----- */

#press_header {
	background: url(../img/press_header_bg.jpg) repeat-x 0 bottom;
	height: 67px;
	border-bottom: 1px solid #fff;
}

#press_header h2 {
	color: #666;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -2px;
	float: left;
	margin-top: 15px;
	margin-left: 40px;
}

#press_header ul#paginazione {
	float: right;
	margin-top: 25px;
	margin-right: 40px;
}

#press_header ul#paginazione li {
	float: left;
	margin-right: 2px;
}

#press_header ul#paginazione li a {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	width: 20px;
	height: 15px;
	display: block;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}

#press_header ul#paginazione li a:hover, #press_header ul#paginazione li a#current_page {
	background-color: #333;
	color: #fff;
}

#press_header ul#paginazione li a.btn {
	width: 60px;
}

#press_header ul#paginazione li a.btn#disabled {
	color: #D2D2D2;
}

#main_content #pressContainer {
	width: 912px;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-left: 40px;
}

#main_content #pressContainer .press_box {
	background-color: #EFEFEF;
	width: 425px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
font-size: 11px;
}

#main_content #pressContainer .press_box .press_img {
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
}

#main_content #pressContainer .press_box h5 {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

#main_content #pressContainer .press_box h3 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}

#main_content #pressContainer .press_box ul {
	
}

#main_content #pressContainer .press_box ul li {
	margin-bottom: 2px;
}

#main_content #pressContainer .press_box ul li a {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 1px;
}

#main_content #pressContainer .press_box ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666;
}

/* ----------------- */


#magazine_container #testo-categoria{
background-color: #EFEFEF;
	padding: 20px;
font-size: 24px;
font-weight: bold;
color:#FF9900;
margin-bottom: 10px;
background-image: url(../../img/sf_mag_catdesc.gif);
width:575px;
letter-spacing: -1px

}

#magazine_container #mainContent .box h4.back_link {
	
}

#magazine_container #mainContent .box .mag_dett_img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

#magazine_container #mainContent .box.detail h2 {
	margin-bottom: 10px;
	background-color: #666;
	color: #fff;
	padding: 10px;
}
#magazine_container #mainContent .box.detail p strong {
	font-weight: bold
}

#magazine_container #mainContent .box.detail h5 {
	margin-bottom: 20px;
}

#magazine_container #mainContent .box.detail .jcarousel-container {
	height: 150px;
	width: 580px;
	margin: 30px 0 0;
	padding: 0;
	position: relative;
}

#magazine_container #mainContent .box.detail .jcarousel-container h5 {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px 50px;
	letter-spacing: -1px;
}

#magazine_container #mainContent .box.detail .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	height: 115px;
	width: 580px;
}

#magazine_container #mainContent .box.detail .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	height: 115px;
	width: 185px;
}

#magazine_container #mainContent .box.detail .jcarousel-list li,
#magazine_container #mainContent .box.detail .jcarousel-item {
    list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	width: 185px;
	height: 115px;
	float: left;
}

#magazine_container #mainContent .box.detail .jcarousel-list li a {
	width: 75px;
	height: 75px;
	display: block;
	background-color: #fff;
	margin-bottom: 5px;
}

#magazine_container #mainContent .box.detail .jcarousel-list li a:hover{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	cursor: pointer;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
#magazine_container #mainContent .box.detail .jcarousel-next {
   z-index: 3;
    display: none;
}

#magazine_container #mainContent .box.detail .jcarousel-prev {
    z-index: 3;
    display: none;
}

/* --------- */

#magazine_container #mainContent .box.detail .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

#magazine_container #mainContent .box.detail .jcarousel-next-horizontal {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
	top: -1px;
	left: 23px;
}

#magazine_container #mainContent .box.detail .jcarousel-next-horizontal:hover {
    background-position: -70px 0;
}

#magazine_container #mainContent .box.detail .jcarousel-next-disabled-horizontal,
#magazine_container #mainContent .box.detail .jcarousel-next-disabled-horizontal:hover,
#magazine_container #mainContent .box.detail .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -100px 0;
}

#magazine_container #mainContent .box.detail .jcarousel-prev-horizontal {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
	top: -1px;
	left: 0;
}

#magazine_container #mainContent .box.detail .jcarousel-prev-horizontal:hover {
    background-position: -70px 0;
}

#magazine_container #mainContent .box.detail .jcarousel-prev-disabled-horizontal,
#magazine_container #mainContent .box.detail .jcarousel-prev-disabled-horizontal:hover,
#magazine_container #mainContent .box.detail .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -101px 0;
}

#magazine_container #mainContent .box.detail .jcarousel-next-horizontal {
    background: transparent url(../img/next-horizontal_street.png) no-repeat -5px 0;
}

#magazine_container #mainContent .box.detail .jcarousel-prev-horizontal {
    background: transparent url(../img/prev-horizontal_street.png) no-repeat -5px 0;
}

/* ----- ABOUT US ----- */

#container #main_content.about {
	margin: 0;
	padding: 20px 0;
	background: #181818 url(../img/sf_about.jpg) no-repeat 0 0;
}

#container #main_content.about h2 {
	margin-left: 20px;
	float: left;
	display: inline;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
}

#container #main_content.about ul#about_us_menu {
	margin-right: 20px;
	float: right;
	display: inline;
	margin-top: 10px;
}

#container #main_content.about ul#about_us_menu li {
	float: left;
	margin-right: 5px;
}

#container #main_content.about ul#about_us_menu li, #container #main_content.about ul#about_us_menu li a {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#container #main_content.about ul#about_us_menu li a:hover {
	color: #fff;
}

#container #main_content.about .text_block {
	margin-bottom: 30px;
}

#container #main_content.about .text_block .block_img {
	border: 10px solid #000;
	margin-bottom: 10px;
}

#container #main_content.about .text_block h3 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 20px;
}

#container #main_content.about .text_block .colSx, #container #main_content.about .text_block .colDx {
	width: 455px;
}

#container #main_content.about .text_block .colSx {
	float: left;
	display: inline;
	margin-left: 20px;
}

#container #main_content.about .text_block .colDx {
	float: right;
	margin-right: 20px;
	display: inline;
}

#container #main_content.about .text_block p {
	color: #999;
	font-size: 12px;
	line-height: 130%;
}

#container #main_content.about .text_block p strong {
	color: #fff;
}

#container #main_content.about .text_block p a {
	text-decoration: underline;
	color: #fff;
}

#container #main_content.about .text_block p a:hover {
	text-decoration: none;
	color: #999;
}





