table.wdinquiry {
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #404040;
	background-color: #fafafa;
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
}

.wdinquirytitle {
	border-bottom: 2px solid black;
	background-color: #d3d3d3;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #404040;
}

.wdinquiryhd {
	background: #fafafa;
	font-family: Verdana;
	font-weight: bold;
	font-size: 9px;
	color: #404040;
}

.wdinquirycl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	color: #404040;
}

.wdinquirytitleimg {
	background: transparent url(../images/tables/wdtitlebar.gif) no-repeat;
	border-bottom: 2px solid black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-indent: 5px;
	color: white;
	padding: 4px;
}

.wdinquirypage {
	/* background: ThreedLightShadow; /* background color tab page */
	background-image: url('../images/tables/page-slice-bg.gif');
	background-repeat: repeat-x;
	padding: 1em 1em 1em 1em;
	font: 14px Tahoma;
	color: black;
	border: 1px solid rgb( 145, 155, 156 );
	clear: both;
   /* height: 459px; */
}

a.wdinquiryhd:link,a.wdinquirycl:link {
	text-decoration: none;
	text-transform: none;
	color: #333399;
}

a.wdinquiryhd:hover,a.wdinquirycl:hover {
	text-decoration: none;
	text-transform: none;
	color: #6666CC;
}

a.wdinquiryhd:active,a.wdinquirycl:active {
	text-decoration: none;
	text-transform: none;
	color: #6666CC;
}

a.wdinquiryhd:visited,a.wdinquirycl:visited {
	text-decoration: none;
	text-transform: none;
	color: #FF0000;
}

.GridStyle { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	width: 100%; 
	background-color: #fff; 
	margin: -1px 0 10px 0; 
	/* border: 1px solid #dcdcdc;  
	border-collapse:collapse; */
	}
	
.GridStyle td { 
	padding: 2px; 
	border: solid 1px #d9d9d9; 
	color: #404040;
	/* border: thin solid;1px;
	border-color: #d9d9d9; */
	}
	
.GridStyle th { 
	padding: 4px 2px; 
	color: white; 
	background: #003f5e url('../images/tables/row-head.gif') repeat-x top;
	/* border-left: solid 1px #525252; */
	font-weight: bold;
	text-decoration: none;
	}
	
.GridStyle th a {
	color: white; 
	text-decoration: none;
}

.GridStyle td a {
	color: #404040; 
	text-decoration: none;
}
	
.GridStyle th a:hover 
{
	background: url('../images/tables/row-head-hover.gif') repeat-x top;  
}
	
.GridStyle td a:hover {
	color:red;
	/* background-color: #6666cc; */
}

.GridStyle .altrow { 
	background: #fcfcfc url('../images/tables/row-alt-gray.gif') repeat-x top;
	}
	
.GridStyle .pager {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: justify;
	/* background: #424242 url(grd_pgr.png) repeat-x top; */
	}
	
.GridStyle .pager table { 
	margin: 2px 0px; 
	}
	
.GridStyle .pager td { 
	border-width: 0; 
	padding: 0 6px; 
	/* border-left: solid 1px #666; */
	font-weight: bold; 
	color: #404040; 
	line-height: 12px; 
	}   
	
.GridStyle .pager a { 
	color: red; 
	text-decoration: none; 
	}
   
.GridStyle .pager a:hover { 
	color: #000; 
	text-decoration: none; 
	}

/* css table for product specification grid */
div.SpecTable { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align:left;
	color: #000000;
	width: 100%; 
	background-color: #fff; 
	margin: -1px 0 10px 0; 
	}
	
	div.SpecTable  table {
	width: 100%;
	border-collapse: collapse;
	}    

div.SpecTable table tr th{
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	border-bottom: 1px #E5E5E5 solid;
	line-height: 25px;
}

div.SpecTable table tr td{
	border-bottom: 1px #E5E5E5 solid;
	line-height: 17px;
	text-indent:10px;
}

/* css table for product specification grid */
div.SpecTableSmall { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	color: #000000;
	width: 100%; 
	background-color: #fff; 
	margin: -1px 0 10px 0; 
	}
	
	div.SpecTableSmall  table {
	width: 100%;
	border-collapse: collapse;
	}    

div.SpecTableSmall table tr th{
	font-weight: bold;
	font-size: 10px;
	text-align:left;
	border-bottom: 1px #E5E5E5 solid;
	line-height: 20px;
}

div.SpecTableSmall table tr td{
	border-bottom: 1px #E5E5E5 solid;
	line-height: 17px;
	text-indent:5px;
}

table.Price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border-collapse:collapse;
	/* width:300px; */
}

	table.Price td { 
		padding:2px 4px; 
	}
	
	table.Price tbody tr.Invalid {
		color:silver;
	}

	table.Price tr.altrow {
		background-color:#E3EAEB;
	}

table.Price tbody tr td {
		text-align:right;
	}
	
	table.Price tbody tr td.UoM {
		text-align:left
}

table.podetail {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	color: #404040;
	border-collapse:collapse;
}

table.podetail th {
	background: #003f5e url('../images/tables/row-head.gif') repeat-x top;
	color:white;
	font-size:10px;
	font-weight:bold;
	padding: 3px 5px 3px 4px;
}

table.podetail tr.altrow {
	background: #fcfcfc url('../images/tables/row-alt-gray.gif') repeat-x top;
}

table.podetail td	{
	padding: 1px 8px 1px 8px; 
	border: solid 1px #d9d9d9; 
	color: #404040;
}

div.info{
	width:850px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #404040;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	text-decoration: none;
}
div.info table.inset tr.head {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	background: #003f5e;
	color: white;
	font-weight: bold;
	padding: 3px 3px 3px 4px;
}
div.info table.inset {
	width:100%;
}
div.info table.inset tr.body, div.info table.inset tr.item, div.info table.inset tr.foot {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #404040;
	vertical-align: top;
}
div.info table.inset tr.head td, div.info table.inset tr.body td, div.info table.inset tr.item td, div.info table.inset tr.foot td {
	padding: 4px;
	border-bottom: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
}
div.info table.inset tr.body td {
	height: 60px;
}
div.info table.inset tr.item td {
	height: 20px;
}
div.info table.inset tr.foot td {
	font-weight:bold;
	text-align:right;
}
div.info p.thumb {
/* display: block; */
/* float: left; */
	margin: 2;
	padding: 1px 4px 2px 4px;
	text-align: center;
}

table.lineimage {
	border-collapse:collapse; 
	border-spacing: 0px; 
	border-style: none;
}

table.lineimage tr td {
	 background-color:White;
	 border-style:None;
}

div.info table.inset tr.stmt {
	color:#003f5e;
	text-align:center;
}

div.info table.inset tr.stmt td.large {
	font-weight:bold;
	font-size:7.5pt;
}

div.info table.inset tr.stmt td.std {
	font-size:6.2pt;
}
