body {
	/*font: 78.5%/1.6em Verdana, sans-serif;*/
	font: 75%/1.52em Arial, sans-serif;
 	word-spacing: 1px;
	color: #444;
	margin-top: 20px;
	background: url(../images/body.jpg) #f6f6f6;
 	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

* {
	margin: 0;
	padding: 0;	
}

#wrapper {
	background: #fff;
	border: 3px solid #f1f1f1;
	max-width: 1200px;
	/*width: expression(this.width > 320 ? "320px" : this.width);*/
	min-width: 320px;
	margin: 0 auto;	
}

* html #wrapper
{
	/*width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");*/
	max-width: 1200px;
	min-width: 900px;
	text-align: left;
}

#innerwrapper {
	margin: 1px;
	background: url(../images/innerwrapper.jpg) top repeat-x;
	padding: 16px;	
}

#header input {
	width: 140px;
	padding: 4px;
	background: #fff;
	border: 2px solid #F6F6F6;
	font: 120% Arial, sans-serif;
	color: #909090;
}

#header input:hover {
	border: 2px solid #ccc;
}

#header input:focus {
	border: 2px solid #79B5D6;
	color: #555;
}

#header form {
	padding: 16px 25px 16px 25px;
	float: right;
	background: #fff;
	width: 160px;
	margin: -20px -20px 0 0 !important;
	margin: -20px -10px 0 0;
	border: none;
}

#header h1 {
	width: 90%;
	float: left;
	font: 250% Georgia;
	color: #333;
	padding: 5px 20px 5px 5px;	
	margin: 0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;	
}

#header h1 a:hover {
	color:#111;	
}

#header h2 {
	/*font: 150% Georgia;*/
	font-weight: normal;
	color: #555;
	/*padding: 14px 0 0 0;*/
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration: none;
	border-bottom: 2px solid #f6f6f6;
}

#header #nav {
	clear: both;
	background: url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom: 2px solid #4F9EC9;
	border-top: 2px solid #388CBA;
	border-left: 2px solid #388CBA;
	border-right: 2px solid #388CBA;
	padding: 7px 10px 8px 0 !important;
	padding: 2px 10px 8px 0;
}

#header #flash
{
	margin: 0px;
	padding: 0px;
	float: right;
}

#header a em {
	font-style: normal;
	text-decoration: underline;
}

#header #nav a {
	color: #fff;
	font: 110% Arial, sans-serif;
	text-decoration: none;
	padding: 10px;
}

#header #nav a:hover {
	background: #4F9EC9;
}

#header #nav a.active {
	font-weight: bold;
	background: #4F9EC9;
}

#header #nav li {
	display: inline;
	list-style: none;
	margin: 0 1px 0 0;
}

#header #subnav {
	background: #4F9EC9;
	padding: 3px 7px 5px 7px;
	font: bolder 110% Arial, sans-serif;
	color: #DEEDF5;
	border-bottom: 2px solid #388CBA;
	border-left: 2px solid #388CBA;
	border-right: 2px solid #388CBA;
}

#header #subnav li {
	list-style: none;
	display: inline;
}

#header #subnav a {
	color: #DEEDF5;
	text-decoration: none;
	font: 100% Arial, sans-serif;
	padding: 5px;
	border-bottom: 2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom: 2px solid #388CBA;
	color: #fff;
}

#header #subnav a.active {
	border-bottom: 2px solid #388CBA;
	color: #fff;
	font-weight: bold;
}

#header img 
{
	padding: 0px;
	margin: 0px;
	float: left;
	border: 0px none;
}

#sidebar {
	background: #fff;
	width: 194px;
	padding: 10px 6px 20px 0px;
	float: left;
	color: #666;	
}

#sidebar h2 {
	font: 130% Arial, sans-serif;
	font-weight: bold;
	color: #172882;
	margin: 4px 0px 2px 0px;
	border: none;
}

#sidebar .news-title {
	font: 130% Arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #172882;	
	margin: 15px 0 10px 0;
	padding: 2px 0px 2px 4px;
	border: none;
}

#sidebar h3 {
	color: black;
	font: 110% Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 -10px 0;
}

