/* 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,em,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;
}

div.clearfix{
	clear:both;
	line-height: 1px;
	height: 1px;
}


/* layout */

body{

	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	font-size : 14px;
}
div#wrap{
	width : 960px;
	margin : 0px auto;
}
div#top_tl{
	width : 100%;
	background: url("images/bg_top_tl.png") 0 0 no-repeat;
	padding-left : 25px;
}
div#top_tr{
	width : 100%;
	background: url("images/bg_top_tr.png") 100% 0 no-repeat;
	padding-right: 25px;
}
div#top_center{
	width : 100%;
	height:20px;
	background: #FFF;
	border-top: 1px solid #CCC;
}
div#bottom_bl{
	width : 100%;
	background: url("images/bg_bottom_bl.png") 0 0 no-repeat;
	padding-left : 25px;
}
div#bottom_br{
	width : 100%;
	background: url("images/bg_bottom_br.png") 100% 0 no-repeat;
	padding-right: 25px;
}
div#bottom_center{
	height: 30px;
	width : 100%;
	background: url("images/bg_bottom.png") 0 0 repeat-x;
}

div#out_l{
	width:100%;
	background: url("images/bg_out_l.png") 0 0 repeat-y;
	padding-left : 25px;
}
div#out_r{
	width:100%;
	background: url("images/bg_out_r.png") 100% 0 repeat-y;
	padding-right: 25px;
}
div#outside{
	display: block;
	background: #FFF;
}

div#main{
	display : block;
	width : 630px;
	float : left;
	margin-right : 10px;
}
div#right{
	display : block;
	float : left;
	width : 320px;
}

div#navbar_l{
	width : 100%;
	background: url("images/bg_navbar_l.jpg") 0 0 no-repeat;
}
div#navbar_r{
	width : 100%;
	background: url("images/bg_navbar_r.jpg") 100% 0 no-repeat;

}
div#navbar {
	height: 40px;
	border-top: 3px solid #d41203;
	color: #262626;
	background-color: #FFF;
	margin-bottom: 20px;
}
div#content{
	padding : 10px 0px;
}
div#footer{
	background: url("images/bg_footer.png") 100% 100% repeat;
	/*font-family: Comic Sans, Comic Sans MS, cursive;*/
	letter-spacing: 1.5px;
	font-size: 12px;
	display: block;
	clear:both;
	border: 1px solid #CCC;
	padding : 10px;
	color : #333;
}
div#copy{
	font-size : 11px;
	text-align : right;
	padding-top : 10px;
}

/* global */
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;
}

/* classe per i messaggi di errore */
.notice,
.alert{
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 5px;
}
.alert{
	color: #c00;
	border-top: 3px solid #fe7b7a; border-bottom: 3px solid #fe7b7a;
	background: #ffcccc url(images/notice-alert.png) 10px 50% no-repeat;
}
.notice {
	color: #c00;
	border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;
	background: #EFE7B8 url(images/notice-note.png) 10px 50% no-repeat;
}
.message {
	background: #C3D2E5 url(../images/notice-info.png) 4px center no-repeat;
}

/* mani menu suckerfish */
/* main menu 1st level */
#navbar ul{
	display:block;
	list-style :none;
	height:40px;
	border-bottom:1px solid #CCC;
}
#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 #FFF;
}

#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 : #518412;*/
	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;
}
#navbar .active{
	/*font-weight: bold;*/
}

/* muduli */
div.side_module {
	display : block;
	border : 1px solid #CCC;
	margin-bottom: 10px;
}
div.side_module h3{
	background: url("images/bg_menu_head.png") 0 0 repeat-x;
	padding : 2px 10px;
	font-weight: bold;
	font-style: italic;
}
div.side_module ul{
	padding : 2px 10px;
	clear: both;
}
div.side_module ul li a{
	text-decoration: none;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 16px;
	color : #333;
}
div.side_module ul li a:hover{
	font-weight: bold;
	color: #3852a4;
}

