.step
{
	color: #666;
	margin-bottom: 10px;
}
.subcategory
{
	list-style: none;
	margin-left: 0px;
}
.subcategory li
{
	list-style: none;
	line-height: 15px;
	margin-bottom: 3px;
	border: 1px dotted #339966;
	background-color: #eee;
	font-size: 10px;
	letter-spacing: 1px;
}
.subcategory li a,.subcategory li a:visited
{
	text-decoration: none;
	display: block;
	padding: 3px;
	color: #339966;
}
.subcategory li a:hover
{
	text-decoration: none;
	background-color: #339966;
	display: block;
	padding: 3px;
	color: White;
}
.subcategory2
{
	list-style: none;
	margin: 0px 5px 0px 5px;
}
.subcategory2 li
{
	list-style: none;
	line-height: 15px;
	margin-bottom: 3px;
	border: 1px dotted #339966;
	background-color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
}
.subcategory2 li a,.subcategory2 li a:visited
{
	text-decoration: none;
	display: block;
	padding: 3px;
	color: #339966;
}
.subcategory2 li a:hover
{
	text-decoration: none;
	background-color: #339966;
	display: block;
	padding: 3px;
	color: White;
}
.categoryList
{
	text-align: left
}
.categoryList .category
{
 line-height:30px;
 border-bottom:1px solid #DDDDDD;
}
.categoryList .category:hover
{
	
}
.categoryList .categoryName
{
}

.categoryList .categoryName a
{

}

/* MODULO CATALOGO LISTA CATEGORIE  */
.catalog
{

}
.product_even
{
	
}
.product_odd
{

	width: 100%;
}
.product_cell
{
	
}
.listProductItem
{
margin-bottom:10px;
border-bottom: 1px solid #ddd;
position: relative;
width: 500px;
}
.productListImg
{
	display: inline;
	width: 100px;
	height: 100px;
	text-align: center;
}
.productListImg img
{
	border: 0px;
}
.product_cell .productListImg img
{
}
.productListName
{
	color: #339966;
	font-size: 14px;
	font-weight: bolder;
}
.productDetailsLink
{
	margin-top:20px;
}
.productText
{
	padding:5px 5px 5px 0px;
}
.productListDescription
{
	display: inline;
	position: absolute;
	margin-left: 10px;
	width:400px;
	font-style: italic;
}

.productListPrice
{
}
.pageselector
{
	position: relative;
	width: 740px;
	text-align: center;
	margin-bottom:100px;
}
.pageselector .selector_succ,
.pageselector .selector_prev,
.pageselector .pageNumber
{
	display: inline;	
	position: relative;
}
.selector_prev
{
	margin-right: 10px;
}
.selector_succ
{
	margin-left: 10px;
}
.pageNumber
{
	position: relative;
}
.pageNumber div
{
	display: inline;
}
.numberPagesLeft
{
	margin-right:10px;
}
.numberPagesAct
{
}
.numberPagesAct a
{
	padding:10px;
}
.numberPagesRight
{	
	margin-left: 10px;
}
.numberPagesLeft a,.numberPagesRight a,.pageselector .selector_succ a,.pageselector .selector_prev a
{
	padding:10px;
}
.numberPagesLeft a:hover,.numberPagesRight a:hover,.pageselector .selector_succ a:hover,.pageselector .selector_prev a:hover
{

}
/* MODULO CATALOGO DETTAGLIO PRODOTTO */
.productDetail
{
	
}
.productName
{
	color: #339966;
	font-size: 14px;
	font-weight: bolder;
}
.productImg
{
	
}
.productPrice
{
	
}
.productText
{
	
}
.imgPRD
{
}
.goingto
{
	
}
.goingto input
{
	
}
.goingback
{
	
}
/* FORM */
form
{
	padding: 0px;
	margin: 0px;
}
.field
{
	position: relative;
	height: 30px;
}
.label_data
{
	position:relative;
	width:150px;
	text-align: right;
}
.value_data
{	
	position:absolute;
	left: 160px;
	top: 0px;
}
.value_data .textfield,.value_data .numberfield
{
	width: 300px;
	border: 1px solid #DDDDDD;
}
.value_data .textareafield
{
	width: 300px;
	height: 70px;
	border: 1px solid #DDDDDD;
}
.label_check
{
	position:absolute;
	left: 20px;
	top: 0px;
	padding-top: 5px;
}
.value_check
{	
	position:relative;
	width:10px;
	text-align: right;
	padding-top: 3px;
}
.button_data
{
	text-align: center;
}
.button_data .button
{
	Color: #339966;
	padding: 3px;
	background-color: #fff;
}
.mandatory
{
	font-weight: bolder;
}
.errormessage
{
	width:460px;
	padding: 3px;
	background-color: #FF6600;
	color:#fff;
}