html,body,ul,h1,h2,h3,h4,h5,h6,img,p,form,fieldset {margin: 0;padding:0; border: 0 none #FFFFFF;}

.credits pre {
	/*display: block;*/
	margin: 0 13px 0px 0;
	padding: 0;
	font-family: Verdana, Sans-serif;
	font-size: 76%;
	color: #6a6b6d;
	font-style: italic;
	float: left;
}

.credits {
	display: block;
	margin: 0 0 0 60px;
	padding: 0 0 22px 0; 
}


.iframe {
	display: block;
	margin: 0;padding:0;
	margin: 0 0 0 20px;
	width: 550px;
	height: 484px;
	visibility: visible;
}

.iframePrev {
	display: block;
	/*border: 1px solid green;*/
	border: 0;
	padding:0;
	margin: 0 0 0 18px;
	width: 580px;
	height: 320px;
	visibility: visible;
}

iframe {
	display: none;
	visibility: hidden;
}

ul, ol {
		list-style: none;
}

p {
	padding:3px;
	text-align: left;
	line-height:1.5em;
	font-size: 0.9em;
	margin: 0 0 18px 0;
	/*border: 1px solid yellow;*/
}

strong {
	color: #4e97ce;
	font-size: 1.1em;
}

b {
	color: #686868;
}

.justify {
	text-align: justify;
}

body {
	font-family: Verdana, Sans-serif;
	font-size: 90%;
	color: black;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

#wrapper {
	width: 766px;
	margin: 0 20px;
	/*margin: 0 auto;
	text-align: center;*/

}

#header {
	display: block;
	width: 766px;
	height: 255px;
	border-top: 5px solid  #c7d8ff;
	margin-top: 20px;
	/*float: left;*/
}

#logo {
	display: inline;
	width: 186px;
	float: left;
	height: 87px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	margin: 11px 0 0 47px;
	/*border: 1px solid red;*/
}

#logo a {
	display: block;
	width: 186px;
	height: 87px;
}

#logo span {
	display: none;
}

#topUtils {
	display: block;
	float: right;
	width: 180px;
	/*border: 1px solid green;*/
	padding: 8px 0 8px 0;
}

#topUtils a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4e97ce;
}

#topUtils a:hover {
	text-decoration: underline;
}

a#areaStampa {
	display: block;
	width: 116px;
	height: 27px;
	float: right;
	background-image: url(../img/area_stampa_sm.gif);
	background-position: 0px 0px;
}

a#areaStampa:hover {
	background-position: 0px 27px;
}

#topUtils a span {
	display: none;
}

#title {
	width: 766px;
	height: 144px;
	background-image: url(../img/title.jpg);
	margin: 13px 0 0 0;
	float: left;
}

#title span {
	display: none;
}

#mainMenu {
	position: relative;
	width: 766px;
	height: 37px;
	background-image: url(../img/menu_bg.gif);
	/*float: left;*/
}

/***************************** MENU NAV *****************************/
#mainMenu ul {
	position: absolute;
	width: 688px;
	height: 37px;
	top: 0;
	left: 39px;
	list-style-type: none;
}

#mainMenu ul li {
	position: relative;
	float: left;
	width: 172px;
	height: 37px;
	text-align: center;
	background: url(../img/menu_roll.gif);
	background-position: 0px 0px;
}

#mainMenu ul li a {
	display: block;
	width: 172px;
	height: 37px;
	text-decoration: none;
	background: url(../img/menu_roll.gif);
	background-position: 0px 0px;
}

/*------- Testo linguette link -------*/
#mainMenu ul li a span {
	display: none;
/*	display: inline;*/
	position: absolute;
	width: 172px;
	top: 10px;
	left: 0;
	text-align: center;
	cursor: pointer;
}

/*------- Testo linguetta "here" -------*/
#mainMenu ul li.here span {
	display: none;
