/**
 * Comcast Contact Us Stylesheet
 *
 * @author HUGE/Misha
 * @version 0.1
 *
 * 
 *
 *
 */

#breadcrumbs {
	font-size: 12px;
	color: #333;
	margin: 20px 0 40px;
}
#breadcrumbs a {
	font-weight: bold;
}

.hiddenField {
	padding:5px 0 0 0;
	visibility:visible;
	text-align:left;
}

#contactUsDropdown h1,
#contactUs #helpTopic h2,
#getInTouch a.tabs span,
#getInTouch .helpSections .chatUs .activateChat,
#getInTouch .helpSections .emailUs #sendEmail {
	background:url(../../images/sprites_contact_us.png) no-repeat 0 0;
}

/* ----------------------------- Contact Us Header --------------------------------- */

#contactUsDropdown {
	border-bottom:1px solid #efefef;
	margin:45px 0 25px;
	padding:0 0 25px;
	text-align:center;
}
#contactUsDropdown h1 {
	background-position:0 0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto!important;
	width:201px;
	height:35px;
}
#contactUsDropdown h2 {
	font-size:18px;
	font-weight:normal;
	color:#999;
	line-height:1;
	margin:30px 0 15px 0;
}
#contactUsDropdown select {
	width:319px;
}



/* ----------------------------- Help Topic --------------------------------- */

#contactUs #helpTopic {
	display:none;
}

#contactUs #helpTopic h2 {
	margin:0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-position:0 -216px;
	width:100px;
	height:19px;
	margin-bottom:20px;
}

#contactUs #helpTopic .topTopics {
	display:none;
}

#contactUs #helpTopic .defaultTopics {
	display:block;
}

/* ----------------------------- Get In Touch Module --------------------------------- */

#getInTouch {
	position:relative;
	float:left;
	width:701px;
}

#getInTouch .inActive {
	position:absolute;
	z-index:1000;
	left:0;
	top:0;
	height:50px;
	width:701px;
	display:block;
}
#getInTouch .helpSections {
	list-style: none;
	margin:0;
	padding:0;
	border-top:1px solid #d9d9d9;
}
#getInTouch .inactiveList {
	margin-top:50px;
}
#getInTouch .helpSections .listSection {
	position:relative;
	border-bottom:1px solid #d9d9d9;
}
#getInTouch a.tabs {
	font-size:20px;
	padding:17px 0;
	display:block;
}
#getInTouch a.disabled {
	color:#efefef;
}
#getInTouch a.tabs span {
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#getInTouch a.tabs .toggle {
	background-position:-398px -89px;
	width:17px;
	height:16px;
	margin-right:6px;
}

#getInTouch a.disabled .toggle {
	background-position:-432px -89px;
}

#getInTouch a.active .toggle {
	background-position:-415px -89px;
}

#getInTouch .callUs .slidingContainer > div,
#getInTouch .chatUs .slidingContainer .chatInternet,
#getInTouch .chatUs .slidingContainer .chatCancel,
#getInTouch .chatUs .slidingContainer .chatNotSignedIn {
	display:none;
}
#getInTouch .callUs .slidingContainer .callUsInternet,
#getInTouch .chatUs .slidingContainer .chatNotSignedIn {
	display:block;
}

#getInTouch .browseForums a.tabs .copy {background-position:0 -73px;width:155px;height:16px;}
#getInTouch .chatUs a.tabs .copy {background-position:0 -108px;width:105px;height:16px;}
#getInTouch .callUs a.tabs .copy {background-position:0 -145px;width:55px;height:16px;}
#getInTouch .emailUs a.tabs .copy {background-position:0 -180px;width:69px;height:16px;}

#getInTouch .browseForums a.disabled .copy {background-position:-174px -73px;width:155px;height:16px;}
#getInTouch .chatUs a.disabled .copy {background-position:-121px -108px;width:105px;height:16px;}
#getInTouch .callUs a.disabled .copy {background-position:-66px -145px;width:55px;height:16px;}
#getInTouch .emailUs a.disabled .copy {background-position:-80px -180px;width:69px;height:16px;}

#getInTouch .slidingContainer {
	display:none;
	position:relative;
	padding:20px 0 37px 20px;
}

#getInTouch fieldset {
	padding:0;
	margin:0;
	border:0 none;
}

#getInTouch legend {
	display:none;
}



