/* article */
#tabs article{;}

/* lists */
.modListContent ul{list-style: none; margin:0; padding:0;}
.modListContent > ul > li{padding:10px; margin:0; line-height: 1.5;}
.modListContent > ul > li:nth-child(2n+1){background-color:#F7F7F7;}
.modListContent > ul > li{border-bottom:solid 1px #ccc;}
.modListContent > ul > li:last-child{border-bottom-width:0;}
.modListContent > ul > li+li{border-top:solid 1px #fff;}

/* most download */
div.most_dl {padding:10px; border-bottom: solid 3px #ccc;}
#tabs .most_dl > h2{font-size: 13px; display: inline-block; display: none;}
.most_dl_choice{list-style: none;  margin: 0; padding: 0;}
.most_dl_choice li{display: inline;}
.most_dl_choice li a{display: inline-block; font-size: 80%; padding:2px 5px; font-weight: bold;}
.most_dl_choice li+li a{magin-left:5px;}
.most_dl_choice li.active a{color:#333; border:solid 1px #ccc; border-radius: 5px;}
.most_dl_choice li.active a:hover{text-decoration: none;}

table.most_dl{width: 100%;}
.most_dl .dls{text-align: center; font-weight:bold; width: 45px;}
.most_dl tr th{padding:5px 10px; border-bottom: solid 1px #ccc;}
.most_dl tr td{padding:10px; vertical-align: top; line-height: 1.5;}
.most_dl tr td{border-bottom:solid 1px #ccc;}
.most_dl tr:last-child td{border-bottom-width:0;}
.most_dl tr:nth-child(2n+1){background-color:#F7F7F7;}

/* latest */
.latestIssues{;}
.latestIssues li{clear: both;}
.latestIssues .latestIssuesImg{float:left; display: inline-block; background-color:#aaa; box-shadow: 0 0 0 1px #ddd, 0 0 0 2px #ccc; border-radius: 2px; margin:5px; ;}
.latestIssues .latestIssuesImg img{border:0; border-bottom:solid 1px #eee; border-radius: 2px; display: block; width:80px;}
.latestIssues .latestIssuesImg:hover{box-shadow: 0 0 0 3px #8db8d6, 0 0 0 4px #69a7d3;}
.latestIssues .latestIssuesImg:active{position:relative; top:1px;}
#tabs .latestIssues .latestIssuesText h3{margin-bottom:5px;}
.latestIssues .latestIssuesImg+.latestIssuesText{margin-left:100px;}
.latestIssues .latestIssuesText p{text-align: left;}
.latestIssues .latestIssuesText p:first-child{margin-top: 0;}
.latestIssues .latestIssuesText:after{content: ""; display: block; clear:both;}
.latestIssues .seeContents{font-weight: bold; /*text-align: right;*/;}
.latestIssues .seeContents a{padding-left:10px; background:url("../../../../templates/source/images/li_4_777.png") no-repeat scroll left center transparent;}

#tabs .export-article{margin-left: 0;}

/* short summary */
.short-summary-container{background-color: #f6f6f6;  border: dashed #aaa 1px; border-right:none; border-left:none; margin: 6px 0;  padding: 4px 10px;}
.short-summary-button{display: inline-block; border: solid 1px #ccc; padding: 2px 5px; border-radius: 3px; box-shadow: inset 0 1px 0 #fff; background-color: rgba(255,255,255,0.5);}
.short-summary-button:hover{cursor: pointer; background-color: #fff;}
div.short-summary{display:none;}

/* hide static icon */
.latest_issues{display: none;}

/* avatar */
.avatar{float: left; margin: 0 10px 15px 0; border: 1px solid #ccc;}