/*	display: inline;*/
	position: absolute;
	width: 172px;
	top: 10px;
	left: 0;
	text-align: center;
	cursor: default;
}

/*-----------hover---------------*/
#mainMenu ul li#home a:hover {
	background-position: 0 37px;
}

#mainMenu ul li#come a:hover {
	background-position: -172px 37px;
}

#mainMenu ul li#eventi a:hover {
	background-position: -344px 37px;
}

#mainMenu ul li#domande a:hover {
	background-position: -516px 37px;
}

/*-----------here---------------*/
#mainMenu ul li#home.here {
	background-position: 0 -37px;
}

#mainMenu ul li#come.here {
	background-position: -172px -37px;
}

#mainMenu ul li#eventi.here {
	background-position: -344px -37px;
}


#mainMenu ul li#domande.here {
	background-position: -516px -37px;
}



/****************** GENERAL CONTENT **********************/

#content {
	width: 766px;
	/*height: 100%;*/
	background-image: url(../img/content_head.gif);
	background-repeat: no-repeat;
	/*border: 1px solid #e4e4e4;*/
	/*float: left;*/
}

/****************** FOOTER **********************/

#footer {
	position: relative;
	width: 766px;
	height: 70px;
	border-bottom: 5px solid  #c7d8ff;
	border-top: 1px solid #e4e4e4;
	margin: 30px 0 75px 0;
	/*float: left;*/
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	float: left;
	display: block;
	font-family: Verdana;
	font-size: 8pt;
	color: #686868;
	margin: 0 4px 0 0;
}

#footer ul li.here span {
	padding: 0 4px;
	color: #ffffff;
	background-color: #4e9513;
}

#footer ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #686868
}

#footer ul li a:hover {
	text-decoration: underline;
}

#copyright {
	font-family: Verdana;
	font-size: 8pt;
	color: #686868;
	float: right;
	clear: left;
}

/********* PAGES CONTENT ************/

#container {
	display: block;
	width: 618px;
	/*height: 100%;*/
	/*border: 1px solid red;*/
	margin: 0 0 0 38px;
	padding: 37px 0px 15px 36px;
	float: none;
}

.split{
	background-image: url(../img/centerSplit.gif);
	background-repeat: no-repeat;
}

#container h1, #questionForm h1 {
	font-size: 1.1em;
	color: #4e97ce;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	padding: 0 0 20px 0;
}

#container h2 {
	font-size: 1.1em;
	color: #686868;
	font-family: "Trebuchet MS";
	padding: 0 0 8px 0;
	/*float: left;*/
}

.secPar {
	margin-top: 26px;

}

#compGuide {
	margin: 0 0 20px 0;
	width: 271px;
	height: 110px;
	float: none;
}

#container h2.areaStampa {
	border-bottom: 1px solid #686868;
	padding: 0;
	margin: 0 0 8px 0;
}

#container h2 a, #container h2 a:visited, #container h2 a:hover  {
	text-decoration: none;
	color: #686868;
}

#container h2 a:hover {
/*	text-decoration: underline;*/
	border-bottom: 1px solid #686868;
}

#container p {
	/*color: #686868;*/
}

#container p a, #container p a:visited  {
	font-size: 86%;
	/*padding: 0px 2px 2px 2px;*/
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	color: #4e9513;
	/*background: url(../img/dots-alink.gif) repeat-x 0 100%;*/
}

#container p a:hover {
	/*background-color: #4e9513;
	/*color: #ffffff;*/
	/*background: url(../img/dots-alink.gif) repeat-x 0 100%;*/
	border-bottom: 1px solid #4e9513;
}

.imgLink {
	display: block;
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	background: none;
}

.guideLink {
	display: block;
	/*height: 110px;*/
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	float: left;
}

/*a.imgLink:hover {
	background: none;

}*/

.leftCol {
	float: left;
	width: 280px;
	/*border: 1px solid green;*/
}

