html,
body {
    margin: 0;
    padding: 0;
    background: url(../images/bg.png) top center repeat-x;
    text-align: center;
}

body,
body * {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a img {
    border: none;
}

.input label,
.labeledtext .label {
	margin-left: 0;
}

a,
a span {
	color: #44a228;
        cursor: pointer;
}

a:hover,
a:hover span {
	color: #868686;
}

.white {
        color: white;
}

.green {
        color: #44a228;
}

.black {
        color: black;
}

.red {
        color: red;
}

.gray {
        color: #ccc;
}


hr {
        border: 0;
	color: #44a228;
	background: #44a228;
        width: 95%;
        height: 1px;
}

.grid {
    margin: 0;
    padding: 0;
}

.grid li {
    border: none;
}

.simpleGrid ul {
    background: none;
}

.simpleGrid li:hover {
    background: none;
}

.simpleGrid li.last {
    border: none;
}

#pageContent {
    padding: 0;
    margin: 0;
}

.pageContent {
	padding: 0;
	margin: 0;
	width: 1044px;
	margin: auto;
	text-align: left;
}

.input input {
        color: #44a228;
}

.header {
    height: 30px;
    margin: 0 10px;
    background: url(../images/headerbg.png) bottom center repeat-x;
}

.header .logo {
    margin: 10px 0 0 18px;
    z-index: 700;
    height: 103px;
    width: 103px;
    display: block;
    position: absolute;
}

.header .flags {
    float: right;
    margin: 2px 14px 0 0;
    padding: 0 5px 0 0;
    height: 25px;
    background: url(../images/header-widget-right2.png) right center no-repeat;
    display:inline-block;
}

.header .flags .container {
    padding: 0 0 0 5px;
    height: 25px;
    background: url(../images/header-widget-left.png) left center no-repeat;
    float: left;
}

.header .flags a {
    padding: 4px 2px 0 2px;
    display: block;
    float: left;
}

.header .flags img {
    padding: 1px 3px;
}

.header .flags .icon {
    margin: -1px 12px 0 0;
}

.messages {
        position: absolute;
        z-index: 500;
        margin: 100px 0 0 30px;
        width: 500px;
}

.menu {
    height: 36px;
    margin: 0 10px 0 10px;
    background: url(../images/menubg.png) top center repeat-x;
}

.menu ul {
    margin: 10px 0 0 140px;
}

.submenu {
    height: 22px;
    margin: 0 10px 10px 10px;
    background: url(../images/submenubg.png) bottom center;
}

/*.adminsubmenu {
    height: 48px;
}*/

.submenu ul {
    margin: 0 0 0 170px;
}

.menu li,
.menu li.last {
    float: left;
    border: none;
    padding: 0 0 0 17px;
    margin: 0 5px 0 10px;
}

.menu li div {
    padding-right: 17px;
}

.menu li.active {
    background: url(../images/menu-bg-ls.png) bottom left no-repeat;
}

.menu li.active span {
    background: url(../images/menu-bg.png) bottom left repeat-x;
}

.menu li.active div {
    background: url(../images/menu-bg-rs.png) bottom right no-repeat;
}

.menu li.active div.m {
    padding: 0;
}

