﻿/*
* Presentation of Categorized Links.
* class not defined in this file but that is needed is:
* .clearfix - defined in SiteCss.css
*/
/* CATEGORIZED LINKS & DOCS - WPCategorizedViewControl.ascx */
.CLVC_div_header {}
.CLVC_div_listWrapper   { padding:6px 4px 12px 4px; }
.CLVC_grid              { width:100%; }
.CLVC_tr_groupHeader    { border-bottom:solid 1px #cccccc; }

.CLVC_tr_groupHeader td input,
.CLVC_tr_groupHeader td p {
	margin: 0 !important;
	padding: 0 !important;
}
.CLVC_tr_groupHeader td {
	padding-top: 4px !important;
}

.CLVC_tr_alt1 {}
.CLVC_tr_alt2 {}
.CLVC_td_item {}

.attribute-filter {
	background: #f6f6f6;
	margin-bottom: 12px;
	padding: 6px;
}

.attribute-filter div {
	float: left;
	margin-right: 6px;
}
.attribute-filter div.attribute-filter-button {
	clear: left;
	float: none;
	margin-top: 6px;
}
.attribute-filter div label {
	display: block;
}

.catLinkBookmarks {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
.catLinkBookmarks li {
	border-left: 1px solid #c0c0c0 !important;
	display: inline;
	margin: 0 !important;
	padding: 0 6px !important;
}
.catLinkBookmarks li:first-child {
	border-left: 0;
	padding-left: 0 !important;
}

