/*
********************************************************************************
Copyright (C) 2009 TREE-WEB.NET , All right reserved.
Front   : http://www.tree-web.net/
Wroks   : http://wroks.tree-web.net/
********************************************************************************
*/


/* ---------------------------------------------------------------- */
/* TYPE2 Main Erea                                                  */
/* ---------------------------------------------------------------- */
.TW_WB_topiclist2 {
   text-align:center;
   position:relative;
   margin:0px auto;
   width:667px;
   height:420px;
   overflow:auto;
   display:block;
   
   background-color:#fff;
}
.TW_WB_topiclist2 img,
.TW_WB_topiclist2 ul,
.TW_WB_topiclist2 li,
.TW_WB_topiclist2 p,
.TW_WB_topiclist2 span,
.TW_WB_topiclist2 div,
.TW_WB_topiclist2 a
{
   margin:0px;
   padding:0px;
   font-size:14px;
   border:none;
   text-decoration:none;
   -ms-interpolation-mode:bicubic;
   
}
.TW_WB_topiclist2 ul{
}
.TW_WB_topiclist2 li{

   height:70px;
   width:630px;
   display:block;
   position:relative;
   text-align:left;
   
   margin-bottom:20px;
   padding-bottom:5px;

}
.TW_WB_topiclist2 .TW_WB_link {
   position:absolute;
   top:0px;
   left:70px;
   font-weight:bold;
   
   padding-left:15px;
   font-size:1.2em;
   background:url("arrow.png");
   background-position:left 2px;
   background-repeat:no-repeat;
   
   
   color:#204E91;
   width:540px;
   height:1.1em;
   overflow:hidden;
}

.TW_WB_topiclist2 .TW_WB_image {
   width:60px;
}

.TW_WB_topiclist2 .TW_WB_description {
   position:absolute;
   top:1.4em;
   left:85px;
}
.TW_WB_topiclist2 .TW_WB_gotolink {
   position:absolute;
   bottom:7px;
   right:2px;
   font-weight:bold;
   z-index:99;
   color:#204E91;
   padding-left:18px;
   background:url("arrow2.png");
   background-position:left center;
   background-repeat:no-repeat;
}

/* ---------------------------------------------------------------- */
/* TYPE2 Side Erea                                                  */
/* ---------------------------------------------------------------- */
#TW_WB_topiclist_SIDE .TW_WB_topiclist2 {
   
   position:relative;
   margin:0px auto;
   width:180px;
   height:458px;
   overflow:auto;
   display:block;
   background-color:#fff;
}
#TW_WB_topiclist_SIDE .TW_WB_topiclist2 ul{
   padding-top:3px;
   padding-left:3px;
}
#TW_WB_topiclist_SIDE .TW_WB_topiclist2 li{
   height:96px;
   width:158px;
   display:block;
   position:relative;
   text-align:left;
   margin-bottom:5px;
   padding-bottom:0px;
   
   
   background:url("border.png");
   background-position:left bottom;
   background-repeat:no-repeat;
}
#TW_WB_topiclist_SIDE .TW_WB_topiclist2 .TW_WB_link {
   position:absolute;
   top:0px;
   left:0px;
   font-weight:bold;
   padding-left:0px;
   
   
   color:#204E91;
   width:158px;
   height:15px;
   overflow:hidden;
   background-image:none;
}

#TW_WB_topiclist_SIDE .TW_WB_topiclist2 .TW_WB_image {
   position:absolute;
   top:18px;
   right:2px;
   width:90px;
   height:68px;
}
#TW_WB_topiclist_SIDE .TW_WB_topiclist2 .TW_WB_description {
   display:none;
}
#TW_WB_topiclist_SIDE .TW_WB_topiclist2 .TW_WB_gotolink {
   position:absolute;
   bottom:28px;
   left:5px;
   font-weight:bold;
   z-index:99;
   font-size:0px;
   color:#fff;

   width:60px;
   height:24px;

   background:url("button_arrow.gif");
   background-position:left center;
   background-repeat:no-repeat;
}




