#product_wrapper{float:left;width:100%;clear:both;}
#product_header_wrapper{float:left;width:70%;height:100%;}
#product_header{ float:left; width:100%;  height:100%; border-bottom:1px solid #000; font-size:130%;}
#product_name{float:left;font-size:130%;}
#product_price{float:right;} 
#product_icons{float:right;clear:left;position:relative;bottom:0; }         
#product_content{padding:10px 10px; }  
#product_image{ float:left; width:30%;}
#product_description{float:left;width:100%;margin:10px 0;clear:both;border-top:1px solid #000;}
.product_wrapper{float:left;width:100%;clear:both;}
.product_list{ padding:10px; clear:left;}
.product_header{border-bottom:1px solid #000;font-size:130%;}
.product_content{
	padding:10px 0;
}
.product_image{
	float:left;padding:0 10px 0 0;
}
.product_short_description{
	float:left;width:60%;padding:0 10px 0 0;
}
.product_price{
	float:right;
}
.product_footer{
	padding:10px 0;clear:both;float:right;
}
.product_footer_image{
	padding:0 10px 0 0;
}
.product_category_description{

}
/* Paging */
div.paging {
	color: #999999;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #999999;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

div.paging a{
 	color:000; 
}
.related_products_header{
    float:left;
    clear:both;
    font-weight: bold;  
}
.related_products{
    float:left;
    clear:both;
    padding: 10px 0 0 0;    
}
.related_product{
    float:left;
    clear:both; 
}


/* FAQs */

.faq_wrapper{
	float:left;
	width:550px;
	background:#ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0 20px 0;
}

.faq_wrapper .faq_title{
	float:left;
	width:510px;
	padding:5px 20px 5px 20px;
	cursor:pointer;
}

.faq_wrapper .faq_title:hover h3{
	color:#0071BC;
}

.faq_wrapper .faq_answer{
	float:left;
	width:510px;
	padding:0 20px 10px 20px;
}

/* News */

.news_title h3{
	font-size: 1.5em;
}
.news_wrapper{
	float:left;
	width:100%;
	background:#ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 0 20px 0;
	padding: 15px 0;
}

.news_wrapper .news_title{
	padding:5px 20px 5px 20px;
}

.news_wrapper .news_title:hover h3{
	color:#0071BC;
}

.news_wrapper .news_short_desc{
	float:left;
	width:100%;
	padding:0 20px 10px 20px;
}

.news_detail_wrapper{
	padding:5px 20px 5px 20px;
}

.backBtn{
	margin: 20px;
	float: right;
	background-image: url(/insurance/img/back.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 41px;
	text-indent: -9999px;
	border: none;
	cursor: pointer
}

.backBtn:hover {
	background-position: 0 -41px;
}