  /*  body styling */

.content{
	/*width:990px;*/
	width:75%;
	margin:0 auto;
}
.left{
	float: left;
	padding-right: 5px;
}
.centre{
	float: left;
	padding: 0px 5px;
}
.right{
	float: right;
	padding-left:5px;
}

.column.left{
	width: 215px
}

.column.centre{
	width:520px;
}

.column.right{
	/*width: 215px;*/
	padding: 0px 5px;
	width:240px;
}

.column{
	height: 100%;
}

.column{
	margin:15px 0px 10px 0px;
	height: 100%
}

.clear{
	clear: both;
}

.separator{
	width: 685px;
	margin: 0px auto;
	height: 1px;
	display: block;
	/*background: url('../images/separator.png');*/
	margin-top:40px;
	border:0.4px solid #cecece;
}

.blocks{
	height: 300px;
	width: 600px;
	margin: 10px auto;
}

#SearchForm_SearchForm_Search{
	width: 300px!important;
}

.productBlock{
	width: 120px;
	float: left;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	padding-right:30%;
	padding-bottom: 5%;
}
.ProductLinks{
	height: 125px;
	width: 575px;
	margin: 0 auto;
}
#blocks {
	height: auto!important;
	width: 770px !important;
	display: block;
	margin-left: 215px!important;
}
.sheet{
	/*width: 724px;
	height: 215px;*/
	background: white;
	/*margin-left: 220px;
	padding: 10px;*/
	width:97%;
	margin:0 auto;

}
.sheet h4{
	background: #000;
	color: #fff;
	padding: 3px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
}
#catalogue{
	width: 125px;
	margin-top:16px;
}
.productBlock a{
	display: block;
}

.productBlock a h2{
	color: #000;
	text-decoration: none;
}
.productBlock a h2:hover{
	color: #000;
	text-decoration: underline;
}

.headingForCorner ul{
	margin-left: 30px;
	line-height: 25px;
}
.headingForCorner ul li a{
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.headingForCorner ul li a:hover{
	text-decoration: underline;
	color: #333;
}
div.content > div.sheet > div.headingForCorner{
	/*margin-left: -20px;*/
	padding: 10px 0px 0px 0px;
	margin-top: -10px;
}
.headingForCorner img{
		
	float: left;
	padding-top: 5px;
	margin-top: -5px;
	background: url("../../themes/simple/images/box-label-corner.png") no-repeat;
}
.headingForCorner h3{
	padding: 15px 0px 5px 0px;
	margin-left: 29px;
	border-bottom: 1px solid black;
	color: #525252;
	font-weight: bold;
	font-size: 13px;

	float: left;
	width: 200px;
}

/* Form   */
form {
	max-width: 500px;
	width: 100%;

}

.middleColumn{
	width: 90%;
	margin: 0px 0px 0px 6px;
	
}

.middleColumn textarea,
.middleColumn input{
	color: #555555;
}

#Form_ContactUsForm label{
  	display: none;
}
#Aggree label{
  	display: block;
  	width: 165px;
}

#Form_ContactUsForm_action_doSubmit{
	float: right;
	background: #000;
	border: none;
	border-radius: 0px;
	padding: 5px;
	width: 80px;
	text-align: left;
	background-image: url('../images/submit-arrow.png');
	background-repeat: no-repeat;
	background-position: 55px;
	color: #fff !important;
}
.formContainer{
	background: #c9ced1;
	padding: 10px;
	width: 217px;
}

.formContainer h4 {
	background: #000;
	color: #EBEBEB;
	padding: 6px 0px 6px 27px;
	/*margin-left: -16px;*/
	/*width: 100px;*/
	margin: 0px 0px 10px -16px;
	font-family: 'gillsans_lightregular';
	font-size: 12px;
	/*height: 15px;*/
	line-height: 15px;
	background-image: url("../images/informazioni.png");
	background-repeat: no-repeat;
}

#Form_ContactUsForm fieldset div.field{
	margin: 5px 0 5px;
}




/* catalogue block */
.catalogueblock h2{ 
	text-transform: uppercase;
}





.column.centre img{
	width: 100%;
}

#products h1{
	/*font-size: 22px;*/
	font-size: 14px;
	margin-bottom: 15px;
	color: #000000;
	margin:12px;
	/*margin:26px;*/
	/*margin-bottom: -13px*/
	margin-left:0px;
	font-weight: bold;
}

/* adjusting layout on mobile  */
@media only screen and (max-width: 768px){
	p>iframe{
		margin-top:25px;
	}	
}


#products h1 strong{
	font-size: 22px;
	margin-bottom: 15px;
	color: #000000;
	font-weight: bold;
}

#products h2{
	/*color: #000000;*/
	font-size: 15px;
	margin: 15px 0;
	line-height:1.5;
}

#products p, ul li, .tagBlockContent, .blockContent p {
	color:#333333;
	/*line-height: 15px;*/
	/*line-height:22px;*/
	line-height:20px;
	font-family: arial, sans-serif;
	/*font-size: 13px;*/
	font-size:13px;
	text-align:justify;
}


#products p strong{
	color:#333333;
	line-height: 15px;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

body > div > div.content > div.ProductLinks > div a{
	text-decoration: none;
}