/* ########## tags ########## */

* {
	margin: 0;
	padding: 0;
}
option { padding-left: .4em; }
* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }
/* 
* html ul { position: relative; }
* html ol { position: relative; }
* html dl { position: relative; }
*/
*+html ol li { display: list-item; }

html { height: 100%; }
body {
    position: relative;
	background: #666 url(../img/body_bg.gif) repeat-y 50% 0;
	font-family: Verdana, sans-serif;
	font-size: 100.01%;
    color: #333;
    text-align: left;
}
* html body { position: static; }
body.print { background: #fff; }
fieldset, img {
	display: block;
	border: 0 solid;
}

table {
	font-family: Verdana, sans-serif;
	color: #333;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a:link,
a:visited,
a:active {
	color: #606;
	text-decoration: underline;
}
a:hover {
	color: #606;
	text-decoration: underline;
}

hr {
	clear: both;
	margin: 9px 0;
	border: 0;
	background-color: #606;
	width: 100%;
	height: 1px;
}
* + html hr {
	margin: 0 0 9px;
	border-bottom: 1px solid #606;
	color: #fff;
} /* IE7 */
* html hr {
	margin: 0 0 9px;
	border-bottom: 1px solid #606;
	color: #fff;
} /* IE6 */

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
p img { display: inline; }

sup {
	position: relative;
    bottom: .4em;
	vertical-align: baseline;
	font-size: 10px;
}
h1 sup {
    bottom: .5em;
	font-size: 11px;
}
* html h1 sup,
*+html h1 sup {
    bottom: .6em;
	font-size: 12px;
} /* IE6, IE7 */
sub {
	position: relative;
    bottom: -.2em;
	vertical-align: baseline;
	font-size: 10px;
}


/* ########## form ########## */

form { margin: 0 0 18px; }
input,
select,
textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
input[type=checkbox],
input[type=radio] { vertical-align: middle; }

input.flText {
	border: 1px solid #606;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
	padding: 2px 1px 2px 2px;
}
input.flText[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html input.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
select {
	border: 1px solid #606;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
}
select[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html select.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
textarea {
	border: 1px solid #606;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
	padding: 2px;
}
textarea[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html textarea.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
input.error,
select.error,
textarea.error {
	border-color: #c03;
	font-size: 12px;
}
p input,
p select,
p textarea { vertical-align: middle; }


/* ########## buttonSubmit (bt) ########## */

input.bt,
button.bt {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: normal;
}
* html input.bt,
* html button.bt {
	zoom: 1;
	overflow: visible;
	background-position: 0 -1px;
	width: auto;
}
* + html input.bt,
* + html button.bt {
	zoom: 1;
	overflow: visible;
	background-position: 0 -1px;
	width: auto;
}


/* ########## buttonLink (bt) ########## */

a.bt,
.bt a { display: block; }
a.btLeft,
.btLeft a { float: left; }
a.btRight,
.btRight a { float: right; }
* a.btLeft,
* a.btRight,
* .btLeft a,
* .btRight a { display: inline; }

a.bt,
a.btLeft, 
a.btRight,
a.btInline,
.bt a,
.btLeft a, 
.btRight a,
.btInline a,
.bt span,
.btLeft span, 
.btRight span,
.btInline span {
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
}
* html a.bt,
* html a.btLeft, 
* html a.btRight,
* html a.btInline { zoom: 1; }
*+html a.bt,
*+html a.btLeft, 
*+html a.btRight,
*+html a.btInline { zoom: 1; }


/* ########## btT ########## */

a.btT1,
.btT1 a,
input.btT1,
button.btT1 {
	border-color: #987db3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #b9a5cd;
	background-image: url(../img/btn_bg1.gif);
	padding: 1px 5px;
	font-size: 12px;
	color: #306;
}
a.btT1,
a.btT1:link,
a.btT1:visited,
a.btT1:hover,
a.btT1:active {
	color: #306;
	text-decoration: none;
}
.btT1 a,
.btT1 a:link,
.btT1 a:visited,
.btT1 a:hover,
.btT1 a:active {
	color: #306;
	text-decoration: none;
}


/* ########## list ########## */

ul,
ol { list-style-type: none; }


/* ########## floatbox ########## */

.floatbox { overflow: hidden; }
* html .floatbox { width: 100%; }


/* ########## page (pg) ########## */

.pg {
	position: relative;
	margin: 0 auto;
	width: 996px;
	font-size: 12px;
	line-height: 18px;
}
.pgTPrint {
	margin: 1em auto;
	border: 1px solid #ccc;
	padding: 30px;
	width: 670px;
	line-height: 1.25em;
}
.pgTPrint .pgTools {
	overflow: hidden;
	margin: 0 0 40px;
	width: 100%;
}
.pgHeader {
	position: relative;
	border-bottom: 1px solid #666;
	background-color: #fff;
	height: 110px;
}
.pgTPrint .pgHeader {
	border-bottom: 2px solid #606;
	height: auto;
}
.pgHeader .headerLogo {
	position: absolute;
	top: 30px;
	left: 40px;
}
.pgTPrint .pgHeader .headerLogo {
	position: static;
	padding-bottom: 1em;
}
.pgTPrint .pgHeader .headerBreadcrumbs {
	position: absolute;
	right: 0;
	bottom: 1em;
}
.pgHeader .headerLinks {
	position: absolute;
	bottom: 22px;
	left: 785px;
	font-weight: bold;
}
.pgHeader .headerNav {
	position: absolute;
	bottom: 22px;
	left: 271px;
	font-weight: bold;
}
.pgContent {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.pgTPrint .pgContent {
	padding: 2em 0 1em;
	width: 100%;
}
.pgFooter {
	position: absolute;
	bottom: 20px;
	left: 40px;
	width: 180px;
	font-size: 11px;
}
.pgTPrint .pgFooter {
	position: static;
	padding: 0;
	width: 100%;
}


/* ########## headerLinks ########## */

.headerLinks li {
	display: inline;
	padding-right: 26px;
}
.headerLinks li a,
.headerLinks li a:link,
.headerLinks li a:visited,
.headerLinks li a:active {
	color: #666;
	text-decoration: none;
}
.headerLinks li a:hover {
	color: #888;
	text-decoration: none;
}


/* ########## navStyles ########## */

.headerNav li {
	display: inline;
	padding-right: 26px;
}
.headerNav a,
.headerNav a:link,
.headerNav a:visited,
.headerNav a:active {
	color: #306;
	text-decoration: none;
}
.headerNav a:hover,
.headerNav a.selected,
.headerNav a.selected:link,
.headerNav a.selected:visited,
.headerNav a.selected:active {
	color: #606;
	text-decoration: none;
}

.clNav {
	overflow: hidden;
	margin: 0 0 36px 40px;
	width: 211px;
	line-height: 18px;
}
.clNav li ul { margin: 0 0 18px 1em; }
.clNav a,
.clNav a:link,
.clNav a:visited,
.clNav a:active {
	color: #333;
	text-decoration: none;
}
.clNav a:hover {
	color: #606;
	text-decoration: none;
}
.clNav a.selected,
.clNav a.selected:link,
.clNav a.selected:visited,
.clNav a.selected:active {
	font-weight: bold;
	color: #606;
	text-decoration: none;
}
.clNav li li a:hover { color: #306; }
.clNav li li a.selected,
.clNav li li a.selected:link,
.clNav li li a.selected:visited,
.clNav li li a.selected:active { color: #306; }


/* ########## pgFooter ########## */

.pgFooter ul {
	overflow: hidden;
	zoom: 1;
}
.pgFooter li {
	float: left;
	margin-right: .55em;
	border-right: 1px solid #666;
	padding-right: .45em;
	white-space: nowrap;
}
.pgFooter li:last-child {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}
.pgFooter li a,
.pgFooter li a:link,
.pgFooter li a:visited,
.pgFooter li a:active {
	color: #333;
	text-decoration: none;
}
.pgFooter li a:hover {
	color: #333;
	text-decoration: underline;
}
.pgFooter img {
	display: block;
	margin-top: 20px;
}


/* ########## column (cl) ########## */

* html .cl { padding-bottom: 15px; }
*+html .cl { padding-bottom: 15px; }

.pgContent .cl {
	overflow: hidden; 
	float: left;
	width: 100%;
}
* html .pgContent .cl { display: inline; }

.pgContent .clTTop {
	border-bottom: 5px solid #606;
	background: #fff url(../img/clTTop_bg.gif) repeat-y 20px 0;
	padding-bottom: 0 !important;
}
.pgContent .clTMain {
	width: 494px;
	background-color: #fff;
	padding-top: 15px;
}
.pgContent .clTAuxiliary,
.pgContent .clTMarginalia {
	padding-top: 15px;
	width: 251px; 
}
.pgContent .clTAuxiliary {
	background-color: #fff;
	padding-bottom: 140px;
}

.pgTPrint .pgContent .cl {
	float: none;
	width: 100% !important;
}


/* ########## block (bl) ########## */

.bl {
	position: relative;
	float: left;
	margin-left: 20px;
}
* html .bl { display: inline; }
.clTMain .bl { width: 454px; }
.pgTPrint .bl {
	float: none;
	display: block; /* IE6 */
	margin-left: 0;
	width: 100%;
}

.bl h1,
.bl h2 {
	margin: 0 0 18px;
	font-size: 12px;
	color: #606;
}
.bl h3,
.bl h4,
.bl h5,
.bl h6 {
	margin: 0 0 18px;
	font-size: 12px;
}
.bl p { margin: 0 0 18px; }


/* ########## bl table ########## */

.bl th.TAL,
.bl td.TAL { text-align: left; }
.bl th.TAC,
.bl td.TAC { text-align: center; }
.bl th.TAR,
.bl td.TAR { text-align: right; }
.bl th.TAJ,
.bl td.TAJ { text-align: justify; }
.bl th.VAT,
.bl td.VAT { vertical-align: top; }
.bl th.VAM,
.bl td.VAM { vertical-align: middle; }
.bl th.VABL,
.bl td.VABL { vertical-align: baseline; }
.bl th.VAB,
.bl td.VAB { vertical-align: bottom; }
.bl th.WSN,
.bl td.WSN { white-space: nowrap; }

.bl table.tableLayout {
	margin: 0;
	width: auto;
}
.bl table.tableLayout th,
.bl table.tableLayout td {
	border: 0;
	padding: 0;
}


/* ########## bl form ########## */

.bl form { margin: 18px 0 9px; }

/* IE-Hacks */
* html .bl fieldset { position: relative; } 
*+html .bl fieldset { position: relative; }
* html .bl legend {  
	position: relative;  
	left: -7px; 
}
*+html .bl legend { position: relative; left: -7px; }
/* /IE-Hacks */

.bl legend {
	font-size: 18px;
	color: #888;
}
.bl legend img {
	display: inline;
	vertical-align: top;
}
.bl .frTInline legend {
	font-size: 12px;
	color: #333;
}

.bl ol.frTBlock,
.bl ol.frTInline,
.bl .frTBlock ol,
.bl .frTInline ol  { 
	overflow: hidden;
	zoom: 1;
	list-style-type: none;
}
.bl fieldset.frTInline ol { margin-top: -1.65em; }
.bl .frTBlock li.flItem,
.bl .frTInline li.flItem { float: left; } /* IE */
* html .bl .frTBlock li.flItem { display: inline; }
* html .bl .frTInline li.flItem { display: inline; }

.bl .frTBlock .flItem {
	overflow: hidden;
	margin: 9px 0;
	width: 100%;
}
.bl .frTBlock .flItem p {
	clear: both;
	margin: 9px 0 0;
}
.bl .frTBlock .cap {
	margin-top: 18px;
	border-top: 1px dotted #ccc28f;
	padding-top: .75em;
}
.bl .frTBlock .flItem .flLabel {
	position: relative;
	float: left;
	width: 40%;
	font-family: Arial, sans-serif;
}
.bl .frTBlock .flItem .flLabel img {
	display: inline;
	vertical-align: top;
}
.bl .frTBlock .flItem .flLabel .flInfo {
	position: absolute;
	top: .25em;
	right: 0;
}
.bl .frTBlock .flItem .flElement,
.bl .flItem .frTInline ol {
	float: right;
	overflow: hidden;
	width: 58%;
} /* analog floatbox */
.bl .blTNarrow .flItem .flLabel { width: 25%; }
.bl .blTNarrow .flItem .flElement,
.bl .blTNarrow .flItem .frTInline ol { width: 73%; }
.bl .blTWide .flItem .flLabel { width: 58%; }
.bl .blTWide .flItem .flElement,
.bl .blTWide .flItem .frTInline ol { width: 40%; }
.bl .frTBlock .flItem .flElement img { display: inline; }
.bl .frTBlock .flItem .flLabel p,
.bl .frTBlock .flItem .flElement p { margin: .2em 0 0; }
.bl .frTBlock .flItem .flComment {
	clear: both;
	float: left;
	margin: 9px 0;
	width: 100%;
}
.bl .frTBlock .flItem input.flText {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	width: 94%;
}
* html .bl .frTBlock .flItem input.flText { display: inline; }
.bl .frTBlock .flItem textarea { width: 90%; }

.bl .frTInline .flItem { margin-right: 1em; }
.bl .frTInline .w50 {
	float: left;
	margin-right: 1%;
	width: 49%;
}
* html .bl .frTInline .w50 {
	display: inline-block;
	width: 48%;
}
.bl .frTInline .w33 {
	float: left;
	margin-right: 1%;
	width: 32%;
}
* html .bl .frTInline .w33 {
	display: inline-block;
	width: 31%;
}
.bl .frTInline .w66 {
	float: left;
	margin-right: 1%;
	width: 65%;
}
* html .bl .frTInline .w66 {
	display: inline-block;
	width: 64%;
}
.bl .frTInline .flItem label { 
	display: block;
	margin-bottom: .3em;
}
.bl .frTInline p.caption { margin: 0; }

.bl form p label { margin-right: .5em; }
.bl form p span.caption,
.bl form p span.error { margin-left: .5em; }

.bl input.flCheck {
	float: left;
	border: 0;
}
.bl div.flCheck,
.bl label.flCheck {
	display: block;
	padding-left: 25px;
	font-family: Arial, sans-serif;
}
.bl .flCheck p { margin-top: 0; }


/* ########## blTTopnews ########## */

.blTTopnews { 
	background-color: #f4f4f4;
	padding: 15px 10px 0 20px;
	width: 201px;
	line-height: 18px;
}
.blTTopnews h1,
.blTTopnews h2,
.blTTopnews h3,
.blTTopnews h4,
.blTTopnews h5,
.blTTopnews h6,
.blTTopnews p { margin: 0 0 18px; }
.blTTopnews a,
.blTTopnews a:link,
.blTTopnews a:visited,
.blTTopnews a:hover,
.blTTopnews a:active { color: #606; }


/* ########## blTKeyvisual ########## */

.blTKeyvisual {
	position: relative;
	margin-left: 0 !important;
	width: 745px;
	height: 261px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#kvflash {
	position: absolute;
	top: 0;
	right: 0;
}


/* ########## blTTeaser ########## */

.blTTeaser {
	margin-bottom: 36px;
	width: 227px !important;
}
.pgTPrint .blTTeaser {
	display: inline;  /* IE6 */
	float: left !important;
	margin-right: 3% !important;
	width: 46% !important;
}
.blTTeaser img { margin-bottom: 18px; }
.blTTeaser h1 { margin: 0; }
.blTTeaser a,
.blTTeaser a:link,
.blTTeaser a:visited,
.blTTeaser a:hover,
.blTTeaser a:active { color: #606; }


/* ########## blTArticle ########## */

.blTArticle { margin-bottom: 18px; }

.blTArticle ul {
	overflow: hidden; /* fix hidden bullets */
	margin: 0 0 18px;
}
* html .blTArticle ul { zoom: 1; }
.blTArticle ul li {
	background: url(../img/bullet.gif) no-repeat 2px 7px;
	padding-left: 20px;
}
* html .blTArticle ul li { zoom: 1; }
.blTArticle ul ul {	margin: 9px 0; }
.blTArticle ul.downloads li {
	margin-bottom: 9px;
	background: url(../img/icon_download.gif) no-repeat 0 2px;
}

.blTArticle table { margin-bottom: 36px; }
.blTArticle table th,
.blTArticle table td {
	border-bottom: 2px solid #f4f4f4;
	padding: 6px 15px 7px 0;
}
.blTArticle table th:last-child,
.blTArticle table td:last-child { padding-right: 0; }
.blTArticle table th {
	white-space: nowrap;
	font-weight: normal;
}
.blTArticle table .thead th {
	border-bottom: 2px solid #606;
	padding-top: 0;
	vertical-align: baseline;
	font-weight: bold;
	color: #306;
}
.blTArticle .date { color: #999; }


/* ########## blTTicker ########## */

.blTTicker {
	float: none !important;
	margin-bottom: 18px;
	/*background-color: #f4f4f4;*/
	padding: 0 20px;
}
* html .blTTicker { display: block; }
.blTTicker ul {
	overflow: hidden;
	zoom: 1;
}
.blTTicker li {
	float: left; /* IE6 */
	margin-bottom: 36px;
	width: 100%; /* IE6 */
}
* html .blTTicker li { display: inline; }

.blTTicker .date {
	display: block;
	font-weight: bold;
}
.blTTicker a,
.blTTicker a:link,
.blTTicker a:visited,
.blTTicker a:hover,
.blTTicker a:active {
	display: block;
	margin-top: 18px;
	color: #606;
}


/* ########## blTNews ########## */

.blTNews { margin-bottom: 18px; }
.blTNews li { margin-bottom: 36px; }

.blTNews h2 { margin: 0; }

.blTNews a,
.blTNews a:link,
.blTNews a:visited,
.blTNews a:hover,
.blTNews a:active { color: #606; }
.blTNews h2 a,
.blTNews h2 a:link,
.blTNews h2 a:visited,
.blTNews h2 a:hover,
.blTNews h2 a:active { text-decoration: none; }

.blTNews .date {
	display: block;
	font-weight: bold;
}
.blTNews .link { margin-top: 18px; }


/* ########## blTPagination ########## */

.blTPagination { margin-bottom: 18px; }
.blTPagination p { margin: 18px 0; }
.blTPagination ul {
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #606;
	border-left: 1px solid #606;
	font-size: 11px;
	font-weight: bold;
}
.blTPagination li {
	float: left;
	border-bottom: 1px solid #606;
	border-right: 1px solid #606;
}
.blTPagination li a,
.blTPagination li a:link,
.blTPagination li a:visited,
.blTPagination li a:active {
	display: block;
	padding: 4px 10px 3px;
	color: #306;
	text-decoration: none;
}
.blTPagination li a:hover {
	color: #606;
	text-decoration: none;
}
.blTPagination li.selected a,
.blTPagination li.selected a:link,
.blTPagination li.selected a:visited,
.blTPagination li.selected a:hover,
.blTPagination li.selected a:active {
	background-color: #606;
	color: #fff;
}


/* ########## blTContacts ########## */

.blTContacts {
	float: none;
	margin: 0 0 18px 0;
	width: 100% !important;
}
.blTContacts .blContent { margin-left: 20px; }
.pgTPrint .blTContacts .blContent { margin-left: 0; }
.blTContacts ul { margin: 0 0 36px 20px; }
.blTContacts ul li {
	overflow: hidden;
	margin-bottom: 40px;

}
* html .blTContacts ul li { zoom: 1; }
.blTContacts ul .image { float: left; }
.blTContacts ul .infos {
	padding-left: 120px;
	line-height: 16px;
}
.blTContacts ul .infos p { margin: 0 0 9px; }


/* ########## blTSearch ########## */

.blTSearch { margin-bottom: 18px; }
.blTSearch .result { margin-bottom: 18px; }
.blTSearch h2 {
	margin: 0;
	color: #306;
}
.blTSearch .resultOrder {
	margin-right: 5px;
	color: #606;
}
.blTSearch p { margin: 9px 0; }
.blTSearch .resultRelevance {
	float: right;
	font-size: 11px;
	color: #999;
}
.blTSearch p.resultAttributes {
	border-top: 1px solid #999;
	padding-top: 9px;
	font-size: 11px;
	color: #999;
}

.blTSearch a,
.blTSearch a:link,
.blTSearch a:visited,
.blTSearch a:active { text-decoration: none; }
.blTSearch a:hover { text-decoration: underline; }
.blTSearch h2 a,
.blTSearch h2 a:link,
.blTSearch h2 a:visited,
.blTSearch h2 a:hover,
.blTSearch h2 a:active { color: #306; }
.blTSearch .resultAttributes a,
.blTSearch .resultAttributes a:link,
.blTSearch .resultAttributes a:visited,
.blTSearch .resultAttributes a:hover,
.blTSearch .resultAttributes a:active { color: #999; }


/* ########## blTSitemap ########## */

.blTSitemap { margin-bottom: 18px; }
.blTSitemap ul {
	overflow: hidden; /* fix hidden bullets */
	margin: 0 0 18px;
}
* html .blTSitemap ul { zoom: 1; }
.blTSitemap ul li {
	background: url(../img/bullet.gif) no-repeat 0 5px;
	padding-left: 20px;
	font-weight: bold;
}
* html .blTSitemap ul li { zoom: 1; }
.blTSitemap ul ul {	margin: 9px 0; }
.blTSitemap li li {
	background: url(../img/dash.gif) no-repeat 0 8px;
	padding-left: 15px;
	font-weight: normal;
}
* html .blTSitemap li li { zoom: 1; }

.blTSitemap a,
.blTSitemap a:link,
.blTSitemap a:visited,
.blTSitemap a:active {
	color: #666;
	text-decoration: none;
}
.blTSitemap a:hover {
	color: #306;
	text-decoration: underline;
}


/* ########## image (im) ########## */

.im { margin: 0 0 18px; }
.im p,
.im div {
	margin-top: 9px;
	text-align: left;
}
.im img { display: inline; }
.imLeft {
	float: left;
	margin-right: 20px;
}
* html .imLeft { display: inline; }
.imRight {
	float: right;
	margin-left: 20px;
}
* html .imRight { display: inline; }
.imLeft img,
.imRight img { display: block; }


/* ########## inline ########## */

.blockquote {
	display: block;
	padding: 18px 15px 9px 30px;
}
.smallprint {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.caption {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.error {
	font-size: 11px;
	font-weight: normal;
	color: #c03;
}
.CB { clear: both; }
.MB0 { margin-bottom: 0 !important; }
.TAL { text-align: left; }
.TAC { text-align: center; }
.TAR { text-align: right; }
.TAJ { text-align: justify; }
.WSN { white-space: nowrap; }
.W100 { width: 100%; }
.W75 { width: 75%; }
.W66 { width: 66%; }
.W50 { width: 50%; }
.W33 { width: 33%; }
.W25 { width: 25%; }
.color1 { color: #666; }
.color2 { color: #306; }
.color3 { color: #606; }


/* ########## typo3 ########## */

.tx-indexedsearch-whatis { display: none; }
.tx-indexedsearch-browsebox p { margin: 18px 0; }
.tx-indexedsearch-browsebox ul.browsebox {
	overflow: hidden;
	zoom: 1;
	margin: 18px 0;
	border-bottom: 1px solid #606;
	border-left: 1px solid #606;
	font-size: 11px;
	font-weight: bold;
}
.browsebox li {
	float: left;
	border-top: 1px solid #606;
	border-right: 1px solid #606;
}
.browsebox li:last-child { border-color: #fff; }
.browsebox li strong { }
.browsebox li a,
.browsebox li a:link,
.browsebox li a:visited,
.browsebox li a:active {
	display: block;
	padding: 4px 10px 3px;
	color: #306;
	text-decoration: none;
}
.browsebox li a:hover {
	color: #606;
	text-decoration: none;
}
.browsebox li.tx-indexedsearch-browselist-currentPage a,
.browsebox li.tx-indexedsearch-browselist-currentPage a:link,
.browsebox li.tx-indexedsearch-browselist-currentPage a:visited,
.browsebox li.tx-indexedsearch-browselist-currentPage a:hover,
.browsebox li.tx-indexedsearch-browselist-currentPage a:active {
	background-color: #606;
	color: #fff;
}


