@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Patua+One');

/******************/
/****** 2018 ******/

/*
Guide list page
*/

#guides_lst{
 width:100%;
 display:table;
 margin:20px 0 0;
}

#guides_center_cl{
 width:50%;
 padding:10px 0;
 width:calc(50% - 10px);
 margin:0 auto;
}

#guides_lst div.guides_lst_rw{
 display:table-row;
}

#guides_lst div.guides_lst_cl{
 display:table-cell;
 padding:10px;
 width:50%;
}

#guides_lst div.guides_lst_cl:first-child {
 padding-left: 0;
}

#guides_lst div.guides_lst_cl:last-child {
 padding-right: 0;
}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {

	#guides_lst{
	 display:block;
	}

	#guides_lst div.guides_lst_rw{
	 display:block;
	}

	#guides_center_cl{
	 width:auto;
	}

	#guides_lst div.guides_lst_cl{
	 display:block;
	 padding:4px 0;
	 width:auto;
	}
}

#guides_lst a.guide_lnk,
#guides_lst a.guide_lnk:visited{
 text-decoration:none;
}


/* img lnk */

a.guide_img_lnk,
a.guide_img_lnk:visited{
 display:block;
 width:100%; 
 text-decoration:none;
}

div.guide_img_lnk_im{
 width:100%;
 height:0;
 padding:50% 0 0 0;
 margin:0;
 background-repeat:no-repeat;
 background-position:0 0;
 background-size:cover;
}

div.guide_img_lnk_txt{
 text-align:center;
 padding:10px 15px 15px 15px;
 margin:0;
 line-height:120%;
}

div.guide_img_lnk_txt div.hd_qst{
 font-family:'Patua One',serif;
 font-size:22px;
 font-weight:normal;
 color:#1c75bb;
 text-decoration:none;
 padding:0;
 line-height:120%;
}

div.guide_img_lnk_txt div.hd_what{
 font-family:'Patua One',serif;
 font-size:22px;
 font-weight:normal;
 color:#777;
 text-decoration:none;
 line-height:120%;
}

a.guide_img_lnk:hover div.guide_img_lnk_txt div.hd_guide{
 color:#999;
}

a.guide_img_lnk:hover div.guide_img_lnk_txt div.hd_qst{
 color:#bbb;
}

a.guide_img_lnk:hover div.guide_img_lnk_txt div.hd_what{
 color:#bbb;
}


/* img lnk full w  */

div.guide_img_ful_w{
width:100%;
border:1px solid #ccc;
}

div.guide_img_ful_w:hover{
border:1px solid #eee;
}

div.guide_img_ful_w a.guide_img_lnk,
div.guide_img_ful_w a.guide_img_lnk:visited{
display:table;
}

div.guide_img_ful_w div.guide_img_rw{
display:table-row;
}

div.guide_img_ful_w div.guide_img_lnk_im_cel{
width:600px;
display:table-cell;
}

div.guide_img_ful_w div.guide_img_lnk_txt_cel{
display:table-cell;
padding:0;
vertical-align:middle;
}


@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

	div.guide_img_ful_w div.guide_img_lnk_im_cel{
	width:60%;
	}

}

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {

	div.guide_img_ful_w a.guide_img_lnk,
	div.guide_img_ful_w a.guide_img_lnk:visited{
	display:block;
	}

	div.guide_img_ful_w div.guide_img_rw{
	display:block;
	}

	div.guide_img_ful_w div.guide_img_lnk_im_cel{
	width:100%;
	display:block;
	}

	div.guide_img_ful_w div.guide_img_lnk_txt_cel{
	display:block;
	}
	
	div.guide_img_lnk_txt div.hd_qst{
	font-size:18px;
	}
	
	div.guide_img_lnk_txt div.hd_what{
	font-size:18px;
	}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {

	div.guide_img_lnk_txt div.hd_qst{
	font-size:16px;
	}
	
	div.guide_img_lnk_txt div.hd_what{
	font-size:16px;
	}
}

/* guide intro */


#guide_intro{
display:table;
}

#guide_intro div.guide_intro_rw{
display:table-row;
}

#guide_intro div.qst_answr_rad{
display:table-cell;
vertical-align:top;
padding:0 10px 5px 0;
}

#guide_intro div.guide_desc{
display:table-cell;
vertical-align:top;
margin:0;
padding:0 0 0 30px;
font-size:18px;
color:#333;
line-height:135%;
}

