.myforum-conf-box
{
	position:fixed; 
	padding:6px;
	width:320px;
	left:40%;
	top:40%;
	background-color:white;
	border:1px solid grey;
	text-align:center;
	z-index:10000;
	display:none;
}

.myforum-topic-buttun-pm
{
	background-repeat:no-repeat;
    background-image:url(../images/new_pm.png);
    height:20px;
	width:20px;
}

.myforum-topic-buttun-pm:hover
{
    background-image:url(../images/new_pm_hover.png);
}

.myforum-topic-buttun-quote
{
	background-repeat:no-repeat;
    background-image:url(../images/quote.png);
    height:20px;
	width:20px;
}

.myforum-topic-buttun-quote:hover
{
	
    background-image:url(../images/quote_hover.png);
}

.myforum-topic-buttun-edit
{
	background-repeat:no-repeat;
    background-image:url(../images/edit.png);
    height:20px;
	width:20px;
}

.myforum-topic-buttun-edit:hover
{
    background-image:url(../images/edit_hover.png);
}

.myforum-topic-buttun-del
{
	background-repeat:no-repeat;
    background-image:url(../images/del.png);
    height:20px;
	min-width:20px;
}

.myforum-topic-buttun-del:hover
{
    background-image:url(../images/del_hover.png);
}

.myforum-topic-buttun-back
{
	background-repeat:no-repeat;
    background-image:url(../images/back.png);
    height:24px;
	width:30px;
}

.myforum-topic-buttun-back:hover
{
    background-image:url(../images/back_hover.png);
}


.myforum-topic-buttun-anchor
{
	background-repeat:no-repeat;
    background-image:url(../images/anchor.png);
    height:20px;
	width:20px;
}

.myforum-topic-buttun-anchor:hover
{
    background-image:url(../images/anchor_hover.png);
}

.myforum-topic-buttun-lock
{
	background-repeat:no-repeat;
    background-image:url(../images/lock.png);
    height:20px;
}

.myforum-topic-buttun-lock:hover
{
    background-image:url(../images/unlock.png);
}

.myforum-topic-buttun-unlock
{
	background-repeat:no-repeat;
    background-image:url(../images/unlock.png);
    height:20px;
}

.myforum-topic-buttun-unlock:hover
{
    background-image:url(../images/lock.png);
}




.myforum-topic-moderator-block
{
	border:1px solid rgb(220,220,220);	
	float:right;
	padding:5px;
	margin:10px;
}

.myforum-general-buttun-conf-back
{
	background-repeat:no-repeat;
    background-image:url(../images/back.png);
	height:19px; 
	cursor:pointer; 
	width:100px; 
	border:1px solid rgb(255,255,255); 
}

.myforum-general-buttun-conf-back:hover
{
	background-image:url(../images/back_hover.png);
	border:1px solid rgb(220,220,220); 
}

.myforum-general-buttun-conf-del
{
	background-repeat:no-repeat;
    background-image:url(../images/del.png);
	height:19px; 
	cursor:pointer; 
	width:100px; 
	border:1px solid rgb(255,255,255); 
}

.myforum-general-buttun-conf-del:hover
{
	background-image:url(../images/del_hover.png);
	border:1px solid rgb(220,220,220); 
}






.myforum-search-input
{
	color:rgb(150,150,150);
	border:1px solid rgb(200,200,200);
	padding:2px;
	margin-right:3px;
}
	
.myforum-search-content
{
	float:right;
}
	
.myforum-search-buttun
{
    background-image:url(../images/search.png);
    background-color:white;
    border:1px solid rgb(200,200,200);
    height:28px;
	width:28px;
	cursor:pointer; 
}

.myforum-search-buttun:hover
{
    background-image:url(../images/search_hover.png);
}

.myforum-search-a-div
{
    background-image:url(../images/plus.png);
    background-color:white;
    border:1px solid rgb(220,220,220);
    height:26px;
	width:26px;
	float:right;
}

.myforum-search-a-div:hover
{
    background-image:url(../images/plus_hover.png);
}

.myforum-tr-search
{
	border-left:1px solid grey;
	border-right:1px solid grey;
}

.myforum-td-search
{
	text-align:center;
	width:50px;
	height:30px;
}

.myforum-tr-search-post
{
	width:50px;
	height:30px;
}

.myforum-tr-search-nopost
{
	width:50px;
	height:0px;
}

.myforum-td-search-post
{
	border-left:1px solid grey;
	border-right:1px solid grey;
	border-bottom:1px solid grey;
	border-top:1px dashed rgb(200,200,200);
	padding:5px;
}

.myforum-td-search-nopost
{
	border-left:1px solid grey;
	border-right:1px solid grey;
	border-bottom:1px solid grey;
}









.block-title strong span span
{
    background-image:url(../images/icon_group.gif);
    background-repeat:no-repeat;
    padding-left:20px;
}

.myforum-liveforum-content
{
	margin:5px;
}

.myforum-liveforum-content-block
{
	border:1px solid rgb(200,200,200);
	margin-bottom:5px;
}

.myforum-liveforum-content-head
{
	background-color:#679100;
}

