/** Tabs **/
ul.tabs {
	height:30px; .height:28px;
	border:none;
	list-style-type:none;
	padding:0;
	margin:0px;

}
ul.tabs li {
	float:left;
	list-style-image:none !important;
	margin:0 !important;
	padding:0;
	text-indent:0;
}
ul.tabs a {
	margin: 0 6px;
	padding: 0 20px;
	list-style: none;
	float: left;
	font-size: 13px;
	background: url(https://img.cdw.com/content/people-who-get-it/pwgi/tab_off.jpg) repeat-x 0 0;
	color: #fff;
	line-height: 30px;
	border: 1px #ccc solid;
	border-bottom: 0;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
}
ul.tabs a:hover {
	background: url(https://img.cdw.com/content/people-who-get-it/pwgi/tab_on.jpg) repeat-x 0 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	color: #cc0000;
	line-height: 30px;
	text-decoration:none;

}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: url(https://img.cdw.com/content/people-who-get-it/pwgi/tab_on.jpg) repeat-x 0 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	color: #cc0000;
	line-height: 30px;
}

#tabsContainer{
	background: url(https://img.cdw.com/content/people-who-get-it/pwgi/nav_bg.jpg) no-repeat 0 10px;
	height: 31px;
}

div.panes div.container {
	display:none;
	position:relative;
	padding:15px;	
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	color:#666;
}
.panes {
	position:relative; border:1px solid #ccc; border-top:none;
}


.tabsContainer{ clear:both; margin:10px 0;}