.rightCol {
	float: left;
	width: 270px;
	margin: 0 0 35px 60px;
	/*border: 1px solid yellow;*/
}


h3#question, h3#prenotaNotaio, h3#quantoCosta {
	display: block;
	clear: both;
	text-decoration: none;
	margin: 0px 0 12px 137px;
	padding: 0;
	width: 342px;
	height: 42px;

}

h3#question a, h3#prenotaNotaio a, h3#quantoCosta a {
	display: block;
	width: 342px;
	height: 42px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


h3#question a {
	background-image: url(../img/domanda_button.gif);
}

h3#prenotaNotaio a {
	background-image: url(../img/question_button.gif);
}

h3#quantoCosta a {
	background-image: url(../img/quanto_costa.gif);	
}

h3#question a:hover, h3#prenotaNotaio a:hover, h3#quantoCosta a:hover {
	background-position: 0px -42px;
}


h3#question a span, h3#prenotaNotaio a span, h3#quantoCosta a span  {
	display: none;
	/*color: green;*/
}


h3#prenotaNotaio {	/* Disabilita il tasto ma rimane l'html per l'indicizzazione */
	display: none;
}

h3#question {		/* Disabilita il tasto ma rimane l'html per l'indicizzazione */
	/*display: none;*/
}


/************* IMPAGINAZIONE TESTO ***********************/
.colonna {
		width:306px;
		padding: 0 5px;
		float:left;
		height:100%;
		margin:0;
		text-align:left;
}

.colonna h1{
		margin:0;
		padding:3px;
		font-size:1.5em;
		color:#980;
}

.pageNavi {
		width:165px;
		height:100px;
		/*padding:5px; */
		float:right;
		margin: 0 0 12px 12px;
		background-color: #ffffff;
		border: 1px solid #4e97ce;
}

.pageNavi span {
	display: block;
	height:90px;
	margin:1px;
	padding: 4px;
	background-color: #f0f0f0;
}

.pageNavi a {
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	color: #4e97ce;
}

.pageNavi a:hover {
	text-decoration: underline;
}

/**************** IMAGES E FLOAT ********************/
img.floatLeft {
    float: left;
    margin: 8px 0px 8px 0;
}
img.floatRight {
    float: right;
    margin: 4px;
}

/************ SECTION EVENTI **********/
#eventList {
	width: 614px;
	/*order: 1px solid red;*/
}

#eventList a {
	position: relative;
	display: block;
	width: 614px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: url(../img/event.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}

#eventList a:hover {
		background-position: 0 -90px;
}

#eventList a.nonActive:hover{
			background-position: 0 0px;
}

#eventList img {
	float: left;
	margin: 10px 0 0 12px;
	padding: 2px;
	border: 1px solid #cdcdcd;
}

#eventList span.h2 {
	position: absolute;
	font-size: 1.1em;
	top: 10px;
	left: 110px;
	margin: 0;
	padding: 0;
	/*cursor: pointer;*/
	color: #686868;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

#eventList span.p {
	position: absolute;
	top: 36px;
	left: 110px;
	margin: 0;
	padding: 0;
	/*cursor: pointer;*/
	font-size: 82%;
	color: #686868;
	line-height: 1.4em;
}

.date {
	display: block;
	position: absolute;
	top: 10px;
	left: 510px;
	font-size: 0.9em;
	font-weight: normal;
	color: #686868;
	font-family: "Trebuchet MS";
/*	font-family: "Verdana";*/
}

.sponsor {

	margin: 55px 0 0 0;
	padding: 0;
	/*text-align: center;*/
}

.sponsor a {
	margin: 0 35px 0 0;
}

.sponsor a img{
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 0 12px 6px 0;
}

/*************** MEDIA *********************/

#media h2 {
	color: #4e9513;
	background-color: transparent;
	text-transform: uppercase;
}