.myforum-liveforum-content-content
{
	color:grey;
	text-decoration:italic;
	margin:3px;
}

.myforum-liveforum-content-time
{
	text-align:right;
	padding-right:5px;
}









.myforum-button-u
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/underline.png);
}
.myforum-button-u:hover{border:1px solid black;}

.myforum-button-q
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/quote.png);
}
.myforum-button-q:hover{border:1px solid black;}

.myforum-button-b
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/bold.png);
}
.myforum-button-b:hover{border:1px solid black;}

.myforum-button-l
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/link.png);
}
.myforum-button-l:hover{border:1px solid black;}

.myforum-button-img
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/image.png);
}
.myforum-button-img:hover{border:1px solid black;}

.myforum-button-s
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/strike.png);
}
.myforum-button-s:hover{border:1px solid black;}

.myforum-button-i
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/italic.png);
}
.myforum-button-i:hover{border:1px solid black;}

.myforum-button-r
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/right.png);
}
.myforum-button-r:hover{border:1px solid black;}

.myforum-button-c
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/center.png);
}
.myforum-button-c:hover{border:1px solid black;}

.myforum-button-t1
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/title1.png);
}
.myforum-button-t1:hover{border:1px solid black;}

.myforum-button-t2
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/title2.png);
}
.myforum-button-t2:hover{border:1px solid black;}

.myforum-button-color
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/color.png);
}
.myforum-button-color:hover{border:1px solid black;}

.myforum-button-smiley
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/smiley.png);
}
.myforum-button-smiley:hover{border:1px solid black;}

.myforum-button-size
{
	border:1px solid grey;
	width:22px;
	height:22px;
	background-image:url(../images/parse/size.png);
}
.myforum-button-size:hover{border:1px solid black;}

.myforum-color td
{
	border:1px solid grey;
	width:19px;
	height:19px;
}
.myforum-color td:hover{border:1px solid black;}

.myforum-size td
{
	border:1px solid white;
}
.myforum-size td:hover{border:1px solid black;}


.myforum-quit-button
{
    background-image:url(../images/quit.png);
    background-repeat:no-repeat;
    border:none;
	height:13px;
	width:13px;
}

.myforum-quit-button:hover
{
    background-image:url(../images/quithover.png);
    background-repeat:no-repeat;
    border:none;
	height:13px;
	width:13px;
}

.myforum-block-smiley
{
	position:absolute; 
	width:200px;
	background-color:white;
	border:1px solid black;
	padding:5px;
	display:none;
}

.myforum-block-size
{
	position:absolute; 
	background-color:white;
	border:1px solid black;
	padding:5px;
	display:none;
}

.myforum-block-color
{
	position:absolute; 
	background-color:white;
	border:1px solid black;
	padding:5px;
	display:none;
}

.myforum-quote
{
	border-left:1px dashed grey; 
	padding:10px; 
	margin:10px;
	background-image:url(../images/guillemet.png);
	background-color:rgb(235,235,235);
	background-repeat:no-repeat;
}








.myforum-table
{
	width:100%;
	border-collapse: collapse;
}

.myforum-tr-one
{
	background-color:grey;
	border-left:1px solid grey;
	border-right:1px solid grey;
}
.myforum-tr-one th
{
	color:white;
	font-size:15px;
	text-align:center;
}



.myforum-tr-two
{
	background-color:#679100;
	border-left:1px solid #679100;
	border-right:1px solid #679100;
}
.myforum-tr-two-col1
{
	text-align:left;
	padding-left:10px;
}
.myforum-tr-two-col1 a
{
	text-decoration:none;
}
.myforum-tr-two-col2
{
	color:white;
	text-align:center;
}
.myforum-tr-two-col3
{
	color:white;
	text-align:center;	
	width:150px;
}
.myforum-tr-two-author
{
	color:white;
	text-align:left;	
	padding-left:10px;
	width:150px;
}
.myforum-tr-two-post
{
	color:white;
}

.myforum-tr-three
{
	border:1px solid grey;
}
.myforum-tr-three-col0
{
	text-align:center;
	width:50px;
	height:50px;
}
.myforum-tr-three-col1
{
	text-align:left;
}
.myforum-tr-three-col1 a
{
	text-decoration:none;
}
.myforum-tr-three-col1 description
{
	font-style:italic;
}
.myforum-tr-three-col2
{
	color:black;
	text-align:center;
}
.myforum-tr-three-col3
{
	color:black;
	text-align:center;	
	width:150px;
}
.myforum-tr-three-col3 time
{
	font-style:italic;
}
.myforum-tr-three-author
{
	color:black;
	text-align:center;	
	width:150px;
}
.myforum-tr-three-post
{
	color:black;
	padding:7px;
}

.myforum-tr-tree-post-product
{
	border:1px solid rgb(220,220,220);
	background-color:rgb(230,230,230);
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
	min-height:150px;
}

.myforum-tr-tree-post-product-name
{
	font-size:15px;
	margin-left:25px;
}

.myforum-tr-tree-post-product-description
{
	margin-left:5px;
	font-style:italic;
	color:rgb(100,100,100);
}