.menu li a {
    padding: 0;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.submenu li,
.submenu li.last {
    margin: 0 0 0 -20px;
}

.submenu li a {
    padding: 0;
    font-size: 10px;
}

.submenu li span {
    font-size: 10px;
}

.submenu li.active {
    background: url(../images/menu-bg-ls.png) bottom left no-repeat;
}

.submenu li.active div {
    background: url(../images/menu-bg-rs.png) bottom right no-repeat;
}

.menu li a span {
    font-weight: bold;
    display: block;
    height: 21px;
    padding: 5px 3px 0 3px;
}

.footer {
    height: 27px;
    padding: 0 20px;
    text-align: center;
    background: url(../images/footerbg.png) top center repeat-x;
    clear: both;
    margin: 10px 10px 0 10px;
}

.footermirror {
    background: url(../images/footer_mirror.png) top center no-repeat;
    height:15px;
    width:1064px;
    margin:0 -10px;
}

.footer * {
    color: white;
    font-weight: bold;
}

.footer .copyright {
    float: right;
    padding-top: 6px;
    width: 320px;
    text-align: right;
    font-size: 11px;
}

.footer .other {
    float: left;
    width: 320px;
    padding-top: 4px;
}

.footer .logos {
    padding: 4px 0 0 0;
    margin: 0;
    text-align: center;
}

.footer .logos a {
    margin-right: 3px;
    text-decoration:none;
}

.footer .logos img {
    height: 17px;
    width: 17px;
}

.footer .login,
.footer .logout {
        border: none;
        padding: 0;
        margin: 0;
        text-align:left;
}

.footer .login label,
.footer .login .title {
        display: none;
}

.footer .login div,
.footer .login input {
        display: inline;
}

.footer .login .input input {
        width: 85px;
        height: 12px;
        font-size: 9px;
        background: #ccc;
        border: 1px solid #777;
}

.footer .login .input .overTxtLabel {
        width: 50px;
        font-size: 9px;
        padding: 2px 0 0 0;
        color: #44a228;
}

.footer .login .button input,
.footer .logout .button input {
        border: none;
        background: transparent;
        padding: 3px;
        margin: 0;
        color: white;
        font-weight:bold;
}

.footer .login .button input:hover,
.footer .logout .button input:hover,
.footer .logout a:hover,
.footer .logout a:hover span {
        color: #44a228;
}

.footer .logout span {
        font-size: 10px;
        color: white;
}

.footer .logout a,
.footer .logout a span {
        text-decoration:none;
        cursor:pointer;
}

.footer .login .button,
.footer .logout .button,
.footer .logout .button input {
        display:inline;
        font-size: 10px;
}

.info {
    height: 330px;
    margin: 0 10px 10px 10px;
}

.info .texts {
    /*position: absolute;
    z-index: 601;
    float: left;*/
    overflow: visible;
    height: 43px;
    margin-top: -43px;
    width: 1024px;
}

.info .texts ul {
    position: absolute;
    z-index: 600;
    border-top: 1px solid white;
    width: 1024px;
    height: 42px;
    background:url(../images/light.png);
}

.info .dark ul {
    background:url(../images/dark.png);
}

.info .texts ul li {
    cursor: pointer;
}

.info .texts ul .img {
    width: 52px;
    height: 52px;
    float: left;
    margin: -25px 0 0 -65px;
    display: block;
    padding: 0;
    border:none;
    position: absolute;
    z-index:601;
    border: 1px solid white;

}

.info a.infolink {
        text-decoration:none;
        color:white;
}

.info div.infocontent {
        display:none;
}

.info .closebutton {
    position: absolute;
    right:0;
    z-index: 999;
    height: 20px;
    width: 20px;
    /*float: right;*/
    margin:-14px -16px 0 0;
}

img.infobg {
        height: 330px;
        width: 1024px;
        display:block;
}

.info .texts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display:block;
}

.info .texts ul li {
    float: left;
    margin: 0 0 0 10px;
    color: white;
    overflow: visible;
    width: 250px;
    padding: 3px 15px 3px 65px;
}

.info .texts ul .icon {
    width: 100%;
    height: 100%;
}

.ticker .tickerimg {
        margin-bottom: 10px;
}

.info .clientlogo {
    overflow: visible;
    height: 43px;
    margin-top: -43px;
    width: 1024px;
}

.info .clientlogo .content {
    position: absolute;
    z-index: 402;
    width: 180px;
    height: 132px;
    text-align: left;
    margin: -146px 0 0 732px;
    color: white;
    overflow: visible;
}

.info .clientlogo .content img {
    width: 180px;
    height: 132px;
}


.longtabheader ul,
.tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear:both;
}

.tabs ul li,
.tabs ul li:hover{
    float: left;
    width: 209px;
    margin: 0;
    padding: 0;
}

.tabs ul li.last,
.tabs ul li.last:hover{
    float: right;
    width: 208px;
}

