.flexTitleBar {
background: #888;
background: -moz-linear-gradient(top, #AAA 0%, #888 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAA), color-stop(100%,#888));
background: -webkit-linear-gradient(top, #AAA 0%,#888 100%);
background: -o-linear-gradient(top, #AAA 0%,#888 100%);
background: linear-gradient(top, #AAA 0%,#888 100%);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: white;
display: block;
font-size: 14px;
font-weight: normal;
line-height: 30px;
margin: 0 0 10px;
padding: 0 10px;
text-transform: uppercase;
overflow: hidden;
}

.flexTitleBar .flexTitleBarLink, .flexTitleBar .flexTitleBarText {
display: block;
float: left;
}

.flexTitleBar .flexTitleBarLink_more {
display: block;
float: right;
}