html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	display: block;
	overflow-x: hidden; 
}
.bg-gray {
	background: #c0c0c0;	
}
* {
	font-family: "Arial";
}
ul, ol {
	list-style: none;
	margin: 0; padding: 0;
}
#header {
	position: relative;
	padding: 18px 27px;
	background: #000;
	height: 36px;
	display: block;
	color: #FFF;
}
#header h1 {
	float: left;
	padding: 0; margin: 0;
	line-height: 36px;
}
#header .logo {
	float: left;
	width: 143px; height: 36px;
	display: block;
	margin-right: 20px;
	background: url(../images/logo.png);
}
#header .info { 
	float: right;
	font-size: 12px;
}
#header .info a {
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
}
#header .info a:hover,
#header .info a:focus {
	text-decoration: underline;
}
#login-container {
	position: relative;
	display: block;
	width: 488px;
	margin: 70px auto;
}
#login-container h1 {
	margin: 10px 0; 
}
#login-container #login-label {
	display: block;
	width: 488px;
	height: 262px;
	background: url(../images/login-bg.png);
}
#login-form {
	float: left;
	color: #FFF;
	width: 204px;
	font-size: 12px;
	margin-left: 83px;
	padding: 27px 41px;
}
#login-form .form-group {
	display: block;
	margin-bottom: 2px;
}
#login-form .form-group > label {
	float: left;
	text-align: right;
	margin-right: 10px;
	line-height: 26px;
	width: 60px;
}
#login-form .form-group > .form-control {
	width: 115px;
	border: 1px solid #000;
	padding: 4px 7px;
	color: #000;
}
#login-form .form-group button {
	float: right;
	border-radius: 5px;
	color: #000;
	background: #FFF;
	padding: 5px 15px 6px;
}
#login-form .form-group .code {
	float: right;
	padding: 0px 5px;
	color: #000;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#maintain {
	position: relative;
	display: block;
	padding: 0 0 45px 145px; 
	height: 85%;
	margin: 0;
}
#maintain .col-left {
	position: absolute;
	left: 0px; top: 0;
	width: 145px; height: 100%;
	z-index: 99;
	background: #c0c0c0;
}
.navbar li {
	display: block;
	
}
.navbar > li > a {
	position: relative;
	text-indent: 33px;
	display: block;
	color: #333;
	height: 31px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	line-height: 31px;
	background: url(../images/navbar-bg.png);
}
.navbar > li > a > .arrow {
	position: absolute;
	display: none;
	left: 33px; bottom: -6px;
	width: 10px; height: 6px;
	background: url(../images/navbar-arrow.png);
}
.navbar > li.active > a > .arrow {
	display: block;
}
.navbar > li > a:hover,
.navbar > li > a:focus {
	color: #000;
	text-decoration: none;
}
.navbar li ul {
	display: none;
	background: #c0c0c0;
	padding: 10px 14px;
}
.navbar li.active ul {
	display: block;
}
.navbar li ul li > a {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: auto; line-height: 18px;
	padding-left: 32px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px dotted #000;
}
.navbar li ul li:last-child > a {
	border: 0;
}
.navbar li ul li.active > a,
.navbar li ul li.active > a:hover,
.navbar li ul li.active > a:focus,
.navbar li ul li > a:hover,
.navbar li ul li > a:focus {
	color: #0039c0;
	text-decoration: none;
}

.container,
.headbar {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #FFF;
}

.pull-left { float: left; }
.pull-right { float: right; }
.headbar {
	padding: 10px 0 15px;
	background: #818181;
	color: #FFF;
}
.headbar .pull-left {
	margin-left: 26px;
}
.headbar .pull-right {
	margin-right: 26px;
}
.breadcrumb {
	display: inline-block;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li a {
	font-size: 12px;
	color: #FFF;
}
.breadcrumb li.arrow {
	margin: 0 10px;
	font-size: 12px;
	line-height: 20px;
}
.selector select {
	width: 150px;
	font-size: 12px;
	line-height: 1;
	border: 0;
	background: #FFF;
	height: 23px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#category {
	width: 127px;
} 
#series {
	width: 97px;
} 
#year {
	width: 68px;
} 
#form-search input {
	width: 208px; 
	padding: 5px 15px;
	border: 0;
	background: #818181 url(../images/search-input-bg.jpg);
}
#form-search button {
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	display: inline-block;
	overflow: hidden;
	width: 45px; height: 45px;
	background: url(../images/search-btn.png);
}
.list-container {
	margin: 0 39px 0 26px;
}
.list-container p {
	padding: 10px;
}
.list-container h4 {
	color: #015a98;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 7px;
}
.list-container p {
	margin: 0;
	font-size: 12px;
}
.list-container .list {
	display: block;
	margin-bottom: 10px;
}
.list-container .list .thumbnail {
	display: inline-block;
	vertical-align:middle;
	text-align:center;
	margin-right: 10px;
	margin-bottom: 15px;
}

.list-container .list a {
	color:black;
	text-decoration: none;
}

.list-container .list .thumbnail .img-block {
	position: relative;
	display: block;
	width: 156px; 
	height: 156px;
	margin-bottom: 0px;
	padding-top:2px;
	background-color: #dbdbdb;
	background-position: center;
	background-repeat: no-repeat;
}

.pic3  {width:150px;
        height:150px;
        text-align:center;
        line-height:150px;
       }
.pic3 IMG {vertical-align:middle;
           /* margin:expression(Math.floor( (this.parentNode.clientHeight-this.clientHeight)/2 )+'px auto'); */
          }

.list-container .list .thumbnail .btn {
	float: left; 
	width: 47%;
	height: 18px; line-height: 20px;
	margin-top:2px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #000;
}
.list-container .list .thumbnail .btn:hover,
.list-container .list .thumbnail .btn:focus {
	background: #e1e1e1;
}
.list-container .list .thumbnail .btn-jpg {
	margin-right: 1%;
}
.list-container .list .thumbnail .btn-raw {
	float: right;
	margin-left: 1%;
}

.pagination {
	display: block;
	margin: 35px auto;
}
.pagination li {
	display: inline-table;
	margin: 0 6px;
}
.pagination li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 20px;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
}
.pagination select {
	line-height: 1;
	font-size: 20px;
	background: #FFF;
}
.pagination li.btn-first a,
.pagination li.btn-last a {
	width: 26px;
}
.pagination li.btn-prev a,
.pagination li.btn-next a {
	width: 20px;
}
.pagination li.btn-first a {
	background-image: url(../images/btn-first.jpg);
}
.pagination li.btn-last a {
	background-image: url(../images/btn-last.jpg);
}
.pagination li.btn-prev a {
	background-image: url(../images/btn-prev.jpg);
}
.pagination li.btn-next a {
	background-image: url(../images/btn-next.jpg);
}

.clear {zoom:1; clear:both;} 
.clear:after {content:''; display:block; clear:both; visibility:hidden; height:0;}	