.tabs ul li .tabcontent {
    margin: 10px 3px;
    background: url(../images/tabbg.png) bottom center repeat-x;
    height: 190px;
}

.tabs ul li.first .tabcontent {
    margin-left: 10px;
}

.tabs ul li.last .tabcontent {
    margin-right: 10px;
}

.tabs ul li .content {
    padding: 2px 5px 1px 5px;
}

.tabs ul li h2 {
    margin: 0;
    background: url(../images/tab-header.png) top right repeat-x;
    height: 19px;
    padding: 6px 5px 0 5px;
    font-weight: bold;
    text-align: center;
    color: white;
    display: block;
}

.tabs ul li h2,
.tabs ul li h2 a,
.tabs ul li h2 span {
    font-weight: bold;
    text-align: center;
    color: white;
}

.tabs ul li h2 a {
    text-decoration:none;
    display: block;
    height: 20px;
    width: auto;
}

.tabs ul li:hover h2 {
    background-image: url(../images/tab-header-hl.png);
}

.info .ticker {
    width: 340px;
    float: right;
}

.info .ticker .content {
    position: absolute;
    z-index: 401;
    width: 265px;
    text-align: right;
    margin: -240px 65px 0 10px;
    color: white;
}

.tickertext h5,
.info .ticker .content h5,
.info .leftticker .content h5 {
    margin: 5px 0 15px 0;
}

.tickertext h5,
.tickertext h5 *,
.info .ticker .content h5,
.info .ticker .content h5 *,
.info .leftticker .content h5,
.info .leftticker .content h5 * {
    font-weight:bold;
    color: white;
}

.info .ticker .content a,
.info .leftticker .content a {
    margin-top: 5px;
    display: block;
}

.info .leftticker {
    width: 800px;
    height: 1px;
    float: left;
    position:absolute;
}

.info .leftticker .content {
    position: absolute;
    z-index: 402;
    width: 300px;
    height: 200px;
    text-align: left;
    margin: -201px 0 0 159px;
    color: white;
    overflow: visible;
}

.leftticker .tickerimg {
        margin-bottom: 10px;
}

