/*Search page body */
body {background-color:#FFFFFF; font-family:arial,sans-serif; font-size: 12px; }

/*Top categories*/
.main_cat1 {font-size: 13px; font-weight: bold; color:#c60000}
.main_cat2 {font-size: 11px; font-weight: bold; color:#c60000}
.cat1:visited {font-size: 16px; font-weight: bold; color:#5555AA}

/*Small urls*/
.url {color: #c60000}


a:visited{color:#5555AA}
/*hr{color:#000066}*/

/*Page descriptions*/
.description{font-size: 11px;}

/* */
td {font-family:arial,sans-serif; font-size: 13px; }

/* Title/link of pages */
.title{color:#2792BD; font-size:13px;}


#result_report {
	text-align:center ;
	color:#2792BD;
	padding:3px;
	background-color:#7DC9E9; 
	font-weight: bold;
	margin-bottom:14px;
}

.catBanner {
	padding:3px;
	margin-top:15px;
	background-color:#7DC9E9; 
	font-weight: bold
}
.webPageBanner {
	padding:3px;
	margin-top:20px;
	background-color:#7DC9E9; 
	font-weight: bold
}

hr{color:#000066;}
hr.powered{width:550; color: #000066}

/*main results table */
#results{width: 780;}

h1 {
	text-align: center;
	font-family: Verdana, Ariel;
	font-size:24px;
	color: #000066;
	}

#other_pages {
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
    padding: 3px;
    margin: 3px
}
#other_pages a {
    background-color: #fff;
    border: 1px solid #2793BD;
    color: #2793BD;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none
}
#other_pages a:hover,active {
    background-color: #2793BD;
    border: 1px solid #2793BD;
    color: #fff;
    margin: 1px;
    padding: 2px 5px
}
#other_pages span.courante {
    background-color: #C60000;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px
}
#other_pages span.desactive {
    background-color: #fff;
    border: 1px solid #eee;
    color: #ddd;
    margin: 1px;
    padding: 2px 5px
}

#common_report {
		text-align:center;
}

#cat_table {
		width:600px;
		margin-top:20px;
		padding-top:10px;
		padding-bottom:20px;
		border-top:1px solid #AAAAAA;
		border-bottom:1px solid #AAAAAA;

}

#cat_main {
	font-weight: bold;
}

.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #DDDDDD;
}

#sub_cat {
	font-size:12px;
}

.idented {
	margin-left:30px;
}

#did_you_mean {
	font-size: 14px; 
	text-align:center ;
	margin:10px;

}

