<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Sách y học</title>
<meta name="keywords" content="Sách y học"><meta name="page-topic" content="Sách y học"/><meta name="abstract" content=""/>	<meta name="description" content="Sách y học"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/text.css"/>
<link rel="stylesheet" type="text/css" href="css/960.css"/>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/easySlider1.5.js"></script>
<script type="text/javascript" src="js/dropdown_menu.js"></script>
<link href="css_pirobox/demo5/style.css" class="piro_style" media="screen" title="white" rel="stylesheet" type="text/css" />
<script type="text/javascript">
	$(document).ready(function(){
				var click_temp = false;
				$('.danhmuc ul li.active_menu ul').css({'display':'block'});	
				$('.danhmuc ul li').click(function(){
						$('.danhmuc ul li ul').slideUp('slow');
						$(this).find('ul').slideDown('slow');
												   })
							   })
</script>

<!--[if IE 6]>
	<script type="text/javascript" src="js/DD_belatedPNG_0.0.8a.js"></script>
	<script type="text/javascript">  
		DD_belatedPNG.fix('.slogan');  
	</script>
<![endif]-->
<script type="text/javascript" charset="utf-8">
// <![CDATA[
$(document).ready(function(){	
	$("#slider").easySlider({
		controlsBefore:	'<p id="controls">',
		controlsAfter:	'</p>',
		auto: true, 
		continuous: true
	});	
});
// ]]>
</script>
<style type="text/css">