.longtabheader ul li,
.longtabheader ul li:hover {
    float: left;
    width: 196px;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.longtabheader ul li.first {
    padding-left: 9px;
}

.longtabheader ul li.active,
.longtabheader ul li.active:hover {
    margin: 0 12px 0 -12px;
    padding: 0 0 0 12px;
    width: 184px;
    background: url(../images/tab-hl.png) center left repeat-x;
}

.longtabheader ul li span,
.longtabheader ul li:hover span {
    height: 22px;
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    text-align: center;
    background: url(../images/tab.png) center right repeat-x;
}

.longtabheader ul li.active span,
.longtabheader ul li.active:hover span {
    margin: 0 -12px 0 0;
    background: url(../images/tab-hl.png) center right repeat-x;
}

.longtabheader {
    height: 27px;
    background: url(../images/tab.png) -10px center repeat-x;
}

.longtabheader ul li:hover a,
.longtabheader ul li a {
    text-decoration: none;
}

.longtabheader ul li:hover span,
.longtabheader ul li span,
.longtabheader ul li:hover a span,
.longtabheader ul li a span {
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.longtabheader ul li.active span,
.longtabheader ul li.active a,
.longtabheader ul li.active a span {
    color: #757776;
}

.longtabbody {
    height: 250px;
    width:1024px;
    background: url(../images/metal.jpg) center top repeat;
}

.longtabbody ul li {
    float: left;
    width: 184px;
    margin: 3px;
    padding: 3px;
}

.longtab {
        margin: 10px;
}

.longtab .longtabbody {
    overflow:auto;
    overflow-x:hidden;
    /*overflow-y:hidden;*/
        position:relative;
        /* fixes has-layout-bug in IE6*/
        zoom:1;
}

.longtab .longtabbody ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.longtab .longtabbody ul {
    width: 5000px;
    padding-left:7px;
}

.longtab .longtabbody ul.subpages {
    margin: 0;
    padding: 0;
}

.longtab .longtabbody ul li.subpage {
    float: left;
    width: 1024px;
    margin: 0;
    padding: 0;
}

.longtab .item .tab div.date,
.longtab .item div.key,
.longtab .subpage div.key {
    display: none;
}

.news span.date,
.events span.date {
    color: #777;
    font-style:italic;
    font-size:11px;
    padding-right: 4px;
        float:left;
        display: block;
        margin: 1px 2px 0 0;
}

/*.longtab .item img {
    float: left;
    padding: 0 5px 5px 0;
}*/

.longtab .onlyone {
    display: none;
}

.longtab .longtabfooter {
    height: 20px;
    background: url(../images/metal.jpg) center top repeat;
    border-top: 2px solid #ccc;
    text-align:center;
    padding: 3px 20px 2px 5px;
}

.longtab .longtabgroups {
    height: 11px;
    /*margin-top: -11px;*/
    padding-top: 3px;
    background: url(../images/metal.jpg) center top repeat;
}

.longtab .longtabgroups ul,
.longtab .longtabfooter ul {
    list-style: none;
}

.longtab .longtabfooter ul li {
    float: left;
    width: 40px;
    margin: 0;
    padding: 0 3px 3px 3px;
    text-align: center;
    border-left: 1px solid #ccc;
}

.longtab .longtabgroups ul li {
    float: left;
    width: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.longtab .longtabgroups ul li.first,
.longtab .longtabfooter ul li.first {
    border-left: none;
}

.longtab .longtabfooter a,
.longtab .longtabfooter a * {
    color: #58ab27;
    text-decoration:none;
    font-size:12px;
}

.longtab .longtabgroups a:hover,
.longtab .longtabgroups a:hover *,
.longtab .longtabfooter a:hover,
.longtab .longtabfooter a:hover * {
    color: #757776;
    font-weight:bold;
}

.longtab .longtabgroups li.active a,
.longtab .longtabgroups li.active a *,
.longtab .longtabfooter li.active a,
.longtab .longtabfooter li.active a * {
    color: #757776;
    font-weight:bold;
    cursor:default;
    text-decoration:underline;
}


.longtab .longtabgroups a {
    overflow:hidden;
    font-size:1000;
    display:block;
    background: url(../images/point.png) center center no-repeat;
    height:8px;
    width:8px;
}

.longtab .longtabgroups li a * {
    display:none;
}

.longtab .longtabgroups a:hover,
.longtab .longtabgroups li.active a {
    background: url(../images/point-hl2.png) center center no-repeat;
}


.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:10px;
	height:10px;
	background: url(../images/scrollup.png) no-repeat 0 -10px;
	cursor:pointer;
}

.upBtn:hover{
	background: url(../images/scrollup.png) no-repeat 0 0px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:10px;
	background: url(../images/scrolldown.png) no-repeat 0 0px;
	cursor:pointer;
}

.downBtn:hover{
	background: url(../images/scrolldown.png) no-repeat 0 -10px;
}

.scrollBar{
	display:block;
	position: absolute;
	top:10px;
	right:0;
	bottom:10px;
	width:10px;
	background: url(../images/scrollbar.gif) repeat-y center 0;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:4px;
	height:10px;
	min-height:10px;
	cursor: pointer;
	padding:11px 0;
        margin: -1px 0 0 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:4px;
        margin-left: 2px;
        border: 1px solid #717375;
	background: #ccc;
        border-top: none;
        border-bottom: none;
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG,
.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: #58ab27;
}

.scrollHandleMiddle{
	display:block;
	position: absolute;
	width:10px;
	height:10px;
	background: url(../images/scrollhandle.png) no-repeat 0 0;
	top:50%;
	margin:-4px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle,
.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background: url(../images/scrollhandle.png) no-repeat 0 -10px;
}

.scrollHandleTop{
	display:block;
	position:relative;
	width:4px;
	height:10px;
	top:0;
	margin: -10px 0 0 2px;
        border: 1px solid #717375;
	background: #ccc;
        border-bottom: none;
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:4px;
	height:10px;
	bottom:0;
	margin:0;
        margin-left: 2px;
        border: 1px solid #717375;
	background: #ccc;
        border-top: none;
}


.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop,
.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop,
.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom,
.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: #58ab27;
}

.shadow_h {
        background: url(../images/shadow-h.png) repeat-x 0 bottom;
}

.shadow_v {
        background: url(../images/shadow-v.png) repeat-y;
}

.shadow_corner {
        background: url(../images/shadow-h.png) no-repeat;
        overflow:hidden;
}

.shadow_b {
        background-position: 0 top;
}

.shadow_l {
        background-position: -30px 0;
}

.shadow_ol {
        background-position:-20px -20px;
}

.shadow_ul {
        background-position:-20px -10px;
}

.shadow_or {
        background-position:-10px -20px;
}

.shadow_ur {
        background-position:-10px -10px;
}


.tabs .tab .shadow_l {
        background-position: -37px 0;
}

.tabs .tab .shadow_ol,
.tabs .tab .shadow_or {
        background-position: 0 bottom;
}

.tabs .tab .shadow_ul,
.tabs .tab .shadow_ur {
        background-position: 0 top;
}

.tabs .first .shadow_l {
        background-position: -30px 0;
}

.tabs .first .shadow_ol {
        background-position:-20px -20px;
}

.tabs .first .shadow_ul {
        background-position:-20px -10px;
}

.tabs .last .shadow_or {
        background-position:-10px -20px;
}

.tabs .last .shadow_ur {
        background-position:-10px -10px;
}



#pageContent .contentdetails {
        margin: 0;
        padding: 0;
        border: none;
        clear: none;
}