#guide_intro div.guide_desc p{
margin:0;
padding:8px 0 8px 0;
font-family:'PT Sans',sans-serif;
font-size:18px;
line-height:135%;
color:#555;
font-weight:normal;
}

#guide_intro div.guide_desc a:link,
#guide_intro div.guide_desc a:visited{
font-style:normal;
background-repeat:no-repeat;
font-family:'PT Sans',sans-serif;
font-size:18px;
font-weight:normal;
color:#182c85;
text-decoration:underline;
margin:0;
}

#guide_intro div.guide_desc a:hover{
color:#000;
text-decoration:none;
}

#guide_intro div.guide_img{
display:table-cell;
width:139px;
height:215px;
margin:0;
padding:0;
background-repeat:no-repeat;
background-position:0 15px;
background-size:contain;
}

@media print{

	#guide_intro div.guide_img{
	-webkit-print-color-adjust:exact; 
	color-adjust:exact; 
	}
}

div.guide_img.sideSvg_bus{
 background-image:url(img/guide_busi_w.svg);
}

div.guide_img.sideSvg_immo{
 background-image:url(img/guide_home_w.svg);
}

div.guide_img.sideSvg_patri{
 background-image:url(img/guide_patri_w.svg);
}

div.guide_img.sideSvg_succ{
 background-image:url(img/guide_succ_w.svg);
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {

	#guide_intro div.guide_img{
	width:104px;
	height:165px;
	}

	#guide_intro div.guide_desc{
	padding:0 0 0 20px;
	}
}

@media only screen and (max-width: 500px),
only screen and (max-device-width: 500px) {

	#guide_intro div.guide_img{
	width:70px;
	height:115px;
	}
}

@media only screen and (max-width: 450px),
only screen and (max-device-width: 450px) {

	#guide_intro div.guide_img{
	display:none;
	}

	#guide_intro div.guide_desc{
	padding:0;
	}
}

/* guide */

#suc_tree{
clear:both;
border-top:1px solid #bbb;
padding:10px 0 15px 0;
margin:25px 0 0 0;
}

@media print{

	#suc_tree{
	margin:25px 15px 0 15px;
	}
}

#suc_hidden{
display:none;
}

/*
Node
*/

#suc_tree div.node{
margin:20px -15px;
padding:15px;
-webkit-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;
border:1px solid #bbb;
background-color:#fff;
}

@media print{
	#suc_tree div.node{
	page-break-inside: avoid;
	}
}

@media only screen and (max-width: 1080px),
only screen and (max-device-width: 1080px) {

	#suc_tree div.node{
	margin-left:0;
	margin-right:0;
	}
}

#suc_tree div.node h2{
line-height:135%;
font-family:'PT Sans',sans-serif;
font-size:18px;
color:#182c85;
font-weight:bold;
margin:0;
padding:0;
line-height:135%;
}

#suc_tree div.node h2:only-child{
margin:7px 0;
}

#suc_tree div.node p,
#suc_tree div.node ul{
margin:0.5em 0; 
padding:0;
color:#333;
line-height:135%;
font-family:'PT Sans',sans-serif;
font-size:18px;
}

#suc_tree div.node ul{
margin-left:2em;
}

#suc_tree div.node p a, #suc_tree div.node p a:visited, #suc_tree div.node li a, #suc_tree div.node li a:visited{
padding:0;
color:#182c85;
font-weight:normal;
text-decoration:underline;
}

#suc_tree div.node p a:hover, #suc_tree div.node li a:hover{
color:#bbb;
text-decoration:none;
}

#suc_tree div.node a.video, #suc_tree div.node a.video:visited{
float:right;
margin:0 0 10px 20px;
padding:0;
width:22px;
height:22px;
display:block;
background-image:url(img/suc_vid.png);
background-repeat:no-repeat;
background-position:center center;
}

#suc_tree div.node a.video:hover{
background-image:url(img/suc_vid_o.png);
}

#pre_succ_video{
background-repeat:no-repeat;
width:0;
height:0;
background-position: -1000px -1000px;
position:absolute;
background-image:url(img/suc_vid_o.png);
}

/*
Question
*/

#suc_tree div.quest{
margin:20px 0;
padding:0;
animation: slide-up 2s ease;
}

