/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/



.REVIEWwidget {
width: 400px;
margin: 0px;
padding: 5px;
background: none;
border: none;
margin-bottom: 15px;
}

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

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 10px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		font-size: .8em;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
		border-top: 1px solid #dedbd1;
			border-bottom: 1px solid #dedbd1;
			border-right: none;
			border-left: none;	
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.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-top: 1px solid #dedbd1;
			border-bottom: 1px solid #dedbd1;
			border-right: none;
			border-left: none;			
			text-transform: uppercase;
			margin-bottom: 5px;
			}