/**************** DOMANDE **********************/
ul#leDomande {
	/*width: 610px;*/
	height: 33px;
	/*float: left;*/
	margin: 0 0 20px 0;
	padding: 0;
	/*border: 1px solid red;*/
}

#leDomande li {
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
}

#leDomande li a {
	display: block;
	width: 145px;
	height: 33px;
}

#leDomande li a span {
	display: none;
}

#leDomande li a.preliminari {
	background-image: url(../img/domande.gif);
	background-position: 0px 0px;
}

#leDomande li a.preliminari:hover {
	background-position: 0px -33px;
}

#leDomande li a.tasse {
	background-image: url(../img/domande.gif);
	background-position: -145px 0px;
}

#leDomande li a.tasse:hover {
	background-position: -145px -33px;
}

#leDomande li a.vendita {
	background-image: url(../img/domande.gif);
	background-position: -290px 0px;
}

#leDomande li a.vendita:hover {
	background-position: -290px -33px;
}


#leDomande li a.mutuo {
	background-image: url(../img/domande.gif);
	background-position: -435px 0px;
}

#leDomande li a.mutuo:hover {
	background-position: -435px -33px;
}


/************* FAQ *************/


#faq {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}

#faq strong {
	color: #4e97ce;
	font-size: 0.9em;
	background-image: url(../img/bull.gif);
	background-repeat: no-repeat;
	background-position: -5px -3px;
	display: block;
	padding: 0 0 0 12px;
}

#faq li {
	margin: 0 0 55px 0;
	padding: 0;
}

#faq li h2 {
	font-size: 1.2em;
/*	padding: 10px 0;*/
	display: inline;
}

#faq li a.top {
	display: inline;
	color: #4e97ce;
	margin: 0 0 0 25px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#faq li a.top:hover {
	text-decoration: underline;
}

#faq li h1 {
	/*font-size: 1.2em;*/
	padding: 10px 0;
	color: #4e9513;
	background-color: transparent;
}

#faq li ol {
	line-height:1.5em;
	font-size: 0.9em;
	padding: 0 0 0 0px;
	margin: 10px 0 0 0px;
	color: #686868;
	/*list-style-type: decimal;*/
}


#faq li ol li{
	/*list-style-image: url(../img/bull.gif);*/
	margin: 0px 0 20px 0;
	padding: 10px 10px 10px 10px;
	background-color: #e8ffe8;
	border: 1px solid #dfdfdf;
	/*border: 1px solid #75ca45;*/
}

#faq li ol li ul {
	list-style-type: disc;
	list-style: inside;
	padding: 6px 0px 10px 24px;
	margin: 0;
	color: #686868;
}

#faq li ol li ul li 	{
	border: 0;
	padding: 0;
	margin: 3px 0 0 0;
}

/*table#lessico {
	margin: 0;
	padding: 0;
	font-size: 0.8em;

}

table#lessico tbody {
	border: 1px solid gray;
}

table#lessico tbody tr td, table#lessico thead tr th{
	margin: 0;
	padding: 8px 6px;
}

table#lessico tbody tr td {
	text-align: justify;
}

table#lessico tbody tr td.firstCol, table#lessico thead tr th.firstCol {
	width: 180px;
	text-align: left;
}

table#lessico thead {
	text-align: left;
}
*/

table.lessico {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #686868;
	margin: 0;
	padding: 0px;
	/*border: 1px solid red;*/
	background-color: #ffffff;
	width: 100%;
	/*border-spacing: 1px;*/
}

table.lessico td, table.lessico th {
	padding: 12px 8px 12px 8px;
	margin: 0px;
}

table.lessico td {
	border-bottom: 1px solid #ffffff;
}

table.lessico thead th {
	text-align:center;
	background:#ffffff;
	color:#4e9513;
	text-transform:uppercase;
	padding: 0 0 20px 0;
}

.fileList thead tr th {
	text-align:left;
	background:#ffffff;
	color:#4e9513;
	text-transform:uppercase;
	padding: 0 0 20px 0;
}

