/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/

.widget {
width: 530px;
margin: 15px 0 15px 30px;
padding: 0px;
background: #000;
}

	.widget a {
	color: #000;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #ff6600;
	text-decoration: underline;
	}
	
	.widget ul {
	margin:0;
    padding: 6px 0px 10px 0;
	height:10px;
}
	
	.tabnav li {
	display: inline;
	list-style: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		padding: 5px 8px 2px 8px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #fff;
		color: #ff6600;
		text-decoration: none;
		padding: 7px 8px 5px 8px;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	padding: 25px 10px 10px 10px;
	}
	
		.tabdiv li {
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}
		
.cwrapper {
	width:270px;
	float:left;
	padding:0 0 10px 0;
	margin:0 0 20px 25px;
	clear:left;
	border-bottom:#000000 1px solid;
}
.cwrapper h1{
	font-size:9pt;
	color:#000000;
	margin:0 0 10px 0;
	padding:0px;
}
.name{
	width:120px;
	float:left;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
}
.number{
	width:150px;
	float:right;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
}
.mapimg {
	float:right;
	width:175px;
	clear:left;
	margin:0 0 15px 0;
}
.mobile {
	width:175px;
	font-size:9pt;
	color:#000000;
	margin:20px 0 10px 0;
	padding:0px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	float:right;
	clear:right;
}
.mobile h1{
	font-size:9pt;
	color:#000000;
	margin:0 0 10px 0;
	padding:0 0 8px 0;
	border-bottom:#000000 1px solid;
	line-height:13px;
}
