.forum_container
{
	/*margin-top:30px;*/
	margin-bottom:30px;
	width:514px;
}


.forum_container .instructions
{
	margin-top:30px;
}

.forum_container .toggler
{
	background-color:#000;
	border-bottom:1px solid #888;
	height:38px;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	display:block;
	width:651px;
}

.forum_container .toggler .textcontainer
{
	float:left;display:inline;	
}

.forum_container .toggler .description
{
	font-size:10px;
	width:630px;
	height:25px;
}


.forum_container .toggler h3
{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.forum_container .expander
{
	vertical-align:bottom;
	float:left;
	margin-right:3px;
}

.forum_container .toggler:hover
{
	color:#FFF;	
	background:#FFF url(/I/theme_femmezine/club/club_header_background.jpg) repeat-x scroll center top;
}

.forum_container .toggler
{
	color:#FFF;	
	cursor:pointer;
}

.forum_container #accordion
{
	border:solid 1px #CCC;
	background:#FFFFFF url(/I/theme_femmezine/comments/background_comments_list.jpg) repeat-x scroll center bottom;
	min-height:300px;
	background-color:#DDD;
	margin-top:10px;
}

.forum_container #accordion .element
{
	background:#FFFFFF url(/I/theme_femmezine/comments/background_comments_list.jpg) repeat-x scroll center bottom;
}

.forum_container #accordion .element li
{
	border-bottom:1px solid #CCC;
	border-top:1px solid #FFF;
	height:20px;
	padding:3px;
	font-weight:bold;
	font-size:12px;
}

/*
 * Affichage du bloc forum en home et sur les pages catégories, articles, etc...
 */
.forum_selector
{
	border:solid 1px black;
	background-color:#000;
	color:#FFF;
	width:653px;
}

.forum_user_last_post_list
{
	background-color:#FFF;
	color:#000;
	border:hidden;
}

.forum_container.category .forum_selector
{
	width:514px;
}


.forum_selector .forum_list_bar,
.forum_user_last_post_list .forum_list_bar
{
	height:29px;
}

.forum_selector .forum_list_item,
.forum_user_last_post_list .forum_list_item
{
	display:inline;
	float:left;
	text-align:center;
	padding:7px 6px;
	border-right:solid 1px #ac9a8c;
	cursor:pointer;
}

.forum_selector .forum_list_item:hover,
.forum_user_last_post_list .forum_list_item:hover
{
	background-color:#666;
}


.forum_user_last_post_list .forum_list_item
{
	font-weight:bold;
	color:#FFF;
	width:152px;
	height:18px;
	padding:5px;
	margin-left:30px;
	background:#000 url(/I/theme_femmezine/forum/background_mytopics_title.gif) 0 0 repeat-x;
}


.forum_container.category .forum_selector .forum_list_item
{
	display:inline;
	float:left;
	text-align:center;
	padding:8px 4px;
	border-right:solid 1px #ac9a8c;
	font-size:9px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.forum_container .forum_selector .forum_list_item:first-child
{
	border-left:none;
}

.forum_container.category .forum_selector .forum_list_item:first-child
{
	border-left:none;
}

.forum_selector .last_posts_container,
.forum_user_last_post_list .last_posts_container
{
	background:#00a7bf url(/I/theme_femmezine/forum/background_home.jpg) 0 0 repeat-x;
	/*height:225px;*/
}

.forum_user_last_post_list .last_posts_container{
	/*background:#000 url(/I/theme_femmezine/forum/background_mytopics_title.gif) 0 0 repeat-x;*/
	background:#000;
}

.forum_selector .last_posts_container ul
{
	padding-top:25px;
	margin-left:15px;
}

.forum_user_last_post_list .last_posts_container ul
{
	padding-top:25px;
	margin-left:0px;
}


.forum_selector .last_posts_container ul li
{
	font-weight:bold;
	height:30px;
	background: url(/I/theme_femmezine/common_sprite.png) no-repeat -5px -94px;
	padding-left:17px;
}

.forum_user_last_post_list .last_posts_container ul li
{
	font-weight:bold;
	height:20px;
	background: url(/I/theme_femmezine/Icons/white_arrow.gif) no-repeat 9px 5px;
	padding-left:26px;
	margin-top:10px;
}

.forum_selector .last_posts_container ul li a,
.forum_user_last_post_list .last_posts_container ul li a
{
	color:#FFF;
}

.forum_selector .last_posts_container .topic,
.forum_user_last_post_list .last_posts_container .topic
{
	float:left;	
}

.forum_selector .last_posts_container .author
{
	float:right;margin-right:10px;color:#036371;font-style:italic;	
}

.forum_user_last_post_list .last_posts_container .date
{
	float:right;margin-right:10px;color:#999;font-style:italic;	
}

.forum_user_last_post_list ul li
{
	border-bottom:1px solid #333;
}

/*
 * Home du forum qui affiche le selecteur
 */
.home_forum_header
{
	background:#FFFFFF url(/I/theme_femmezine/club/club_header_background.jpg) repeat-x scroll center top;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:30px;
	height:30px;
}

.home_forum_header input[type="text"]
{
	border:1px solid #999999;
	height:16px;
	margin:0;
	padding:2px 5px;
	width:160px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
}
