.widget {
width: 460px;
}

	.widget a {
	color: white;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}
	
	.widget ul {
		clear: both;
		}
	
	.tabnav {
		list-style: none;
		padding: 0px;
		margin: 0px;
		}
		
	.tabnav li {
		float: left;
		/*display: inline;*/
		/*list-style: none;*/
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px;
		color: white;
		background: #3F3B3B;
		border-right: 1px solid black;
		}
	
		li.help {
			background: #4B6189;
			}
		
		.tabnav li a {
		text-decoration: none;
		outline: none;
		}
		
		.tabnav li:hover {
		background: #68D346;
		color: white;
		text-decoration: none;
		}
		
		.tabnav a:hover {
			color: white;
			text-decoration: none;
		}
		
		.tabnav li.ui-tabs-selected  {
		background: #2C9540;
		color: white;
		text-decoration: none;
		}		
	
	
	.tabdiv {
	margin-top: 0px;
	clear: both;
	/*color: white;*/
	}
	
	.hilite {
		background: #68D346;
		padding: 5px;
		margin-top: 2px;
	}
		.tabdiv li {
		list-style-type: none;
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}


.link a, .link a:hover {
	color: #0F7ECD;
}



/*---------------------------product categories----*/

.prodButton {
	width: 460px;
	background: #2C9540;
	}
	
.prodCategory {
	list-style: none;
	background: #2C9540;
	padding-top: 10px;
	width: 450px;
	margin: 0px;
	padding-bottom: 5px;
	}

.prodCategory a {
	color: white;
	text-decoration: underline;
	}
	
.prodCategory li {
	list-style-type: none;
	display: inline;
	color: white;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 5px;
	border-left: 1px solid white;
	}
	
li.first {
	border-left: none;
	}

.prodCategory li:hover, .prodCategory a:hover {
	cursor: pointer;
	color: white;
	background: #2C9540;
	}
	
