.products {
	width: 100%;	
}

.productSearch {	
}

.productSearchTitle {
	background-color: #7292cb;
	color: #ffffff;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.productSearchIcon {
	padding-right: 4px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: #7292cb 1px solid;
	border-top: #7292cb 1px solid;
	border-left: #7292cb 1px solid;
	border-bottom: #7292cb 1px solid;
}

.productSearchPanel {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 400px;	
	border-right: #a9a9a9 1px solid;
	padding-right: 2px;
	border-top: #a9a9a9 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #a9a9a9 1px solid;
	padding-top: 2px;
	border-bottom: #a9a9a9 1px solid;
	background-color: #f5f5f5;
	z-index: 101;
}
.productSearchPanel1 {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 200px;	
	border-right: #a9a9a9 1px solid;
	padding-right: 2px;
	border-top: #a9a9a9 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #a9a9a9 1px solid;
	padding-top: 2px;
	border-bottom: #a9a9a9 1px solid;
	background-color: #f5f5f5;
	z-index: 101;
}

.productRecomendPanel {
	position: absolute;
	top: 104px;
	left: 116px;
	width: 766px;
	height: 480px;
	border-right: #a9a9a9 1px solid;
	padding-right: 2px;
	border-top: #a9a9a9 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #a9a9a9 1px solid;
	padding-top: 2px;
	border-bottom: #a9a9a9 1px solid;
	z-index: 101;
	background-color: #ffffff;	
}

.productRecomendContent {
	height: 440px; 
	overflow: auto;
}

.productSearchSelection {
	border: #7292cb 1px solid; 
	font-weight: bold; 
	color: #7292cb;	
	background-color: #e6e9eb;
	padding: 2px;
}

.productSearchContent {
	overflow: auto;
	height: 300px;	
}

/* DEPRECATED /////////////////////////////////////////////////////////////////////////// */
/*
.products .title {
	width: 100%;
	background-color: #E6E9EB;
}

.products .categories {
	height: 100%;
	
}

.products .details {
	width: 100%;
	height: 100%;
}

.products .selector {
	height: 100%;
	
}

.products .details .title {
	padding: 2px 2px 2px 4px;
	font-weight: bold;
	color: Navy;
	border-bottom: navy 1px solid;
}

.products .details .subtitle {
	padding: 2px 2px 2px 4px;
	font-weight: bold;
	color: Navy;
	border-bottom: gray 1px solid;
}

.products .details .shopping {
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	color: Navy;
	border-top: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	background-color: #f0f8ff;
}	
*/
