﻿
.detailview_order
{
    margin-bottom:5px;
}

.detailview_order td.hd,
.detailview_order_total  td.hd
{
     width:100px;
}




/*--------------------------------------------*/

div.detailview
{
	font-size:11px;
}

div.detailview table
{
	 line-height:1.6em;
	 border-collapse:collapse;
	 border:none;
	 color:#000;
	 width:100%;
	 
}


div.detailview td
{
	border:solid 1px #ccc;	
	padding-left:3px;
	padding-right:3px;
}

div.detailview tr
{
	background-color:#fff;
}
div.detailview tr:hover
{
	background-color:#eee;
}

div.detailview td.hd
{

	color:#006dec;
	background-color:#eee;
}


div.detailview th
{
	border:solid 1px #384046;	
	color:#888;
	font-weight:normal;

}

div.detailview td.ta_center
{
	text-align:center;
}

div.detailview td.ta_right
{
	text-align:right;
}

div.detailview div.list_view
{
	margin:10px 0 10px 0;	
}

div.detailview th.hd_id
{
    width:45px;
}



