.tab_content h4 {
	color: #4983ba;
}

.deactivated {
	color: #ccc;
}

.fusion-features li{
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.fusion-features li a{
	text-decoration: none;
}

.fusion-features ul li.last a{
	border-bottom: none;
}

.line-comparison {
	background: url(fusion-container-background.png) bottom repeat-x;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 440px;
	height: 280px;
	border: 1px solid #ccc;
	float: left;
	margin: 10px 5px 10px 10px;
/*
	-webkit-box-shadow: 0px 2px 2px #ccc;	
	-moz-box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 2px #ccc;
*/
	
	text-align: center;
/*
	-webkit-box-shadow: 0px 1px 4px #aaa;	
	-moz-box-shadow: 0px 1px 4px #aaa;
	box-shadow: 0px 1px 4px #aaa;
*/
}

.line-comparison p.fineprint {

}

.line-comparison h1 {

	border-top: 1px solid #c5dff9;
	border-bottom: 1px solid #c5dff9;
    float: left;
	width: 100%;
    display: block;
    
	margin: 0;
	text-align: center;
	color: #fff;
	background: url(fusion-comparison-top-bar.png) bottom repeat-x;
	
	text-shadow: 0px -1px 0px #214b77;	
	-webkit-text-shadow: 0px -1px 0px #214b77;
	-moz-text-shadow: 0px -1px 0px #214b77;	
}

#check-availability {
	background: url(fusion-container-background.png) bottom repeat-x;
	
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 240px;
	height: 280px;
	border: 1px solid #ccc;
	float: right;
	margin: 10px 5px 10px 10px;
/*
	-webkit-box-shadow: 0px 2px 2px #ccc;	
	-moz-box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 2px #ccc;
	
		-webkit-box-shadow: 0px 1px 4px #aaa;	
	-moz-box-shadow: 0px 1px 4px #aaa;
	box-shadow: 0px 1px 4px #aaa;
*/
}

#check-availability h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	background: url(check-availability-top-bar.png) bottom repeat-x;
	text-shadow: 0px -1px 0px #87a93e;	
	-webkit-text-shadow: 0px -1px 0px #87a93e;
	-moz-text-shadow: 0px -1px 0px #87a93e;	
}

#solutions-banner {
	padding: 15px 0 0 0;
	width: 99%;
	background: #e9e9e9;
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
	height: 220px;

	-webkit-box-shadow: 0px 1px 4px #aaa;	
	-moz-box-shadow: 0px 1px 4px #aaa;
	box-shadow: 0px 1px 4px #aaa;
	
	margin: 5px 0 16px 5px;
	border-bottom-color: m: 1px solid #fff;
}

#content {
	margin: 10px;
}

.adsl_comparison {
	width: 97%;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 6px;
	margin: 0px 12px 0 0;
	text-align: left;
	border-collapse: collapse;
}

.adsl_comparison th{
	padding: 6px 8px;
	background: #8d99b3;
	background: url(masthead_back.jpg) repeat-x;
	text-align: left;
	color: #fff;
}

.adsl_comparison td{
	padding: 6px 8px;
	border-bottom: 1px dotted #ccc;
}

.adsl_price {
	color: #000;
	font-weight: bold;
	background: #f5f5f5;
	border: none;
	font-size: 115%;
}

.adsl_price td{
	/*border: none;*/
}

.table_key {
	text-align: left;
}


ul.tabs {
	margin: 0;
	padding: 6px 3px;
	float: left;
	list-style: none;
	height: 22px;
	/* border-bottom: 1px solid #999;
	border-left: 1px solid #999; */
	width: 60%;
	/* background: #eee; */

	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	
	/* border: 1px solid #dedede; */
	/*border: 1px solid #ddd;*/
	
	-webkit-box-shadow: 0px 1px 3px #aaa;	
	-moz-box-shadow: 0px 1px 3px #aaa;
	-box-shadow: 0px 1px 3px #aaa;
}

ul.tabs li {
	font-weight: bold;
	color: #fff;
	float: left;
	margin: 0;
	padding: 0;
	height: 21px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 21px; /*--Vertically aligns the text within the tab--*/
	/* border: 1px solid #999; */
	/* border-left: none; */
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	/* background: #e0e0e0; */
border-right: 1px dotted #cdcdcd;
}
ul.tabs li a {
	text-decoration: underline;
	color: #444;
	display: block;
	padding: 0 10px;
	/* border: 1px solid #fff; */
	outline: none;
}
ul.tabs li a:hover {
	/* background: #ccc; */
	/* background: #4983ba; */
/*
	-webkit-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
*/
	color: #4983ba;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/* background: #fff; */
	/* border-bottom: 1px solid #fff; */ /*--Makes the active tab look like it's connected with its content--*/
}

ul.tabs li.active a{
/*	background: #efefef; */
	color: #4983ba;
/*
	-webkit-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
*/
	/* border: 1px solid #bbb; */
/*
	-webkit-box-shadow: 0px 1px 3px #999;	
	-moz-box-shadow: 0px 1px 3px #999;
	-box-shadow: 0px 1px 3px #999;

*/




}

.tab_container {
	/* border: 1px solid #999; */
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	/* background: #fff; */
}

.tab_content {
	/* padding: 12px; */
}
/*
ul li {
	margin-left: -22px;
	padding-left: 22px;
	list-style: none;
	background: url('blue-bullet.png') no-repeat;
}
*/

.fusion-header {
	margin: 24px 0 0 0;
	background: url(fusion-header4.gif) no-repeat;
	text-indent: -5000px;
	height: 47px;
}

.big_button{
	float: left;
	padding: 35px 0px 35px 0px;
	margin: 0 12px 0 0;
	width: 320px;
	border: 1px solid #ccc;
	text-align: center;
	background: #f5f5f5;
}

.product_container {
	width: 44%;
	float: left;
	background: #eaeaea url(blue_back.png) repeat-x;

	padding: 0 12px 12px 12px;
	/*
	margin: 12px 12px 12px 0;
	padding: 0 12px 12px 12px;
	*/

	-moz-box-shadow: 0px 1px 3px #aaa;
	-webkit-box-shadow: 0px 1px 3px #aaa;
	box-shadow: 0px 1px 3px #aaa;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	border: 0px solid #ddd;
}

.product_container h1{
	/*background: url(blue_back.png) repeat-x;*/
	margin: 0;
	padding: 0;
	font-size: 130%;
	display: block;
	width: 100%;
	color: white;
}

.product_container h2{
	color: #555;
}

.product_container em{
	font-style: normal;
	color: #005aa3;
}

.fusion_price {
	padding: 10px;
	/*min-width: 275px;*/
	margin: 0 auto;
	width: 92%;
	border: red;
	-moz-box-shadow: 0px 1px 3px #a5a5a5;
	-webkit-box-shadow: 0px 1px 3px #a5a5a5;
	box-shadow: 0px 1px 3px #a5a5a5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid white;
	background: #fafafa;
}

