/*
 * Content List 
 */

/* sub headers */
.emc-wrapper div.module-header{
    width:100%;
    clear: both;
    border-bottom:1px solid #999999;
    margin: 51px 0 0 0;
    height: 30px;
}

.emc-wrapper div.module-header h2{
    display: inline;
    font-size:14px;
    line-height:2em;
    color:black;
    text-transform:uppercase;
}

/*Arrows*/
.emc-wrapper .module-header a.link {
  background: url(../../../images/EMC_Image_C_1294179768890_updown-sprite.png) no-repeat top left;
  margin: 8px 2px;
  width: 13px;
  display: block;
  height: 13px;
  overflow: hidden;
  text-indent: -999px;
  float: right;
}
.emc-wrapper .module-header a.link.next {
background-position: -13px 0px;
}
.emc-wrapper .module-header a.link.prev:hover{
  background-position:0 -13px;
}
.emc-wrapper .module-header a.link.next:hover{
  background-position:-13px -13px;
}


/* resources */
.emc-wrapper .resources .headers {
	border-bottom: 1px solid #d9d9d9;
	vertical-align: middle;
	
    white-space: nowrap;
    word-spacing: -1em;
    letter-spacing: -3px;
    
}
.emc-wrapper .resources .headers h3 {
	display: inline-block;
	width: 225px;
    padding: 13px 26px 9px 1px;
	
	vertical-align: middle;
	
    white-space: normal;
    word-spacing: normal;
    letter-spacing: normal;
    
	text-transform: uppercase;
    color: #999;
    font-size: 1.273em;
	
	/* hack: ie6/7 inline-block */
	*display: inline; 
	zoom: 1; 
}

.emc-wrapper .resources .headers h3.first {
    padding-left: 0;
}
.emc-wrapper .resources .headers h3.last {
    padding-left: 0;
    padding-right: 0;
}

.emc-wrapper .resources .body .resource-col {
    float: left;
    width: 225px;
    padding: 39px 26px 0 1px;
    padding-top: 39px;
}
.emc-wrapper .resources .body .last {
    padding-right: 0;
    padding-left: 0;
}
.emc-wrapper .resources .body .first {
    padding-left: 0;
}

.emc-wrapper .resources .body ul {
    padding: 0 18px 0 0;
}
.emc-wrapper .resources .body .video-col ul {
    padding: 0;
}
.emc-wrapper .resources .body .video-col ul li {
    margin-bottom: 20px;
    background: #eee;
}
.emc-wrapper .resources .body .video-col ul li .description {
	position: relative;
    cursor: pointer;
    display: block;
    margin: 13px 15px 0 15px;
    padding: 0 0 13px 24px;
    color: #095a90;

}
.emc-wrapper .resources .body .video-col ul li a .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url('../../../images/EMC_Image_C_1294179768333_open-window-grey.gif') no-repeat top left;
}

.x-ie6 .emc-wrapper .resources .body .video-col ul li a .icon {
	left: -24px;
	font-size: 0;
}

.emc-wrapper .resources .body .video-col ul li a:hover .icon {
    background-position: bottom left;
}

.emc-wrapper .resources .body h4 {
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #999;
    font-size: 1em;
}

.emc-wrapper .resources .body .resource-copy {
    margin-bottom: 17px;
}

.emc-wrapper .resources .body .resource-copy a {
	color: #4c4c4c;	
}

.emc-wrapper .resources .body .resource-copy a:hover {
	color: #095A90;	
}



.emc-wrapper .resources .view-more {
    clear: both;
    width: 215px;
    padding-left:  754px;
    text-transform: uppercase;
    font-size: 1.091em;
    font-weight: bold;
    color: #095a90;
}

/*Compare*/

  
  .emc-wrapper .options-wrapper {
    width: 100%;
    margin-bottom: -20px;
  }

.emc-wrapper .no-intro {padding-top: 20px;}

.emc-wrapper .options-wrapper .options-box {width: 462px; float: right; margin-top: 20px;}
.emc-wrapper .options-wrapper .options-box-first {width: 463px; float: left;}
  
  
  .emc-wrapper .options-box-first {
    clear: left;
  }
  
  .emc-wrapper .options-box .product-image{
    display: block;
    float: left;
    width: 147px;
    height: 130px;
    overflow:hidden;
  }
  
  .emc-wrapper .options-box .content-container{
    width:315px;
    float:left;
  }
  
 
  .emc-wrapper .options-box h3{
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 13px;
  }
  
  .emc-wrapper .options-head{
    padding: 40px 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: black;
  }
  .emc-wrapper .options-box h4{
    margin:10px 0;
    width:240px;
  }
  .emc-wrapper .options-box ul{
    width: 237px;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: -5px;
  }
  .emc-wrapper .options-box ul li{
  	background: url(../../../images/EMC_Image_C_1294179769710_li.gif) no-repeat 0 0.6em;
  	padding-left: 15px;
    line-height:1.7em;
    width:270px;
  }
  .emc-wrapper .compare .view-more {
    margin-top: 20px;
}
/*/Compare*/

/* more */
.emc-wrapper .more ul {
    width: 100%;
    margin-top: 40px;
}
.emc-wrapper .more ul li {
    float: left;
    width: 225px;
    margin-right: 26px;
    margin-left: 1px;
	background: #eee;
}
.emc-wrapper .more ul li.first {
    margin-left: 0;
}
.emc-wrapper .more ul li.last {
    margin-right: 0;
    margin-left: 0;
}

.emc-wrapper .more ul li a:hover img{
	text-decoration: none;
}
.emc-wrapper .more ul li a:hover .description {
	text-decoration: underline;
}
.emc-wrapper .more ul li .description {
	cursor: pointer;
    display: block;
	height: 30px;
    margin: 15px;
    padding: 0;
    color: #095a90;
}

/* /more */



/* video overlay */
/*Categories overlay CSS*/
.emc-wrapper .video-overlay{
  width:520px;
  border:1px solid #b7b7b7;
  background:white;
  padding:0 30px;
  float:left;
  margin-top:-10px;
  text-align: left;
}

.emc-wrapper .video-overlay .video-overlay-content {
  width:100%;
}