.gallery {
	width:460px;
	height:235px;
	margin:0 auto;
	padding:0;
}
#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:460px;
	height:235px;
	overflow:hidden;
}
p#controls {
	margin:0;
	padding:0;
	position:relative;
}
#prevBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:20px;
	height:38px;
	position:absolute;
	left:0px;
	top:-140px;
}
#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:20px;
	height:38px;
	position:absolute;
	left: 440px;
	top:-140px;
}
#prevBtn a {
	display:block;
	width:20px;
	height:38px;
	background:url(images/l_arrow.gif) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:20px;
	height:38px;
	background:url(images/r_arrow.gif) no-repeat 0 0;
}
}
</style>
<script language="javascript">
function newWindow(a_str_windowURL, a_str_windowName, a_int_windowWidth, a_int_windowHeight, a_bool_scrollbars, a_bool_resizable, a_bool_menubar, a_bool_toolbar, a_bool_addressbar, a_bool_statusbar, a_bool_fullscreen) {
  var int_windowLeft = (screen.width - a_int_windowWidth) / 2;
  var int_windowTop = (screen.height - a_int_windowHeight) / 2;
  var str_windowProperties = 'height=' + a_int_windowHeight + ',width=' + a_int_windowWidth + ',top=' + int_windowTop + ',left=' + int_windowLeft + ',scrollbars=' + a_bool_scrollbars + ',resizable=' + a_bool_resizable + ',menubar=' + a_bool_menubar + ',toolbar=' + a_bool_toolbar + ',location=' + a_bool_addressbar + ',statusbar=' + a_bool_statusbar + ',fullscreen=' + a_bool_fullscreen + '';
  var obj_window = window.open(a_str_windowURL, a_str_windowName, str_windowProperties)
    if (parseInt(navigator.appVersion) >= 4) {
      obj_window.window.focus();
    }
}
</script>
<script type="text/javascript" src="js/pirobox.js"></script>
<script type="text/javascript">
$(document).ready(function() {
	$().piroBox({
			my_speed: 400, //animation speed
			bg_alpha: 0.3, //background opacity
			slideShow : true, // true == slideshow on, false == slideshow off
			slideSpeed : 4, //slideshow duration in seconds(3 to 6 Recommended)
			close_all : '.piro_close,.piro_overlay'// add class .piro_overlay(with comma)if you want overlay click close piroBox

	});
});
</script>
</head>
<body>
<!--top-->
<div class="container_12">
    <style type="text/css">
        .banner-truot {
            width: 100%;
            float: left;
            position: relative;
        }
    </style>


    <script src="js/floater_xlib.js" type=text/javascript></script>
    <script type=text/javascript>

        var slideTime = 700;
        var floatAtBottom = false;

        function quanbu_floating_init()
        {
            xMoveTo('floating_banner_right', 887 - (1024-screen.width), 0);

            winOnResize(); // set initial position
            xAddEventListener(window, 'resize', winOnResize, false);
            xAddEventListener(window, 'scroll', winOnScroll, false);
        }
        function winOnResize() {
            checkScreenWidth();
            winOnScroll(); // initial slide
        }
        function winOnScroll() {
            var y = xScrollTop();
            if (floatAtBottom) {
                y += xClientHeight() - xHeight('floating_banner_left');
            }

            xSlideTo('floating_banner_left', (screen.width - (800-735) - 1053)/2-115 , y, slideTime);  // Chỉnh khoảng cách bên trái
            xSlideTo('floating_banner_right', (screen.width - (800-805) + 1020)/2, y, slideTime); // // Chỉnh khoảng cách bên phải
        }

        function checkScreenWidth()
        {
            if( document.body.clientWidth < 926 )
            {
                document.getElementById('floating_banner_left').style.display = 'none';
                document.getElementById('floating_banner_right').style.display = 'none';
            }
            else
            {
                document.getElementById('floating_banner_left').style.display = '';
                document.getElementById('floating_banner_right').style.display = '';
            }
        }


    </script>
    <style type="text/css">
        div#floating_banner_left,div#floating_banner_right {
            margin-top: 0px;
        }
        div#floating_banner_left {
            left: -140px !important;
        }
        div#floating_banner_right {
            left: 970px !important;
            overflow: inherit !important;
        }
        div#floating_banner_right img{
            max-width: inherit !important;
        }
    </style>
    <div class="banner-truot">


        <div id="floating_banner_left" style="text-align: right;position: absolute;overflow: hidden;top: 0px;left: 47px !important;border: 0px solid rgb(0, 0, 0);box-shadow: 0px 0px 3px #999;z-index: 999;">
            <div id="floating_banner_left_content">
                <a href="" target="_blank"><img src="images/SachYhoc-LRBanner.jpg" border="0" alt="" width="130" /></a><br />
            </div>
        </div><!--end floating_banner_left-->





        <div id="floating_banner_right" style="text-align:left; position:absolute; overflow:hidden; top: 0px; right: 0px; border: 0px solid #000;box-shadow: 0px 0px 3px #999;z-index: 999;">
            <div id="floating_banner_right_content"  >
                <a href="" target="_blank"><img src="images/SachYhoc-LRBanner.jpg" border="0" alt="" width="130"  /></a><br />
            </div>
        </div><!--end floating_banner_right-->







        <script type="text/javascript">
            runQuery();
        </script>
        <script type="text/javascript">
            quanbu_floating_init();
        </script>
    </div><!--end banner-truot-->





















  <div class="grid_3 alpha"><img src="images/logo.jpg" border="0" style="margin : 10px 0px 0px 10px"></div>
  <div class="grid_9 omega"><img class="slogan" src="images/slogan.png" width="680" height="66" alt="slogan" style="margin-top : 30px"/>
  	<div style="width : 98%; font-size : 14px; font-weight : bold; color : #fff; padding-top : 20px; font-family : Tahoma;">
	
	</div>
  </div>
  
</div>
<div  class="container_12">
  <div class="grid_12 navi">
    <div class="menu">
      <ul id="jsddm">
	  	<li ><a href="?" id="active_menu">Trang chủ</a></li>
		<li ><a href="?module=cd" >Sách độc quyền</a></li>
	  									<li ><a href="?module=bn&cID=114" >Sách mới</a>
										
									<ul>										<li ><a href="?module=bn&cID=116">Hướng dẫn mua hàng</a></li>
										</ul>									
								</li>
												<li ><a href="?module=contact" >Liên hệ</a></li>
      </ul>
      <div class="search">
        <form method="post" action="?module=search">
          <input class="text_field" type="text" name="search" />
          <input class="btn_search" type="submit" value=" "/>
        </form>
      </div>
    </div>
  </div>
