﻿/*
* 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_listWrapper   { padding:6px 4px 12px 4px; }
.CLVC_grid              { width:100%; }
.CLVC_tr_groupHeader    { border-bottom:solid 1px #ccc; }

.CLVC_tr_groupHeader td input,
.CLVC_tr_groupHeader td p {
	margin: 0 !important;
	padding: 0 !important;
}
.CLVC_tr_groupHeader td {
	padding-top: 4px !important;
}

.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;
}
.linkItem.lr
{
    overflow: hidden;
}
.linkItem.lr .link
{
    width: 25%;
}
.linkItem.lr .description
{
    width: 70%;
}
.linkItem.lr .link,
.linkItem.lr .description
{
    float: left;
    padding: 0 10px 5px 0;
}
.linkItem.hideDesc .description
{
    display: none;
}
