/* product_detail.css 
  =======================================
    - Set up
    - HI Template
    - Testimonials
  =======================================
*/

/* Set up
==================================================== */
#section_sub_heading img {
  position:absolute;
  width:150px;
}

.description {
  margin-left:180px;
  position:relative;
}
.description h3 {
  color:#114b87;
  font-size:20px;
  font-weight:700;
  text-transform:uppercase;
}

.description h2,
.description h4 {
  color:#114b87;
  font-size:16px;
  font-weight:700;
}
.description .details {
  margin-top:50px;
}
.introduction {
  border-top:2px solid #f7f4d1;
  padding:10px 0;
}
.description a.persona{
  float:right;
  position:relative;
  margin-top:-50px;
}
.introduction h3 {
  color:#114b87;
  font-size:20px;
  font-weight:700;
}
ul.action_items {
  height:60px;
  position:relative;
}

ul.action_items .click_to_chat {
  top:-6px;
  position:relative;
}

ul.action_items li {
  border-right:2px solid #f7f4d1;
}
.product_content {
}

/* Hack:IE6 */
* html .product_content .vertical_accordion {
	word-wrap:break-word;
}
* html .vertical_accordion .ui-accordion-header,
* html .terms {
	clear:both;
}
* html .vertical_accordion a.ui-accordion-header {
	margin-top: 5px;
	margin-bottom:0;
}

/* HI
---------------------------------------------------- */

/* Page header (replaces Section heading container)
==================================================== */
.page_header{
	margin:10px 20px;
	overflow:hidden;	
}


.page_header h1,
.page_header h3,
.page_header h4,
.page_header h5,
.page_header span {
	letter-spacing:-1px;
}


.page_header h1,
.page_header h3,
.page_header h5{
	float:left;
}

.page_header h4,
.page_header span {
	float:right;
}

.page_header span {
	font-size:12px;
	margin:18px 20px 0 0;
	color:#CC0000;
}

.page_header h5 {
  color:#333;
  font-size:18px;
  font-weight:100;
  margin:7px 0 0 15px;
}


.page_header h1,
.page_header h3,
.page_header h4{
  color:#333;
  font-size:30px;
  font-weight:700;
}

.icrossing {
  display: none;
}

/* Effects
==================================================== */
/* Reflection */
.reflect{
	-webkit-box-reflect: 	below -11px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), 
	color-stop(0.65, transparent), 
	to(white)) 0 0 0 0 stretch stretch;
}

.faux-reflect{
	-moz-transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	position:absolute;
	opacity:0.5;
	right:20px;
	top:25px;
}

.gradient{
	background:top left repeat-x url(/shs.I39.12179/shs/images/backgrounds/content/white_gradient.png);
	height:30px;
	width:400px;
	position:absolute;
	right:20px;
	top:25px;
}

* html .faux-reflect{
	display:none;
}

* + html .faux-reflect{
	display:none;
}

* html .gradient{
	display:none;
}

* + html .gradient{
	display:none;
}

/* Testimonials
==================================================== */
.testimonials_pages .main {
	padding:30px; 
	color:#666;
}

.testimonials_page h6 {
  color:#333;  
  font-size:16px;
  font-weight:700;
  margin-bottom:15px;
}

.testimonials_page .back {
  display:block;
  margin:20px 0;
}

.testimonials {
}
.testimonials h3 {
  font-size:16px;
  color:#666;
}
.testimonials ul li {
  border-bottom:1px solid #dbdbdb;
  color:#666;
  margin-bottom:25px;
  padding:0 40px 25px;
}