@media print{
	#suc_tree div.quest{
	page-break-inside: avoid;
	}
}

#suc_tree div.quest H3{
margin:0;
padding:0 0 10px;
line-height:135%;
font-family:'PT Sans',sans-serif;
font-size:18px;
color:#555;
font-weight:bold;
text-decoration:none;
}

#suc_tree div.qst_answrs{
display:table;
}

#suc_tree div.qst_answr{
display:table-row;
font-family:'PT Sans',sans-serif;
}

#suc_tree div.qst_answr_rad{
display:table-cell;
vertical-align:top;
padding:0 10px 5px 0;
}

#suc_tree div.qst_answr_txt{
display:table-cell;
vertical-align:top;
margin:0;
padding:0 0 5px;
font-size:18px;
color:#333;
line-height:135%;
}

#suc_tree div.quest a, 
#suc_tree div.quest a:visited{
padding:0;
color:#182c85;
text-decoration:underline;
font-family:'PT Sans',sans-serif;
font-size:18px;
}

#suc_tree div.quest a:hover{
color:#bbb;
text-decoration:none;
}

#suc_tree div.quest input[type="radio"]{
display: none;
}

#suc_tree div.quest input[type="radio"] + label span.rad{
border: 1px solid #777;
border-radius: 50%;
display: inline-block;
margin:0;
padding:0;
text-align: center;
vertical-align: middle;
width:14px;
height:14px;
}

#suc_tree div.quest input[type="radio"]:checked + label span.rad{
background-color:#182c85;
}

@media print{

	#suc_tree div.quest input[type="radio"] + label span.rad{
	-webkit-print-color-adjust:exact; 
	color-adjust:exact; 
	}
}


/*
qst end
*/

#suc_tree #qst_end{
margin:40px 0 20px;
padding:0;
animation: slide-up 2s ease;
text-align:center;
}

@media print{
	#suc_tree #qst_end{
	page-break-inside: avoid;
	}
}

#suc_tree #qst_end h3,
#suc_tree #qst_end h3 p{
margin:0;
padding:0;
line-height:135%;
font-family:'PT Sans',sans-serif;
font-size:20px;
color:#555;
font-weight:bold;
text-decoration:none;
}

#suc_tree #qst_end h3{
padding:0 0 10px;
}

#suc_tree #qst_end input[type="submit"] {
font-family:'PT Sans',sans-serif;
font-size:20px;
font-weight:bold;
text-decoration:none;
margin:20px auto 0;
padding:6px 40px;
color:#fff;
border:1px solid #2b3990;
background-color:#1c75bb;
}

#suc_tree #qst_end input:hover[type="submit"]{
cursor:pointer;
background-color:#2b3990;
}

@media print{

	#suc_tree #qst_end input[type="submit"] {
	display:none; 
	}
}

/*
print 
*/

#printBanner{
margin:10px auto;
height:90px;
width:728px;
}


/*
Node ads
*/

#suc_tree div.node div.ad_bx{
border-top:1px solid #bbb;
display:table;
min-width:100%;
padding:10px 0 0 0;
}

#suc_tree div.node div.ad_bx.w_float_r{
min-width:auto;
}

#suc_tree div.node div.ad_bx_r{
display:table-row;
padding:0;
margin:0;
}

#suc_tree div.node div.ad_bx_img_bx{
display:table-cell;
vertical-align:middle;
padding:0;
width:40px;
height:0;
}

#suc_tree div.node div.ad_bx_img_bx a{
display:inline-block;
padding:0;
margin:0;
height:40px;
width:40px;
background-repeat:no-repeat;
background-position:center bottom;
background-size:contain;
}

#suc_tree div.node div.ad_bx_img_bx a.nd_lnk img{
height:40px;
width:40px;
border:0;
}

#suc_tree div.node div.ad_bx_txt{
display:table-cell;
vertical-align:middle;
padding:0 0 0 10px;
margin:0;
}

#suc_tree div.node div.ad_bx_txt a, 
#suc_tree div.node div.ad_bx_txt a:visited{
line-height:135%;
margin:0;
padding:0;
color:#555;
line-height:135%;
font-family:'PT Sans',sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
}

#suc_tree div.node div.ad_bx_txt a:hover{
color:#bbb;
text-decoration:none;
}

#suc_tree div.node div.ad_bx_txt a:hover img{
visibility:hidden;
}

