/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body{
	background-color:#eceef1;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

a, a:link, a:active {
	color: #3852a4;
}
h1{
	font-size:150%;
	font-weight: bold;
	margin : 10px 0;
}
h2{
	font-size:120%;
	font-weight: bold;
	margin : 5px 0;
}
h3{
	font-size:110%;
	font-weight: bold;
}

div.clearfix{
	clear:both;
	line-height: 1px;
	height: 1px;
}

/*
--------- hacks & fixes -----------------*/
/* Remove button padding in FF */
button::-moz-focus-inner {
    border:0;
    padding:0;
}

/* layout */

body{
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size : 14px;
}
div#wrap{
	width : 960px;
	margin : 0px auto;
}
div#content{
	padding : 10px 0px;
}

div#promo_left{
	/* contains teh slider */
	float: left; 
	width: 620px;
}
div#promo_right{
	/* contains tournaments */
	float: left;
	width: 317px;
	height: 349px;
	margin: 8px 0px 0px 20px;
	border: 1px solid #ccc;
	background-color: #FFF;
}
div#promo_right div.inner{
	padding: 0px 10px;	
}
div#promo_right div.inner-promo{
	padding: 5px;	
}

div#feature_left{
	/* contains news articles */
	width: 650px; 
	float: left;
}
div#feature_right{
	width: 310px;
	float: left;
}

#footer_container {
	border-top: 2px solid #d41203;
	border-bottom: 2px solid #d41203;
	padding: 10px;
	background-color: #FFF;
	width: 938px; 
	margin: 0px auto;
}
#pay_options,
#copyright{
	text-align: center;
	padding: 10px;
}
#pay_options img{
	vertical-align: middle;
}

/*
--------- home page showcase and articles -------------*/
div#feature_left div.new_items_content_title{
	font-size: 18px;
}
div#feature_left img.new_items_content_image{
	float: left;
	max-height: 199px;
	max-width: 135px;
	margin: 0px 5px 0px 0px;
}

div.articles_right div.new_items_content_title{
	border-bottom: 1px solid #CCC;	
}
div.articles_right div.articles_right_content{
	padding: 5px;
}
div.articles_right div.articles_right_content small{
	font-size:6px;
}

/*
---------- footer --------------------*/
div#footer_container .footer_container_element {
	border: 1px solid #CCC;
	width: 210px;
	height: 400px;
	float: left;
	margin: 0px 11px;
	overflow: hidden;
}
div#footer_container div.new_items_content_title{
	text-transform: none; 
	font-weight: bold;
}
div#footer_container div.inner{
	padding: 0 10px;
}
div#footer_container div.info_clienti a{
	text-decoration: none; 
	color: #000;
}
div#footer_container div.info_clienti ul{
	list-style: square inside none;
}
div#footer_container div.info_contact {
	overflow: hidden;
}
div#footer_container div.info_contact h4{
	font-weight: bold;
}
div#copyright a{
	text-decoration: none;
}

/*
---------- breadcrumbs ----------------*/
div.link_navigation{
	margin-left: 10px;
}
.link_navigation a{
	text-decoration:none;
	color:#000;
}
.link_navigation a:hover{
	text-decoration:none;
	color:#F00;
}

/* classe per i messaggi di errore */
div.msg-box{
	display: block;
	width:50%;
	margin: 20px auto;
	padding: 10px 30px;
	border-radius: 10px;
	border-width: 1px;
	border-style: ridge;
	color: #333;
	font-size: 16px;
}
div.msg-box i{
	padding-right: 10px;
	font-size: 18px;
}
div.msg-box.error{
	background: #FEE5E1;
	border-color: #DA7F7E;
}
div.msg-box.error i{
	color: #DA7F7E;	
}
div.msg-box.notice{
	background: #FEFCE3;
	border-color: #F0D931;
}
div.msg-box.notice i{
	color: #F0D931;	
}
div.msg-box.info{
	background: #E3FDE0;
	border-color: #86AE7A;
}
div.msg-box.info i{
	color: #86AE7A;	
}

