﻿.Menucolor
{
	color:Blue;
}
.SementProductHeader
{
        background-color: #525050/*#CCFF00 */;
        font-family:Tahoma;
        font-size:12px;


}
.SilikaProductHeader
{
        background-color: #353434/*#CCFF00 */;
        font-family:Tahoma;
        font-size:12px;
        border-top-color:#80CC9B;
        border-top-width:2px;
        border-top-style:solid;

}
.MicaProductHeader
{
        background-color: Black/*#CCFF00 */;
        font-family:Tahoma;
        font-size:12px;
        border-top-color:#80CC9B;
        border-top-width:2px;
        border-top-style:solid;

}
a
{
	text-decoration:none;
}

A:link {
	COLOR:White;/* #4354EF*/
}

A:visited {
	COLOR: #4354EF;
}

a:hover
{
	COLOR:Red;/*text-decoration:underline */
}


.Link
{
    color:blue;
    text-decoration:none;
}

.Link:hover
{
    color:Red;
}

.ItemBorder
{
    border-right: #5a92e9 1px solid;
    border-top: #5a92e9 1px solid;
    border-left: #5a92e9 1px solid;
    border-bottom: #5a92e9 1px solid;
    
}

.ItemFooterBorder
{
    border-bottom: #9BCBB1 1px solid;
}

.ItemTopBorder
{
    border-top: #9BCBB1 1px solid;
}

.ItemContentBorder
{
    border-left: #9BCBB1 1px solid;
    border-right: #9BCBB1 1px solid;
}


.ItemBackGround
{
    background-color:#B4E2C5;
}

