/* CSS Document */

/* -------------------- re-classing existing elements --------------*/
#content_head{
	/*background-image:url(../images/bkg/product_top_bkg.png);*/
}
#content_text {
	/*background-image:url(../images/bkg/product_bkg.jpg);*/
}
#content_btmImg {
	/*background-image:url(../images/bkg/product_btm_bkg.png);*/
}


/* -------------------- catalog specific class --------------*/
.productCategories {
	margin-left: 20px;
	width:500px;
}
.productCategories img {
	margin-bottom: 12px;
}
.productCategories ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
.productContent {
	padding-top: 4px;
}
.catalogLeadImg {
	margin-bottom: 22px;
}
#content_text td {
	font-size: 11px;
	padding: 10px 5px 0px 5px;
}
#content_text td a {
	font-weight:bold;
}
#leftCol {
	width: 178px;
	float: left;
}
#rightCol {
	float: left;
	width: 364px;
}
#prdExtras span {
	font-size: 11px;
	font-weight: bold;
	margin-left: 18px;
}
#prdExtras ul {
	margin:0px 0px 18px 18px;
	padding:0px;
	font-size: 10px;
	line-height: 12px;
}
#prdExtras li {
	background: url(/images/general/content-bullet.gif) no-repeat 1px 6px;
	list-style-type:none;
	padding:1px 0px 0px 8px;
}
#prdRel1, #prdRel2, #prdRel3 {
	text-align: center;
	width: 108px;
}
#prdRel1{
	float: left;
}
#prdRel2{
	float: right;
}
#prdRel3{
	margin-left: auto;
	margin-right: auto;
}
.productImg {
	font-size:10px;
	text-align: center;
	padding-bottom: 37px
}
#prod_search {
	background-image:url(../images/srch_bkg.png);
	background-repeat:no-repeat;
	width:541px;
	height:53px;
	padding:8px;
	line-height:11px;
}
#prod_search input {
	color: #1d4435;
	margin-left: 10px;
	width: 140px;
}
/* DRM - may need to remove since going div based--------------------------------------------*/
.productsTable {
	width: 537px;
}
.productsImageColumn {
	padding: 0px;
	width: 108px;
	vertical-align: top;
	text-align: left;
}
.productsDescriptionColumn {
	width: 165px;
	vertical-align: top;
	text-align: left;
}

.productCategoriesCommercial {
	width: 400px;
}
/* DRM - styles to replace table-based product list-------------------------------------*/
.productRow 
{
	clear:both;
	margin:20px 0 20px;
	color: #036;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.productRow img 
{
	border:2px solid #000;
	float:left;
	margin-right:5px;
}
.productRow p 
{
	float:left;
	width:120px;
	margin-right:20px;
}