/* ----------------------------- Topics Forums && Browse Forums --------------------------------- */
#topicsForums {
	margin:0;
	width:auto;
}
#topicsForums .topicContent {
	margin:0;
	padding:0 25px 0 0;
	width:490px;
	border:0 none;
	float:left;
	border-right:1px dashed #ccc;
}
#topicsForums .topicContent li {
	border-bottom:1px dashed #ccc;
}
#topicsForums .findHelp {
	float:left;
	width:140px;
	padding-left:25px;
	line-height:1.5;
}

#topicsForums .findHelp h3 {
	margin:0;
	font-size:12px;
}

#topicsForums .findHelp p,
#topicsForums .findHelp a {
	font-size:11px;
	margin:0;
}

#getInTouch .helpSections .browseForums legend {
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}

#getInTouch .helpSections .browseForums #searchField {
	border:1px solid #ccc;
	color:#999;
	padding:5px;
	width:375px;
	height:24px;
	font-size:12px;
	float:left;
	margin-top:2px;
}

#getInTouch .btnSearch {
	float:left;
	margin-left:8px;
	border:0 none;
}

#getInTouch .helpSections .browseForums .searchFilter {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	margin:30px 0 20px 0;
	font-size:12px;
	font-weight:bold;
}
#getInTouch .helpSections .browseForums .searchFilter a {
	font-size:12px;
}


/* ----------------------------- Chat --------------------------------- */

#getInTouch .helpSections .chatUs .defaultMessage,
#getInTouch .helpSections .chatUs .chatAgain {
	float:left;
}
#getInTouch .helpSections .chatUs .defaultMessage {
	width:425px;
	padding-right:25px;
	border-right:1px dashed #ccc;
}
#getInTouch .helpSections .chatUs .defaultMessage p {
	margin-bottom:20px;
}
#getInTouch .helpSections .chatUs .defaultMessage a {
	font-size:11px;
}
#getInTouch .helpSections .chatUs .chatAgain {
	padding-left:25px;
	width:190px;
}
#getInTouch .helpSections .chatUs .activateChat {
	display:block;
	text-indent:-9999px;
	width:109px;
	height:28px;
	background-position:-283px -390px;
}
#getInTouch .helpSections .chatUs .activateChat:hover {
	background-position:-283px -425px;
}
#getInTouch .helpSections .chatUs .activateChat:active {
	background-position:-283px -461px;
}
#getInTouch .helpSections .chatUs #notLoggedChat {
	display:inline;
	text-indent:0;
	width:auto;
	height:auto;
	background:0 none;
}
#getInTouch .helpSections .chatUs p {
	margin:0;
	line-height:1.3;
}
#getInTouch .helpSections .chatUs em {
	margin:0 0 5px 0;
	display:block;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
}
#getInTouch .helpSections .chatUs .chatAgain h3 {
	margin:0 0 25px 0;
	font-size:16px;
}
#getInTouch .helpSections .chatUs .formBlock  {
	width:310px;
	padding-right:60px;
	float:left;
}
#getInTouch .helpSections .chatUs .signInInfo {
	float:left;
	width:311px;
}

#getInTouch .helpSections .chatUs .chatNotSignedIn .signInInfo,
#getInTouch .helpSections .chatUs .chatNotSignedIn .formBlock {
	text-align:center;
}

#getInTouch .helpSections .chatUs .chatNotSignedIn .formBlock {
	border-right:1px dashed #ccc;
	padding-right:0;
}

#getInTouch .helpSections .chatUs .chatNotSignedIn .signInInfo p,
#getInTouch .helpSections .chatUs .chatNotSignedIn .formBlock p {
	font-size:16px;
	color:#444;
	font-weight:bold;
}

#getInTouch .helpSections .chatUs .chatNotSignedIn a {
	background:url(../../images/sprites_contact_us.png) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:15px auto 0;
	height:28px;
}

#getInTouch .helpSections .chatUs .chatNotSignedIn .signInInfo a {
	background-position:-414px -390px;
	width:87px;
}

#getInTouch .helpSections .chatUs .chatNotSignedIn .signInInfo a:hover {
	background-position:-414px -425px;
}
#getInTouch .helpSections .chatUs .chatNotSignedIn .signInInfo a:active {
	background-position:-414px -461px;
}


#getInTouch .helpSections .chatUs .chatNotSignedIn .formBlock a {
	background-position:-391px -256px;
	width:109px;
}

#getInTouch .helpSections .chatUs .chatNotSignedIn .formBlock a:hover {
	background-position:-391px -290px;
}
#getInTouch .helpSections .chatUs .chatNotSignedIn .formBlock a:active {
	background-position:-391px -326px;
}