.fileList tbody tr td a {
	text-decoration: none;
	color: #4e97ce;
}

.fileList tbody tr td a:hover {
	text-decoration: underline;
	color: #4e97ce;
}


table.lessico tbody td.firstCol {
	font-weight: bold;
	color: #4e97ce;
	width: 160px;
}

table.lessico tbody td.firstColBig {
	font-weight: bold;
	color: #4e97ce;
/*	color: #4e9513;*/
	width: 220px;
	font-size: 94%;
}

table.lessico tbody tr {
	background: #e8ffe8;
	text-align: left;
}

table.lessico tbody tr td {
	/*height:50px;*/
	/*background:#e8ffe8;*/
	/*border-left: 10px solid #ffffff;*/
	border-top: 1px solid #dfdfdf;

}

table.lessico tbody tr.odd td {
	background:#ffffff;
}

table.lessico table.lessico td a:link, table.lessico td a:visited {
	color: #4e97ce;
	text-decoration:none;
	font-weight: bold;
}

table.lessico table.lessico td a:hover {
	text-decoration:underline;
	font-weight: bold;
}

/*table td a:visited {
	color: #4e9513;
	text-decoration:none;
	font-weight: bold;
}*/

.lessico .focus strong {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 96%;
	font-style: normal;
	color: #4e9513;
	background-color: transparent;
}

.lessico .focus {
	/*font-weight: bold;/*/
	/*color: #4e9513;*/
	margin: 10px 0px;
}


/*****FORMS******/

#login label {
	display: block;
/*	float: left;*/
}

#login input {
	display: block;
	width: 150px;
}

#login button {
	width: 75px;
	/*padding: 0;*/
	/*margin: 0 8px 0 0;*/
}



/********** QUESTION FORM ************/

.questionForm {
	color: #686868;
}

.questionForm p.hint {
	color: #00A8E6;
	margin: 0 0 0 122px;
	font-size: 74%;
}


/***** RESET *******/


/********** FORM *************/
form.questionForm fieldset {
  margin-bottom: 10px;
}
form.questionForm legend {
  padding: 0 2px;
  font-weight: bold;
}
form.questionForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.questionForm fieldset ol {
  margin: 0;
  padding: 0;
}
form.questionForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form.questionForm fieldset li.controls {
	margin: 15px 0 0 122px;
}


form.questionForm input, form.questionForm textarea {
	font-size: 110%;
}

form.questionForm input {
		width: 220px;
}

form.questionForm label {
	display: block;
	width: 120px; /* Width of labels */
	float: left;
	font-weight: bold;
}

form.questionForm textarea {
	width: 300px;
	height: 160px;
}

button.sendButton {
	/*display: block;*/
	border: 0 none;
	background-image: url(../img/send.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 42px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 25px;
}

button.closeButton {
	/*display: block;*/
	border: 0 none;
	background-image: url(../img/cancell.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 42px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	float: left;
}

form.questionForm button span {
	display: none;
}

form.formular button span {
	display: none;
}

form.formular{
	margin: 0 0 45px 15px;
}

form.formular select {
	z-index: -2000;
}

.downloadButton {
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../img/download_icon.jpg);
	background-repeat: no-repeat;
}

.downloadButton span {
	display: none;
}

.buttonCol {
	width: 30px;
}

.alert {
	color: #cc0000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fc9088;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fc9088;
	background-color: #f7cdc3;
	background-image: url(../img/status-alert.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 12px 12px;
	display: block;
	padding: 10px 10px 0px 50px;
	margin: 0 0 15px 0;
}

#container .alert a {
	color: #0066ff;
	background-color: #f7cdc3;
	text-decoration: none;
	border: 0;
}

#container .alert a:hover {
	color: #0066ff;
	background-color: #f7cdc3;
	text-decoration: underline;
	border: 0;
}
#container .alert  a:visited {
	color: #0066ff;
	background-color: #f7cdc3;
	text-decoration: underline;
	border: 0;
}