#sidebar p {
	margin: 15px 0;
}

#sidebar p.news {
	font-size: 100%;
	background: #FEFEFE;
}

#sidebar p.news a.more {
	color: #172882;
	display: block;
	text-align: right;
	font: 90% Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
}

#sidebar p.news a:hover {
	text-decoration: underline;
}

#sidebar .subnav {
	font-size: 100%;
	border-top: 1px solid #fafafa;	
}

#sidebar .subnav li {
 	list-style: none;
	padding: 5px;	
	/*border-bottom: 1px solid #fafafa;	
	list-style-position: inside;
	list-style-image: url('/www.csed.coop/images/sigma.gif');*/	
}

#sidebar .subnav li a {	
	color: #00913f;
	text-decoration: none;
/* 	display: block;	 */
}

#sidebar .subnav li a:hover {
	color: #E3001B;	
}

#sidebar .subnav li a b {
	float: right;
	display: none;
	color: #666;
}

#sidebar .subnav li img {
	background: #ededed;
	border: none;
	padding: 0px;
	margin-right: 6px;
	vertical-align: middle;
}

#sidebar .subnav li a:hover b {
	display: inline;	
}

#sidebar input {
	padding: 4px;
	background: #f6f6f6;
	border: 1px solid #ccc;
	color: #777;
	font: 90% Verdana;
	width: 190px;
}

#sidebarright {
	width: 170px;
	float: right;
	padding: 10px 0 0 4px;
	background: url(../images/sidebarright.jpg) top left no-repeat;
}

#sidebarright p {
	font: 100% Arial, sans-serif;
	color: #777;
 	line-height: 18px;
	margin: 0px 0px;
}

#sidebarright h2 {
	font: 140% Arial, sans-serif;
	color: #303030;
	margin: 15px 0px 0px 0px;
	border: none;
}

#sidebarright h3 {
	font: 120% Arial, sans-serif;
	color: #303030;
	margin: 10px 0px 0px 0px;
	border: none;
}

#sidebarright ul {
	margin: 10px 0 10px 15px;
	font: 100% Arial, sans-serif;
}

#sidebarright ul li {
	margin: 5px 0;
}

#sidebarright a {
	border-bottom: 1px dotted #eee;
	color: #444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom: 1px solid #777;
}

#sidebarright form {
	color: #e3001b;
}

#sidebarright input {	
	padding: 4px;
	border: none;
	border-bottom: 1px dotted #C0C0C0;
	font: 90% Verdana;
	color: black;
}

#content {
	margin: 0 200px 0 200px;
	padding: 16px 0 0 6px;
}

#contentnorightbar {
	margin: 0 0 0 210px;
	padding: 20px 0 0 10px;
}

#promosidebar {
	padding: 4px;
	background: #EDEDED;
	border: 4px solid #f6f6f6;
}

#evidenza {
	background: #fff;
	width: 160px;
	padding: 10px 20px 20px 5px;
	float: left;
	color: #666;
	margin-top: 10px;
}

#evidenza h2 {
	font: 130% Arial, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #E3001B;
	margin: 15px 0 10px 0;
	padding: 2px 0px 2px 4px;
	border: none;
}

#evidenza h3 {
	color: black;
	font: 110% Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 -10px 0;
}

#evidenza p {
	margin: 15px 0;
	background: #FEFEFE;
}

#evidenza a {
	color: #172882;
	display: block;
	text-align: right;
	font: 90% Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	margin-top: 6px;
}

#evidenza a:hover {
	text-decoration: underline;
	border-bottom: none;
}

p {
	margin: 15px 0;
}

h2 {
	font: 170% Arial, sans-serif;
/* 	color: #008f37; */
	color: #00913f;
	border-bottom: 2px solid #F6F6F6;
}

h2 a {
	color: #008F37;	
	text-decoration:none;
}

h2 a:hover {
	color: #E3001B;
}

#footer {
	clear: both;
	border-top: 1px solid #eee;
	padding: 10px;
	margin: 30px 0 0;
	text-align: center;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font: 120% Arial, sans-serif;
	margin:10px 0;
}

