@charset "utf-8";
/* CSS Document */


.default-text{
	color: #999;
}

.search-help input{
	border-color: red;
}

.focus-text{
	color: black;
}


.cs-help-content-wrapper h1{
	font-family: 1.3em;
	margin-bottom: 0px;
}

.cs-help-content-wrapper h2
{
	color:#000;
	font-weight: bold;
	border-bottom: solid 1px #666;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: .9em;
}


.cs-help-content-wrapper a:link{
	text-decoration: none;
	line-height: normal;
	padding-bottom: 5px;
}

.cs-help-content-wrapper a:visited{
	color: #996633;
	text-decoration: none;
}

.cs-help-content-wrapper a:hover{
	text-decoration: underline;
	color:#C60;
}

.cs-help-content-wrapper ul{
	list-style-type:none;
        padding-left: 25px;
        margin-top:0px;
}

.cs-help-content-wrapper h3{
    margin-bottom: 0px;
	padding-left: 6px;
}

.popular td{
	padding-right: 7px;

}

.popular td br{ 
    margin-bottom: 7px;
}



