/* Left nav styles */

div.lnwrapper {
	width: 152px;
}

div.lnopenwrapper {
	float: left;
	width: 152px;
}

.lnhidden {
	display: none;
}

#leftnav {
	font-size: 10px;
	padding: 0 0 0 5px;
}

#leftnav ul {
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none;
}

div.lncancellink {
	clear: left;
}

div.lnshowlink, div.lncancellink, div.lnapplyfilter {
	text-align: right;
	padding: 0 3px 5px 5px;
}

div.lnsmvsp {
	padding-top: 5px;
}

.lnattrbox {
	background-color: #FFF;
	border: 1px solid #000;
	margin-bottom: 5px;
	width: 152px;
}

/* note that due to IE's broken box model implementation, the width of
 * lnopenattrbox needs to be > (3 * lnwrapper)
 */
.lnopenattrbox {
	position: relative; /* without this, z-index is ignored */
	width: 485px;
	z-index: 10000;
}

.lnhidepage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .60;
	filter: alpha(opacity=60);
	z-index: 9999;
}

.lnattrboxheader {
	background-color: #DDD;
	border-top: 1px solid #AAA;
}

.lnattrbox a, .lnattrbox a:visited {
	color: #00F;
}

.lnattrbox form {
	padding: 0;
	margin: 0;
}

.lnattrbox table {
	font-size: 10px;
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.lni {
	width: 25px;
}

.lnattrbox td {
	margin: 0;
	padding: 0;
}

a.lnssl {
	display: block;
	padding: 0 0 4px 0;
}

td.lnlbl {
	border-left: 1px solid #000;
	padding: 0 0 0 5px;
}

a.lndisabledlink, a.lndisabledlink:visited {
	cursor: default;
	color: #000;
	text-decoration: none;
}

.lnspacer {
	width: 10px;
}

.lncurrentselectionsheader {
	margin: 0 auto 0 auto;
	font-weight: bold;
}

.lncurrentfilter {
	width: 152px;
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
}

.lncurrentfilter a, .lncurrentfilter a:visited {
	color: #00F;
}

.lncurrentfilter p {
	margin: 4px;
}

.lncurrentfilterheader {
	padding: 3px;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
}

.lnfakelink {
	color: #00F;
	text-decoration: underline;
	font-weight: normal;
}

.lnbold {
	font-weight: bold;
}


.lnavailablefilterheader {
	background-color: #EEE;
	border-top: 1px solid #AAA;
}

#clicktocall {
	margin: 5px 7px 0px 11px;
}

#clicktocall img {
	border:none;
}

