#pdfBuilder,#recentSearhes ul {
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0 0 7px 0;
}

#pdfBuilder li.attachment {
	border-bottom: 1px solid #ccc;
}

#pdfBuilder li.attachment:hover {
	background: #ffc;
}

#updateablePdfWidget span.clearSpan {
	float: right;
}

#updateablePdfWidget span.removeSpan {
	float: right;
}

#updateablePdfWidget h1 {
	float: left;
}

.noWrap {
	white-space: nowrap;
	display: block;
}

.noWrap a {
	display: block;
}

.widget {
	border: 1px solid #ccc;
	background: #fff;
	padding: 7px;
	margin-bottom: 10px;
}

.widget h1 {
	font-size: 95%;
	margin: 0 0 7px 0;
}

.widget h2 {
	font-size: 90%;
	margin: 0 0 7px 0;
}

.widget h3 {
	font-size: 85%;
	margin: 0 0 7px 0;
}

.widget h4 {
	font-size: 80%;
	margin: 0 0 7px 0;
}

.widget h5 {
	font-size: 75%;
	margin: 0 0 7px 0;
}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 0;
}

#searchControl h1 {
	font-size: 95%;
	margin: 0 0 7px 0;
}

#searchControl select {
	margin-bottom: 17px;
}

#searchResultsTable {
	clear: right;
}

#searchResultsTable .tableHeaderAction {
	cursor: pointer;
}

#searchResultsTable td a {
	text-decoration: none !important;
	border: none;
}

#searchResultsTable a img {
	border: none;
}

/* resolve issue with account result page links displaying vertically */
div#searchResultsTable a {
	display: inline;
}

#myCart.widget .checkout {
	float: right;
}

.lighter {
	color: #777;
}

.purchaseLinks {
	float: right;
	text-align: right;
}

.purchaseLinks a {
	cursor: pointer;
}

.clickable {
	cursor: pointer;
}

.inlineRelatedDocs tr.tableRow1 a.trigger,.inlineRelatedDocs tr.tableRow2 a.trigger
	{
	padding: 7px;
}

input.multisuggest {
	width: 265px;
}

div.multisuggestdropdown {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

div.multisuggestdropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.multisuggestdropdown ul li.selected {
	background-color: #ffb;
}

div.multisuggestdropdown ul li {
	font-size: 90%;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
}

div.multisuggestoverlay {
	background-color: #fff;
	height: 100%;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99;
	filter: alpha(opacity = 80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

div.multisuggestlightbox {
	display: none;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}

div.multisuggestdialog {
	display: none;
	top: 25%;
	left: 25%;
	width: 50%;
	padding: 16px;
	text-align: left;
	background-color: white;
	border: 1px solid #ccc;
	margin: 0 auto;
}

div.multisuggestdialoglist {
	background-color: white;
	border: 1px solid #ccc;
	font-size: 90%;
	height: 250px;
	margin: 0;
	overflow: auto;
	padding: 16px;
	width: auto;
}

div#fraudAlertDisclaimer {
	height: 250px;
	overflow: auto;
}

table#fraudAlertManageAlertListComponent{
	width:100%;
}