/*stili per il layout fisso con background*/
html,body{
	margin: 0;
	padding:0;

}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align:center;
}

a img {
	border: none;
}

div#container{
	width:1015px; margin:0 auto;
      /*  border-width: 0 1px;
	border-style:solid;
	border-color: #ccc;
        background: url(3rightcol.jpg) repeat-y top right;*/
}

div#container2 {
	text-align: left;
}

div#navigation{
	float: left;
	width: 204px;
	width:204px !important;
	width:204px;
	padding: 1em 0 0 10px;
}


h1,h2{
	margin: 0;
	padding:0;
}

h1{
	padding-left:20px;
	padding-top: 5px;
	font: bold 2.3em arial,sans-serif;
}

h2 {
	color: #69f;
	font-size: 1.5em;
}

div#footer a{
	color:#00f;
	font-weight: bold;
	text-decoration: underline;
}

div#footer{
	clear:both;
	text-align:center;
	padding: 5px 0;
	background-color: #69c; color: #000;
}

div#innerTab {
	text-align: left;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

div#innerTabSearchTool {
	text-align: left;
	width: 850px;
	margin-left: 30px;
}

A.category:link,A.category:active,A.category:visited,A.category:hover {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #00008B;
	text-decoration:none;
}

A.category:hover {
	text-decoration: underline;
	color: #DC143C;
	background: #FFEBCD;
}

.td_left {
	text-align: right;
	font-size: 11px;
	color: #2c3c9a;
	font-weight: normal;
}

.td_leftFormAffiliate {
	text-align: right;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.td_right {
	font-size: 11px;
	color: #2c3c9a;
	font-weight: normal;
	text-align: left;
}

A.linkmenuadmin:link,A.linkmenuadmin:active,A.linkmenuadmin:hover,A.linkmenuadmin:visited {
	font-size: 13px;
	color:#fd190e;
	font-weight: bold;
	text-decoration: none;
}

A.linkmenuadmin:hover {
	color: #2c3c9a;
}

A.affiliate:link,A.affiliate:active,A.affiliate:visited,A.affiliate:hover {
	font-size: 12px;
	font-weight: normal;
	color: #0b0b80;
	text-decoration: none;
}

A.affiliate:hover {
	background: #FFFAFA;
}

input.form,textarea.form,file.form,password.form,select.form,check {
	border: 1px solid #000000;
	background: #FFFFF0;
}

.error,.ok {
	font-weight: normal;
	color: #FF0000;
	text-align: center;	
	width: 100%;
}

.ok {
	color: #0000FF;
}

/*admin area*/
h3 {
	text-align: center;
	width: 100%;
	padding: 2px;
	margin: 0px;
	color: #69f;
	font-size: 1.5em;
}

div#adminpage {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

a.back:link,a.back:hover,a.back:active,a.back:visited {
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	color: #003366;
}

/****** MENU *******/

.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
/*END MENU*/