#suc_tree div.node div.ad_bx_txt a span.notDir{
text-decoration:none;
color:#a71e22;
font-weight:bold;
white-space: nowrap;
}

#suc_tree div.node div.ad_bx_txt a:hover span.notDir{
color:#bbb;
}

#suc_tree div.node div.ad_bx_txt a span.notDir::after{
content:"Notaire-Direct";
}

#suc_tree div.node div.ad_bx_txt a span.scripta{
text-decoration:none;
color:#182c85;
font-weight:bold;
white-space: nowrap;
}

#suc_tree div.node div.ad_bx_txt a:hover span.scripta{
color:#bbb;
}

#suc_tree div.node div.ad_bx_txt a span.scripta::after{
content:"ScriptaLegal";
}

#suc_tree div.node a.ad_bx_lnk,
#suc_tree div.node a.ad_bx_lnk:visited{
border-top:1px solid #bbb;
display:block;
padding:10px 0 0 0;
color:#333;
line-height:135%;
font-family:'PT Sans',sans-serif;
font-size:18px;
color:#182c85;
font-weight:normal;
text-decoration:underline;
}

#suc_tree div.node a.ad_bx_lnk:hover{
color:#bbb;
text-decoration:none;
}
/*
node text divs
*/

#suc_tree div.node div.clear_float{
clear: both;
}

#suc_tree div.node div.img_rgt_150{
clear:right;
float:right;
padding:0;
margin:0 10px 5px 20px;
width:150px;
height:150px;
background-repeat:no-repeat;
background-position:center top;
background-size:contain;
}

@media print{

	#suc_tree div.node div.img_rgt_150{
	-webkit-print-color-adjust:exact; 
	color-adjust:exact; 
	}
}

#suc_tree div.node div.img_full_bot{
width:100%;
height:0;
padding:0;
margin:0;
background-repeat:no-repeat;
background-size:contain;
}

@media only screen and (max-width: 350px),
only screen and (max-device-width: 350px) {

	#suc_tree div.node div.succ_rec_test{
	width:100px;
	height:100px;
	margin:0 0 5px 10px;
	}
	#suc_tree div.node div.succ_cert_dec{
	width:100px;
	height:100px;
	margin:0 0 5px 10px;
	}
}

#suc_tree div.node div.node_003{
background-image:url(guide_img/node_003.gif);
}

#suc_tree div.node div.node_008{
background-image:url(guide_img/node_008.gif);
}

#suc_tree div.node div.node_010{
background-image:url(guide_img/node_010.gif);
}

#suc_tree div.node div.node_012{
background-image:url(guide_img/node_012.gif);
}

#suc_tree div.node div.node_015{
background-image:url(guide_img/node_015.gif);
}

#suc_tree div.node div.node_016{
background-image:url(guide_img/node_016.gif);
}

#suc_tree div.node div.node_018{
background-image:url(guide_img/node_018.gif);
}

#suc_tree div.node div.node_020{
background-image:url(guide_img/node_020.gif);
}

#suc_tree div.node div.node_021{
background-image:url(guide_img/node_021.gif);
}

#suc_tree div.node div.node_022{
background-image:url(guide_img/node_022.gif);
}

#suc_tree div.node div.node_023{
background-image:url(guide_img/node_023.gif);
}

#suc_tree div.node div.node_024{
background-image:url(guide_img/node_024.gif);
}

#suc_tree div.node div.node_025{
background-image:url(guide_img/node_025.gif);
}

#suc_tree div.node div.node_026{
background-image:url(guide_img/node_026.gif);
}

#suc_tree div.node div.node_027{
background-image:url(guide_img/node_027.gif);
}

#suc_tree div.node div.node_033{
background-image:url(guide_img/node_033.gif);
}

#suc_tree div.node div.node_036{
background-image:url(guide_img/node_036.gif);
}

#suc_tree div.node div.node_037{
background-image:url(guide_img/node_037.gif);
}

#suc_tree div.node div.node_101{
background-image:url(guide_img/node_101.jpg);
}

#suc_tree div.node div.node_102{
background-image:url(guide_img/node_102.jpg);
}

#suc_tree div.node div.node_103{
background-image:url(guide_img/node_103.gif);
}

#suc_tree div.node div.node_104{
background-image:url(guide_img/node_104.gif);
}

