.tabs{
	width:444px;
	/*background-image:url(img/bg_line_tab.gif);
	background-repeat:repeat-x;
	background-color: #CBE3EF;*/
	margin-left:6px;
}
.mootabs_title {
width:444px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:26px;
}

.mootabs_title li {
	float: left;
	width:111px;
	background-image:url(img/tab.jpg);
	background-repeat:no-repeat;
		margin: 0px;
	padding: 0px;
	/*padding: 2px 8px 2px 8px;
	margin-right: 2px;*/
	cursor: pointer;
	height: 26px;
	/*border-bottom:1px solid #DEEEF5;
	border-right:1px solid #ccc;
	background:red;*/
}

.mootabs_title li p,.mootabs_title li p:hover {
	padding: 2px 0px 2px 0px;
	line-height:26px;
	/*margin-right: 2px;*/
	color:#0095B3;
	font-weight:bold;
	text-align:center;
	width:111px;
}
.mootabs_title li p:hover {
	color:#BDD8EE;
}

.mootabs_title li.active {
	background-color: #fff;
	border-bottom:1px solid #fff;
	background-image:url(img/tab_active.jpg);
	background-repeat:no-repeat;
}

.mootabs_title li.active p{
	color:#666;
	font-weight:bold;
}

.mootabs_panel {
	width:444px;
	display: none;
	background-color: #fff;
	position: relative;
	top: -1px;
	/*clear: both;*/
	overflow: hidden;
	overflow-y:scroll;
	background-image:url(img/bg_panel.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.mootabs_panel.active {
	/*background-color: yellow;
	border-left:1px solid #0095B3;*/
	display: block;
	margin-top:2px;
	
}

.mootabs_panel_cont {
	width:415px;
	margin:20px 0px 0 10px;
	line-height:18px;
}
.mootabs_panel .tab4{
width:444px;
height:317px;
margin:0;
	background-image:url(img/banner_books.jpg);
	background-repeat:no-repeat;
}
.mootabs_panel_cont *{
	line-height:16px;
}
#but_buy{
position:absolute;width:120px;height:80px;margin-left:20px;margin-top:170px;
}
#but_download{
position:absolute;width:170px;height:40px;margin-left:220px;margin-top:140px;
}
