
* {
margin: 0;
padding: 0;
}
 

.widget {
width: 274px;
margin: 0px;
padding: 6px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 5px 9px;
		outline: none;
		background: #dddddd;
		background:url(../images/box/notitle.gif) top; 
		background-repeat:repeat-x; 
		background-position:top;
		 
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #362256;
		background:url(../images/box/purbletitle.gif) top; 
		background-repeat:repeat-x; 
		background-position:top;
		
		color: #ffffff;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	text-align: left;
	}
	
		.tabdiv li {
		list-style-image: url("../images/icons/ok2.gif");
		margin-left: 1px;
		margin-top: 2px;
		}

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

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
			
a.tablink  {text-decoration: none; color: #5C4579; font-family:  arial, verdana, sans-serif; font-size: 15px; font-weight: bold; padding-top:4px; left:0px; text-align:center;}
a.tablink:link  {text-decoration: none; color: #5C4579; font-family:  arial, verdana, sans-serif; font-size: 15px; font-weight: bold; padding-top:4px; left:0px; text-align:center;}
a.tablink:hover  {text-decoration: underline; color: #5C4579; font-family:  arial, verdana, sans-serif; font-size: 15px; font-weight: bold; padding-top:4px; left:0px; text-align:center;}