#suc_tree div.node div.node_105{
background-image:url(guide_img/node_105.gif);
}

#suc_tree div.node div.node_107{
background-image:url(guide_img/node_107.gif);
}

#suc_tree div.node div.node_108{
background-image:url(guide_img/node_108.gif);
}

#suc_tree div.node div.node_109{
background-image:url(guide_img/node_109.gif);
}

#suc_tree div.node div.node_112{
background-image:url(guide_img/node_112.gif);
}

#suc_tree div.node div.node_114{
background-image:url(guide_img/node_114.gif);
}

#suc_tree div.node div.node_116{
background-image:url(guide_img/node_116.jpg);
}

#suc_tree div.node div.node_117{
background-image:url(guide_img/node_117.gif);
}

#suc_tree div.node div.node_118{
background-image:url(guide_img/node_118.gif);
}

#suc_tree div.node div.node_120{
background-image:url(guide_img/node_120.gif);
}

#suc_tree div.node div.node_121{
background-image:url(guide_img/node_121.gif);
}

#suc_tree div.node div.node_122{
background-image:url(guide_img/node_122.gif);
}

#suc_tree div.node div.node_124{
background-image:url(guide_img/node_124.gif);
}

#suc_tree div.node div.node_125{
background-image:url(guide_img/node_125.gif);
}

#suc_tree div.node div.node_133{
background-image:url(guide_img/node_133.gif);
}

#suc_tree div.node div.node_136{
background-image:url(guide_img/node_136.gif);
}

#suc_tree div.node div.node_141{
background-image:url(guide_img/node_141.gif);
}

#suc_tree div.node div.node_143{
background-image:url(guide_img/node_143.gif);
}

#suc_tree div.node div.node_145{
background-image:url(guide_img/node_145.gif);
}

#suc_tree div.node div.node_150{
background-image:url(guide_img/node_150.gif);
}

#suc_tree div.node div.node_163{
background-image:url(guide_img/node_163.gif);
}

#suc_tree div.node div.node_167{
background-image:url(guide_img/node_167.gif);
}

#suc_tree div.node div.node_168{
background-image:url(guide_img/node_168.gif);
}

#suc_tree div.node div.node_169{
background-image:url(guide_img/node_169.gif);
}

#suc_tree div.node div.node_170{
background-image:url(guide_img/node_170.gif);
}

#suc_tree div.node div.node_171{
background-image:url(guide_img/node_171.gif);
}

#suc_tree div.node div.node_172{
background-image:url(guide_img/node_172.gif);
}

#suc_tree div.node div.node_174{
background-image:url(guide_img/node_174.gif);
}

#suc_tree div.node div.node_176{
background-image:url(guide_img/node_176.gif);
}

#suc_tree div.node div.node_177{
background-image:url(guide_img/node_177.gif);
}

#suc_tree div.node div.node_190{
background-image:url(guide_img/node_190.gif);
}

#suc_tree div.node div.node_192{
background-image:url(guide_img/node_192.gif);
}

#suc_tree div.node div.node_200{
background-image:url(guide_img/node_200.gif);
}

#suc_tree div.node div.node_214{
background-image:url(guide_img/node_214.gif);
}

#suc_tree div.node div.node_216{
background-image:url(guide_img/node_216.gif);
}

#suc_tree div.node div.node_218{
background-image:url(guide_img/node_218.gif);
}

#suc_tree div.node div.node_223{
background-image:url(guide_img/node_223.gif);
}

#suc_tree div.node div.node_227{
background-image:url(guide_img/node_227.gif);
}

#suc_tree div.node div.node_231{
background-image:url(guide_img/node_231.gif);
}

#suc_tree div.node div.node_233{
background-image:url(guide_img/node_233.gif);
}

#suc_tree div.node div.node_234{
background-image:url(guide_img/node_234.gif);
}

#suc_tree div.node div.node_235{
background-image:url(guide_img/node_235.gif);
}

#suc_tree div.node div.node_237{
background-image:url(guide_img/node_237.gif);
}

#suc_tree div.node div.node_239{
background-image:url(guide_img/node_239.gif);
}

#suc_tree div.node div.node_240{
background-image:url(guide_img/node_240.gif);
}

#suc_tree div.node div.node_243{
background-image:url(guide_img/node_243.gif);
}

#suc_tree div.node div.node_246{
background-image:url(guide_img/node_246.gif);
}

