﻿
/* div tag css around table results */
#ProductResults
{
	position:absolute;
	top:150px;
	left:0px;
	height:auto;
	background-color:white; 
	padding-left:25px;
	padding-right:158px;
}

/* Font for entire table   */
#ProductData
{
	font-size:9pt;
	font-style:normal;
	font-family: Trebuchet MS;
	color:#706C46;
	border-collapse:collapse;
}

/*header row for table results*/
.tableText_Header
{
	background-image:url(images/.jpg);
	color: white;
	font-weight:bold;
	border-right:solid 1px white;
	padding-left:3px;
}

/* set widths for each table cell */
.cnt{width:15px;}
.category {width:75px;}
.productid{width:130px;}
.productdescription{width:195px;}
.uom{width:90px;}
.price{width:40px;}
.cart{width:81px;}

/* css for each cell */
.cnt,.image,.category,.productid,.productdescription,.uom,.price,.cart
{
	border-bottom:solid .05em #706C46;
	padding-bottom:3px;
	vertical-align:top;	
	padding-left:3px;
	padding-top:3px;
	padding-right:3px;
}

/* special formatting for counter table cell */
.cnt
{
	background-color:white;
	color: white;
	font-weight:bold;
	border-right:solid 1px white;
}

/* special formatting for Add To Cart table cell */
.cart
{
	border-right:solid 1px white;	
}

.cart a:link, .cart a:hover, .cart a:visited
{
	color:red;
}

/* link css */
a:link, a:hover, a:visited
{
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	font-family: Trebuchet MS;
	color:black;
	text-decoration:underline;
}

.liproddesc
{
	background-color: white;
	color:#5F5542;
	font-size:8pt;
	display:list-item;
}

ul
{
	margin-left:0px;
	padding-left:3px;
	padding-top:0px;
	list-style:none;
	border:solid 1px white;
	text-indent:-3px;
	list-style:none;
}
li
{
	list-style: url('cart/images/bullet_black.png') inside;	
}




