/* $Id: ie.css,v 1.4.2.2 2010/06/26 16:01:52 johnalbin Exp $ */

/* Id: ie.css,v 1.2.2.1 2010/01/20 20:11:52 johnalbin Exp */

/**
 * @file
 * CSS targeted specifically for Internet Explorer for Windows.
 *
 * Any CSS in this file will apply to all versions of IE. You can target
 * specific versions of IE by using conditional comments. See your sub-theme's
 * .info file for an easy way to use them.
 *
 * While building your theme, you should be aware that IE limits Drupal to 31
 * stylesheets total. The work-around for the bug is to enable CSS aggregation
 * under: admin / settings / performance.
 */


/*
 * Tabs
 */

ul.primary li a,
ul.primary li a .tab,
ul.secondary li a,
ul.secondary li a .tab {
  cursor: pointer;
}

/*
 * Drupal nodes
 */

.node-unpublished .node-inner>* {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

/*
 * Drupal admin tables
 */
tr.even th,
tr.even td,
tr.odd th,
tr.odd td {
  border-bottom: 1px solid #ccc; /* IE doesn't display borders on table rows */
}

/*
 * Markup free clearing
 */
.clearfix {
  zoom: 1;
}

.views_slideshow_pagerNumbered
{

	top: -30px;
	z-index:10;
	left:10px;
	position:relative;
	

}

.view-kmtrangchu .views-row
{
	background-image:url("/misc/line.jpg");
	background-repeat:no-repeat;
	background-position:bottom; 
	padding-bottom:10px;
}
#blanket {
   color:#111;

   position:fixed;
 
   width:100%;
   padding-right:3px;
   filter: alpha(opacity = 50);
   left:30px;
   height:1500px;
   z-index: 9001; 
}

#popUpDiv
{
		position:absolute;
	background-color:#eeeeee;
	width:758px;
	height:283px;
	z-index: 9002;
}
.section-km .views-field-field-khuyenmai-nid a
{
	background-image: url("/misc/chitiet.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline;
    float: right;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-right: 100px;
    overflow: hidden;
    width: 50px;
	margin-top:40px;
	
}