#suc_tree div.node div.node_253{
background-image:url(guide_img/node_253.gif);
}

#suc_tree div.node div.node_261{
background-image:url(guide_img/node_261.gif);
}

#suc_tree div.node div.node_274{
background-image:url(guide_img/node_274.gif);
}

#suc_tree div.node div.node_282{
background-image:url(guide_img/node_282.gif);
}

#suc_tree div.node div.node_283{
background-image:url(guide_img/node_283.gif);
}

#suc_tree div.node div.node_287{
background-image:url(guide_img/node_287.gif);
}

#suc_tree div.node div.node_288{
background-image:url(guide_img/node_288.gif);
}

#suc_tree div.node div.node_289{
background-image:url(guide_img/node_289.gif);
}

#suc_tree div.node div.node_290{
background-image:url(guide_img/node_290.gif);
}

#suc_tree div.node div.node_291{
background-image:url(guide_img/node_291.gif);
}

#suc_tree div.node div.node_292{
background-image:url(guide_img/node_292.gif);
}

#suc_tree div.node div.node_293{
background-image:url(guide_img/node_293.gif);
}

#suc_tree div.node div.node_294{
background-image:url(guide_img/node_294.gif);
}

#suc_tree div.node div.node_296{
background-image:url(guide_img/node_296.gif);
}

#suc_tree div.node div.node_324{
background-image:url(guide_img/node_324.gif);
}

#suc_tree div.node div.node_332{
background-image:url(guide_img/node_332.gif);
}

#suc_tree div.node div.node_360{
background-image:url(guide_img/node_360.gif);
}

#suc_tree div.node div.node_550{
background-image:url(guide_img/node_550.gif);
}

#suc_tree div.node div.node_552{
background-image:url(guide_img/node_552.gif);
}

#suc_tree div.node div.node_555{
background-image:url(guide_img/node_555.gif);
}

#suc_tree div.node div.node_562{
background-image:url(guide_img/node_562.gif);
}

#suc_tree div.node div.node_566{
background-image:url(guide_img/node_566.gif);
}

#suc_tree div.node div.node_572{
background-image:url(guide_img/node_572.gif);
}

#suc_tree div.node div.node_574{
background-image:url(guide_img/node_574.gif);
}

#suc_tree div.node div.node_579{
background-image:url(guide_img/node_579.gif);
}

#suc_tree div.node div.node_580{
background-image:url(guide_img/node_580.gif);
}

#suc_tree div.node div.node_581{
background-image:url(guide_img/node_581.gif);
}

#suc_tree div.node div.node_586{
background-image:url(guide_img/node_586.gif);
}

#suc_tree div.node div.node_591{
background-image:url(guide_img/node_591.gif);
}

#suc_tree div.node div.node_594{
background-image:url(guide_img/node_594.gif);
}

#suc_tree div.node div.node_595{
background-image:url(guide_img/node_595.gif);
}

#suc_tree div.node div.node_596{
background-image:url(guide_img/node_596.gif);
}

#suc_tree div.node div.node_597{
background-image:url(guide_img/node_597.gif);
}

#suc_tree div.node div.node_598{
background-image:url(guide_img/node_598.gif);
}

#suc_tree div.node div.node_602{
background-image:url(guide_img/node_602.gif);
}

#suc_tree div.node div.node_603{
background-image:url(guide_img/node_603.gif);
}

#suc_tree div.node div.node_605{
background-image:url(guide_img/node_605.gif);
}

#suc_tree div.node div.node_606{
background-image:url(guide_img/node_606.gif);
}

#suc_tree div.node div.node_608{
background-image:url(guide_img/node_608.gif);
}

#suc_tree div.node div.node_609{
background-image:url(guide_img/node_609.gif);
}

#suc_tree div.node div.node_622{
background-image:url(guide_img/node_622.gif);
}

#suc_tree div.node div.node_626{
background-image:url(guide_img/node_626.gif);
}

#suc_tree div.node div.node_628{
background-image:url(guide_img/node_628.gif);
}

#suc_tree div.node div.node_630{
background-image:url(guide_img/node_630.gif);
}

#suc_tree div.node div.node_quebec{
background-image:url(guide_img/node_quebec.gif);
background-position:center center;
}

#suc_tree div.node div.node_canada{
background-image:url(guide_img/node_canada.gif);
background-position:center center;
}