div#comics div.side_module {
	background : url('images/luffy.jpg') transparent no-repeat 100% 30px;
}
div#cards div.side_module {
	background : url('images/jester.jpg') transparent no-repeat bottom right;
}
div#more div.side_module{
	background : url('images/gundam.jpg') transparent no-repeat 100% 30px;
}
div#events div.side_module {
	background : url('images/events.jpg') transparent no-repeat bottom right;
}
div#casella div.side_module {
	background : url('images/casella.jpg') transparent no-repeat 100% 30px;
}
div#search_all div.side_module {
	background : url('images/ryoga.jpg') transparent no-repeat 100% 30px;
}

div#adv_search div.side_module {
	background : url('images/gadget.jpg') transparent no-repeat 100% 0px;
}
div.side_module div.login_fields{
	float: left;
}
div.side_module div.login_fields input{
	margin: 10px 5px;
}
div.side_module div.login_fields input.empty{
	color: #CCC;
}
div.side_module div.search_btn{
	margin : 5px 0 0 0;
	float: left;
}
div.side_module div#side_picture{
	margin: 5px;
	text-align: center;
}
div.side_module div#side_picture img{
	margin :0 auto;
}
div#show div.side_module {
	background: url("images/bg_box.png") 0 0 repeat-x;
}
div#show div.side_module table{
	margin : 2px 10px;
	width : 100%;
}
div#show div.side_module em{
	font-size: 90%;
}

/* ricercone */
div#search_all div#search_result ul{
	margin : 0 0 5px 0;
}
div#search_all div#search_result ul li a{
	color: #3852a4;
}
div#search_all div#search_result span.count{
	font-size : 85%;
	color : #666;
}

div#search_all div.search_field{
	display: block; float :left;
	vertical-align: top;
	line-height : 40px;
	height : 40px;
}
div#search_all div.search_fields{
	display:block;
	height:40px;
	clear : both;
	vertical-align: middle;
}
div#search_all input.input{
	width : 150px;
	margin: 5px 5px;
}
div#search_all input.button{
	margin : 5px 0;
}

/* adv_search */
div#adv_search div.search_field{
	display:block;
	padding: 5px;
	float:left;
	width: 180px;
}
div#adv_search select{
	width : 180px;
	margin: 5px 5px;
}
div#adv_search input.button{
	float:left;
	padding-top: 5px;
}
div#adv_search div#search_result ul li a{
	color: #3852a4;
}

/* search modules */
div#search{
	font-size : 12px;
	display:block;
	clear:both;
	border : 1px solid #CCC;
	padding : 10px;
	margin-bottom : 5px;
	line-height: 20px;
	background-color: #fff;
	border-top: 2px solid #F00;
}
div#search div.search_name{
	float:left;
	margin-right : 10px;
}
div#search div.search_name h3{
	display: inline;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
div#search div.search_fields{
	display: block;
	float:left;
	margin : 0 10px;
}
div#search div.search_fields div{
	float:left;
	display : block;
}
div#search div.search_field input,
div#search div.search_field select{
	font-size : 13px;
	line-height : 13px;
	margin-right : 5px;
	padding : 2px;
}
div#search div.search_btn{
	margin : 0;
	float:left;
	display : block;
}
div#search div#seriecomplete{
	float: right;
	display: block;
}
div#search div#seriecomplete h3{
	display : inline;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
div#search div#seriecomplete a{
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}

/* modulo orizzontale */
div#mazziebuste {
	background-color:#FFF;
	
	border : 1px solid #ccc;
	padding: 10px;
	margin-bottom : 5px;
	border-top: 2px solid #F00;
}
div#mazziebuste div.caption,
div#mazziebuste h3{
	color: #333;
	display : inline;
	margin-right: 10px;
}
div#mazziebuste ul,
div#mazziebuste ul li{
	display : inline;
}

div#mazziebuste ul li a{
	font-size :	110%;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}
div#mazziebuste ul li a:hover{
	color: #5780ff;
}

