* {margin:0; padding:0;}

body {
	background-color: #ffFFFF;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

div#container {
width:900px;
}

div#sincert {
	display:block;
	float:left;
	margin-left:20px;
}

div#logo{
	display:block;
	float:right;
	margin-top:10px;
}

div#sidebar {
	width:180px;
	float:left;
	/*display:table;*/
	margin-top:30px;
	margin-bottom:10px;
	min-height:500px;
}

#menu_container {
	/*margin:0px 50px 10px 20px;*/
	margin-left:20px;
	padding:10px;
	width:120px;
	background-color:#FF0000;	
}

#sidebar ul {
	list-style:none;
	
}

#sidebar ul li {
	margin:0 0 10px 10px;
	color:#FFFFFF;
}

#sidebar ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#sidebar ul li a:hover {
	text-decoration:underline;
}

div#main_content {
	width:710px;
	float:right;
	display:table;
	margin-top:30px;
	margin-bottom:10px;
}

div#footer {
	height:25px;
	background-color:#666666;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	padding-top:5px;
	
}
div#footer a {
	color:#FFFFFF;
} 

table#contact_form {
	font-weight:bold;
	font-size:12px;
	width:285px;
	position:relative;
	margin:auto;
}
input#submit {
	background-color:red;
	color:#FFFFFF;
	font-weight:bold;
	width:100%;
	height:30px;
	border-bottom:2px dotted #999999;
	border-top:2px dotted #999999;
}


/*table.centri_lavoro , td.centri_lavoro table 
{
    border-color: #cccccc;
    border-style: solid;
	padding:3px;
}

table.centri_lavoro
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.centri_lavoro
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}*/


ul.product_list {
	list-style-type:none;
}
div.product_list_item {
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
	display:table;
	width:100%;
	margin-bottom:10px;
}
div.item_thumb_container {
	display:block;
	float:left;
	margin-right:10px;
}
img.item_thumb {
	width:175px;
}

img.item_medium {
	width:330px;
}

img.item_thumb_list {
	width:220px;
	margin-right:10px;
}


div.item_description {
	display:block;
	float:left;
}

div.item_long_description {
	display:block;
	float:left;
	width:520px;
}


div.item_description h2 span {color:red;}

a.item_description   {
	color:#666666;
}


div.back {
	margin:15px 0;
	text-align:right;
}

h1 {
	color: #666666;
	border-bottom: double #CCCCCC;
	padding-bottom:3px;
	margin-bottom:10px;
	font-size:20px;
}

h2 {
	
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:3px;
	margin:10px 0;
	font-size:16px;
}

h3, h4, h5, h6 {
	padding-bottom:3px;
	margin-top:10px;
	margin-bottom:3px;
}

a {
  color: red;
}

p {text-align:justify; margin-bottom:10px;}

p.first_line  {
 	margin-top:10px;
}

p.centrato  {
 	text-align:center;
}

.clear {
	clear:both;
}

input, select, textarea {width:200px;}
