/* TEXT-ONLY STYLES */

.txt_10px{
  font-size:10px !important;
  font-family:arial;
  font-weight:bold;
  letter-spacing:1px;
}
.txt_lightblue{
  color:#d3e3f4;
}

/* END TEXT-ONLY STYLES */

/* MISC STYLES */

table.steps{
  width:100%;
  margin-bottom:12px;
}
table.steps td{
  padding:5px 10px;
  background:#DADADA url(../images/step.arrow.gif) no-repeat top right;
  font-size:10px;
}
table.steps td span{
  font-size:11px;
}
table.steps td.preactive{
  padding:5px 10px;
  background:#DADADA url(../images/step_preactive.arrow.gif) no-repeat top right;
}
table.steps td.active{
  padding:5px 10px;
  font-weight:bold;
  color:#fff;
  background:#ff9c00 url(../images/step.arrow.gif) no-repeat top right;
}
table.steps td.last{
  padding:5px 10px;
  background:#DADADA;
}
table.steps td.last_active{
  padding:5px 10px;
  font-weight:bold;
  color:#fff;
  background:#ff9c00;
}


.clearit{
clear: both;
font-size:1px;
}

.featuredthumb {
padding: 8px;
display: block;
margin: 0 auto 20px auto;
background-color: #f0f0f0;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
}

.rightimage{
float: right;
margin: 0 4px 15px 10px;
}

.hide {
display: none;
}

/* END MISC STYLES */
