﻿body 
{
}

.MainCart
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
}

A 
{
    text-decoration: none;
    color:Black;
}
A:hover
{
    text-decoration: underline;
    color:Silver;
}

.MainMenu
{
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
}

.MainHotPro
{
	font-size: 13px;
	font-family: Tahoma;
}

.MainPromotion
{
	font-size: 13px;
	font-family: Tahoma;
}
.IndexProduct
{
	font-size: 13px;
	font-family: Tahoma;
}

.MianheadMenu
{
    font-family: Tahoma;
    font-size: 13px;
    color: white;
    font-weight: bold;
}
.ProductItem
{
	font-size: 13px;
	font-family: Tahoma;
}
.ProductDetail1
{
	font-size: 12px;
	font-family: Tahoma;
}
.TopicLabel
{
    font-weight: bold;
    color: #00008b;
}
.TopicFont
{
    font-size: 13px;
    font-family: Tahoma;
}
.NewPost
{
    font-size: 15px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fd4d73;
}
.Footer
{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
}
.modalPopup
{
background-color:yellow;
border-width:1px;
border-style:solid;
border-color:Gray;
padding:1px;
width:350px;
}
.modalBackground
{
background-color:black;
filter:alpha(opacity=85);
opacity:0.85;
} 