/* Downloads page */
.dl_msg {
  font-family: Arial,Helvetica,sans-serif;
  color: #c2367f;
  font-size: 16px;
  float: right;
  margin-right: 150px;
  margin-top: 100px;
}

ul.download_list {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 0 0 140px 20px;
  padding: 0;
}
.download_list li.odd { background: #f8ebf4; }
.download_list li.even { background: #fff; }
.download_list li:hover, .download_list li.sfhover {
  background: #c2367f;  
}
.download_list li a {
  color: #000;
  text-decoration: none;
}
.download_list li {
  list-style: none;
  width: 150px;
  position: relative;
  padding: 3px 0 3px 3px;
  margin: 5px 0px;

}
.download_list li ul.item_list {
  background: #f8ebf4;
  position: absolute;
  left: 153px;
  top: 0px;
  z-index: 10;
  width: 220px;
  display: none;
  padding: 5px;
  margin: 0;
  border-left: solid 10px #fff;
}
.download_list li:hover ul.item_list, .download_list li.sfhover ul.item_list {
  display: block;
}
.download_list li ul li a {
  color: #c2367f;
}
	.download_list li ul li a:hover {
		color:#000000;
	}
.download_list li ul li {
  padding: 1px;
  width: 200px;
  padding-left: 20px;
}
.download_list li ul li.heading {
  padding-left: 1px;
}
.download_list li ul li:hover, .download_list li ul li.sfhover {
  background: transparent;
}

.download_list h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #c2367f;
}

/* product page downloads */
.download-lit-nav {
  background: url('/images/download-pdf.gif');
  width: 276px;
  height: 77px;
}
li.select-lit {
  list-style: none;
  background: #721b48;
  position: relative;
  top: 30px;
  left: 120px;
  width: 130px;
  font-size: 12px;
  color: #efa6d3;  
}
li.select-lit span {
  padding: 3px 5px;
  display: block;
}
li.select-lit ul.lit-out {
  z-index: 10;
  display: none;
  background: #501130;
}
li.select-lit:hover ul.lit-out, #dl_nav li.sfhover ul.lit-out {
  display: block;
}
ul.lit-out li {
  list-style: none;
  padding: 1px 5px;
  padding-left: 15px;
  font-size: 10px;
  color: #fff;
}
ul.lit-out li.heading {
  padding-left: 5px;
}
ul.lit-out li a {
  text-decoration: none;
  font-size: 10px;
  color: #efa6d3;  
}
	ul.lit-out li:hover,
	ul.lit-out li.sfhover {
		background:#721B48;
	}
div.more-info {
	margin-top:4px;
}
	div.more-info a {
		text-decoration:none;
		color:#CC036D;
	}
	div.more-info a:hover {
		color:#000000;
	}

/* Case studies profiles for success */
#case_studies .even {
  background: #f8ebf4;
}
#case_studies .odd {
  background: #fff;
}
p.case-study {
  display: block;
  float: left;
  width: 500px;
  clear: both;
  padding: 10px;
  margin: 1px;
  text-align: left;
  height: 75px;
}
p.case-study img {
  float: left;
  padding: 0 50px 10px 0;
}

#paging a {
  padding: 0 5px;
}

#paging a.highlight {
  font-weight; bold;
  text-decoration: none;
}

#paging {
  float: right;
  padding: 5px;
}

#download-pdf {
	position:relative;
}
	#download-pdf span {
		position:absolute;
		top:45%;
		left:45%;
		color:#FFFFFF;
	}