@charset "utf-8";
/* CSS Document 
	Created: 09/15/08
	Edit history:
		09/30/08 Erin
			Added width and height attributes to the .bubbleBottom class to address funky image repeating in IE6 when more than 1 line in any 
			tag within the bubble
		10/15/08 Erin
			Increased bottom padding for h1 from 8 to 12px
		10/22/08 Erin
			Added bubble input tag style

*/

.bubble {
	width:180px;
	padding-bottom:20px;
}	

.bubble a {
	/*text-decoration:none;*/
}

.bubbleTop {
	background: url(http://www.3com.com/homepage07/images/bubbleTop.jpg) no-repeat top left;
	padding:0;
	margin:0;
}
.bubbleBottom {
	background: url(http://www.3com.com/homepage07/images/bubbleBottom.jpg) no-repeat bottom left;
	width:180px;
	height:20px;
	padding:0;
	margin:0;
}
.bubbleMiddle {
	background-color:#e1ebf5;
	padding:0 3px;
	margin:0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width:172px;
}
.bubbleMiddle p {
	padding:0 7px 10px 8px;
	margin:0;
}
.bubble h1 {
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	/*padding: 0px 5px 8px 8px;*/
	padding: 0px 5px 12px 8px;
	margin:0;
	text-transform:uppercase;
}
.bubble h2 {
	color: #333333;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	padding: 0 7px 10px 8px;
	margin:0;
}
.bubble h2 a:link {
	color: #5481b0;
	font-weight:normal;
	text-decoration:none;
}
.bubble h2 a:visited {
	color: #5481b0;
	font-weight:normal;
	text-decoration:none;
}
.bubble h2 a:hover {
	font-weight:normal;
	text-decoration:underline;
}
.bubble h2.lastBubbleLink {
	padding-bottom: 0;
}

.bubble h3 {
	color:#5481b0;
	font-size:15px;
	font-weight:bold;
	padding: 0 7px 3px 8px;
	margin:0;
}

a.readMore {
	display:block;
}

div.bubble input {
	font-size:10px;
	color:#666666;
}

/*************ICON GROUP****************/

.icons {
	width:180px;
	padding-bottom:20px;
}	

.icons a {
	text-decoration:none;
}

.iconsMiddle {
	background-color:#e1ebf5;
	padding:0;
	margin:0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width:178px;
}
.iconsMiddle p {
	padding:0;
	margin:0;
}
.icons h1 {
	font-size: 12px;
	padding: 0px 5px 8px 8px;
	margin:0;
}
.icons h2 {
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding: 0 7px 10px 8px;
	margin:0;
}

.icons h3 {
	color:#5481b0;
	font-size:15px;
	font-weight:bold;
	padding: 0 7px 5px 8px;
	margin:0;
}

.icons p {
	margin:0 0 0 0;
	}

.icons img {
	border:0;
	padding: 0 5px 8px 5px;;
	
	}