@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:red;
}

.tw-header {
	width: 100%;
	height: 120px;
	background: url(img/header_bg2.png)  left bottom repeat-x;
}
.center {
	margin: 0 auto;
	width: 1150px;
	height: auto;
}
.logo h1 {
	text-align: center;
	padding: 35px 0 0 0;
	font-size: 48px;
	color:white;
  margin-top: 0;
}

.tw-top {
	width: 100%;
	height: 40px;
	background: #d6d6d6;
	margin-bottom: 30px;
}

.tw-left {
	width: 190px;
	height: auto;
	float: left;
	padding-right: 10px;
}

.tw-left-menu {
	margin-bottom: 20px;
}

.tw-menu-title {
	font-family: SolaimanLipi;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #9C27B0;
    background: #3e76e6;
    color: #fff;
    font-size: 18px;
}
.tw-menu-item {
	display: block;
	font-family: SolaimanLipi;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #9C27B0;
  color: #000;
  font-size: 16px;
}

.tw-menu-item:hover {
	background:#fff;
	color:#000;
}

.tw-menu-item-active {
	background:#fff;
	color:#000;
}

.tw-right {
	width: 950px;
	height: auto;
	float: left;
}

.tw-pagination {
	width: 100%;
	height: 45px;
}

.tw-pagination-item {
    height: 35px;
    background: #2d2d2d;
    float: left;
    padding: 7px 12px;
    color: #fff;
    margin-right: 3px;
    text-align: center;
}

.tw-pagination-item:hover {
    background: #ff0101;
		color:#fff;
}

.tw-pagination-item-active {
    background: #ff0101;
		color:#fff;
}

.tw-paper {
	background: #fff;
	width: 100%;
	min-height: 800px;
	position: relative;
}
.loader {
	display: none;
	position: absolute;
	width:950px;
	height: 800px;
	background:url('images/loader2.gif') no-repeat;
	background-position: center;
	z-index: 200;
}

.tw-paper img {
	width: 100%;
	height: auto;
}
.tw-rect {
	background: rgba(228, 228, 228);
	opacity: 0;
}
.tw-rect:hover {
	cursor: pointer;
}


.tw-bottom-nav {
	width: 100%;
	height: 35px;
}

.tw-previous {
	width: 60px;
  height: 35px;
  background: #2d2d2d;
  float: left;
  padding: 7px;
  color: #fff;
  margin-right: 3px;
  text-align: center;
}

.tw-next {
	width: 60px;
  height: 35px;
  background: #2d2d2d;
  float: right;
  padding: 7px;
  color: #fff;
  margin-right: 3px;
  text-align: center;
}

#tw-prev-part {
	width: 150px !important;
	float: left;
	border-left:2px solid #578D47 !important;
	border-right:2px solid #578D47 !important;
	margin: 2px !important;
}

#tw-next-part {
	width: 150px !important;
	float: left;
	border-left:2px solid #578D47 !important;
	border-right:2px solid #578D47 !important;
	margin: 2px !important;
}
.tw-edition-page {
	padding: 8px;
	border:1px solid #ccc;
}

.tw-edition-page img {
	width: 233x;
}

.tw-footer {
	width: 100%;
	height: 60px;
	background: #dedede;
	margin-top:20px;
	padding: 10px 0;
}