.myforum-tr-tree-post-product-image
{
	float:right;
	width:150px;
	height:150px;
	margin:10px;
}







.myforum-fieldset
{
	border:1px solid grey;
	padding:10px;
}

.myforum-content
{
	padding:10px;
	border:1px solid rgb(200,200,200);
	background-color:white;
}

.myforum-content h4
{
	color:rgb(231,98,12);
	font-variant:small-caps;
	font-weight:bolder;
	font-size:15px;
	padding-bottom:10px;
	border-bottom:1px solid rgb(200,200,200);
}








																	/*CUSTOMER ACCOUNT*/
.myforum-menu
{
	width:100%;
	border-collapse: collapse;
}
.myforum-menu-tr
{
	border-collapse: collapse;
}
.myforum-menu td
{
	width:33%;	
}
.myforum-menu-a
{
	border:1px solid rgb(160,160,160);
	padding-top:3px;
	text-align:center;
	background-image:url(../images/account_nav_head_bg.gif);
	background-repeat:repeat-x;
	color:white;
	display:block;	
	font-weight:bold;
	font-size:14px;
	height:22px;
	text-decoration:none;
}
.myforum-menu-a-h
{
	border:1px solid rgb(160,160,160);
	padding-top:3px;
	text-align:center;
	background-image:url(../images/account_nav_head_bg_hover.gif);
	border:1px solid rbg(160,160,160);
	background-repeat:repeat-x;
	color:white;
	display:block;	
	font-weight:bold;
	font-size:14px;
	height:22px;
	text-decoration:none;
}
.myforum-menu a:hover
{
	background-image:url(../images/account_nav_head_bg_hover.gif);	
	text-decoration:none;
	color:white;
}

.myforum-options-image-avatar
{
	float:left;
	margin-right:10px;
}

.myforum-sign
{
	border-top:1px solid grey;
	margin-left:10px;
	margin-right:10px;
}







																	/*CUSTOMER ACCOUNT*/
.myforum-table-boite-reception
{
	width:100%;
	border-collapse: collapse;	
}

.myforum-table-boite-reception-th-head
{
	background-color:grey;
	color:white;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border-left:1px solid grey;
}

.myforum-table-boite-reception-th-col
{
	background-color:#679100;
	color:white;
	text-align:center;
	border-left:1px solid #679100;
}

.myforum-table-boite-reception-td
{
	border:1px solid grey;
	text-align:center;
}

.myforum-table-boite-reception-div-delete
{
	background-image:url(../images/mp_delete.png);
	background-repeat: no-repeat;
	height:22px;
	width:22px;
	padding:2px;
}

.myforum-table-boite-reception-div-delete:hover
{
	background-image:url(../images/mp_delete_hover.png);
}







																	/*CUSTOMER ACCOUNT DASHBOARD*/
.myforum-dashboard-table 
{
	
}

.myforum-dashboard-table-title
{
	color:grey;
	text-decoration:italic;
	width:100px;
}





.myforum-loadbox
{
	position:fixed; 
	padding:6px;
	width:320px;
	left:40%;
	top:40%;
	background-color:white;
	border:1px solid grey;
	text-align:center;
	z-index:10000;
}

.myforum-preview-content
{
	width:96%;
	padding:10px;
	border:1px solid rgb(200,200,200);
	background-color:white;
}

.myforum-preview-content-head
{
	width:96%;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	background-color:#679100;
	border:1px solid #679100;
	color:white;
	font-size:14px;
	font-weight:bold;
}

.myforum-quit-buttun
{
    background-image:url(../images/quit.png);
    background-repeat:no-repeat;
    border:none;
	height:13px;
	width:13px;
	margin-top:2px;
}

.myforum-quit-buttun:hover
{
    background-image:url(../images/quithover.png);
    background-repeat:no-repeat;
    border:none;
	height:13px;
	width:13px;
}







.myforum-list-page-a-num
{
	border:1px solid rgb(190,190,190);
	width:20px;
	text-align:center;
	color:white;
	background-color:#679100;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

.myforum-list-page-a-num:hover
{
	border:1px solid rgb(120,120,120);
	font-weight:bold;
	text-decoration:none;
	color:black;
}

.myforum-list-page-a-num-hover
{
	width:20px;
	text-align:center;
	background-color:#679100;
	display:block;
	font-weight:bold;
	border:1px solid rgb(120,120,120);
	font-weight:bold;
	text-decoration:none;
	color:black;
}



.myforum-tr-two-author a
{
	text-decoration:none;
}

.myforum-button 
{
	border:1px solid #de5400;
	background-color:#f18200;
	font-weight:bold;
	padding:3px;
	color:white;
	cursor:pointer;
	height:24px;
	text-align:center;
}

.myforum-button:hover
{
	border:1px solid #de5400;
	background-color:#ffd8c0;
	font-weight:bold;
	padding:3px;
	color:#f18200;
	cursor:pointer;
	text-align:center;
}










.block-myforum
{
	background:transparent url(../images/bkg_block-title.gif) repeat-x scroll 0 0;
}

