@charset "utf-8";
/* CSS Document */

#right-column{
float:right;
width:151px;
text-align:left;
border-left:3px solid #403f3a;
}

#right-column #related-information-title{
background-image:url(/images/right-column/title-related-info.gif);
background-position:right;
width:151px;
height:29px;
color:#fff;
border-bottom:1px solid #403f3a;
}

#wrapper-bottom-bg{
/*background-image:url(/images/right-column/feature-right-bottom.gif);*/
background-repeat:no-repeat;
background-position:bottom;
z-index:100;

position:relative;
}

#right-column #right-column-content{
background-image:url(/images/right-column/bg-right-feature.jpg);
background-repeat:no-repeat;
background-position:top;
background-repeat:repeat-x;
background-color:#373631;
z-index:1;

}

#right-column #right-column-content ul{
padding-top:7px;
/*background-image:url(/images/right-column/subpage-feature-bottom.gif);*/
background-repeat:no-repeat;
background-position:bottom;
/*padding-bottom:24px;*/
padding-bottom:15px;



}

#right-column #right-column-content ul li{
background-image:url(/images/right-column/bullet-orange-transparent.gif);
background-position:10px 6px;
background-repeat:no-repeat;
padding-left:20px;
padding-top:2px;
padding-bottom:2px;
padding-right:10px;
}


#right-column #right-column-content ul li a{
color:#8cc520;

text-decoration:none;

}

#right-column #right-column-content ul li a.more{
color:#8cc520;
font-weight:bold;
text-decoration:none;

}

#right-column #right-column-content ul li a:hover{
text-decoration:underline;
}