/*
--------------- Navbar ---------------*/
div#navbar {
	height: 40px;
	border-top: 3px solid #d41203;
	border-bottom: 1px solid #CCC;
	color: #262626;
	background-color: #FFF;
	margin-bottom: 10px;
}

/* mani menu suckerfish */
/* main menu 1st level */
#navbar ul{
	display:block;
	list-style :none;
	height:40px;
	float: left;
}
#navbar ul li{
	float: left;
	padding : 0px;
	font-size: 16px;
	line-height: 30px;
	height:40px;
	text-transform:uppercase;
	border-right:1px solid #CCC;
}

#navbar ul li:last-child{
	border-right:1px solid #CCC;
}

#navbar ul li a{
	display:block; /* indispensabile per ie */
	text-decoration: none;
	padding : 4px 10px;
	color:#262626;
}

#navbar ul li span{
	display:block; /* indispensabile per ie */
	text-decoration: none;
	padding : 4px 10px;
}

#navbar li:hover, #navbar li.active {
	background-color:#d41203;
	color: #FFFFFF;
	cursor:pointer;
}

#navbar li.active a,
#navbar li a:hover{
	color: #FFFFFF;
}

#navbar li.hover a{
	color: #FFFFFF;
}

/* main menu 2nd level*/
/* son of suckerfish */
#navbar ul li ul {
	position: absolute;
	width: 10em;
	left: -999em;
    z-index : 999;
	background-color:#2a2b2f;
}
#navbar ul li.sfhover ul,
#navbar ul li:hover ul {
	left: auto;
	border:none;/* indispensabile x ie */
}
#navbar ul li ul li {
	clear : both;
	width : 150px;
    font-size: 13px;
	border-right:none;
}
#navbar ul li ul li:last-child{
	border-right:none;
}

#navbar li ul li a{
	/* change size of second level menu items with padding */
	margin : 0;
	padding : 4px;
}
/* color of sub menu */
#navbar ul li ul {
	background: #FFF;
}

/* second level elements */
#navbar ul li ul li a {
	background: #2a2b2f;
	border-bottom: 1px solid #393a3e;
	font-weight : normal;
	color : #FFFFFF;
}
#navbar ul li ul li.sfhover a,
#navbar ul li ul li:hover a{
	background: #313236;
}

#navbar ul li ul li:hover{
	background: #313236;
}

/*
--------- home page cart --------------*/
div#home-show-cart{
	padding: 8px 10px 0 0;
	float:right;
}

/*
----------- articoli -------------------*/
div#left_menu {
	float: left;
	width: 623px;
	margin: 9px 20px 10px 0px;
	border: 1px solid #ccc;
	background-color: #FFF;
	border-bottom: 2px solid #d41203;
	border-top: 2px solid #d41203;
}
div#left_menu div.inner{
	margin:10px;
	min-height: 647px;
}
div#left_menu h2{
	margin-bottom: 15px;
}

/*
----------- tabelle --------------*/

table.item-list th{
	/*line-height: 40px;*/
	/*font-weight: bold;*/
	color:#666;	
	background: #F8F8F8;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #ccc;
	padding: .25em;
}
table.item-list th + th{
	border-left: 1px solid #EEE;
}
table.item-list th a{
	text-decoration: none;
}
table.item-list th a:hover{
	color: #666;	
}
table.item-list td{
	padding: 0 .25em;
}
form.itemForm{
	margin:0;
	padding:0;
	clear:both;
	display: block;
}

table.store-cards th{
	font-weight: bold;
}

/*
---------- ricerca su tabelle -----------*/
div.item-list-search{
	clear: left;
}
div.item-list-search input{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	padding: 3px 5px;
	margin: 0;
	font-size:14px;
}

div.item-list-search select{
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0;
	font-size:14px;
}

