﻿.contenitore{
	border:none;
	background-color: #efba3f;
	background-color:transparent;
	width:75%;
	padding:0;
	margin:0 1px 0 0;
}
.contenitore .separa {
	height:1px;
	background-color: #ccc;
	margin:0 4px 0 2px;
}
.contenitore .separa1 {
	height:1px;
	background-color: #fff;
	margin:0 4px 0 2px;
}
.contenitore .separa2 {
	height:1px;
	background-color: #666;
	margin:0 4px 0 2px;
}
.contenitore .topright {
	background:url(/images/bekaert/box_fluide/bck_LNy01_tr.png) no-repeat right top;
	margin:0;
}
.contenitore .topright .topleft {
	background:url(/images/bekaert/box_fluide/bck_LNy01_tl.png) no-repeat left top;
	margin:0;
}
.contenitore .topright .topleft .topmid {
	background:url(/images/bekaert/box_fluide/bck_LNy01_tm.png) repeat-x top;
	margin:0 14px 0 13px;
	padding: 10px 15px;
}
.contenitore .midright {
	background:url(/images/bekaert/box_fluide/bck_LNy01_mr.png) repeat-y right;
	background-color: #efba3f;
	margin:3px 1px 0 1px;
	padding:0;
}
.contenitore .midright .bottommid {
	background:url(/images/bekaert/box_fluide/bck_LNy01_bm.png) repeat-x bottom;
	margin:-3px 0 -15px 0;
}
.contenitore .midright .bottommid .bottomleft {
	background:url(/images/bekaert/box_fluide/bck_LNy01_bl.png) no-repeat left bottom;
	margin:0;
	padding-left:15px;
}
.contenitore .midright .bottommid .bottomleft .bottomright {
	background:url(/images/bekaert/box_fluide/bck_LNy01_br.png) no-repeat right bottom;
	margin:0;
	padding-right:15px;
}
.contenuto {
	padding: 15px;
}



/* moduletable style */
div.module,
div.module-box,
div.module-plain,
div.moduletable-plain,
div.moduletable {
	overflow: hidden;
}

div.module h3, div.module-box h3, div.module-plain h3,
div.moduletable h3, div.moduletable-plain h3 {
	color: #000000;
/*	font-size: 1.1em;	*/
	margin: 0 0 3px 0;
}

/* Module background styles */
div.module-box {
	padding: 0;
}

div.module-box > div {
	padding: 16px 0 0 0;
}

div.module-box > div > div {
	padding: 0 0 0 16px;
}

div.module-box > div > div > div {
	padding: 0 16px 16px 0;
}

div.box-blue {
	background: transparent url("../../../images/box_big/module-box-blue-bg-r.png") top right no-repeat;
}

div.box-blue > div {
	background: transparent url("../../../images/box_big/module-box-blue-bg-l.png") top left no-repeat;
}

div.box-blue > div > div {
	background: transparent url("../../../images/box_big/module-box-blue-bg-l.png") bottom left no-repeat;
}

div.box-blue > div > div > div {
	background: transparent url("../../../images/box_big/module-box-blue-bg-r.png") bottom right no-repeat;
}

div.box-blue div div div div {
	background: none;
}


div.box-green {
	background: transparent url("../../../images/box_big/module-box-green-bg-r.png") no-repeat top right;
}

div.box-green > div {
	background: transparent url("../../../images/box_big/module-box-green-bg-l.png") no-repeat top left;
}

div.box-green > div > div {
	background: transparent url("../../../images/box_big/module-box-green-bg-l.png") no-repeat bottom left;
}

div.box-green > div > div > div {
	background: transparent url("../../../images/box_big/module-box-green-bg-r.png") no-repeat bottom right;
}

div.box-green div div div div {
	background: none;
}


div.box-yellow {
	background: transparent url("../../../images/box_big/module-box-yellow-bg-r.png") no-repeat top right;
}

div.box-yellow > div {
	background: transparent url("../../../images/box_big/module-box-yellow-bg-l.png") no-repeat top left;
}

div.box-yellow > div > div {
	background: transparent url("../../../images/box_big/module-box-yellow-bg-l.png") no-repeat bottom left;
}

div.box-yellow > div > div > div {
	background: transparent url("../../../images/box_big/module-box-yellow-bg-r.png") no-repeat bottom right;
}

div.box-yellow div div div div {
	background: none;
}


div.box-grey {
	background: transparent url("../../../images/box_big/module-box-grey-bg-r.png") no-repeat top right;
	color: #f2f2f2;
}

div.box-grey > div {
	background: transparent url("../../../images/box_big/module-box-grey-bg-l.png") no-repeat top left;
}

div.box-grey > div > div {
	background: transparent url("../../../images/box_big/module-box-grey-bg-l.png") no-repeat bottom left;
}

div.box-grey > div > div > div {
	background: transparent url("../../../images/box_big/module-box-grey-bg-r.png") no-repeat bottom right;
}

div.box-grey div div div div {
	background: none;
}

div.box-grey h3 {
	color: #FFF;
}

div.box-grey a:link,
div.box-grey a:visited {
	color: #40afff;
}