#content ul {
	margin: 15px 0 15px 0;
	line-height: 25px;
	padding: 15px 0 15px 15px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/*color: #79B933;*/
}

#content ul li {
	margin: 4px 0 4px 0; 
}

#content ul li img {
	background: white;
	border: none;
	padding: 0px;
	margin-right: 6px;
	vertical-align: middle;
}

#content ul span {
	color: #444;
}

#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height: 25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
/* 	color:#79B933; */
}

#contentnorightbar ul li {
	margin: 4px 0 4px 0; 
}

#contentnorightbar ul span {
	color: #444;
}

#contentnorightbar table {
	font-size: 110%;
}

#contentnorightbar ul li img {
	background: white;
	border: none;
	padding: 0px;
	margin-right: 6px;
	vertical-align: middle;
}

#promozioni 
{
	padding: 0px;
	width: 90%;
	float: left;
	/*min-height: 400px;*/
}

.promozioni_image
{
	padding: 0px;
	width: 50%;
}

#img_convention
{
	width: 67%;
	float: left;
}

#menu_convention
{
	width: 30%;
	float: right;
}

#menu_convention ul
{
	line-height: 16px;
	list-style-position: inside;
}

#promozioni li
{
	list-style-image: url(../immagini/pdf-icon.gif);
	list-style-position: inside;
}

#back
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	float: left;
	display: block;
}

#ricerca select
{
	width: 120px;
}

#articolo_dettaglio
{		
	padding: 10px 2px 20px 2px;
	margin-bottom: 20px;
}

#articolo_dettaglio table 
{
	font: 12px Tahoma, sans-serif;
 	margin: 10px 0px 20px 0px;
	padding: 2px;
	width: 98%;
	float: left;
}

#punto_vendita
{		
	padding: 10px 2px 20px 2px;	
	margin-bottom: 20px;
}

#punto_vendita table 
{	
	font-size: 110%;
 	margin: 10px 0px 20px 0px;
	padding: 4px;
	width: 70%;
	float: left;
}

#punto_vendita .link
{
	padding: 6px 4px 6px 4px;
	font-weight: bold;
	text-align: center;
}

#punto_vendita img
{		
	float: right;
	vertical-align: top;
}

img {
	padding: 1px;
	background: #ccc;
	border: 4px solid #f6f6f6;
}

/*form {
	padding: 2px;
	border-bottom: 1px solid #C0C0C0;
	width: 90%;
	margin-bottom: 10px;
}*/

#scontrino 
{	
	border: 1px dotted;
	font-family: monospace;
	margin: 4px 0px 6px 0px;
	padding-right: 8px;
}

#scontrino td 
{
	text-align: left;
}

#ricerca {
	width: 98%;
	padding: 0;	
}

#ricerca form {	
	padding: 0px;
	border: 1px solid #C0C0C0;
	width: 100%;
}

#ricerca input {
/* 	font-size: 90%;	 */
}

#ricerca select {
 	/*width: 80%;*/
 	font-size: 11px;
}

#ricerca ul {
	width: 100%;
	list-style-type: none;
}

#ricerca label {
	font-size: 12px;
}

#ricerca li {	
	border-bottom: 1px dotted black;
}

#ricerca_articoli {
	width: 100%;	
	margin-top: 20px;
	border: none;
}

#ricerca_articoli th {	
	font-size: 12px;
	text-align: left;	
	border-bottom: 1px dotted black;
}

#ricerca_articoli tr.alt {	
	background-color: #CCFFFF;
}

#ricerca_articoli td {	
	padding: 0px;
	margin: 0px;
}

#ricerca_articoli .evidence {	
	color: maroon;
}

#ricerca_articoli a {	
	font-weight: bold;
	text-decoration: underline;
}

#ricerca_articoli a:hover {	
	text-decoration: none;
}

#paginazione
{
	width: 90%;
	text-align: center;
}

#paginazione a 
{
	font-weight: bold;	
	text-align: center;
}

#main_menu
{
	width: 96%;
	margin: 10px 0px 10px 0px;
	float: left;
}

#main_menu table 
{	
	font: 11px Tahoma, Arial, sans-serif; 
	color: black;
	padding: 2px;
	width: 100%;
	display: block;
}

