/* white */
a:link, a:visited {
	color: #FC6D1F;
}

a:hover {
	color: #FC6D1F;
}

h3, div.module_menu h3, .componentheading, table.moduletable th {
	color: #135cae;
}

h3, .componentheading, table.moduletable th {
	color: #135cae;
}

div.module_menu {
/*	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat; */
}

div.module_menu div {
/*	background: url(../images/white/mw_box_bl.png) 0 100% no-repeat; */
}

div.module_menu div div {
/*	background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat; */
}

div.module_menu div div div {
/*	background: url(../images/white/mw_box_tl.png) 0 0 no-repeat; */
}

table.isproducttbl {
        color: #ffffff;
        font-weight: bold;
        font-size: 13px;
}

table.isproducttbl tr {
        background-color: #898A8C;
        text-align: center;
}

table.isproducttbl td {
        border-top: 2px solid #FC6D1F;
}

table.isproducttbl td.istdm {
        background-color: #4F5F5F;
        border-left: 3px solid #000;
        padding-left: 3px;
        text-align: left;
}

table.isproducttbl tr:hover {
        background-color: #696A6C;
}

table.isproducttbl tr:hover td.istdm {
        background-color: #2F3F3F;
}