#pageContent .contentdetails ul {
        background:none;
}

#pageContent .contentdetails li.field {
        padding:0;
}

.longtab .details ul li {
        padding: 0;
        zoom:none;
}

.longtabbody .content ul,
.tabs .tab .content ul {
        list-style-image: url(../images/list.png);
}

.longtabbody .content .clientitems ul,
.tabs .tab .content .clientitems ul {
        list-style-image: none;
}

.longtabbody .one {
        padding: 13px 20px 13px 13px;
}

.longtabbody .content ul,
.longtabbody .content ol,
.tabs .tab .content ul,
.tabs .tab .content ol {
        margin: 0;
        padding:3px 0 3px 15px;
}

.longtabbody .content ul li,
.longtabbody .content ol li,
.tabs .tab .content ul li,
.tabs .tab .content ol li {
        float: none;
        overflow:visible;
        margin: 3px;
        padding:0;
        background:none;
        height:auto;
        width: auto;
}

.longtabbody .content .simplelist ul,
.tabs .tab .content .simplelist ul {
        list-style:none;
        list-style-image:none;
        list-style-type:none;
        padding: 0;
        margin:0;
}

h3 {
        margin: 5px 0 3px 0;
}

h3 a,
h3 a span {
    text-decoration:none;
    color:#333;
}

.content ul.col3,
.content ul.col2,
.content ul.col12 {
   margin: 0;
   padding: 0;
   list-style:none;
   width: 1024px;
}

.content ul.col3 li {
        float: left;
        width: 32%;
}

.content ul.col12 li {
        float: left;
        width: 64%;
}

.content ul.col12 li.first {
        width: 32%;
}

ul.col14 li {
        float: left;
        width: 774px;
}

ul.col14 li.first {
        width: 184px;
}

ul.col22 li {
        float: left;
        width: 479px;
}

.content ul.col2 li {
        float: left;
        width: 48%;
}

.contact .input {
        clear: left;
}

.contact .input label {
        display: block;
        width: 70px;
        float: left;
}

.contact .input input,
.contact .input select {
        float:left;
        width: 170px;
        background: #ccc;
        border: 1px solid #777;
        margin: 2px;
        color: #000;
}

.contact .error input,
.contact .error select {
	background-color: #fabfbb;
}

.contact .found_out label,
.contact .message label {
        display: inline;
        float: none;
}

.contact .found_out input,
.contact .message input {
        float:none;
}

.contact .message textarea {
        width: 300px;
        height: 125px;
        background: #ccc;
        border: 1px solid #777;
}