</div><!--end top-->
<!--main-->
<div class="container_12">
  <div class="content">
  <!--left-->
    ﻿<div class="grid_3 alpha danhmuc">
      <h3>Danh mục sản phẩm</h3>
      <ul>
	  								<li >
                                    <a href="?module=bp&cID=151"><b>DANH MỤC SÁCH Y HỌC </b></a>
									
																	<li ><a style="text-transform: uppercase" href="?module=bp&cID=171">Sách chuyên khoa y học cổ truyền</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=182">Sách chuyên khoa nội</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=153">Sách chuyên khoa ngoại</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=154">Sách chuyên khoa tim mạch</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=155">Sách chuyên khoa chuẩn đoán hinh ảnh</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=160">Sách chuyên khoa giải phẫu – phẫu thuật thẩm mỹ</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=161">Sách chuyên khoa gây mê</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=162">Sách chuyên khoa sản phụ khoa</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=163">Sách chuyên khoa nhi</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=164">Sách chuyên khoa răng hàm mặt</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=165">Sách chuyên khoa nhãn khoa</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=166">Sách chuyên khoa tai, mũi, họng</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=167">Sách chuyên khoa huyết học</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=168">Sách chuyên khoa sinh lý học</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=169">Sách chuyên khoa dược</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=170">Sách chuyên khoa thần kinh – tâm thần</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=172">Sách chuyên khoa điều dưỡng</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=173">Sách chuyên khoa ung thư</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=174">Dịch tễ - Truyền nhiễm – Da Liễu – Dinh Dưỡng  thực phẩm</a></li>
																		<li ><a style="text-transform: uppercase" href="?module=bp&cID=175">Sách chuyên đề</a></li>
																	
							</li>
															<li >
                                    <a href="?module=bp&cID=156">CẨM NANG GIA ĐÌNH</a>
									
																
							</li>
															<li >
                                    <a href="?module=bp&cID=157">TỪ ĐIỂN Y HỌC</a>
									
																
							</li>
															<li >
                                    <a href="?module=bp&cID=159">BÁCH KHOA TRI THỨC</a>
									
																
							</li>
															<li >
                                    <a href="?module=bp&cID=158">KHOA HỌC ĐỜI SỐNG</a>
									
																
							</li>
															<li >
                                    <a href="?module=bp&cID=176">ĐĨA CD</a>
									
																
							</li>
															<li >
                                    <a href="?module=bp&cID=177">SÁCH ĐIỆN TỬ TIẾNG ANH CHUYÊN NGÀNH</a>
									
																
							</li>
															<li >
                                    <a href="?module=bp&cID=178">CÁC SÁCH KHÁC</a>
									
																	<li ><a style="text-transform: uppercase" href="?module=bp&cID=152">Sách chuyên khoa nội</a></li>
																	
							</li>
							      </ul>
      <div class="count_online">
        <h4>Thống kê lượt truy cập</h4>
        <p>Số người đang online:<!---->10</p>
        <p>Tổng số người online:69186279</p>
      </div><br/>
       <p><a href="http://www.traigadongtao.vn/" title="gà đông tảo hưng yên">gà đông tảo hưng yên</a></p>
	  <a href="bdf.png" class="pirobox_gall" title="Spain 2009"><img src="images/bd.png" width="98%"></a>
    </div>	<!--and left-->
	<!--main-->
    <div class="grid_6 mid">
		<h3><a href="#">Sách tiêu biểu</a></h3>
	  <div class="row">
	  <marquee width="98%" scrolldelay="200" onmousemove="stop()" onmouseout="start()">
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=155&id=88"><img src="upimages/products/chuandoanhinhanh/SIÊU ÂM TQ.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=169&id=336"><img src="upimages/products/sachduoc/DSC01092.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=169&id=348"><img src="upimages/products/sachduoc/A DƯỢC ĐIỂN 2.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=169&id=415"><img src="upimages/products/sachduoc/DSC01164.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=575"><img src="upimages/products/taimuihong/Đông y toàn tập.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=609"><img src="upimages/products/sachyhoccotruyen/DSC01272.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=611"><img src="upimages/products/sachyhoccotruyen/DSC01273.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=612"><img src="upimages/products/yhoccotruyen/a HT trọn bộ.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=615"><img src="upimages/products/sachyhoccotruyen/DSC01276.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=616"><img src="upimages/products/sachyhoccotruyen/DSC01277.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=617"><img src="upimages/products/sachyhoccotruyen/DSC01278.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=624"><img src="upimages/products/sachyhoccotruyen/DSC01284.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=625"><img src="upimages/products/sachyhoccotruyen/DSC01285.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=626"><img src="upimages/products/sachyhoccotruyen/DSC01286.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=175&id=785"><img src="upimages/products/chuyende/DSC01436.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=175&id=786"><img src="upimages/products/chuyende/DSC01437.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=175&id=787"><img src="upimages/products/chuyende/DSC01438.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=175&id=788"><img src="upimages/products/chuyende/DSC01439.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=175&id=789"><img src="upimages/products/chuyende/DSC01440.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=175&id=790"><img src="upimages/products/chuyende/DSC01441.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=175&id=794"><img src="upimages/products/sachy/BKT.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1224"><img src="upimages/products/sachyhoccotruyen/DSC01343.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1231"><img src="upimages/products/380bt.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=169&id=1288"><img src="upimages/products/sachduoc/thuoc biet duoc.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1290"><img src="upimages/products/sachyhoccotruyen/hai thuong.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1291"><img src="upimages/products/sachyhoccotruyen/tuetinh.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1292"><img src="upimages/products/sachyhoccotruyen/hoa da.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1293"><img src="upimages/products/sachyhoccotruyen/truong trong canh.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1294"><img src="upimages/products/sachyhoccotruyen/bien thuoc.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1295"><img src="upimages/products/sachyhoccotruyen/ly dong vien.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1296"><img src="upimages/products/sachyhoccotruyen/diep thien sy.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1297"><img src="upimages/products/sachyhoccotruyen/truong tu hoa.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=182&id=1302"><img src="upimages/products/sachnoikhoa/cac thang.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=182&id=1303"><img src="upimages/products/sachnoikhoa/A BHN.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=156&id=1311"><img src="upimages/products/ranghammat/pham song.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=169&id=1325"><img src="upimages/products/timmach/tracuu.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=169&id=1326"><img src="upimages/products/timmach/kham benh.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1337"><img src="upimages/products/yhoccotruyen/TĐ CÂY THUỐC T1.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1338"><img src="upimages/products/VO VAN CHI T2.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1347"><img src="upimages/products/huyethoc/Dong y nhap mon.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1586"><img src="upimages/products/yhoccotruyen/DƯỢC THẢO LUẬN TRỊ.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1659"><img src="upimages/products/yhoccotruyen/CHỨC NĂNG.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=1979"><img src="upimages/products/yhoccotruyen/A DANH LỤC.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=174&id=2072"><img src="upimages/products/dalieu/AA DA LIỄU.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  
	  <!--1 san pham-->
      
         <a href="?module=dp&cID=171&id=2109"><img src="upimages/products/chuyende/TĂNG HUYẾT ÁP.jpg" width="93" height="138" alt="img01" border="0"/></a> 
      
	  	  </marquee>
	  </div>

      <h3><a href="#">sách đôc quyền</a></h3>
	  	  
	  <!--1 san pham-->
      <div class="row">
        <p class="col1"> <a href="?module=dp&cID=171&id=622"><img src="upimages/products/sachyhoccotruyen/AA TỬ SIÊU.jpg" width="93" height="138" alt="img01" /></a> </p>
        <dl>
          <dt><a href="?module=dp&cID=171&id=622">Y HỌC TÙNG THƯ </a></dt>
          <dd> 
            Nhà xuất bản:AN NHÂN - NGUYỄN TỬ SIÊU<br />
            Giá bìa : 328.000 VNĐ<br />
            ... 
			<br/>
			<a class="link" href="?module=dp&cID=171&id=622">Chi tiết</a> <a class="link" href="modules/giohang.php?add=622" onclick="newWindow('modules/giohang.php?add=622', 'popup', 800, 550, 1, 1, 0, 0, 0, 1, 0); return false;" target="_blank">Đặt mua</a> 
			</dd>
        </dl>
      </div>
	  	  
	  <!--1 san pham-->
      <div class="row">
        <p class="col1"> <a href="?module=dp&cID=171&id=654"><img src="upimages/products/sachyhoccotruyen/A CHÂM CỨU DDT.jpg" width="93" height="138" alt="img01" /></a> </p>
        <dl>
          <dt><a href="?module=dp&cID=171&id=654">CHÂM CỨU ĐẠI THÀNH</a></dt>
          <dd> 
            Nhà xuất bản:DƯƠNG KẾ CHÂU<br />
            Giá bìa : 465.000 VNĐ<br />
            ... 
			<br/>
			<a class="link" href="?module=dp&cID=171&id=654">Chi tiết</a> <a class="link" href="modules/giohang.php?add=654" onclick="newWindow('modules/giohang.php?add=654', 'popup', 800, 550, 1, 1, 0, 0, 0, 1, 0); return false;" target="_blank">Đặt mua</a> 
			</dd>
        </dl>
      </div>
	  	  
	  <!--1 san pham-->
      <div class="row">
        <p class="col1"> <a href="?module=dp&cID=171&id=1577"><img src="upimages/products/yhoccotruyen/SÁCH THUỐC MỌI NHÀ.jpg" width="93" height="138" alt="img01" /></a> </p>
        <dl>
          <dt><a href="?module=dp&cID=171&id=1577">THIÊN GIA DIỆU PHƯƠNG T1+T2 ( SÁCH THUỐC CHO MỌI NHÀ ) dày 942 trang</a></dt>
          <dd> 
            Nhà xuất bản:LÝ VĂN LƯỢNG - TỀ CƯỜNG  Chủ Biên Phan Lê dịch<br />
            Giá bìa : 745.000 VNĐ<br />
            ... 
			<br/>
			<a class="link" href="?module=dp&cID=171&id=1577">Chi tiết</a> <a class="link" href="modules/giohang.php?add=1577" onclick="newWindow('modules/giohang.php?add=1577', 'popup', 800, 550, 1, 1, 0, 0, 0, 1, 0); return false;" target="_blank">Đặt mua</a> 
			</dd>
        </dl>
      </div>
	  	  
      
      <div style="display:none">
	  <h3><a href="#">Sách chuyên đề</a></h3>
	  	  
	  <!--1 san pham-->
      <div class="row">
        <p class="col1"> <a href="?module=dp&cID=175&id=781"><img src="image" width="93" height="138" alt="img01" /></a> </p>
        <dl>
          <dt><a href="?module=dp&cID=175&id=781">Chẩn đoán điều trị y học hiện đại T1</a></dt>
          <dd> 
            Nhà xuất bản:Sách Dịch<br />
            Giá bìa : 235.000 VNĐ<br />
            Content... 
			<br/>
			<a class="link" href="?module=dp&cID=175&id=781">Chi tiết</a> <a class="link" href="modules/giohang.php?add=781" onclick="newWindow('modules/giohang.php?add=781', 'popup', 800, 550, 1, 1, 0, 0, 0, 1, 0); return false;" target="_blank">Đặt mua</a> 
			</dd>
        </dl>
      </div>
	  	  
	  <!--1 san pham-->
      <div class="row">
        <p class="col1"> <a href="?module=dp&cID=175&id=782"><img src="upimages/products/chuyende/DSC01433.jpg" width="93" height="138" alt="img01" /></a> </p>
        <dl>
          <dt><a href="?module=dp&cID=175&id=782">Chẩn đoán điều trị y học hiện đại T2</a></dt>
          <dd> 
            Nhà xuất bản:Sách Dịch<br />
            Giá bìa : 448.000 VNĐ<br />
            Cuốn sách dịch \"Chẩn đoán và điều trị y học hiện đại\" của Nhà xuất bản Y học ấn hành sẽ cung cấp thông tin đầy đủ và hệ thống cho các bác sĩ thực hành ... 
			<br/>
			<a class="link" href="?module=dp&cID=175&id=782">Chi tiết</a> <a class="link" href="modules/giohang.php?add=782" onclick="newWindow('modules/giohang.php?add=782', 'popup', 800, 550, 1, 1, 0, 0, 0, 1, 0); return false;" target="_blank">Đặt mua</a> 
			</dd>
        </dl>
      </div>
	  	  
	  <!--1 san pham-->
      <div class="row">
        <p class="col1"> <a href="?module=dp&cID=175&id=783"><img src="upimages/products/chuyende/DSC01434.jpg" width="93" height="138" alt="img01" /></a> </p>
        <dl>
          <dt><a href="?module=dp&cID=175&id=783">Sổ tay lâm sàng chẩn đoán điều trị T1</a></dt>
          <dd> 
            Nhà xuất bản:NXB Y Học<br />
            Giá bìa : 430.000 VNĐ<br />
            Trong Y học, quá trình từ chẩn đoán đến điều trị không những là một khoa học mà còn là một nghệ thuật. Cuốn sách “Sổ tay lâm sàng - chẩn đoán và điều trị” ... 
			<br/>
			<a class="link" href="?module=dp&cID=175&id=783">Chi tiết</a> <a class="link" href="modules/giohang.php?add=783" onclick="newWindow('modules/giohang.php?add=783', 'popup', 800, 550, 1, 1, 0, 0, 0, 1, 0); return false;" target="_blank">Đặt mua</a> 
			</dd>
        </dl>
      </div>
	  	  </div>
	  
      
	 </div>	<!--end main-->
	<!--right-->
    <div class="grid_3 omega right">


  

	 
	     <h3><a href="upfiles/files/Copy of dms (1) (1) (2) (2) (1).xlsupfiles/files/Copy of dms (1) (1) (2) (2).xls"  style="color : #fff">Download danh mục sách</a></h3><br/>
	    
	  
	  
	  <h3>Chuyên mục sách y học</h3>
	  <div class="support_online" style="display:none">
	  
	  			<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=153">Sách chuyên khoa ngoại</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=154">Sách chuyên khoa tim mạch</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=155">Sách chuyên khoa chuẩn đoán hinh ảnh</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=160">Sách chuyên khoa giải phẫu – phẫu thuật thẩm mỹ</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=161">Sách chuyên khoa gây mê</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=162">Sách chuyên khoa sản phụ khoa</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=163">Sách chuyên khoa nhi</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=164">Sách chuyên khoa răng hàm mặt</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=165">Sách chuyên khoa nhãn khoa</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=166">Sách chuyên khoa tai, mũi, họng</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=167">Sách chuyên khoa huyết học</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=168">Sách chuyên khoa sinh lý học</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=169">Sách chuyên khoa dược</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=170">Sách chuyên khoa thần kinh – tâm thần</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=171">Sách chuyên khoa y học cổ truyền</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=172">Sách chuyên khoa điều dưỡng</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=173">Sách chuyên khoa ung thư</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=174">Dịch tễ - Truyền nhiễm – Da Liễu – Dinh Dưỡng  thực phẩm</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=175">Sách chuyên đề</a></div>
						<div style="font-size : 12px; text-align : left; padding-left : 10px; padding : 3px 0px; border-bottom : 1px dotted #cdcdcd">+ <a href="?module=tg&cID=182">Sách chuyên khoa nội</a></div>
				  
	  </div>

	  <h3>Thông tin giỏ hàng</h3>
	  <div class="support_online">
	  <a href="#" onclick="newWindow('modules/giohang.php', 'popup', 800, 550, 1, 1, 0, 0, 0, 1, 0); return false;" target="_blank"><img src="images/giohang.jpg" border="0"></a><br/>
	  <b>Hiện tại trong giỏ hàng của bạn đang có : 
	   0 Sản phẩm</b>	  </div>
	  
      <h3>Hỗ trợ trực tuyến</h3>
	  				
				<div class="support_online"><a href="ymsgr:sendim?sachyhoc115gv"><img border="0" src="http://opi.yahoo.com/online?u=sachyhoc115gv&amp;m=g&amp;t=14&amp;l=us" alt="Phòng kinh doanh"></a>
        <p>Điện thoại: 0912.017.243</p>
		</div>
				      
      <!--<h3>Sách giám giá</h3>
	  	  
      <div class="price_down"> <a href="?module=dp&cID=175&id=781"><img src="image" width="89" height="140" alt="im02" /></a>
        <p class="tacgia">Chẩn đoán điều trị y học hiện đại T1<span >giamgia</span></p>
        <p><span>Giá bìa: 235.000 VNĐ</span></p>
        <p><a href="?module=dp&cID=175&id=781">Chi tiết</a></p>
      </div>
	  	  
      <div class="price_down"> <a href="?module=dp&cID=152&id=468"><img src="upimages/products/sachnoikhoa/sp34377_2916141842008.gif" width="89" height="140" alt="im02" /></a>
        <p class="tacgia">Chăm Sóc Và Điều Trị Người Mắc Bệnh Tim Mạch<span >15%</span></p>
        <p><span>Giá bìa: 46.500 VNĐ</span></p>
        <p><a href="?module=dp&cID=152&id=468">Chi tiết</a></p>
      </div>
	  	  
      <div class="price_down"> <a href="?module=dp&cID=152&id=467"><img src="upimages/products/sachnoikhoa/sp32128_benh viem khop.jpg" width="89" height="140" alt="im02" /></a>
        <p class="tacgia">Bệnh Viêm Khớp Dạng Thấp<span >5%</span></p>
        <p><span>Giá bìa: 50.000 VNĐ</span></p>
        <p><a href="?module=dp&cID=152&id=467">Chi tiết</a></p>
      </div>
	  	  
      <div class="price_down"> <a href="?module=dp&cID=152&id=466"><img src="upimages/products/sachnoikhoa/sp32129_loang xuong.jpg" width="89" height="140" alt="im02" /></a>
        <p class="tacgia">Loãng Xương - Nguyên Nhân, Chẩn Đoán , Điều Trị<span >5%</span></p>
        <p><span>Giá bìa: 60.000 VNĐ</span></p>
        <p><a href="?module=dp&cID=152&id=466">Chi tiết</a></p>
      </div>
	  	  
      <div class="price_down"> <a href="?module=dp&cID=152&id=465"><img src="upimages/products/sachnoikhoa/sp32131_cac benh ly.jpg" width="89" height="140" alt="im02" /></a>
        <p class="tacgia">Các Bệnh Lý Sinh Lý Bệnh Thận Niệu<span >5%</span></p>
        <p><span>Giá bìa: 120.000 VNĐ</span></p>
        <p><a href="?module=dp&cID=152&id=465">Chi tiết</a></p>
      </div>
	  	  
      <div class="price_down"> <a href="?module=dp&cID=152&id=461"><img src="upimages/products/img01.jpg" width="89" height="140" alt="im02" /></a>
        <p class="tacgia">HAI MƯƠI BỐN GIỜ MỘT PHÚT<span >10%</span></p>
        <p><span>Giá bìa: 60.000 VNĐ</span></p>
        <p><a href="?module=dp&cID=152&id=461">Chi tiết</a></p>
      </div>
	  	  -->
	  
	  <!-- 1 tin-->
      
    </div>	<!--end right-->
  </div>
