/* Copyright 2006 - MindEx Solutions Pte Ltd */

#quickStart {
padding-right: 8px; 
}


#recProcess {
margin-top: 20px;
}

#recProcess ul {
list-style: none;  padding: 0; margin: 0; font-size: 18px;
}

#recProcess ul li {
display: inline;
}

#recProcess ul li a{
 padding: 4px; border: 4px solid #0099CC; cursor: pointer;
}

#recProcess ul li a:hover{
 padding: 4px; border: 4px solid #ff3300; color: #ff3300;
}

div#recProcess #intro, #step1, #step2, #step3, #step4, #step5, #step6 {
background-image: url(images/recProcessBg.gif); background-repeat: no-repeat;
color: #fff; padding: 10px; height: 254px; width: 165px; margin-top: 20px;
}

div#recProcess #step1, #step2, #step3, #step4, #step5, #step6 {
display: none;
}

div#recProcess #intro a, #step1 a, #step2 a, #step3 a, #step4 a, #step5 a, #step6 a{
color: #fff; border-bottom: 1px dotted #fff; cursor: pointer;
}

#recProcess h2 {
margin: 0; font-size: 18px; font-weight: normal;
}


#recProcess p {
margin-top: 10px;
}