﻿
/* div tag css around table results */
#ProductResults
{
	position:absolute;
	top:150px;
	left:0px;
	height:auto;
	background-color:#DBD1AA; 
	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/bgTableHeader.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:#5F5542;
	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: #C6BC98;
	color:#5F5542;
	font-size:8pt;
	display:list-item;
	padding-left:5px;
}

ul
{
	margin-left:17px;
	padding-left:3px;
	padding-top:0px;
	list-style:none;
	border:solid 1px C6BC98;
	text-indent:-3px;
	list-style:none;
	text-indent:-3px;
}


li {
list-style-image:url(cart/images/bullet_black.png);
list-style-position:outside;
list-style-type:disc;
padding-left:0;
}