div.item-list-search button{
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	padding:0;
	padding: 2px;
	padding: 3px 8px 3px 0px;
	margin: 0 0 0 -5px;
	font-size: 14px; 
	height: 24px;
	cursor: pointer;
	transition: all 1000ms ease-in-out;	
	width: 26px;
	overflow: hidden;
	white-space: nowrap;
}

div.item-list-search button:hover{
	width: auto;	
}
div.item-list-search button i{
	font-size: 14px;
	padding-left: 2px;
	padding-left: 5px;
	padding-right: 2px;
}
div.adv-search select{
	width: 185px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

div.cards-search{
	float:left;
	width: 45%;
	margin-top: 11px;
}
div.cards-logo{
	float:right;
	margin-bottom: 10px;
}
div.cards-search select{
	width: 196px;
	margin-bottom: 2px;
}
div.cards-search input{
	width: 160px;
}

div.events-search label{
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin: 10px 0;
}
div.events-search input[type="checkbox"]{
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

/* 
------------ menu interno tabelle -------------------*/
div.item-list-menu{
	float:right;
	clear: right;
	margin: 3px 0;
	padding:0;
}

.item-list-menu a{
	font-size:14px;
	text-decoration:none;
	color: #222;	
	border: 1px solid #CCC;
	padding:3px 8px;
	margin: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;	
}
.item-list-menu a:hover{
	color: #D41203;	
}

/*
------------ tornei -------------*/

table.torneo a{
	color:#CC0000;
	text-decoration:none;
}

table.torneo a:hover{
	text-decoration:underline;
}

table.torneo td{
	border: none;
	padding: 10px;
}
table.torneo h1{
	color:#d41203;
}
table.torneo h2{
	color: #333;
	font-size: 14px;
}
table.torneo h3{
	color: #333;
	font-size: 12px;
}
table.torneo blockquote{
	padding: 10px;
	background: #FFF;
	border : 1px solid #CCC;
	margin-bottom: 5px;
}

table.pagination{
	margin: 0 auto;
}
.pag_selected{
	color:#000000;
	text-decoration:none;
	color: red !important;
}

/*
------------ home showcase ------------*/
div.sc_block{
	float:left;	
	border: 1px solid #EDEDED;	
	margin: 10px 0px 10px 24px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	padding:5px;
	width:150px;
	height:230px;
}

div.sc_block img{
	margin:0; padding:0;	
}
div.sc_block_right{
	float:left;	
	border: 1px solid #EDEDED;	
	margin: 10px 0px 10px 16px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	padding:5px;
	width:120px;
	height:183px;
}

div.sc_block_right img{
	margin:0; padding:0;	
}

div.articles_holder .new_items_content_title a,
div.cards_articles_holder .new_items_content_title a{
	text-decoration:none;
	color:#000;	
}
div.articles_holder .new_items_content_title a:hover,
div.cards_articles_holder .new_items_content_title a:hover{
	color:#f00;	
}

/*
------------ home cards -----------------------*/
div.cards_articles_holder{
	margin-top: 10px;
}
div.cards_articles_holder .articles{
	width: 296px;
	height: 350px;
	overflow: hidden;
}

div.cards_articles_holder div#feature_left img.new_items_content_image {
  float: none;
  clear: both;
  margin: 0 auto;
  /*max-height: 199px;*/
  max-width: 250px;
  max-height: 150px;
  display: block;
}
div.cards_articles_holder div#feature_left div.articles_top a{
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 5px; 
	min-height: 160px;
}

/*
------------- home tornei ----------------------*/
div.home-torneo{
	border-top: 1px solid #F00;
	clear: both;
	min-height: 60px;
	line-height: 22px;
}
div.home-torneo div.event-l{
	float:left;
	margin:0;
	width: 100px;
}
div.home-torneo div.event-logo a,
div.home-torneo div.event-logo{
	display: block;
}
div.home-torneo div.event-det{
	display: block;
	float: left;
	height: 20px;
	margin: 5px 0 ;
}
div.home-torneo div.event-det a{
	line-height: 15px;
	background-color: #FF0; 
	color: #202020;
	text-decoration: none; 
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
	margin: 0;	
	white-space: nowrap;
	font-size: 12px;
}
div.home-torneo div.event-info{
	float: left; 
	margin: 0 0 0 5px;
	width: 190px;
}
div.home-torneo div.event-type{
	font-weight: bold;
}