#getInTouch .helpSections .chatUs .signInInfo span {
	display:block;
	color:#666;
	font-size:11px;
}
#getInTouch .helpSections .chatUs #signInForm label {
	display:block;
	color:#666;
	font-size:11px;
	padding:0 0 5px 0;
}
#getInTouch .helpSections .chatUs #signInForm label.password {
	padding-top:15px;
}
#getInTouch .helpSections .chatUs #signInForm #username,
#getInTouch .helpSections .chatUs #signInForm #password {
	width:300px;
	padding:2px 4px;
	color:#444;
	font-size:14px;
	border:1px solid #ccc;
}
#getInTouch .helpSections .chatUs #signInForm input.error {
	background:#FEE3E3;
}
#getInTouch .helpSections .chatUs #signInForm #checkbox {
	float:left;
	width:auto;
	margin:5px 5px 0 0;
	border:0 none;
}
#getInTouch .helpSections .chatUs #signInForm .checkbox label {
	padding:4px 0 2px;
}
#getInTouch .helpSections .chatUs #signInForm #signInSubmit {
	width:85px;
	height:28px;
	padding:0;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0;
	font-size:0;
	background:url(../../images/sprites_contact_us.png) no-repeat -414px -390px;
	border:0 none;
	float:left;
	margin-right:15px;
	cursor:pointer;
}
#getInTouch .helpSections .chatUs #signInForm #signInSubmit:hover {
	background-position:-414px -425px;
}
#getInTouch .helpSections .chatUs #signInForm #signInSubmit:active {
	background-position:-414px -461px;
}

#getInTouch .helpSections .chatUs #signInForm .submitContainer {
	margin-top:20px;
}
#getInTouch .helpSections .chatUs #signInForm #notLoggedChat {
	margin-top:5px;
	font-size:14px;
	float:left;
}
#getInTouch .helpSections .chatUs #signInForm label.error {
	color:#eb0000;
	padding:8px 0;
	border:none;
	background:none;
}

/* Display purposes */

.formSignedIn #emailUs .customerName span.requiredLabel,
.formSignedIn #emailUs .zipInfo span.requiredLabel,
.formSignedIn #emailUs .phoneInfo span.requiredLabel,
.formSignedIn #emailUs .emailAddress span.requiredLabel {}

/* ----------------------------- Call Us --------------------------------- */

#getInTouch .helpSections .defaultMessage,
#getInTouch .helpSections .callInfo {
	float:left;
}
#getInTouch .helpSections .defaultMessage {
	width:450px;
}
#getInTouch .helpSections .callUs .callInfo {
	width:220px;
}
#getInTouch .helpSections .callUs .callInfo p {
	font-size:25px;
	font-weight:bold;
}
#getInTouch .helpSections .callUs .callInfo span {
	display:block;
	font-size:12px;
	font-weight:normal;
}
#getInTouch .helpSections .callUs p {
	margin:0;
	line-height:1.3;
}
#getInTouch .helpSections .defaultMessage em {
	display:block;
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}
#getInTouch .helpSections .callUs .tip {
	padding:5px 9px;
	background:#f5f5f5;
	font-size:11px;
	float:left;
	margin-top:25px;
	width:661px;
}




/* ----------------------------- Email Us --------------------------------- */

#getInTouch .helpSections .thankYouEmail {
	display:none;
}

