/* CSS Document */

ul.tabs {
	margin: 15px 0 0 0 !important;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	border: 1px solid #C0C0C0;
	border-left: none;
	margin-bottom: -1px;
	background: #e2c8c8;
		background: -webkit-gradient(linear, left top, left bottom, from(#f7eded), to(#e2c8c8));
		background: -moz-linear-gradient(top,  #f7eded,  #e2c8c8);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7eded', endColorstr='#e2c8c8');
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #7c3b3b;
	display: block;
	padding: 0 7px;
	border: 1px solid #eedddd;
	outline: none;
	font-size: 0.85em;
}
ul.tabs li a:hover {
	background: #d5afaf;
		background: -webkit-gradient(linear, left top, left bottom, from(#eedada), to(#d5afaf));
		background: -moz-linear-gradient(top,  #eedada,  #d5afaf);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eedada', endColorstr='#d5afaf');
	border: 1px solid #e2c8c8;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff !important;
	background: #e2c8c8;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
		background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #C0C0C0;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-bottom: 15px;
}
.tab_content {
	padding: 20px;
}

.tab_content h2 {
	color: #752121;
	letter-spacing: -1px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #C0C0C0;
}

.tab_content h3 {
	font-weight: bold;
	border-bottom: 1px solid #d2b8b8;
	margin: 20px 0 10px 0;
	font-size: 16px;
	color: #752121;
	display: block !important;
	}

.tab_content h3 a {
	color: #882525;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.tab_content img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
}

.tab_content img.center {
	float: none;
	margin: 20px auto;
	border: 0;
	padding: 0;
	display: block;
}

.tab_content h3, .tab_content h4, .tab_content h5 {
	color: #7c3b3b;
	margin-top: 15px;
}

	.tab_content h3 *, .tab_content h4 *, .tab_content h5 * {
		color: inherit;
	}
	
.tab_content ul {
	margin: 0 0 0 15px !important;
}
	
/*.tab_content ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #C0C0C0;
}

	.tab_content ul li {
		border-bottom: 1px solid #C0C0C0;
		padding: 3px 10px;
		background-color: #eaefe6;
	}
	
	.tab_content ul li:nth-child(even)    { background-color:#EEEEEE; }*/

.tab_content .subsection {
	border-top: 3px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 10px 15px 5px 15px;
	margin-top: 15px;
	background: #EEEEEE;
}

.tab_content .subsection h3, .tab_content .subsection h4 {
	margin-top: 0 !important;
	display: inline;
}

.tab_content .subsection ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #C0C0C0;
}

	.tab_content .subsection ul li {
		border-bottom: 1px solid #C0C0C0;
		padding: 3px;
		background-color: #eaefe6;
	}
	
	.tab_content .subsection ul li:nth-child(even)    { background-color:#fff; }

.tab_content .subsection img {
	float: right;
	display: block;
	margin: 5px 0 8px 15px;
	border: 1px solid #C0C0C0;
}

	.doctors .subsection img {
		margin-top: 35px !important;
	}

.toTopButton {
	text-transform: uppercase;
	display: block;
	width: 140px;
	text-align: center;
	height: 18px;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px 3px;
	margin: 15px auto 0 auto;
	border-radius: 3px;
	 border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
      border-top: 1px solid #FFF;
  list-style-type: none;
  background-color: #D61714;
  margin-bottom: 0px !important;
	}
	
	.toTopButton:hover {
		background: #8B2026;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7eded', endColorstr='#e2c8c8');
	}
	
#guaranteechart {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 10px 0;
}

#guaranteechart td {
	padding: 2px 5px !important;
	font-size: 0.9em;
}

#guaranteechart tr {
	border-bottom: 1px solid #eedada;
}

#guaranteechart #headLine {
	background-color: #eedada;
	border-bottom: 3px solid #7c3b3b;
	height: 35px;
	font-weight: bold;
}

#guaranteechart #red td {
		color: #FFF !important;
}

ul.faqList {
	width: 46.5%;
	float: left;
	display: block;
	padding: auto;
	border: 0 !important;
	margin-top: 10px !important;
}

	.faqList li {
		font-size: 12px;
		list-style-type: disc !important;
		background: none !important;
		border: 0 !important;
		padding: 0 !important;
		/*margin: 0 15px !important;*/
	}
	
.article {
	border-top: 1px solid #C0C0C0;
	padding-top: 10px;
}

	.article h4 {
		font-weight: normal;
		margin-top: 0;
	}