<style type="text/css">
@charset "utf-8";

/* gigas crab: slidshow*/
* {}

/* paragrafo */
.full-width {
	
}

.gigas_crab_paragraph {
	position:relative;
	min-height:50px;
	margin-top:20px;
}

.gigas_crab_paragraph_thumb {
	float:left;
}

.gigas_crab_paragraph_content {
	margin-left:210px;
}

.gigas_crab_paragraph_content_full {
}

.gigas_crab_paragraph_title {
	color:#770d0d;
	font-size:20px;
	font-family: 'Roboto Condensed', sans-serif;
}

.gigas_crab_paragraph_subtitle {
	color:#770d0d;
	font-size:15px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:12px;
}

.gigas_crab_paragraph_desc {
	color:#50330d;
	font-size:15px;
	font-family: 'Roboto Condensed', sans-serif;
}

.gigas_crab_paragraph_thumb img {
	width:200px;
	height:100px;
}

/************ tabs *****************/

.gigas_paragraph {
	position:relative;
	left:0;
	top:0;
	margin:40px 0;
}

.gigas_paragraph_content_content {
	float:none;
}

.gigas_paragraph_tab {
	float:left;
	min-width:120px;
	height:20px;
	border-top:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	padding:8px;
	z-index:1;
	background-color:#efefef;
	cursor:pointer;
	line-height:26px;
	font-size:22px;
}

.gigas_paragraph_tab_shadow_container {
	position:absolute;
	left:0px;
	top:37px; /* definito non dinamicamente sulla base dell'altezza anchessa definita non dinamicamente delle tab */
}

.gigas_paragraph_tab_shadow {
	float:left;
	width:136px;
	height:1px;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	z-index:3;
	background-color:transparent;
}

.gigas_paragraph_active {
	z-index:999;
	color:#e96481;
	background-color:#fff !important;
}

.gigas_paragraph_active_shadow {
	z-index:3;
	background-color:#fff !important;
}

.gigas_paragraph_content {
	float:none;
	left:0px;
	top:0px;
	border-top:1px solid #e8e8e8;
	width:100%;
	overflow:auto;
}

.gigas_paragraph_table_matrix {
	width:100%;
}
	
	.gigas_paragraph_table_matrix td {
		vertical-align:top;
	}

</style>