#stocktable{
 width: 100%;
 height: 85px;
 padding: 0px;
}
#imagerow{
 width: 65px;
 vertical-align: top;
}
#textrow{
 padding-left: 5px;
 vertical-align: top;
}
.image{
	border: 2px solid #FED51D;
}
 
.navparts {
    width: 99%;
	 text-align: center;
	 border: 1px solid #4242A9;
}
.stocktable a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FED51D;
	font-weight: bold;
	/*background-color: #FED51D;*/
	text-decoration: none;
}
.stocktable a:link {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FED51D;
	font-weight: bold;
	/*background-color: #FED51D;*/
	text-decoration: none;
}
.stocktable a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFA51C;
	font-weight: bold;
	/*background-color: #FED51D;*/
	text-decoration: none;
}
.stocktable a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FED51D;
	font-weight: bold;
	/*background-color: #FED51D;*/
	text-decoration: none;
}
.stocktable a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFA51C;
	font-weight: bold;
	/*background-color: #FED51D;*/
	text-decoration: none;
}

