
.prodnav_color
{
	background-color: #f8fcfe;
	border-bottom: 1px solid #cdd4d7;
}

.prod_title
{
	font-size: 18px;
	color: #ee8234;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding-bottom: 3px;
	width: 209px;
	background-color: #f0f6fa;
	border-bottom: 1px #cdd4d7 solid;
}

.prodnav ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.prodnav li
{
	text-indent: 25px;
	margin: 0 0 1px 0;
}

.prodnav subcatborder
{
	border-bottom: 1px solid #b5b5b5;
}

/*===========================--- Links ---============================*/

/*CATALOG Links*/
.alinkcatp:link, .alinkcatp:visited
{
	display: block;
	width: 200px;
	background: url(../images/ico/plus.gif) #e6ecf0 no-repeat;
	background-position: 5px center;
	color: #2850b2;
	font-weight: none;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 1px #cdd4d7 solid;
	padding: 3px 0 0 0;
}

.alinkcatp:hover
{
	color: #2850b2;
	background: url(../images/ico/plus.gif) #f0f6fa no-repeat;
	background-position: 5px center;
}

.alinkcatpselected:link,.alinkcatpselected:visited
{
	display: block;
	width: 200px;
	background: url(../images/ico/minus.gif) #e6ecf0 no-repeat;
	background-position: 5px center;
	color: #2850b2;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 1px #cdd4d7 solid;
	padding: 3px 0 0 0;
}

.alinkcatpselected:hover
{
	display: block;
	width: 200px;
	background: url(../images/ico/minus.gif) #e6ecf0 no-repeat;
	background-position: 5px center;
	color: #ee8234;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 1px #cdd4d7 solid;
	padding: 3px 0 0 0;
}


.alinkcatptitle:link, .alinkcatptitle:visited
{
	color: #C2B201;
	text-decoration: none;
}

.alinkcatptitle:hover
{
	color: #FFEA00;
	text-decoration: none;
}


.alinkcatptitleselected:link, .alinkcatptitleselected:visited
{
	color: #C2B201;
	font-weight: bold;
	text-decoration: none;
}

.alinkcatptitleselected:hover
{
	color: #FFEA00;
	font-weight: bold;
	text-decoration: none;
}

/*CATEGORIES Links*/
.alinkcat:link, .alinkcat:visited {
	border: 2px #FFFFFF solid;
	display: block;
	width: 172px;
}
.alinkcat:hover {
	border: 2px #B4D66F solid;
	display: block;
	width: 172px;
}

.alinkcatselected:link, .alinkcatselected:visited
{
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #EBE16B url(../images/comune/bg_cat_roll.gif) repeat-y left;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	text-indent: 15px;
	display: block;
	width: 186px;
	color : #4C4C4C;
	text-decoration: none;
}


.alinkcatselected:hover
{
	background: #DFDBAC url(../images/comune/bg_cat_roll.gif) repeat-y left;
	text-decoration: none;
}


.alinkcattitle:link, .alinkcattitle:visited
{
	color: #C2B201;
	text-decoration: none;
}

.alinkcattitle:hover
{
	color: #FFEA00;
	text-decoration: none;
}


.alinkcattitleselected:link, .alinkcattitleselected:visited
{
	color: #C2B201;
	font-weight: bold;
	text-decoration: none;
}

.alinkcattitleselected:hover
{
	color: #FFEA00;
	font-weight: bold;
	text-decoration: none;
}

/*SUBCATEGORIES Links*/
.alinksubcat:link, .alinksubcat:visited
{
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 0px 1px 0px;
	text-indent: 31px;
	display: block;
	width: 186px;
	color: #747474;
	text-decoration: none;
}

.alinksubcat:hover
{
	background: url(../images/comune/bg_subcat_roll.gif) no-repeat left;
	text-decoration: none;
}

.alinksubcatselected:link, .alinksubcatselected:visited
{
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 0px 1px 0px;
	text-indent: 31px;
	display: block;
	width: 186px;
	color: #000000;
	background: url(../images/comune/bg_subcat_roll.gif) no-repeat left;
	text-decoration: none;
}

.alinksubcatselected:hover
{
	text-decoration: none;
}


.alinksubcattitle:link, .alinksubcattitle:visited
{
	color: #C2B201;
	text-decoration: none;
}

.alinksubcattitle:hover
{
	color: #FFEA00;
	text-decoration: none;
}


.alinksubcattitleselected:link, .alinksubcattitleselected:visited
{
	color: #C2B201;
	font-weight: bold;
	text-decoration: none;
}

.alinksubcattitleselected:hover
{
	color: #FFEA00;
	font-weight: bold;
	text-decoration: none;
}

/*PRODUCT LINES Links*/
.alinkproduct_line:link, .alinkproduct_line:visited
{
	display: block;
	width: 200px;
	height: 16px !important;
	height: 18px;
	background: #d1d1d1;
	color: black;
	font-weight: none;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	text-indent: 10px;
	padding-top: 2px;
}

.alinkproduct_line:hover
{
	color: black;
	border-left: 6px solid #ee6320;
	width: 194px !important;
	width: 200px;
	text-indent: 4px;
}

.alinkproductlinetitle:link, .alinkproductlinetitle:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.alinkproductlinetitle:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.alinkproduct_lineselected:link, .alinkproduct_lineselected:visited
{
	display: block;
	width: 194px !important;
	width: 200px;
	border-left: 6px solid #ee6320;
	text-indent: 4px;
	height: 16px !important;
	height: 18px;
	color: black;
	background: #d1d1d1;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 2px;
}

.alinkproduct_lineselected:hover
{
	display: block;
	width: 194px !important;
	width: 200px;
	border-left: 6px solid #ee6320;
	text-indent: 4px;
	height: 16px !important;
	height: 18px;
	color: black;
	background: #d1d1d1;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 2px;
}
/*===========================--- Links ---============================*/
