/*
 * $Revision: 1.0 $
 *
 * cc06.css: Chat Now / Contact Us
 *    - CC06v1: Chat Now / Contact Us, Chat Available
 *    - CC06v2: Contact Us, No Chat Button
 *    - CC06v3: Contact Us, No Phone Number
 *
 * (c) 1992-2010 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

/*
*************************************************************
cc06-pilot - Chat Now / Contact Us
*************************************************************
*/

/* General characteristics */
cc06-pilot {
	position:absolute;
	top:0px;
	right:0px;
	width:155px;
	height:36px;
	z-index:10;
	}
.cc06-image {
	width:150px;
	height:38px;
	position:absolute;
	top:0px;
	right:-1px;
	background:url('http://www.cisco.com/web/ZA/liveperson/images/chat/button/chat_now.png') no-repeat 0 -38px;
	}
.cc06v3-pilot .cc06-image {
	background:url('http://www.cisco.com/web/ZA/liveperson/images/chat/button/contact_us.png') no-repeat 0 -38px;
	}

/* Chat Now content container */
.cc06-content {
	display:none;
	float:right;
	clear:both;
	margin-top:8px;
	margin-right:-4px;
	width:256px;
	z-index:1000;
	zoom:1;
	position:absolute;
	background:url('http://www.cisco.com/assets/pilot/cc06/chat_now_background_module_sprite.png') repeat-y -256px 0;
	_background:url('http://www.cisco.com/assets/pilot/cc06/chat_now_background_module_sprite.gif') repeat-y -256px 0;
	top:49px;
	_top:48px;
	right:-2px;
	_right:-3px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* saf3+, chrome1+ */
.cc06-content {
	right:-3px;
	}}
.cc06-content .cc06-items {
	margin:-9px 0 -9px 0;
	}
.cc06-content .cc06-items div {
	line-height:1.385em;
}	
.cc06-content .cc06-items div {
	margin:0 3px 0 3px;
	padding:12px 0 12px 60px;
	border-bottom:1px solid #D2D2D2;
	border-top:1px solid #F9F9F9;
	width:190px;
	position:relative;
	min-height:23px;
	}
.cc06-content .cc06-items .cc06-first {
	border-top:none;
	margin-top:-9px;
	}
.cc06-content .cc06-items .singleline {
	padding-top:16px;
	padding-bottom:9px;
	_padding-bottom:16px;
	}
.cc06-content .cc06-items .cc06-lasttext {
	margin-bottom:4px;
	_padding-bottom:18px;
	}
.cc06-content .cc06-items .cc06-lastchat {
	border-bottom:none;
	margin-bottom:-9px;
	padding-left:0;
	text-align:center;
	width:250px;
	}

/* Chat Now text properties */
.cc06-content a {
	color:#2871A8;
	text-decoration:none;
	}
.cc06-content a:hover {
	text-decoration:underline;
	}

/* Chat Now icons */
.cc06-content .cc06-icon {
	position:absolute;
	top:11px;
	left:14px;
	background:url('http://www.cisco.com/assets/pilot/cc06/chat_now_icons_sprite.png') no-repeat 0 0;
	_background:url('http://www.cisco.com/assets/pilot/cc06/chat_now_icons_sprite.gif') no-repeat 0 0;
	width:33px;
	height:36px;
	}
.cc06-content .cc06-icon2 {
	background-position: -34px 0;
	}
.cc06-content .cc06-icon3 {
	top:6px;
	background-position: -68px 0;
	}
.cc06-content .cc06-icon4 {
	top:6px;
	background-position: -102px 0;
	left:12px;
	width:37px;
	}

/* Chat Now rounded corners */
.cc06-content .top {
	background:url('http://www.cisco.com/assets/pilot/cc06/chat_now_background_module_sprite.png') no-repeat 0 0;
	_background:url('http://www.cisco.com/assets/pilot/cc06/chat_now_background_module_sprite.gif') no-repeat 0 0;
	height:13px;
	width:256px;
	position:absolute;
	top:-13px;
	left:0;
	padding:0;
	}
.cc06-content .bot {
	background:url('http://www.cisco.com/assets/pilot/cc06/chat_now_background_module_sprite.png') no-repeat -512px 0;
	_background:url('http://www.cisco.com/assets/pilot/cc06/chat_now_background_module_sprite.gif') no-repeat -512px 0;
	height:13px;
	width:256px;
	position:absolute;
	bottom:-13px;
	left:0;
	padding:0;
	}

/* Chat Now "call to action" (button) */
.cc06-cta, .cc06-cta b, .cc06-cta b b {
	background-image:url('http://www.cisco.com/assets/pilot/a00/hero_button_sprite.png');
	_background-image:url('http://www.cisco.com/assets/pilot/a00/hero_button_sprite.gif');
	color:#ffffff !important;
	text-decoration:none !important;
	font-weight:bold;
	font-family:arial;
	cursor:pointer;
	outline:none;
	padding:0;
	margin:0;
	line-height:31px;
	height:31px;
	display:-moz-inline-box;
	display:inline-block;
	font-size:11.25px;
	-moz-box-align:center;
	}
.cc06-cta {
	background-repeat:no-repeat;
	background-position: right -62px;
	text-decoration:none !important;
	}
.cc06-cta b {
	background-repeat:no-repeat;
	background-position:0 -31px;
	}
.cc06-cta b b {
	background-repeat:repeat-x;
	background-position:0 0;
	margin:0 5px 0 5px;
	padding:0 20px 0 20px;
	}
.cc06-cta:hover {
	background-repeat:no-repeat;
	background-position: right -155px;
	}
.cc06-cta:hover b {
	background-repeat:no-repeat;
	background-position:0 -124px;
	}
.cc06-cta:hover b b {
	background-repeat:repeat-x;
	background-position:0 -93px;
	}