#getInTouch .helpSections .emailUs #sendEmail {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:0 none;
	font-size:0;
	line-height:0;
	width:111px;
	height:28px;
	background-position:-389px -151px;
	padding:0;
	cursor:pointer;
}
#getInTouch .helpSections .emailUs #sendEmail:hover {
	background-position:-389px -187px;
}
#getInTouch .helpSections .emailUs #sendEmail:active {
	background-position:-389px -223px;
}
#getInTouch .helpSections .emailUs p {
	margin:0;
}
#getInTouch .helpSections .emailUs p.signInState {
	margin-bottom:20px;
}
#getInTouch #emailUs {
	width:450px;
	float:left;
	margin-right:10px;
}
#getInTouch .helpSections .emailUs #searchResults {
	width:200px;
	padding:0 0 0 20px;
	float:left;
	border-left:1px dashed #ccc;
	display:none;
}
#getInTouch .helpSections .emailUs #searchResults h3 {
	margin:0 0 20px 0;
	color:#444;
	font-size:14px;
}
#getInTouch .helpSections .emailUs #searchResults p {
	padding:0 0 10px 0;
}
#getInTouch .helpSections .emailUs #searchResults ul {
	padding:0;
	margin:0;
	list-style:none;
	width:200px;
}
#getInTouch .helpSections .emailUs #searchResults ul li {
	padding:7px 0;
	border-top:1px dashed #ccc;
}
#getInTouch .helpSections .emailUs #searchResults ul li a {
	display:block;
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
	text-transform:capitalize;
}
#getInTouch .helpSections .emailUs #searchResults .otherResults {
	background:url(../../images/sprites_topics.png) no-repeat 0 -289px;
	padding:7px 0 0 10px;
	display:block;
	border-top:1px dashed #ccc;
	font-size:13px;
	font-weight:bold;
	margin-bottom:120px;
}
#getInTouch .helpSections .emailUs #searchResults ul li span {
	color:#999;
	font-size:11px;
	display:inline;
	text-transform:capitalize;
}
#getInTouch #emailUs label {
	padding:0 0 5px 0;
	display:block;
	color:#666;
	font-size:12px;
}
#getInTouch #emailUs input {
	border:1px solid #ccc;
	padding:2px 4px;
	font-size:14px;
	color:#444;
}
#getInTouch #emailUs #emailAddress {
	width:250px!important;
}
.signedIn #getInTouch #emailUs input.valid {
	background:#ffffe6;
}
#getInTouch #emailUs textarea {
	border:1px solid #ccc;
	font-size:14px;
	width:431px;
	color:#444;
}
#getInTouch #emailUs .field {
	width:440px;
}
#getInTouch #emailUs .field .requiredLabel {
	display:block;
	font-size:10px;
	color:#999;
	padding:3px 0 15px;
}
#getInTouch #emailUs .field .error {
	color:#c70000;
}
#getInTouch #emailUs .field span.error {
	background:none;
	border:none;
}
#getInTouch #emailUs .field span.valid {
	color:#89d215;
}
#getInTouch .helpSections .emailUs .errorWarning {
	margin-bottom:20px;
	color:#c70000;
	display:none;
}
#getInTouch #emailUs .field input.error,
#getInTouch #emailUs .field textarea.error {
	color:#444;
	background:#fee3e3;
}
#getInTouch #emailUs .fieldSection {
	float:left;
}
#getInTouch #emailUs .submitForm {
	margin-top:25px;
}
#getInTouch #emailUs .emailAddress {
	float:right;
}
#getInTouch #emailUs #sendEmail {
	border:0 none;
	padding:0;
	float:left;
}
#getInTouch #emailUs .submitForm a {
	float:left;
	display:block;
	margin:5px 0 0 10px;
	font-size:14px;
}
#getInTouch #emailUs #emailSubject {
	width:430px;
}
#getInTouch #emailUs #zipInfo {
	width:80px;
}
#getInTouch #emailUs #phoneInfo {
	width:120px;
}
#getInTouch #emailUs .zipInfo {
	margin-right:50px;
	width:130px;
}


/* ----------------------------- Chat Overlay --------------------------------- */

#chatOverlay {
	overflow:hidden;
}
#chatOverlay h1 {
	margin:0;
}
#chatOverlay p {
	margin:0;
}
#chatOverlay .head,
#chatOverlay .head h1,
#chatOverlay .head a span.close {
	background:url(../../images/chat_overlay/sprites_overlay.png) no-repeat 0 0;
}
#chatOverlay .head, 
#chatOverlay .chatBody {
	width:650px;
}
#chatOverlay .head h1 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-position:0 -48px;
	width:285px;
	height:24px;
	float:left;
}
#chatOverlay .head a {
	display:block;
	width:46px;
	float:right;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#chatOverlay .head a span {
	float:left;
	display:block;
}

