
/*** for browse.aspx ***/

#startpage div.clickdiv { float: left; padding-right: 5px; }
div#LatestUpdateAuthor { float:left;width:390px; }

li.clickpuff { display: block; float: left; }
li.clickpuff a { float: left; padding: 10px; width: 110px; height: 15em; background: #E2E2E3 url('/img/grafics/KlickNissePil.gif') no-repeat bottom right; }
li.clickpuff a:hover { background: #E2E2E3 url('/img/grafics/KlickNissePilActive.gif') no-repeat bottom right; }
li.clickpuff img { width: 110px; height: 110px; padding-bottom: 2px; }

.ctpage .item { float: left; margin-top: 10px; margin-bottom: 20px; }
.ctpage .image { float: left; text-align: center; width: 94px; }
.ctpage .image img { float: left; background: #555; border: 7px solid #e3e3e3; width: 80px; height: 80px; }
.ctpage .image span { font-size: 0.8em; clear: both; }
.ctpage .text { width: 170px; float: left; margin-left: 5px; margin-right: 5px; }


/*** for show.aspx ***/
#showpagecontent { width: 567px; }

/* tab navigation */
#tabgroup div { float: left; }
#tabgroup a { color: white; }
#tabgroup li { display: block; float: left; }
#tabgroup li.active { margin: 0px; padding: 0px; background: url('/img/grafics/TR_TabActiveMiddle.gif'); }
#tabgroup li.active div { background: url('/img/grafics/TR_TabActiveLeft.gif') no-repeat left; }
#tabgroup li.active div div { background: url('/img/grafics/TR_TabActiveRight.gif') no-repeat right; }
#tabgroup li.active div div div { height: 14px; padding: 4px 15px; }
#tabgroup li.inactive { margin: 0px; padding: 0px; background: url('/img/grafics/TR_TabInactiveMiddle.gif'); }
#tabgroup li.inactive div { background: url('/img/grafics/TR_TabInactiveLeft.gif') no-repeat left; }
#tabgroup li.inactive div div { background: url('/img/grafics/TR_TabInactiveRight.gif') no-repeat right; }
#tabgroup li.inactive div div div { height: 14px; padding: 4px 15px; }

/* thumbnail list */
#thumbs img { width: 43px; height: 57px; display: block; border: 4px solid #e3e3e3; background: #999999; }
#thumbs img.selected { border: 4px solid #a30353; }
#thumbs ul { margin: 0px; padding: 0px; }
#thumbs ul li { display: block; float: left; text-align: center; font-size: 0.8em; line-height: 1.4em; }

#zoomer a { font-weight: normal; }
#zoomer p.zoombox { border: 10px solid #e3e3e3; }
#zoomer p.download { display: block; }
#zoomer p.download a { padding-left: 25px; padding-top: 3px; height: 20px; float: right; background: url('/img/grafics/DownloadIconGreen.gif') no-repeat left; }

#etext a { font-weight: normal; }
#etext p.zoombox { border: 10px solid #e3e3e3; }
#etext p.download { display: block; }
#etext p.download a { padding-left: 25px; padding-top: 3px; height: 20px; float: right; background: url('/img/grafics/DownloadIconGreen.gif') no-repeat left; }

/* bottom categories */
#bottomcategories { display: block; float: left; clear: both; margin-top: 20px; }
#bottomcategories div { float: left; width: 170px; margin-right: 10px; }
#bottomcategories li a { font-weight: normal; }

/* right column, page info */
#rightcolumn { float: left; display: block; width: 155px; margin-left: 18px; }
#rightcolumn div.categories { margin-top: 8px; }
#rightcolumn div.categories li a { font-weight: normal; }

