/* CSS Document */

div.support_cont {
	padding: 30px 0 40px 100px;
	width: 600px;
}

div.support_cont p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0;
	margin: 15px 0;
	color: #666;
}

div.support_cont p.one {
	margin: 15px 0 30px;
}

span.more {
	display: inline-block;
	text-indent: -999%;
	overflow: hidden;
	height: 17px;
	width: 17px;
	background: url(/images/expander.gif) 0 0 no-repeat;
	position: relative;
	top: 3px;
	margin-right: 2px;
}

div.click span.more {
	background-position: 0 -17px;
}

div.popular-faqs {
	padding: 0 0 20px;
}

div.popular-faqs div div {
	padding: 0 0 0 20px;
}

div.popular-faqs div {
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.popular-faqs div.hover {
	background: #efefef;
}

div.popular-faqs div div ul {
	color: #666;
	font-size: 1.1em;
	margin: 15px 0;
	list-style: disc;
}

div.popular-faqs div div ol {
	color: #666;
	font-size: 1.1em;
	margin: 15px 0;
}


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

ul.resources h4 {
	font-size: 18px;
	margin: 0;
	line-height: 1.2em;
}

ul.resources p {
	margin: 0 0 15px;
	line-height: 1.3em;
}

div.loginhere {
	position: absolute;
	background: #fff;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	font-family: "Lucide Grande", "Lucida Sans Unicode", Arial, sans-serif;
	width: 132px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px;
}