﻿
/* container box for the Products listing */
#ProductListSection {
	border: 2px solid #A3AFD1; 
	background-color: #E1E6F0;
	margin-top:33px;
}

/* box with title for products listing */
#ProductListTitle {
	text-align:center;
	font-size: 1.2em;
	color: White;
	background-color: #6B80B6;
	padding: 4px;
}

#ProductListTitle a {
	color: White;
}

/* container for UL list of products (not used right now may need later) */
#ProductListDetailArea {
}

/* controls positions of list within the products listing */
.ProductList {
	color: #474848;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 15px;
	margin: 0;
 }

.ProductList li {
	padding-top:3px;
	padding-bottom: 3px;
	color: #474848;
 }

.ProductList a {
	padding-top:3px;
	padding-bottom: 3px;
	color: #474848;
	text-decoration:underline;
 }

.ProductList a:hover{
	color: Blue;
 }

/* controls news link within products listing */	
#ProductListNewsLink {
	padding: 0px 5px 10px 10px;
}
#ProductListNewsLink a{
	font-weight:bold;
	font-style:italic;
	color: #474848;
	background-color: #E1E6F0;
	text-decoration: underline;
}

