﻿.TotalPriceStyle
{
	color: #3A2D7C;
	font-size: 17px;
}
.tab_mo
{
	
	position: relative;
	border-top: none;
	margin-top: 0px;
}
.tab
{
	
	list-style: none;
	height:25px;
	vertical-align:middle;
}
.tabTd
{
	background-color:#787878;
	width:100px;
	font-size: 12px;
	color:Black;
	height:25px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	text-decoration: underline;
	
}
.tabTd:hover
{
	background: #AAAAAA;
	text-decoration: underline;
	color: White;
}
.tab td a
{
	border: 1px solid #787878;
	color: Black;
	border-bottom: 0px;
	text-decoration: underline;
	background-color:#787878;
}
.tab td.no
{
	background-color: #C0C1C1;
	border-bottom: 0px;
	color: black;
	text-decoration:none;
	width:100px;
	vertical-align:middle;
	text-align:center;
}
.page
{
	margin-right: 10px;
	text-align: left;
}

.tab_moStyle
{
	border-left:1px solid #787878;
	border-right:1px solid #787878;
	border-bottom:1px solid #787878;
	border-top:1px solid #787878;
}

.detailDiv
{
	cursor:pointer;
	font-size: 12px;
	border: 2px solid #E2A02E;
	filter: alpha(opacity=80);
	opacity: 0.5;
}

.tdDescription
{
    paddint-top:10px;
}
.tdDescription ul
{
    padding-left:0px;
    padding-top:10px;
    margin-left:15px;
    margin-top:10px;
    LIST-STYLE-TYPE: disc;
}