.tw-list-image {
	float:left;
	margin-right:3px;
}

.tabBox {
width: 100%;
margin:0;
font-family: Arial;
font-size: 12px;
color:#333;
}

.tabBoxNav {
margin-right: 7px;
}

.tabBoxNav .tabNav {
border:1px solid #a6a6a6;
border-bottom: 0 none;
float:left;
display:inline;
}

.tabBoxNav .tabNav.bRight, .tabBoxNav .bRight {
float:left;
border-right:1px solid #a6a6a6;
border-left: 0 none;
margin-left:-6px;
padding:2px 2px 0px 8px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
position: relative;
}
.tabBoxNav .tabNav.bLeft, .tabBoxNav .bLeft {
float:left;
border-left:1px solid #a6a6a6;
border-right: 0 none;
margin-right:-6px;
padding:2px 8px 0px 2px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
position: relative;
}

.tabBoxNav .tabNav.selected, .tabBoxNav .selected {
border:1px solid #a6a6a6;
float:left;
margin:0;
border-bottom: 1px solid #fff;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
border-radius: 7px 7px 0 0;
}

.tabBoxNav .tabNav .navText {
background-color: #fff;
color: #0076a3;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
padding:4px;
margin:0;
}

.tabBoxNav .tabNav .navText {
cursor: pointer;
}
.tabBoxNav .tabNav .navText:hover {
color: #000;
}
.tabBoxNav .selected .navText {
cursor: default;
}

.tabBoxNav .tabNav.selected .navText, .tabBoxNav .selected .navText {
border: 1px solid #eee;
background-color: #eee;
padding:3px 4px;
margin:2px 2px 0;
color: #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.tabBoxBody {
margin-top:-1px;
border:1px solid #a6a6a6;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomleft: 7px;
padding:10px 0px 10px 10px;
}

.tabBoxBody .tabContent {
display: none;
}

.tabBoxBody .tabContent.showTab {
display: block;
}

.tw-list #twtr-widget-1 .twtr-doc, .tw-list #twtr-widget-2 .twtr-doc, .tw-list #twtr-widget-3 .twtr-doc, .tw-list #twtr-widget-4 .twtr-doc, .tw-list #twtr-widget-5 .twtr-doc, .tw-list #twtr-widget-6 .twtr-doc {background-color: #fff !important;}
.twtr-hd {display:none;}
.twtr-bd {padding:0;}
.twtr-timeline {border:0 none;}
.twtr-ft {display:none;}

.list-italic {
font-family: Georgia;
font-size: 13px;
font-style: italic;
color: #666;
margin-right:4px;
margin-top:1px;
}
