/* 
   WebScope, Inc.
   for All Products main product listing - css to define UL product listing 
   START PRODUCT LISTING UL
*/

ul.product_list {
	margin: 0px 0px;
	padding: 0px 0px;
}

ul.product_list li {
	float: left;
	list-style: none;
	width: 230px;
	height: 230px;
	background-image: url(../images/Layout/green2-box-round.png);
	background-repeat: no-repeat;
	margin: 5px;
	padding-left: 0px;
	text-align: center;
}
ul.product_list img {
	/*width: 190px;*/
	/*height: 150px;*/
	border: 0px solid #FFFFFF;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 5px;
}
ul.product_list a {
	text-decoration: none;
}
ul.product_list a:hover {
	text-decoration: underline;
}

ul.product_list a:active, ul.product_list a:visited {
	text-decoration: none;
}

ul.product_list div {
	background-image: url(../images/Layout/green1-2shade-horiz-box-round.png);
	background-repeat: no-repeat;
	width: 188px;
	height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
	margin: 0px auto;
}
/*
   END PRODUCT LISTING UL
*/

/* 
   START PRODUCT CATEGORY LISTING UL
*/


ul.productCat_list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.productCat_list a {
	text-decoration: none;
}
ul.productCat_list a:hover {
	text-decoration: underline;
}
ul.productCat_list a:active, ul.productCat_list a:visited {
	text-decoration: none;
}
ul.productCat_list li {
	background-image: url(../images/Layout/green1-2shade-horiz-box-round.png);
	background-repeat: no-repeat;
	margin: 4px;
	float: left;
	list-style: none;
}

ul.productCat_list div {
	width: 188px;
	height: 30px;
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
/*
   END PRODUCT CATEGORY LISTING UL
*/