﻿.mGrid
{
	width: 100%;
	background-color: #fff;
	margin: 10px 10px 10px 0px;
	border: solid 1px #e4e4e4;
	border-collapse: collapse;
}

.mGrid td
{
	padding: 2px;
	border: 0px;
	color: #717171;
	height:35px;
}
.mGrid th
{
	border: 1px;
	padding: 4px 2px;
	color: #999;
	/*background: #424242 url(../images/grd_head.png) repeat-x top;*/
	border-bottom: solid 1px #e4e4e4;
	font-size: 0.9em;
	height:20px;
}
.mGrid .alt
{
	border: 2px;
	background: #fcfcfc url(../images/grd_alt.png) red repeat-x top;
}
.mGrid .pgr
{
	border: 1px;
	background: #424242 url(../images/grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
	margin: 5px 0;
}
.mGrid .pgr td
{
	border-width: 0px;
	padding: 0 6px;
	border-left: solid 0px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}
.mGrid .pgr a
{
	color: #666;
	text-decoration: none;
}
.mGrid .pgr a:hover
{
	color: #000;
	text-decoration: none;
}
.footer_g
{
    border-top: 1px solid #e4e4e4;
    height:40px;
    text-align:center;
}
 .button
{
   float:right;
   padding-top:10px;
}

.reduce
{
    font-size:90%;
}
.tongtien
{
    font-weight:bold;
    color:#800000;
}
.giaban
{
    font-weight:bold;
    font-size:12px;
}