/* Widget CSS */

/* PDF displaybox */

.pdf_widget { 
width: 199px; background-image:url(../images/pdf_box_side.gif); background-repeat:no-repeat; background-color:#666666; float: right; margin-left: 10px; margin-right: 10px;

}
.pdf_widget .pdf_head {
height: 31px; margin: 0; border:none; overflow:hidden; background-image:url(../images/pdf_box_top.gif);
}

.pdf_widget .pdf_head .title {
width: 179px; padding-left: 10px; line-height: 2.8em; color:#903; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
}

.pdf_widget .pdf_foot {
height: 5px; margin: 0; border:none; overflow:hidden; background-image:url(../images/pdf_box_bottom.gif);
}

.pdf_widget .pdf_cont {
width: 179px; padding-left: 10px; line-height: 1.0em; color:#903; font-family:Arial, Helvetica, sans-serif; 
}

.pdf_widget .pdf_cont_b {
width: 179px; padding-left: 10px; line-height: 1.5em; color:#000; font-family:Arial, Helvetica, sans-serif; 
}

.pdf_widget .pdf_cont img {
float: left; padding-right: 5px;
}

/* CallTab displaybox */

.calltab_widget { 
width: 420px; float: left;
}

.calltab_widget .calltab_head { 
height: 25px; background-image:url(../images/calltab_top.gif); padding-left: 10px; padding-right: 10px; font-weight:bold; line-height: 2.0em;
}

.calltab_widget .calltab_cont {
background-color:#e1e1e1; border-bottom: #a1a1a1 1px solid; border-left: #a1a1a1 1px solid; border-right: #a1a1a1 1px solid; border-top:none;  padding: 10px; font: 0.8em;
}

/* - - - - - - fsteps - - - - - - - */ 

#content .fsteps_widget { 
width: 189px; padding-left: 10px; float: left; padding-top: 0px;  color:red;
}

#content .fsteps_widget .fsteps_cont { 
width: 189px; float: left; border-left:#990000 solid 3px; padding-left: 10px; color:#903; 
}

#content .fsteps_widget .fsteps_cont .title {
font-size: 1.5em; color: #903; font-weight:bold;
}

#content .fsteps_widget .fsteps_cont .block { 
color: #903; margin: 0px; list-style: square; padding-left: 15px;
} 

#content .fsteps_widget .fsteps_cont ul { 
font-size: 0.8em; color: #903; padding-left: 0px; padding-top: 0px; margin-left: 0px; margin-top: 0px;
}


#content .fsteps_widget .fsteps_cont ul li { 
color: #903; padding-left: 12px; border-top: none;
}

#content .fsteps_widget .fsteps_cont ul li a { 
color: red; padding-left: 12px;
}

.red_bullet {
color: #903;
 }