/* 
----------- header popup and overlay -------------*/
.overlay {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50); /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
.overlay_images {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50); /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.header_popup{
	position:absolute;
	top:-50px;
	left:0px;
	width:300px;
	border-bottom: 2px solid #d41203;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 2px solid #d41203;
	background-color:#FFF;
	z-index:999999;
	color:#000000;
	margin:8px;
	padding:10px;
	opacity:0;
	display:none;
}
									
.header_popup a{
	text-decoration:none;
	color:#d41203;
}

.header_popup a:hover{
	text-decoration:underline;
	color:#990000;
}

.header_pupup_caption{
	border-bottom: 1px solid #CCCCCC;
	padding:0px 0px 5px 0px;
	
}
.header_popup_header{
	font-size:18px;
	color:#666;
	display: inline-block;
	width: 50%;
}
.goto-cart{
	display: inline-block;
	width: 40%;
	float: right;
	text-align: right;
}
/*
-------- carello (omg D:)   -------------*/
.carello_item {
	margin: 5px 0px 10px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #d41203;
}

table.order_info th {
	width: 120px;
}

table.order_info {
	width: 290px;
	margin: 20px auto 0 auto;
}

table.order_info input {
	width: 163px;
}

table.order_info select {
	width: 172px;
}

.titolospedizione {
	font-size: 18px;
	padding-left: 5px;
	margin-bottom: 0px;
}

.descrizionespedizione {
	font-size: 12px;
	padding-left: 5px;
}

/*
---------- detail page -----------------*/
div.item-detail-container{}

div.item-detail-container div.item-category{
	display: block;
	width: 100%;
	clear: both;
	font-size: 13px;
	padding: 5px 0;
	margin-bottom: 5px;
}
div.item-detail-container span.item-detail-label{
	font-weight: bold;
}

div.item-detail-container div.item-image{
	display: block;
	width: 230px;
	text-align: center;
	float:left;
	margin-bottom: 10px;
}
div.item-detail-container h2.item-name{
	color: #0F611F;
	margin-top: -5px;
}
div.item-detail-container div.item-detail{
	display: block;
	clear: right;
	float: left;
	width: 360px;
}
div.item-detail-container div.item-price{
	font-size: 120%;
	margin: 10px 0;
}
div.item-detail-container div.item-price span.item-detail-label{
	font-size: 14px;
}
div.item-detail-container div.item-description{
	display: block;
	clear:both;
	border: 1px solid #ccc;
	border-width: 0 3px;
	padding: 0 10px;
}
div.item-detail-container div.item-offer{}

div.item-detail-container div.item-description span.item-detail-label{
	background: #D41203;
	color: #FFF;
	padding: .05em 1em;
	font-weight: bold;
	display: inline-block;
	clear:both;
	font-size: 10px;
}

div.item-detail-container div.item-avalability{
	margin: 10px 0;
}
div.item-detail-container div.item-available{
	color: #0F611F;
}
div.item-detail-container div.item-not-available{
	color: #D41203;
}

div.item-detail-container .add-to-cart-btn{
	margin: 10px 0;
	padding: 5px 10px;
}

/*
--------- detail page menu --------*/
div.order-menu{
	margin: 20px 0;
	padding: 10px;
	background: #F0F0F0; 
}
div.order-menu a{
	text-decoration: none;
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	padding: 4px 8px;
	font-size: 14px; 
	height: 26px;
	cursor: pointer;
	transition: all 200ms ease-in-out;	
	white-space: nowrap;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(136,136,136,1);
	-moz-box-shadow: 1px 1px 0px 0px rgba(136,136,136,1);
	box-shadow: 1px 1px 0px 0px rgba(136,136,136,1);
}
div.order-menu a:hover{
	color: #D41203;	
}