.statusOk {
	color: #57861a;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #75ca45;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #75ca45;
	background-color: #e8ffe8;
	background-image: url(../img/status-info.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 12px 12px;
	display: block;
	padding: 10px 10px 0px 50px;
	margin: 0 0 15px 0;
}


/********** CERCA IL TUO NOTAIO FORM *************/
#searchForm {
}

#searchForm td {
	height: 25px;
	/*background: #99ffcc;*/
}

#searchForm tr td {
	border: 0;
}


form.searchForm select#zona {
	width: 200px;
}

form.searchForm div select#cp {
	width: 150px;
}



form.searchForm table{
	width: 450px;
}

form.searchForm table td{
	border: 0;
	margin: 0;
	padding: 0;
}

#log {
	/*clear: left;*/
	padding: 0.5em;
/*	border: 1px solid red;*/
/*	width: 290px;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;*/
	margin-top: 10px;
}

#log_res {
	overflow: auto;
	/*padding: 16px 0;*/
	/*border: 1px solid red;*/
	position: absolute;
	display: block;
	top: 32px;
	left: 250px;
	width: 30px;
	height: 30px;


}

#log_res.ajax-loading {
	/*overflow: auto;*/
	/*padding: 16px 0;*/
	/*border: 1px solid red;*/
	position: absolute;
	display: block;
/*	top: 32px;
	left: 250px;
	width: 30px;
	height: 30px;*/
	background: url(../img/spinner.gif) no-repeat center;
}

.addressStudio {
	cursor:pointer;
}

.addressStudio thead tr td {
	font-weight: bold;
}

.addressStudio td.tdIndirizzo {
	/*width: 60%;*/
}

.addressStudio td.tdZona {
	width: 160px;
}

.addressStudio td.tdCap {
	width: 50px;
}

.addressStudio a {
	margin: 0 0 0 0;
	/*display: block;*/
	text-decoration: none;
	font-weight: bold;
	color: #4e97ce;
	/*font-size: 90%;**/

}

.addressStudio a:hover {

	/**display: block;*/
/*	text-decoration: underline;*/
	/*font-weight: bold;*/
}

.addressStudio a:visited {
	/*color: #4e97ce;*/
}


/******************** FX CLASSES ****************/

.powerOn {
	background-color: #ffffe8;
}


.powerOff {
	background-color: #e8ffe8;
}

/*************** MODULO *****************/

.formular {
	width: 500px;
}

.formular button {

	/*display: block;
	text-align: center;
	margin: 0 auto;*/
}

.formular table.lessico {
	width: 400px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.formular table.lessico tr {
	background: #d9eefc;
}

.formular table.lessico td {
	margin: 0;
	padding: 8px 4px;
}

.formular .label {
	text-align: right;
	width: 100px;
}

.formular select {
	/*width: 150px;*/
}

#container .formular h2 {
	text-transform: uppercase;
	font-size: 14px;
	/*border-bottom: 1px solid #ccc;*/
	margin: 0 0 8px 0;
	padding: 0px;
}


/*************** VALIDATION ********************/

#validation {
	position: absolute;
	top: 80px;
	left: 0;
}

#validation a {
	margin: 0 4px 0 1px;
}

a.htmlOuter {
	display: block;
	float: left;
	width: 80px;
	height: 15px;
	background-image: url(../img/htmlcss.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.htmlOuter:hover {
	background-position: 0 -15px;
}

.htmlOuter span {
	display: none;
}

a.cssOuter {
	display: block;
	float: left;
	width: 52px;
	height: 15px;
	background-image: url(../img/htmlcss.gif);
	background-position: -80px 0;
	background-repeat: no-repeat;
}

a.cssOuter:hover {
	background-position: -80px -15px;
}

.cssOuter span {
	display: none;
}