.contact .input .checkbox {
        width:auto;
        float:none;
        border: none;
        background:none;
}

.contact .interest {
        margin-top: -5px;
}

.contact .interest_first {
        margin-top: -13px;
}

.contact .interest label,
.contact .contact_us label {
        width:auto;
        float:none;
        display:inline;
}

.contact .found_out_other {
        position: absolute;
        z-index:800;
        margin-top: -8px;
}

.contact .found_out_other input {
        width: 300px;
}

.longtabfooter .button input {
        border: 1px solid #777;
        background: #ccc;
        color: #44a228;
        font-weight:bold;
}

.events span.event,
.events span.place,
.booktipps span.author,
.booktipps span.isbn,
.booktipps span.price,
.booktipps span.category,
.booktipps span.date {
        display: block;
        white-space:pre;
}

.events span.place,
.booktipps span.category,
.booktipps span.date {
        margin-bottom: 8px;
}

.events h2,
.booktipps h2 {
        height: 30px;
        overflow:visible;
        position:relative;
}

.events h2 span,
.booktipps h2 span {
        display:block;
        position:absolute;
        bottom: 0;
}

p {
        margin: 0 0 3px 0;
}

.goto_opinion {
        display: block;
        margin-top: 10px;
}

.longtabfooter .button,
.longtabfooter .category {
        display: inline;
        vertical-align: bottom;
}

.longtabfooter .category select {
        display: inline;
        background-color: #ddd;
        height: 20px;
}

.longtabfooter .button input {
        font-size: 10px;
        display: inline;
        height: 20px;
}

.longtabbody .details .field {
        width: 1024px;
}

a.twitter {
    color: #333;
    text-decoration:none;
        cursor: pointer;
    display:block;
    padding-top:2px;
}

span.twitter_link,
span.twitter_user,
span.twitter_search,
span.twitter_mail {
	color: #44a228;
}

div.booktip .longtabbody {
    height: 370px;
}

div.booktip .goback {
    display: block;
    margin-top: 20px;
}

.mapdiv {
	float: right;
	width: 700px;
	height: 210px;
}

.map {
	width: 700px;
	height: 210px;
	margin: 0;
	overflow: hidden;
}

.longtab .longtabgroups .goto_previous {
    float: left;
    width: 1px;
    height: 1px;
    text-align:left;
    overflow:visible;
}

.longtab .longtabgroups .goto_previous a {
    position: absolute;
    z-index: 700;
    margin: -170px 0 0 -30px;
    height: 100px;
    width: 19px;
    display: block;
    background: url(../images/arrow_left.png) left top no-repeat;
}

.longtab .longtabgroups .goto_previous a:hover {
    background: url(../images/arrow_left-hl.png) right top no-repeat;
}

.longtab .longtabgroups .goto_next {
    float: right;
    width: 1px;
    height: 1px;
    overflow:visible;
    text-align:right;
}

.longtab .longtabgroups .goto_next a {
    position: absolute;
    z-index: 700;
    margin: -170px -10px 0 10px;
    height: 100px;
    width: 19px;
    display: block;
    background: url(../images/arrow_right.png) right top no-repeat;
}

.longtab .longtabgroups .goto_next a:hover {
    background: url(../images/arrow_right-hl.png) right top no-repeat;
}

.longtab .longtabgroups .goto_previous span,
.longtab .longtabgroups .goto_next span {
    display:none;
}

.longtabbody .content .clientitems li {
    width: 464px;
}

.longtabbody .content .clientitems li .file {
    display: block;
    margin-top: 3px;
}

.size9px,
.size9px * {
    font-size:9px;
}

.size10px,
.size10px * {
    font-size:10px;
}

.size11px,
.size11px * {
    font-size:11px;
}

.size12px,
.size12px * {
    font-size:12px;
}

.size14px,
.size14px * {
    font-size:14px;
}

.size16px,
.size16px * {
    font-size:16px;
}

.size18px,
.size18px {
    font-size:18px;
}

.all {
    font-style:italic;
}

.clientgroups .icon {
    float: left;
    margin: 2px;
    height: 23px;
}