</div>
<!--end main-->
<div class="container_12" >
  <div class="grid_12 slipt_content"></div>
</div>
<!--bottom-->
﻿<div class="container_12" >
  <div class="grid_12">
    <div class="grid_4 alpha bank">
      <h3>Hệ thống ngân hàng liên kết</h3>
      <ul>
        
        <li><a class="bank1" href="#">Ngân hàng VIETINBANK</a></li>
        <li><a class="bank2" href="#">Ngân hàng TECHCOMBANK</a></li>
        <li><a class="bank3" href="#">Ngân hàng VIETCOMBANK</a></li>
        
      </ul>
    </div>
    <div class="grid_4 col_bottom">
      <h3>Đặt sách theo yêu cầu</h3>
      <p class="sub">Nhập thông tin sách hệ thống sẽ đáp ứng yêu cầu quý khách nhanh nhất</p>
      <form method="post" action="index.php?module=memreg&object=contact">
        <div class="row_form">
          <p>Họ tên</p>
          <input type="text" name="fullname"/>
        </div>
		<div class="row_form">
          <p>Địa chỉ</p>
          <input type="text" name="address"/>
        </div>
        <div class="row_form">
          <p>Mail:</p>
          <input type="text" name="email"/>
        </div>
        <div class="row_form">
          <p>Phone:</p>
          <input type="text" name="phone" />
        </div>
        <div class="row_form_content">
          <p>Nội dung</p>
          <textarea name="content"></textarea>
        </div>
        <div class="row_form_btn">
          <input type="submit" value="Submit" />
          <input type="reset" value="Reset" />
        </div>
      </form>
    </div>
    <div class="grid_4 omega col_bottom">
      <h3>Tin tức &amp; Sự kiện</h3>
	        <div class="news"><a href="?module=dn&cID=116&id=388"><img src="" width="102" height="124" alt="sach" /></a>
        <p>Sachyhoc.net cam kết sẽ bảo mật những th&ocirc;ng tin mang t&iacute;nh ri&ecirc;ng tư của Qu&yacute; kh&aacute;ch h&agrave;ng. Qu&yacute; kh&aacute;ch h&agrave;ng vui l&ograve;ng đọc bản &ldquo;Ch&iacute;nh s&aacute;ch bảo mật th&ocirc;ng tin&rdquo; dưới đ&acirc;y để hiểu hơn những cam kết m&agrave; ch&uacute;ng t&ocirc;i thực hiện, nhằm t&ocirc;n ...</p>
      </div>
	  <ul>
	        
        <li><a href="?module=dn&cID=116&id=387">Chính sách bảo hành</a></li>
      
	        
        <li><a href="?module=dn&cID=116&id=386">Chính sách kiểm hàng</a></li>
      
	        
        <li><a href="?module=dn&cID=116&id=385">Chính sách kiểm hàng</a></li>
      
	  </ul>    </div>
  </div>
