@charset "utf-8";
/* CSS Document */

div.content_inner {
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 2.3% 0;
	max-width:1126px;
	text-align: center;
 }

div.top {
	width:100%;
	height: 12%;
	margin: 0 0 1% 0;
	background-color: #292929;
 }

div.top_top img {
	float: left;
    width: auto;
    height: auto;
	padding-top: 0.3%;
	margin-left: 7%;
 }
 
div.top_top {
	display: inline-block;
     width: 100%;
	 height: auto;
     min-height: 37px;
     margin: 30 auto;
 }
 
div.product {
	display: inline-block;
	width: 97%;
	min-width: 300px;
    height: auto;
	min-height: 263px;
	margin-top: 4%;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align:top;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
    background-color: #292929;
	border-radius: 4px;
	  
 }

div.product h1 {
	width: auto;
	margin-top: 3%;
	margin-bottom: 5%;
	padding-right: 2%;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
 }
  
div.product img {
	float: left;
	margin: 2% 3% 2% 0%;
	padding: 0.2% 5%;
	width: 15%;
	height: auto;
	background-color: #fff;
	background-image: url(pictures/site/Meliconi_logo.png);
	border-bottom-right-radius: 3px;
	border-top-right-radius: 4px;
   }  
 
div.product p {
	position: relative;
	top: -20%;
	width: 92%;
	margin-left: 4%;
	color: #fff;
	font-size: 14px;
	font-weight:100;
	text-align: justify;
	line-height:1.5;
 }
 
#product_button {
	margin-top: 3%;
	margin-right: auto;
	margin-left: auto;
	min-height: 25px;
 }
 
#product_button a{
	padding: 1% 4%;
	font-weight: 200;
	font-size: 16px;
	background-color: #FF6400;
	border-radius: 2px;
	color: #FFF;  
	font-size: 16px;
	text-transform: none;
	font-family: Arial;
 }

div.manual_list {
	margin-left:265px;
	margin-top: 5%;
 }

div.product li {
	margin: 0 auto;
	font-weight: 300;
	font-family: Arial;	 
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
 	list-style: none;
	text-align: left;
 }

div.product a:link {
	text-decoration: none;
	color: #FFF;
}

div.product a:visited {
	text-decoration: none;
	color: #FFF;
}

div.product a:hover {
	text-decoration: none;
	color: #999;
}
  
div.news {
	vertical-align: top;
	text-align: center;
	display: inline-block;
    width: 31%;
	min-width: 250px;
    height: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 3%;
	margin-top: 3%;
	padding-top: 1.5%;
    background-color: #292929;    						 	
	border-radius: 4px; 
 }

div.news img {
     width: 100%;
	 height: auto;
	 overflow: hidden;
   } 

div.news h2  {
	margin: 2% auto;
	width: 90%;
	height: 40px;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
 }
 
div.button {
	width: 100%;
	margin: 8% auto;
 }
 
div.button a{
	padding: 2% 10% 2% 10%;
	font-weight: 200;
	font-size: 16px;
	background-color: #FF6400;
	border-radius: 2px;
	color: #FFF;  
	font-size: 16px;
	text-transform: none;
	font-family: Arial;
 }
 
/*Responsive settings*/
@media only screen and (max-width:1000px){ 
 div.manual_list {
	margin-left:auto;
 }
}