#main_menu td
{	
/* 	border: 1px solid black; */
 	padding: 0px 2px 10px 2px;	
	width: 33%;
	vertical-align: top;
}

#main_menu .nostri_marchi
{		
 	padding: 0px;		
}

#main_menu th
{	
/* 	border: 1px solid black; */
	background-color: #388cba;
	color: white;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	text-align: center;
}

#main_menu img
{
	border: none;
	margin: 0px 2px 4px 2px;
	padding: 0px;
	float: left;
}

#main_menu a
{	
	text-decoration: none;
}

#main_menu a:hover
{	
	text-decoration: underline;
}

.box_left
{
	min-height: 360px;
	width: 48%;
	padding: 6px;
	float: left;
	
}
.box_right
{
	min-height: 360px;
	width: 48%;
	padding: 6px;
	float: right;
}

#box_sigma
{
	min-height: 330px;
	width: 48%;
	padding: 6px;
	float: left;
}

#box_despar
{
	min-height: 330px;
	width: 48%;
	padding: 6px;
	float: right;
}

#photogallery
{	
	margin-top: 10px;
	width: 24%;
	padding: 6px;
	float: right;
}

#cedi_contents
{
	margin-top: 10px;
	width: 70%;
	padding: 6px;
	float: left;
}

a.linkbutton {
	margin: 0 0 0 0;
 	padding: 2px 6px 2px 6px;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	white-space: nowrap;
	color: #fff;
	background: #00913f;
	border: outset 1px #333;
	text-decoration: none;
	font-family: Arial, sans-serif
}

a.linkbutton:hover {
	border: inset 1px #333;
}

label {
	display: block;
	font-weight: bold;
	color: #444;
	margin: 5px 0;
}

input {
	padding: 2px;
	border: none;
	border-bottom: 1px dotted #C0C0C0;
	font: Verdana, Arial, sans-serif;
	color: black;
}

input.but {
	padding: 2px 4px 2px 4px;
	border: 1px solid black;
	font: Verdana, Arial, sans-serif;
	color: black;
	margin: 4px 4px 0px 4px;
}

textarea {
	width: 400px;
	padding: 4px;
	font: Verdana, Arial, sans-serif;
	border: 1px solid #eee;
	height: 200px;
	/*display: block;	*/
}

select {
	/*width: 120px;*/
	padding: 0px;
	font: Verdana, Arial, sans-serif;
	border: 1px solid #eee;
	/*display: block;	*/
}

p img {
	float: left;
	margin: 0 10px 0 0;
}

blockquote p {
	font: 160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height: 30px;
}

table 
{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	/*width: 90%;*/
}

td 
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.center 
{
	text-align: center;
}

.error
{
	text-align: center;
	color: maroon;
	font-weight: bold;
	margin: 10px 0px 6px 0px;
}

#nav_vl
{
	float: left;
	font: 12px Tahoma, Arial, sans-serif;	
	padding: 0;
	margin: 0;
	/*width: 72%;*/
	width: 100%;
	height: 30px;
	/*background-image:url('/website/images/fondo_tasti_vl.jpg');		*/
	margin: 0px 0px 20px 0px;	
}

#nav_vl td
{	
	border-top: 1px solid lightgray;
	vertical-align: center;
	background-image:url('/images/fondo_tasti_vl.jpg');
	background-repeat: repeat-x;
	padding: 4px; margin: 0px;
	text-align: center;
}

#nav_vl a
{	
	text-decoration: none;
}

#nav_vl a:hover
{	
	font-weight: bold;
}

#social_vl
{
	width: 28%;
	height: 29px;
	float: right;
	padding: 0;
	margin: 0px 0px 20px 0px;
	background-image:url('/website/images/fondo_tasti_vl.jpg');
}

#social_vl td
{		
	vertical-align: top;
	padding: 0; margin: 0;	
}


#chi_siamo
{
	float: left;
	font: 12px Verdana, Arial, sans-serif;	
	padding: 0;
	margin: 0;
	/*width: 72%;*/
	width: 100%;	
}

#chi_siamo img
{
	width: 120px;
}

