#CPWTabbedWidget a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}


#CPWTabbedWidget li {
	color:#D0EBF4;
	text-decoration:none;
	font-weight:normal;
}

#CPWTabbedWidget a:hover {
	color:#fff;
	text-decoration:underline;
	background-color:none;	
}

#tabMenu {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
}

#tabMenu li {
	float:left;
	height:25px;
	width:25px;
	cursor:pointer;
	cursor:hand
}

/* this is the button images */
li.facebook {background:url(/assets/CPWTabbedWidget/switcher_facebook.png) no-repeat 0 0;}
li.twitter {background:url(/assets/CPWTabbedWidget/switcher_twitter.png) no-repeat 0 0;}
li.youtube {background:url(/assets/CPWTabbedWidget/switcher_youtube.png) no-repeat 0 0;}
li.blogs {background:url(/assets/CPWTabbedWidget/switcher_blogs.png) no-repeat 0 0;}
li.linkedin {background:url(/assets/CPWTabbedWidget/switcher_linkedin.png) no-repeat 0 0;}

li.mouseover {background-position:0 -25px;}
li.mouseout {background-position:0 0;}
li.selected {background-position:0 -50px;}

#CPWTabbedWidget {
	width:179px;
	display:inline;
	float:left;
	position:relative;
	margin-bottom: 10px;
	margin-right:10px;
	overflow:hidden;
}

.boxTop {
	height:10px;
	width: 179px;
	background-color: #0099ff;
}

.boxBody {
	background-color:#0099ff;
	height: 159px;
	width: 179px;
	overflow:hidden;
}

.boxBottom {
	height:10px;
	width: 179px;
	background-color: #0099ff;	
}

.boxBody div {
	display:none;
}

.boxBody div.show {
	display:block;
}


.boxBody #category a {
	display:block;
}

/* styling for the content*/
.boxBody div ul {
	margin:0 10px 0 10px;
	padding:0;
	width:149px;
	list-style-image:url(/assets/CPWTabbedWidget/arrow.gif)
}

.boxBody div li {
	border-bottom:1px solid #2BB2FC; 
	padding:5px 0;
	cursor:hand;
	cursor:pointer
	font-size: 10px;
	color: #fff;
}

.boxBody div ul li.last {
	border-bottom:none
}

.boxBody div li span {
	font-size:8px;
	font-style:italic; 
	color:#888;
}

#CPWTabbedWidget h3 {
	margin:0px 10px 15px 10px;
	color:#fff;
	text-decoration: none;	
	font-size:138.5%;
}



/* IE Hacks */
*html .boxTop {margin-bottom:-2px;}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}






















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
