/**
 * Comcast Help Homepage Stylesheet
 *
 * @author Karl Stanton
 * @updated Michael Adamek
 * @version 0.1
 *
 * 
 *
 *
 */
 


/* ------------------------------ Homepage ---------------------------------- */

#helpSearch,
#helpSearch input {
	background: url('../../images/sprite_home.png') no-repeat;
}

#helpQuickLinks h2,
#helpTopHelpTopics h2,
#helpRecommended h2 {
	border: 0 none;
	margin: 0;
	padding: 0 0 6px;
}

#helpQuickLinks h2 span,
#helpTopHelpTopics h2 span,
#helpRecommended h2 span {
	color: #5fc2ef;
	font-size: 24px;
	margin: 0;
}

#helpHomeSearch h1 span {
	color: #404040;
	font-size: 45px;
	letter-spacing: -2.5px;
}

#helpHomeSearch {
	border-bottom: 1px #efefef solid;
	margin: 0 0 25px;
	padding: 0 0 25px;
}
#helpHomeSearch #helpSearch {
	margin: 0 auto 5px;;
}

#helpHomeSearch #searchExamples {
	color: #938d8f;
    letter-spacing: -0.25px;
    text-align: center;
}

#helpHomeSearch h1 {
	border: 0 none;
	color: #999;
	font-size: 14px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 25px !important;
	padding: 0;
	text-align: center;
}

#helpSearch {
	background-position: left -144px;
	width: 492px;
	height: 38px;
	padding: 4px;
	margin: 0 auto;
	border: 0;
	position: relative;
	font-size: 12px;
}

#helpSearch fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#helpSearch input {
    background-color: transparent;
    background-position: -4px -83px;
    border: 0 none;
    color: #999999;
    display: inline;
    font-size: 12px;
    height: 30px;
    margin: 0;
    padding: 3px 5px;
    width: 382px;
}

#helpSearchResults {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 44px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	border-top: 0;
	width: 482px;
	padding: 7px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	-webkit-border-radius: 1px;
}

#helpSearchResults a {
	display: block;
	font-size: 14px;
	color: #444444;
	font-weight: bold;
	padding: 7px 5px;
}

#helpSearchResults a:hover {
	background: #cfe3ff;
	text-decoration: none;
}

#helpSearchResults .ribbon {
	font-size: 12px;
	color: #999999;
	margin: 0 0 0 5px;
}

#helpSearchSuggestedResults {
}

#helpSearchResults .suggested {
	border-top: 1px #e1e1e1 solid;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	display: block;
	margin: 6px 7px 2px;
	padding: 9px 0 0;
}

#helpSearchResults .clearHistory {
	font-size: 11px;
	font-weight: normal;
	color: #0089e4;
}

#helpSearchResults .last {
	border-bottom: none;
}

#searchExamples {
	text-align: center;
}

#helpHomeContactForums {
	text-align: right;
	margin: 0 10px 20px 0;
}

#helpQuickLinks {
	float: left;
	margin: 0 30px 0 10px;
	width: 200px;
}

#helpQuickLinks ul,
#helpTopHelpTopics ul {
	list-style: none;
	padding: 19px 0 0;
	border-top: 1px #cccccc dashed;
	float: left;
	width: 100%;
}

#helpQuickLinks li {
	background-position: 1px -84px;
	font-size: 13px;
	padding: 0 0 7px;
	border-bottom: 1px #cccccc dashed;
	margin-top: 9px;
}

#helpQuickLinks li a {
	padding: 0;
	text-decoration: none;
}

#helpQuickLinks li a:hover {
	color: #99cc00;
}

#helpTopHelpTopics {
	float: left;
	width: 460px;
	font-size: 16px !important;
}

#helpTopHelpTopics ul {
	float: left;
}

#helpTopHelpTopics ul.left {
	width: 235px;
}

#helpTopHelpTopics ul.right {
	width: 225px;
}

#helpTopHelpTopics li {
	margin: 0 0 18px;
}

#helpTopHelpTopics li.last {
	margin: 0;
}

#helpTopHelpTopics span {
	color: #938d8f;
    display: block;
    font-size: 12px;
    margin: 3px 0 0;
}

#helpTopHelpTopics ul li span {
    letter-spacing: -0.25px;	
}

#helpRecommended {
    clear: both;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 57px 0 0;
}

#helpRecommended ul {
	border-top: 1px #cccccc dashed;
	list-style: none;
	padding: 20px 0 0;
}
#helpRecommended li {
	width: 214px;
	float: left;
	margin: 0 23px 0 0;
}
#helpRecommended li.last {
	margin: 0;
}

#helpRecommended img {
	border: 0 none;
	display: block;
	margin: 0 0 10px;
}

#helpRecommended a {
    border: 0 none;
    font-size: 16px;
}

#helpRecommended .ribbon {
	display: block;
	font-size: 11px;
	color: #999999;
	line-height: 17px;
	margin: 14px 0 0;
	width: 190px;
}
#helpRecommended strong {
	font-size: 13px;
}

/* sidebar */

#sidebarHome {
    float: right;
    margin: 15px 10px 0 0;
    position: relative;
    width: 230px;
    text-align: center;
}

#sidebarHome img {
	display: block;
	margin: 0 auto;
}

#sidebarHome h2 {
	border: 0 none;
	color: #666;
	font-size: 30px;
	letter-spacing: -1.5px;
}

#sidebarHome p {
	border-bottom: 1px dashed #ccc;
	color: #938d8f;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px;
	padding: 0 0 15px;
	text-align: center;
}

#sidebarHome .phoneLinks {
	text-align: center;
}

#sidebarHome .phoneLinks a:link {
    line-height: 20px;
    padding: 0 4px;
    text-decoration: none;
    width: auto;
}