#chatOverlay .head a span.close {
	text-indent:-9999px;
	overflow:hidden;
	width:10px;
	height:10px;
	background-position:-4px -88px;
	float:right;
	margin:3px 0 0 5px;
}
#chatOverlay .chatBody {
	/*border-top:3px solid #eb0000;*/
}
#chatOverlay .chatBody .body {
	background:url(../../images/chat_overlay/overlay_body.png) repeat-y 0 0;
}
#chatOverlay .chatBody .foot {
	width:650px;
	height:12px;
	background:url(../../images/chat_overlay/overlay_footer.png) no-repeat 0 0;
}
#chatOverlay .head {
	height:33px;
	padding:15px 20px 0 20px;
	width:610px;
}
#chatOverlay .chatBody .controls {
	border-top:3px solid #eb0000;
	margin:0 4px 0 2px;
	padding:20px 23px 10px 18px;
	width:603px;
}
#chatOverlay .chatBody .controls .sessionStatus {
	font-weight:bold;
	font-size:14px;
	display:block;
	float:left;
}
#chatOverlay .chatBody .fontSize,
#chatOverlay .chatBody .printTranscript {
	float:right;
}
#chatOverlay .chatBody .fontSize a,
#chatOverlay .chatBody .printTranscript a,
#chatOverlay .chatBody #sendBtn {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	background:url(../../images/chat_overlay/sprites_overlay.png) no-repeat 0 0;
}
#chatOverlay .chatBody .script {
	display:block;
	float:left;
	padding:5px 10px 0 0;
	font-size:12px;
}
#chatOverlay .chatBody .printTranscript {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ccc;
}
#chatOverlay .chatBody .fontSize .smallerToggle {
	width:16px;
	height:17px;
	margin-right:7px;
	background-position:-48px -87px;
}
#chatOverlay .chatBody .fontSize .largerToggle {
	width:21px;
	height:17px;
	background-position:-71px -87px;
}
#chatOverlay .chatBody .printTranscript a {
	width:15px;
	height:21px;
	background-position:-26px -87px;
}
#chatOverlay .chatBody .userTextarea {
	padding:0 20px 20px;
}
#chatOverlay .chatBody .userTextarea fieldset {
	padding:0;
	margin:0;
	border:0 none;
}
#chatOverlay .chatBody .userTextarea label {
	display:block;
	font-size:12px;
	padding:0 0 5px 0;
	margin-top:20px;
	text-align:left;
}
#chatOverlay .chatBody #userText {
	border:2px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:485px;
	padding:5px;
	float:left;
	color:#444;
	background:#fff;
}
#chatOverlay .chatBody #sendBtn {
	width:70px;
	height:28px;
	padding:0;
	line-height:0;
	font-size:0;
	border:0 none;
	background-position:-95px -87px;
	float:left;
	cursor:pointer;
	margin-left:30px;
}
#chatOverlay .chatBody #sendBtn:hover {
	background-position:-95px -120px;
}
#chatOverlay .chatBody #sendBtn:active {
	background-position:-95px -152px;
}
#chatOverlay #chatTextarea {
	width:592px;
	padding:8px 4px;
	height:290px;
	border:2px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	overflow:auto;
	margin:0 20px;
	text-align:left;
	background:#fff;
}
#chatOverlay #chatTextarea p {
	margin-bottom:15px;
}
#chatOverlay #chatTextarea .agentOnline {
	font-style:italic;
	color:#999;
}
#chatOverlay #chatTextarea .agentOnline span {
	font-weight:normal;
}
#chatOverlay #chatTextarea p span {
	font-weight:bold;
}
#chatOverlay #chatTextarea .agent {
	color:#3b9400;
}
#chatOverlay #chatTextarea .user {
	color:#444;
}

/* ----------------------------- Presentation --------------------------------- */


#helpBuddyToolTip {
	position:absolute;
	left:7px;
	display:none;
}

#helpBuddyToolTip p {
	margin:0;
	line-height:16px;
	font-size:0.975em;
}

#helpBuddyToolTip .tooltipContent,
#helpBuddyToolTip .tooltipFooter {
	background:url(../../images/buddy_tooltip_assets.png) 0 0 no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/buddy_tooltip_assets.png", sizingMethod="crop");
}

#helpBuddyToolTip .tooltipContent {
	background-position:0 0;
	width:214px;
	float:left;
	padding:15px 20px 8px 15px;
}

#helpBuddyToolTip .tooltipFooter {
	background-position:bottom right;
	width:249px;
	height:28px;
	float:left;
}

#helpBuddyToolTip .tooltipContent h2 {
	display:block;
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:15px;
	letter-spacing:-1px;
}

#helpBuddyToolTip .tooltipContent p,
#helpBuddyToolTip .tooltipContent h2 {
	display:none;
}

.signedIn #helpBuddyToolTip .tooltipContent .signedIn,
.notSignedIn #helpBuddyToolTip .tooltipContent .notSignedIn {
	display:block;
}

.signedIn #helpBuddyToolTip .tooltipContent h2.signedIn {
	width:207px;
	height:16px;
	background-position:-291px -19px;
}


/*.signedIn #buddyNotSignedIn,
.signedIn #buddyRecognized,
.signedIn #buddyServiceInfo {
	display:none;
}

.signedIn #buddyConnectionInfo,
.signedIn #buddyYourEquipment,
.signedIn #buddyYourRecentlyViewed {
	display:block!important;
}*/











/* --------------------------------- Footer --------------------------------- */

#footerContact {
	background: url("../../images/sprites.png") repeat-x left -695px #f9f8f8;
	padding: 0;
	margin: 60px 0 0;
}
#footerContact #footerSocial {
	/*background: #f9f8f8;*/
	border-bottom: 1px #d6d6d6 solid;
	margin: 20px 0 0;
}