</div>
<div id="top_footer">
  <div class="container_12">
    <div class="grid_12">
        <div class="grid_6 alpha left_footer">
            <span>Trung tâm sách y dược</span><br />
            115 Giảng Võ - Đống Đa- Hà Nội<br />
            ĐT: (04)-37367559<br />
            Di &#273;&#7897;ng: 0949.24.72.72 / 0912.017.243<br />
            Email: sachyhoc115gv@gmail.com / sachyhoc115gv@yahoo.com
        </div>
        <div style="display: none;" class="grid_6 omega right_footer">
            <strong>Cơ sở 2 : Trung tâm Sách Y Dược</strong><br />
            127/4 F13 Hoàng Hoa Thám - Quận Tân Bình - TP Hồ Chí Minh<br />
            Điện thoại: 0918.721.269-0912.017.243<br />
            Email: sachyhoc115gv@gmail.com / sachyhoc115gv@yahoo.com
        </div>
        <div class="info-shop1">
          <p>
            <strong>MỌI CHI TIẾT TRÊN WEBSITE LIÊN HỆ :</strong>
          </p>
          <p>
            <strong>Chủ sở hữu : </strong>Nguyễn Hương Ly - 
            <strong>Địa chỉ : </strong>số 81 Cống Vị, phường Cống Vị, quận Ba Đình, thành phố Hà Nội .
          </p>
          <p>
            <strong>Điện thoại : </strong>0944070379 - <strong>Email : </strong>sachyhoc115gv@gmail.com
          </p>
          <p>
            <strong>ĐKKD số : </strong>01E8008300 - <strong>Mã số thuế : </strong>0102365095 - 
            <strong>Ngày cấp : </strong>18/09/2007
          </p>
          <p>
            <strong>CÁC CHÍNH SÁCH MUA HÀNG - GIAO NHẬN - BẢO MẬT THÔNG TIN KHÁCH HÀNG</strong>
          </p>
          <p>
            <strong><a href="http://sachyhoc.net/?module=dn&amp;cID=116&amp;id=356">Chính sách mua hàng, thanh toán</a></strong> - 
            <strong><a href="http://sachyhoc.net/?module=dn&amp;cID=116&amp;id=387">Chính sách bảo hành</a></strong> - 
            <strong><a href="http://sachyhoc.net/?module=dn&amp;cID=116&amp;id=385">Chính sách kiểm hàng</a></strong> - 
            <strong><a href="http://sachyhoc.net/?module=dn&amp;cID=116&amp;id=388">Chính sách bảo mật </a></strong>
          </p>
          <p>
            <a href="http://online.gov.vn/Home/WebDetails/100721" target="_blank">
              <img alt="" title="" width="200" src="http://online.gov.vn/Content/EndUser/LogoCCDVSaleNoti/logoSaleNoti.png">
            </a>
          </p>
        </div>
<style type="text/css">
.info-shop1 {
    width: 940px;
    float: left;
    color: #fff;
}
.info-shop1 p{
  margin: 5px 0px;
}
.info-shop1 a {
    color: #fff;
    text-decoration: underline;
}
</style>



		<div class="design-qnh">
            Design by:
            <a href="http://hgtech.vn">HGTECH.vn</a><br />
            Website xây dựng dựa theo chuẩn: 960gs,XHTML-CSS
		</div>
</div>



  
</div>

  <style type="text/css">
a{color:#333333;}
font{color:#333333;}
</style>

</div>









<!--end bottom-->
</body>
</html>
