/* CSS Document */

div#titlebox {
	float: left;
	/*width: 200px;*/
}

div#filterbox {
	float: right;
}

.ContentSearchFilter {
	width: 320px;
}

td.SearchContent {
	width:130px;
	padding-top:2px;
}

.SearchGrid {
	width:520px;
	font-size:0.8em;
	border: none;
	border-collapse:separate !IMPORTANT;
	background-color: #FFF;
}

.SearchResults {
	width:520px;
	border:none;
}

#ProductNameCell, #ProductCodeCell {

}

#ProductNameCell a, #ProductCodeCell a {
	color: #5C5C5C !important;
	text-decoration: underline;
	
}#ProductNameCell a:hover, #ProductCodeCell a:hover {
	text-decoration: underline;
}

.arrow_space {
	margin-left:5px;
}

table.search-grid-tbl {
	width: 218px;
	margin-bottom: 40px;
	}

td.CatPageDetailCell {
	vertical-align: middle;
	}
td.CatImgCellCntainer {
	vertical-align: top;
	}
td.CatImgCell {
	text-align: center;
	vertical-align: top;
	}
td.CatImgCell img {
	width: 170px;
	height: 170px;
	}
tr#ProductNameCell td, tr#ProductCodeCell td {
	padding-bottom: 10px;
	font-weight: bold;
	}
tr#AttributesCell td table {
	margin: 5px 0 5px 0;
	}
td.MoreInfo {
	font-size: 80%;
	padding: 20px 0 0 0;
	}
td.MoreInfo a img {
	margin: 0 0 0 5px;
		width: 13px;
		height: 11px;
	}
td.MoreInfo a {
	color: #000;
	}
td.MoreInfo a:hover {
	color: #A52525;
	}
tr.Pagination td {
	font-size: 90%;
	text-align: right;
	}
tr.Pagination td a:link, tr.Pagination td a:active, tr.Pagination td a:visited {
	color: #000;
	margin: 0 0 0 5px;
	}
tr.Pagination td a:hover {
	color: #3C3A2C;
	} 