/* Help page CSS */

ul.topFAQs,
ul#toc {
	font-size: 10px;
	width: 250px;
}
ul.topFAQs li,
ul#toc li {
	overflow: hidden;
	border-bottom: 1px solid #DDD;
	line-height: 22px;
}
ul.topFAQs li:hover,
ul#toc li:hover {
	border-bottom: 1px solid #C4C4C4;
	background-color: #EAEAEA;
}

ul#toc li.actual {
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px solid #C4C4C4;
	background-color: #EAEAEA;
}

ul.topFAQs li.seeall a {
	background-image: none !important;
}

hr {
	background:#EFEFEF none repeat scroll 0%;
	border: 1px solid #DDD;
	clear:both;
	height:2px;
	margin:20px -15px 10px;
}

ul.topFAQs li a,
ul#toc li a {
	width: 230px;
	display: block;
	padding-left: 10px;
}
ul.topFAQs a:hover,
ul#toc a:hover {
	text-decoration: none;
}

div#faqContent dt.faqExpanded a {
	font-weight: bold;
	color: black;
}

div.rightCol {
	display:inline;
	float:right;
	overflow:hidden;
	padding:15px;
	width:300px;
}

div.leftCol {
	clear:left;
	display:inline;
	float:left;
	margin-right:-330px;
	width:100%;
}

div.leftColWrapper {
	margin-right:5px;
	overflow:hidden;
	padding-left:10px;
}

div#content p {
	margin: 10px 0;
}

/* FAQ */

div#faqContent dl dd.faqExpanded {
	display: block;
}

div#faqContent.jsEnabled dd {
	display: none;
	background: #F9F9F9;
	padding: 10px;
	font-size: 12px;
	line-height: 15px;
}

div#faqContent dd {
	line-height: 15px;
	padding: 10px !important;
}

div#faqContent h4 {
	margin: 20px 0 10px 0;
}

div#faqContent h4 a {
	color: black;
}

dl.faqCollapsedList {
	font-size: 12px;
	width: 100%;
}
dl.faqCollapsedList dt {
	font-weight: normal;
	overflow: hidden;
	background: #ece5cd;
	border-bottom: 1px solid #DDD;
	line-height: 22px;
	padding-left: 10px;
}
dl.faqCollapsedList dt:hover {
	border-bottom: 1px solid #C4C4C4;
	background-color: #F5F5F5;
}

dl.faqCollapsedList dt a {
	width: 100%;
	display: block;
	cursor: pointer;
	background: url(http://static.last.fm/flatness/icons/tree_closed.gif) no-repeat left center;
	padding-left: 12px;
}

span#toggleControls {
	float: right;
	font-size: 10px;
}

/* SEARCH */

div#searchbox h2 {
	margin: 0 0 20px 0;
}

div#searchbox {
	padding: 23px 10px 20px 0;
	border-bottom: 1px solid #ccc;
	margin-left: 15px;
}

input#faqsearch {
	width: 242px;
}

span.highlight {
	color: red;
}

div#software {
	border-top: 1px solid #CCC;
}

table.form td {
    padding: 5px 0;
}

table.form textarea {
    width: 400px;
}

div.infoBox,
p.infoBox{
    font-size: 13px;
    padding: 3px 5px;
    background: #EEF6FF;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin: 10px 0;
    padding: 3px 5px;
    color: #313131;
    font-style:italic;
}
