/*
 * This revision is being manually managed to be equivalent to Web Publisher version #.
 * $Revision: 2.1 $
 *
 * c43-noscript-pilot.css: Chat Now / Contact Us
 *    - c43v4: Chat Now, No script, with email and phone number
 *    - c43v5: Chat Now, No script, with email only
 *
 * (c) 1992-2010 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

/*
*************************************************************
c43v4/v5 - Chat Now, No script
*************************************************************
*/

/* General characteristics */
div.c43v1-pilot, div.c43v2-pilot, div.c43v3-pilot {
	display:none !important;
	}
div.c43v4-pilot, div.c43v5-pilot {
	display:block !important;
	width:150px;
	position:relative;
	top:0;
	right:0;
	}
#let-us-help {
	height:56px;
	}

/* Chat Now content container */
div.c43v4-pilot div.c43-noscript {
	clear:both;
	padding:6px 16px;
	border:1px solid #666;
	background:#eee;
	font-size:92%;
	}
div.c43v5-pilot div.c43-noscript {
	clear:both;
	padding:10px 16px;
	border:1px solid #666;
	background:#eee;
	font-size:92%;
	}

/* Chat Now text properties */
div.c43-noscript a {
	color:#2871A8;
	text-decoration:none;
	}
div.c43-noscript a:hover {
	text-decoration:underline;
	}
