/* CSS Document */

.hidden{
	display:none;
}

body,div,p,td{
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	text-align:left;
	vertical-align:top;
	font-size:12px;
}

h1,h2{
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	padding:0px;
	margin:0px;
}

h1{
	font-size:18px;
	color:#FF3300;
}

h2{
	font-size:16px;
	color:#FF6600;
}

body{
	background-color:#fa0;
	margin:0px;
	padding:0px;
}

table#all_site{
	background-image:url(/images/bg_left.png);
	background-repeat:repeat-y;
	background-position:left;
	min-height:100%;
	height:100%;
	width:950px;
	margin:0 auto;
	position:relative;
	top:0px;
	left:0px;
	border-left:1px solid #fff;
	border-right:1px solid #f90;
}

a{
	color:#CC0000;
	cursor:pointer;
}

a *{
	cursor:pointer;
}

a:hover{
	color:#FF0000;
}

.clear{
	clear:both;
}

td#main{
	background-image:url(images/bg_top.png);
	background-position:top -4px;
	background-repeat:repeat-x; 
	background-color:#FFFFFF;
	vertical-align:top;
	padding:0px;
	margin:0px;
	position:relative;
	top:0px;
	left:0px;
}

td#border{
	width:12px;
	background-image:url(images/bg_left.png);
	background-repeat:repeat-y;
	background-position:left;
}

div#header{
	height:100px;
	vertical-align:top;
	position:relative;
	top:0px;
	left:0px;
}

div#content{
	padding:10px;
	width:780px;
}

td#menu_column{
	padding:0 5px 5px 5px;
}

#rubric_tree{
	margin:5px;
}

#rubric_tree ul{
	margin:0px;
	background-image:url(img/directory_small.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 4px 20px 4px 24px;
	margin-top:5px;
}

#rubric_tree ul a{
	font-weight:bold;
	font-size:11px;
}

.menu_top{
	background-image:url(images/menu_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	width:170px;
}

.menu_title{
	display:block;
	width:140px;
	font-weight:bold;
	font-size:14px;
	color:#CC0000;
	padding:5px;
	margin:0px 0px 0px 10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

.menu_item, .menu_buzz{
	display:block;
	width:140px;
	margin:0px 0px 0px 10px;
}

.menu_buzz{
	padding:0 4px;
}

.menu_buzz a{
	text-decoration:none;
	color:#f30;
	font-weight:bold;
}

.menu_buzz a:hover{
	background-color:#fa0;
	color:#fff;
}

.menu_item a, .menu_item{
	height:auto;
	text-align:left;
	font-size:12px;
}

.menu_item a, .menu_item a:visited{
	display:block;
	width: 145px;
	vertical-align:middle;
	padding:2px 0px 4px 5px;
	border-bottom:1px solid #CCCCCC;
	color:#000000;
}

.menu_item a:hover{
	background-color:#FFFFFA;
	width: 135px;
	vertical-align:middle;
	padding:2px 0px 4px 15px;
	color:#000000;
}

.menu_bottom{
	background-image:url(images/menu_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	width:170px;
}

.menu_content{
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-y;
	background-position:left;
	width:170px;
}

.rubric_list{
	width: auto;
	text-align:center;
	float:none;
}

.rubric_directory{
	float:left;
	margin:5px;
	width:250px;
	text-align:left;
	display:block;
}


.rubric_directory .rubric_title{
/*
	background-image:url(img/directory.png);
	padding:8px 2px 8px 38px;
*/
	background-image:url(img/directory_small.png);
	background-position:left top;
	padding: 4px 2px 4px 26px;
	font-size:14px;
	background-repeat:no-repeat;
}

.rubric_directory .rubric_title a{
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
}

.rubric_directory .rubric_child a{
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	color:#333333;
}

.rubric_directory_bottom{
	clear:both;
	float:none;
}

a .site_small{
	float:left;
	width:350px;
	background-color:#FAFAFA;
	margin:5px;
	padding:5px;
	border:1px solid #F0F0F0;
	text-decoration:none;
}

a .site_small:hover{
	background-color:#F0F0F0;
	border:	1px solid #666666;
	text-decoration:none;
}

a .site_small_title{
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
}

a .site_small_description {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}



/*---------------------------*/
.site_small{
	float:left;
	width:350px;
	background-color:#FAFAFA;
	margin:5px;
	padding:5px;
	border:1px solid #F0F0F0;
	text-decoration:none;
	display:compact;
}

.site_small:hover{
	background-color:#F0F0F0;
	border:	1px solid #666666;
	text-decoration:none;
}

.site_small_title{
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
}

.site_small_description {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
/*---------------------------*/

form#search{
	position:absolute;
	left:294px;
	top:0px;
	width:152px;
	height:96px;
	background-image:url(img/search.png);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:bottom;
	text-align:left;
}

.search_field{
	position:absolute;
	border:0px;
	width:96px;
	background-color:#FF6600;
	padding: 2px;
	text-align:left;
	top:60px;
	left:2px;
	float:left;
}

#search_button{
	position:absolute;
	border:0px;
	width:48px;
	height:43px;
	top:53px;
	left:98px;
}

div#best_search{
	background-color:#FAFAFA;
	border:1px solid #F0F0F0;
	padding:10px;
	margin:10px 0 10px 0;
	clear:both;
	font-weight:bold;
	text-align:center;
}

div#orange_top{
	background-image:url(img/border_left_orange.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 0px 0px 10px;
	height:95px;
	background-color:#FFCC00;
	font-size:14px;
	text-align:right;
	float:right;
	margin-left:50px;
	width:900px;
}
	
td#refresh_form{
	padding-left:100px;
	opacity:0.50; ..-opacity:0.50; filter:alpha(opacity=50);
}

td#refresh_form:hover{
	opacity:1; ..-opacity:1; filter:alpha(opacity=100);
}

#footer{
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #CCCCCC;
	background-color:#FAFAFA;
	padding:5px;
	margin: 20px 0px 0px 0px;
	font-size:11px;
}


.highlight{
	font-weight:bold;
}

a.article{
	text-decoration: none;
	color:#FF0000;
	font-weight:bold;
}

/* ekoloo */
div#ekoloo{
	width:100px;
	display:block;
	top:0px;
	position:absolute;
	right:0px;
	margin:0px;
}
div#ekoloo a{
	width:100px;
	height:100px;
	display:block;
	background-image:url(http://www.ekoloo.com/images/corner.png);
	background-repeat:no-repeat;
	background-position:right top;
}

div#ekoloo a:hover{
	background-color:transparent;
}

div#ekoloo a span{
	display:none;
}

div.sexe-link{
	font-size:22px;
	background-color:#ffeefe;
	margin-bottom:4px;
	border:#f09 dashed 2px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#f09;
	padding:4px;
}

div.sexe-link a{
	font-size:22px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#f09;
}