.titolopagamento {
	font-size: 18px;
}
.descrizionepagamento {
	font-size: 12px;
	padding-left: 5px;
}

/*
------------ Quick Info page (ajax_open_images ---------*/
div#quick_info {}

div#quick_info h3{
	color: #d60525;
	border-bottom: 1px solid #d60525;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
div#quick_info div.container{
	/*
	height: 400px; 
	overflow-x: hidden;
	*/
}
div#quick_info span.info-label{
	font-weight: bold;
}
div#quick_info div.info-image{
	text-align: center;
}

/*
----------- Contacts and Registration --------------*/
.mandatory_field {
	color: #990000;
}
.titoloregistrazione {
	font-size: 18px;
}

/*
------------- cards -------------*/
.card_item{
	display: block;
	width: 166px;
	height: 325px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	margin: 4px;
	border: 1px solid #CCC;
}

/*
------------ dove siamo --------------*/
#mf-dove-siamo div.mf-map{
	margin-bottom: 20px;
}
#mf-dove-siamo div.mf-address{
	margin-bottom: 20px;
	font-size: 110%;
}
#mf-dove-siamo div.mf-address h2{
	margin-bottom: 0px;	
}


#mf-dove-siamo div.mf-opening-time h3{
	margin-bottom: 10px;	
}
#mf-dove-siamo div.mf-opening-time{
	font-size: 110%;
}

#mf-dove-siamo div.mf-opening-time dt {
  display: block;
  float: left;
  padding-right: 1em;
  text-align: right;
  width: 6em;
}
#mf-dove-siamo div.mf-opening-time dd {
  clear: right;
  display: block;
}

#mf-dove-siamo  div.mf-phone-disclaimer{
	margin: 20px 0;
	font-size: 80%;
}

/*
Eu Privacy 
-------------------------------*/

div.euprivacy{
	padding: 10px 40px;
	background: #F8FFC9;
	border-bottom: 1px solid #CCC;
}

div.euprivacy button{
	display: inline;
	background: #eaeaea none repeat scroll 0 0;
    border: 1px outset #417cab;
    color: #080;
    padding: 3px 4px;
    cursor: pointer;
}
div.euprivacy .button-ok{
    color: #080;
}
div.euprivacy .button-no{
    color: #800;
}

/*
----- Privacy -----*/
div.privacy p{
	margin-bottom: 5px;
	
}
/*
----- Modal -------*/
div.modal{
	padding: 1em;
}
/*
---- FB ------------*/
div.facebook{
	margin: 8px; 
	border:1px solid #e9ebee;
}
div.facebook p{
	padding:8px; 
}
div.facebook img{
	float:left;
	margin-right: 4px;
	border:1px solid #CCC;
}
div.facebook a{
	text-decoration:none; 
}
div.facebook a:hover{
	text-decoration: underline;
}
div.facebook a span{
	font-size:18px;
	font-weight: bold;
}
p.fblink{
	background: #f6f7f9;
	padding:3px;
	margin-top: 8px;
}
p.fblink a{
	border: 1px solid #CCC;
	font-weight: bold;
	color:#4b4f56;
	font-size: 12px;
	padding: 3px 6px 6px 6px;
	border-radius: 3px;
	text-decoration: none;
}
p.fblink a:hover{
	background: #e9ebee;
	text-decoration: none;
}
p.fblink img{
	display: inline;
	float:none;
	vertical-align: middle;
}
/*
--------- Buyback -------------------*/
dl.buyback-faq dt{
	font-size:110%;
	font-weight: bold; 
}
dl.buyback-faq dd{
	margin-left: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
dl.buyback-faq ul{
	list-style: disc inside;
}
dl.buyback-faq li{
	margin-left: 1rem;
}
	
	