.deviceListBox
{
	float: left;
	width: 180px;
	border: solid #ccc 1px;
	margin-bottom: 20px;
	overflow: hidden;

}
.deviceListBox p
{
	margin: 0;
}
.deviceListTitle, .featuresListTitle, .programmerListTitle
{
	height: 60px;
	border-bottom: solid #ccc 1px;
	padding: 3px;
	color: white;
	font-weight: bold;
	background-color: #005aaa;
	background-image: url('../../images/catalog/titleBackground.jpg');
	background-repeat: repeat-x;
}
.featuresListTitle
{
	height: 30px;
}

.programmerListTitle
{
	height: 30px;
}
.featuresListBox, .programmerListBox
{
	float: left;
	width: 362px;
	border: solid #ccc 1px;
}
.featuresListBox p, .programmerListBox p
{
	margin: 0;
}
.devKitTitle
{
	padding: 3px;
	font-weight:bold;
	background-color: #005aaa;
	background-image: url('../../images/catalog/titleBackground.jpg');
	background-repeat: repeat-x;
	color: white;
	margin-top: 10px;
}
.deviceList, .featuresList, .programmerList
{
	height: 200px;
	overflow: auto;
}

.applyFilters
{
	clear: both;
}

.results
{
	border-collapse: collapse;
	margin: 10px 1px;
}
.resultsTD
{
	border: solid #666  1px;
	padding: 2px;
}
.results img
{
	width: 50px;
}
.resultsPrice
{
	font-size: 120%;
	font-weight:bold;
	margin: 0 0 5px 0;
	text-align: center;
}
.catButtonDetail
{
	  background: url("../../images/catalog/Info.jpg") no-repeat 0 0;
	  height: 16px;
	  width: 71px;
	  display: block;
}
.catButtonDetail:hover
{
	  background: url("../../images/catalog/Info_over.jpg") no-repeat 0 0;
}
.catButtonBuy
{
	  background: url("../../images/catalog/buyNow.jpg") no-repeat 0 0;
	  height: 16px;
	  width: 71px;
	  display: block;
	  text-align: center;
}
.catButtonBuy:hover
{
	  background: url("../../images/catalog/buyNow_over.jpg") no-repeat 0 0;
}

.innerDesc
{
	border-collapse: collapse;
	width: 100%;
}
.titleFilter
{
	font-weight: bold;
	border-bottom: dashed 1px #ccc;
	border-left: dashed 1px #ccc;
	padding-left: 2px;
}
.titleFilter1
{
	font-weight: bold;
	border-bottom: dashed 1px #ccc;
	padding-left: 2px;
}
.tdFilter1
{
	border-bottom: dashed 1px #ccc;
	
}
.tdFilter2, .tdFilter3
{
	border-bottom: dashed 1px #ccc;
	border-left: dashed 1px #ccc;

}
.deviceUL
{
	margin: 0;
	padding: 0 20px;
}
.protName
{
	font-weight: bold;
	margin: 0;
}
.filterDesc
{
	clear: both;
}
/*titles for results*/
.compResults td
{
	background-color: #005aaa;
	background-image: url('../../images/catalog/titleBackground.jpg');
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 130%;
	border: solid #666  1px;
	padding: 8px 2px;
}
.progResults td
{
	background-color: #005aaa;
	background-image: url('../../images/catalog/titleBackground.jpg');
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 130%;
	border: solid #666  1px;
	padding: 8px 2px;
}
.devKitResults td
{
	background-color: #005aaa;
	background-image: url('../../images/catalog/titleBackground.jpg');
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	font-size: 130%;
	border: solid #666  1px;
	padding: 8px 2px;
}
.dkfTable
{
	color: #333;
}
.moreInfo
{
	margin-top: 5px;
}