/* Shopping Cart */

/* List View */

#product_list {
	list-style: none;
	padding:  0;
	margin:  0;
	font-size: .8em;
}

#product_list li a {
	background: #CCCCCC url(../misc_images/lightgrad_50.jpg);
	border: none;
	text-decoration: none;
	float: left;
	color: #626262;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold;
	height: 20px;
}

#product_list .product_id {
	padding-top: 5px;
	padding-left: 20px;
	float: right;
}

#product_list .product_name {
	float: left;
	padding-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
}

#product_list li {
	clear: both;
	margin-left: 2px;
}

.selected {
	background: #FFFFFF;
	font-weight: bold;
}


#product_list li a:hover {
	background: #ffffff url(../misc_images/cnr_tr.png) no-repeat right top;
}

#product_list img {
	width: 1.5em;
	height: 1.5em;
	border-style: none;
	padding-right: 3px;
	visibility: hidden;
	display: none;
}

#product_list li a .tooltip{display: none;
	visibility: hidden;
}