/* slide e tabs */
div#fp_eventi{

}

table.frontpage{
	margin: 10px;
}
table.frontpage div.event_icon{
	display: block;
	float : left;
	padding-right : 10px;
}
table.frontpage .event_desc{
	display: block;
	float: left;
}
table.frontpage a.moreinfo {
	float:right;
}

/* tabelle */
table.dati{
	width: 100%;
	font-size: 13px;
	 border : 1px solid #ccc;
}
table.dati tr.caption,
table.dati caption{
		font-weight: bold;
		font-style: italic;
		padding: 4px .5em;
		
		border: 1px solid #CCC;
		color: #000;
		background-color: #FFF;
		border-top: 2px solid #F00;
		
}
table.dati tr.even_row{}
table.dati tr.odd_row{ background: #FFF;}
table.dati td, table.dati th { padding: 2px .5em}
table.dati th{white-space: nowrap;}
table.dati th a{ text-decoration: none;}
table.dati th img{ display:inline;margin-right:.5em;}
table.dati td.not_found{  font-size : 110%;}
table.dati th { font-size : 12px; font-weight: bold; letter-spacing: 1.5px; color: #666; background: #FFF;}

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;
}


/* datasheet */
/* dati in forma tabellare*/
.datasheet{
	border-collapse : collapse;
	empty-cells : show;
	font-size : 80%;
	border : 1px solid #888;
	margin : 10px;
	float : left;
}
.datasheet thead {
	height : auto !important;
}
.datasheet td{
	padding: 3px 4px;
	border: 1px solid #888;
}
.datasheet th{
	background: url("images/bg_menu_head.png") 0 0 repeat-x;
	color : #333;
	border-bottom : 1px solid #888;
	padding : .25em;
	font-weight: bold;
}
.datasheet th a{
	color : #FFF;
}

/* classi speciali per mazzi cards */
tr.deck_name td{
	font-size : 110%;
	font-weight: bold;
	border : 0;
	border-bottom : 2px solid #888;
	padding : 4px 0;
}
tr.deck_total td{
	font-size : 120%;
	font-weight: bold;
	border : 0;
	border-top : 2px solid #888;
	padding : 4px 0;
}

/** cards showcase */
div.cards_showcase {
	margin: 8px 0;
	border-top: 4px solid #3852A4;
	border-bottom: 4px solid #3852A4;
}
div.cards_showcase h3{
	padding : 4px 0;
	font-weight: bold;
	font-size: 120%;
}
div.cards_showcase div.card_item{
	display:block;
	width: 166px; /* size of image + 8 + 8 */
	height:325px;
	float:left;
	margin-right: 4px;
	margin-bottom: 4px;
	margin: 4px;
	border: 1px solid #CCC;
}
div.cards_showcase div.card_item img{
	padding: 0 8px;
}
div.cards_showcase div.card_name{
	height:38px;
	font-weight: bold;
	font-style: italic;
	padding: 4px ;
	background: url("images/bg_module_header.png") #FFDA6A 0 0 repeat-x;
	color: #333;
	margin-bottom: 8px;
}
div.cards_showcase div.card_series{
	height: 36px;
	text-align: left;
	padding: 0 8px;
}
div.cards_showcase div.card_price{
	text-align: left;
	padding: 0 8px;
}
div.tip{
	border:1px solid #CCC;
	background: #FFF;
	padding:4px 8px;
	box-shadow:2px 2px 5px #666666;
	-moz-box-shadow:5px 5px 10px #666666;
}
div.tip-title{
	padding:4px;
	font-weight: bold;
	background: #FFF;
}

/* home showcase */

div#showcase, div#app{
/*	background: url("images/bg_footer.png") repeat scroll 100% 100% transparent;*/
/*	border: 5px solid #FC3;*/
	border: 1px solid #EDEDED;
	margin-bottom: 15px;
}

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#app h3{
	text-align: center;
	padding: .25em;
}
div.lft50{
	float:left;
	width: 48%;
	padding: 4px;
}