/** 
	Regole per la formattazione della parte superiore
**/

/**
	Le seguenti regole sono state prese da style.css
**/
div#ecommerceTop INPUT.text {
	width: 172px;
	border: 1px solid #bfbfbf;
	margin: 5px 4px 0 0;
	padding: 2px 0 2px 4px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

div#ecommerceTop INPUT.image {
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}
div#ecommerceTop{
	width:100%;
}
/**
	Fine delle regole prese da style.css
**/

/**
	Regole di formattazione per le select	
**/

.tendinaDate, .tendina{
    border: 1px solid #bfbfbf;
    margin: 5px 4px 0 0;
    padding: 2px 0 2px 4px;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}
.tendina {
    width: 200px;
}
/**
	Fine deller regole per le select
 **/
div#ecommerceTop .ecomTitleStrip{
}
div#ecommerceTop h4{
	border-bottom: 1px dotted #d3d3d3 !important;
}

div#ecommerceTop h4, div#ecommerceDettagli h4 {
	font-family: Georgia !important;
	font-size: 0.8em !important;
	font-weight: bold !important;
	text-decoration: none !important;
	color: #343134 !important;
	padding: 2px 0 2px 10px !important;
	margin: 0 0 12px 0 !important;
	background: url(../img/dot.png) top left no-repeat !important;
	background-position: 0 -1px !important;
}
div#ecommerceTop label {
    font-weight:bold;
    color:#797979;
}
div#ecommerceTop {
    border-bottom: 2px dotted #4d4b4e;	
}
div#ecommerceTop, #ecommerceDettagli{
    margin-bottom:10px;
    padding-bottom:10px;
    float:left;
    width:100%;
}
#ecommerceMain {
    float:left;
    width:100%;	
}
div#ecommerceTop #pCercaImmVend{
    float:left;
}
div#ecommerceTop #pSelMus{
    margin-left:230px !important;
    
    }

/*
#cercaImmVend {
  font-size:0.9em;
} 
*/   
/**
	La seguente classe toglie la sottolineatura dai link
**/
.noFormatA{
    text-decoration:none;
}

.error{
  font-weight: bold;
  color: red;
}
