html {
	font-size:11px;
}

body {
	background-color:#A9AAAE;
	margin:0px;
	font-family:Verdana;
	font-size:11px;
}

table {
	font-size:11px;
}

input {
	font-family:Verdana;
	font-size:11px;
	/*border-style:double;*/
}

.content {
	font-size:11px;
}

a:link {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a:hover {
	font-size:11px;
	background-color: #c0d2ec;
	text-decoration:none;
}
a:active {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a:visited {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a:visited:hover {
	font-size:11px;
	background-color: #c0d2ec;
	text-decoration:none;
}

.left {
	background-image:url(images/sx.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-right:1px solid #999999;
}

.right {
	background-image:url(images/dx.gif);
	background-repeat:repeat-y;
	background-position:left;
	border-left:1px solid #999999;
}

.sud {

	background-image:url(images/s.gif);
	background-repeat:repeat-x;
	background-position:top;


}

.sw {
	background-image:url(images/sw.gif);
	background-repeat:no-repeat;
	background-position:top right;

}

.se {
	background-image:url(images/se.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.spacer {
	line-height:5px;
}

.box_title {

	background-color:#7D8592;
	
	border-top:2px solid #9AA4AE;
	border-bottom:2px solid #9AA4AE;
	
	color:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
/*	background-image:url(images/header.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center;
*/

}

.box_title_nw {

	
	border-bottom:2px solid #9AA4AE;
		padding:0px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/header_nw.gif);
	background-repeat:no-repeat;
	background-position:top left;

}

.box_title_ne {

		padding:0px;
	border-bottom:2px solid #9AA4AE;	
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/header_ne.gif);
	background-repeat:no-repeat;
	background-position:top right;

}


.box_content {
/*	background-color:#FFFFFF;*/
	border-left:2px solid #9AA4AE;
	border-right:2px solid #9AA4AE;
	border-bottom:2px solid #9AA4AE;
	color:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	overflow:hidden;

}

img {
	border:0px;
}


.cell_content {
	background-image:url(images/content-top.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	font-size:10px;
}

.bottom {
	background-image:url(images/content-bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	vertical-align:bottom;
	text-align:center;
	color:#ECEDEF;
	font-size:10px;

}


.menu {
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	background-color:#7F7F7F;
	color:#FFFFFF;
	margin-left:10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	padding:0px;
	background-image:url(images/menu_back.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.menu:hover {
	color:#F6F536;
}

.sfondo {
	background-image:url(images/body_back.gif);
	background-repeat:repeat-y;
}

.product_row {
	font-size:12px;
}

/* dtree stuff, don't modify */
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	overflow:hidden;
	width:160px;
}

.dTreeNode {
	overflow:hidden;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: none;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}