



/* Tabbed Widget */
.tz_tab_widget #tabs {
	background: url(images/advert_bg.gif) repeat;
    padding: 10px;
	width: 280px;
}

.tz_tab_widget #tab-items {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background: url(images/nav_bg.gif) repeat;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.tz_tab_widget #tab-items li {
	float: left;
	line-height: 40px;
	padding: 0;
	background: none;
	text-align: center;
	background: url(images/tab_border.gif) repeat-y left;
}

.tz_tab_widget #tab-items li#tz_tab1 { width: 70px; }
.tz_tab_widget #tab-items li#tz_tab2 { width: 70px; }
.tz_tab_widget #tab-items li#tz_tab3 { width: 87px; }
.tz_tab_widget #tab-items li#tz_tab4 { width: 52px; }

.tz_tab_widget #tab-items li#tz_tab4 a {
	-moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.tz_tab_widget #tab-items li#tz_tab1 a {
	-moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.tz_tab_widget #tab-items li a {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding-top: 1px;
	display: block;
}


.tz_tab_widget #tab-items li.ui-tabs-selected a,
.tz_tab_widget #tab-items li.ui-state-active a {
	background: url(images/tab_border.gif) repeat-y left #fbfaf8;
	text-decoration: none;
	color: #666;
}

.tz_tab_widget #tab-items li a:hover {
	background: url(images/tab_border.gif) repeat-y left #fbfaf8;
	line-height: 39px;
	color: #666;
}

.tz_tab_widget #tab-items li.ui-state-active a:hover {
	line-height: 40px;
}

.tz_tab_widget .tabs-inner {
	border: 1px solid #d2d2d2;
	padding: 10px 0 10px 0;
}

.tz_tab_widget .ui-tabs-hide { display: none; }

/*
.tz_tab_widget .tab ul {
	list-style-type: none;
	margin: 0;
}

.tz_tab_widget .tab ul li {
	border-bottom: 1px solid #e2e2e2;
	padding: 12px 20px 12px 20px;
	min-height: 60px;
}

.tz_tab_widget .tab ul li:last-child {
	border-bottom: none;
}

.tz_tab_widget .tab-thumb { 
	background: #9a9a9a;
	float: left;
	margin: 5px 13px 0 0;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.tz_tab_widget .tab-thumb img { vertical-align: bottom; }

.tz_tab_widget .entry-title,
.tz_tab_widget .entry-title a {
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	font-weight: normal;
	padding: 0;
}

.tz_tab_widget .entry-meta {
	float: left;
	padding: 0;
	margin: 0;
}
	
.tz_tab_widget .entry-meta,
.tz_tab_widget .entry-meta a {
	color: #aaaaaa;
	background: none;
	font-size: 11px;
}

.tz_tab_widget .entry-meta a:hover {
	text-decoration: none;
	color: #444444;
}

.tab-comments .avatar {
	background: #9a9a9a;
	float: left;
	margin: 5px 13px 0 0;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.tab-comments h3,
.tab-comments h3 a {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	text-transform: none;
}

.tab-tags { padding: 5px 20px 15px 20px; }

.tab-tags a {
	color: #444444;
	background: #f5f3ee;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 6px;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}

.tab-tags a:hover {
	color: #fff;
	background: #f2f2f2;
	text-decoration: none;
}*/