html {
	height: 100%; margin-bottom: 1px;
}

body {
	margin: 0px 15px 0px 15px;
	padding: 0;
	font-size: 14px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	height:100%;
}

p {
	line-height: 140%;
	margin: 0px 0px 15px 0px;
}

a {
	color: #3366cc;
	text-decoration: underline;
}

a:hover {
	color: #00cc00;
	text-decoration: underline;
}

a:active {
}

a:visited {
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

/* Base Headings */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

div.backtotop {
	margin: 0px;
	font-size: 11px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

#header {
	margin: 0px 0px 5px 0px;
}

#header h1 {
	font-size: 54px;
	letter-spacing: -4px;
	margin: 0px;
	padding: 0px 0px 7px 7px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

#header h2 {
	font-size: 12px;
	display: none;
}

#header #logo {
	margin-left: 20px;
	margin-top: 10px;
}

#header .banner {
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 468px;
	height: 60px;
}

#header .banner img {
	border: none;
}

/* BEGIN TOP-NAV */

#tabs {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#tabs div.container {
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float: left;
	background:  url(http://img3.comparenow.com/images/tableft.gif) no-repeat left top;
	margin: 0px 2px 0px 0px;
	padding: 0 0 0 12px;
	text-decoration: none;
}
		
#tabs a span {
	float: left;
	display: block;
	background:  url(http://img3.comparenow.com/images/tabright.gif) no-repeat right top;
	padding: 5px 16px 5px 0px;
	color: #000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span { float: none; }
/* End IE5-Mac hack */
	
#tabs a:hover span {
	color: #000000;
}

#tabs a:hover {
	background-position: 0% -42px;
}
	  
#tabs a:hover span {
	background-position: 100% -42px;
	color: #000;
}
		
#tabs a.active {
	float: left;
	background:  url(http://img4.comparenow.com/images/tableft_selected.gif) no-repeat left top;
	margin: 0px 2px 0px 0px;
	padding: 0 0 0 12px;
	text-decoration: none;
}
      
#tabs a.active span {
	float: left;
	display: block;
	background:  url(http://img4.comparenow.com/images/tabright_selected.gif) no-repeat right top;
	padding: 5px 16px 5px 0px;
	color: #fff;
}

#tabs a.active:hover span {
	color: #fff;
}

/* END TOP-NAV */

#subnav {
	background: #5f5f5f url(http://img1.comparenow.com/images/bg-subnav.gif) repeat-x top;
	width: 100%;
	clear: left;
	margin: 0px 0px 1px 0px;
	font-size: 11px;
	color: #ccc;
}

#subnav .container {
	padding: 7px 12px 7px 12px;
}

#subnav ul {
	margin: 0px;
	list-style: none;
	display: inline;
	padding: 0px;
}

#subnav li {
	display: inline;
	margin: 0;
	padding: 0 1px 0 6px;
	background:  url(http://img1.comparenow.com/images/separator.gif) center left no-repeat;
}

#subnav li.first {
	display: inline;
	margin: 0;
	padding: 0 1px 0 0;
	background: none;
}

#subnav li .active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#subnav a {
	color: #ccc;
}

#subnav a:hover {
	color: #33ff33;
}

#subnav-shadow {
	background: url(http://img2.comparenow.com/images/bg-subnav-shadow.gif) repeat-x top;
	height: 12px;
	margin: 0px;
	padding: 0px;
}

div.wrapper {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#main_wrapper {
	width: 970px;
	text-align: left;
}

#left_col {
	float: left;
	width: 162px;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #505a50;
}

#right_col {
	float: right;
	width: 162px;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #505a50;
}

#left_col p, #right_col  p {
	line-height: normal;
	font-size: 11px;
}

#main_content {
	width: 795px;
	margin: 0px 175px 0px 0px;
	padding: 0px;
}

#main_content .content {
	border: 1px solid #ccc;
	padding: 12px;
	margin: 0px;
	font-size: 13px;
}

#page-heading {
	background: #46B63F url(http://img2.comparenow.com/images/headers/bg-green.gif) repeat-x top center;
	margin: 0px;
	padding: 0px;
}

#page-heading .corner-l {
	background: url(http://img3.comparenow.com/images/headers/bg-green-left.gif) no-repeat top left;
}

#page-heading .corner-r {
	background: url(http://img3.comparenow.com/images/headers/bg-green-right.gif) no-repeat top right;
}

#page-heading h2 {
	font-size: 20px;
	color: #fff;
	padding: 5px 9px 5px 9px;
	margin: 0px;
	letter-spacing: 0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

#page-heading h2.car-insurance {
	background: url(http://img4.comparenow.com/images/icons/car-insurance.gif) no-repeat left;
	padding-left: 35px;
	margin-left: 9px;
}

#left_col hr, #right_col hr {
	color: #bbb;
	background-color: #bbb;
	height: 1px;
	border: none;
	margin: 22px 0 10px 0;
}

#left_col ul, #right_col ul {
	padding-left: 14px;
}

#left_col .content, #right_col .content {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	background: #ECECEC url(http://img4.comparenow.com/images/bg-col.gif) no-repeat bottom;
}

#left_col .deal, #right_col .deal {
	background: url(http://img1.comparenow.com/images/separator-horizontal.gif) repeat-x bottom;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}

#left_col .deal a, #right_col .deal a {
}

#left_col .deal p, #right_col .deal p {
	font-size: 11px;
	padding: 0px;
	margin: 10px;
}

#left_col h2, #right_col h2 {
	font-size: 11px;
	letter-spacing: 1px;
	background: url(http://img1.comparenow.com/images/headers/header.gif) top no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 6px 6px 4px 9px;
	text-transform: uppercase;
	color: #fff;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

#left_col h2.newsletter, #right_col h2.newsletter {
	background: url(http://img2.comparenow.com/images/headers/newsletter.gif) top no-repeat;
	padding-left: 29px;
}

#left_col h2.blog, #right_col h2.blog {
	background: url(http://img2.comparenow.com/images/headers/bg-side-heading.gif) top no-repeat;
	padding-left: 25px;
}

#left_col h2.advice, #right_col h2.advice {
	background: url(http://img3.comparenow.com/images/headers/advice.gif) top no-repeat;
	padding-left: 26px;
}

#left_col h2.latest-deals, #right_col h2.latest-deals {
	background: url(http://img3.comparenow.com/images/headers/latest-deals.gif) top no-repeat;
	padding-left: 27px;
}

#left_col h2.newscategories, #right_col h2.newscategories {
	background: url(http://img4.comparenow.com/images/headers/newscategories.gif) top no-repeat;
	padding-left: 29px;
}

#left_col h2.most-popular, #right_col h2.most-popular {
	background: url(http://img4.comparenow.com/images/headers/most-popular.gif) top no-repeat;
	padding-left: 26px;
}

#left_col .newsletter a {
	display: block;
	margin-top: 10px;
	text-align: center;
}

#left_col .newsletter p {
	line-height: normal;
	margin: 0px;
}

#left_col .content ul {
	font-size: 11px;
	list-style: none;
	margin: 0px -15px 0px 0px;
	padding: 0px;
}

#right_col .content ul {
	font-size: 12px;
	list-style: none;
	margin: 0px 10px 10px 25px;
	padding: 0px;
	list-style: disc outside;
}

#right_col .content li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

#breadcrumbs {
	background-color: #eee;
	font-size: 11px;
	margin: 0px;
	color: #666666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#breadcrumbs .container {
	padding: 4px 4px 4px 8px;
}

#breadcrumbs p {
	margin: 0px;
}

div.favourites {
	float: right;
	background: url(http://img1.comparenow.com/images/bookmark.gif) no-repeat right;
	padding-right: 20px;
	font-size: 11px;
	color: #fff;
	margin: 9px 10px 0px 10px;
}

div.favourites a {
	color: #fff;
}

div.favourites a:hover {
	color: #fff;
}

div.favourites-provider {
	float: right;
	font-size: 11px;
	color: #fff;
	margin: 17px 12px 0px 12px;
}

div.favourites-provider a {
	color: #fff;
}

a.button {
	background-color: #CCCCCC;
	color: #333333;
	text-decoration: none;
	padding: 2px;
	display: block;
	border: 1px solid #999999;
	text-align: center;
	margin: 10px 0px 0px 0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

a.button:hover {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: underline;
}

.colmask {
	clear: both;
	float: left;
	width: 100%;				/* width of page */
	overflow: hidden;
	border-top: #333 1px solid;
}

.colright, .colmid, .colleft {
	float: left;
	width: 100%;				/* width of page */
	position: relative;
}

.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: .5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
	only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}

.threecol {
	background: #ddd;				/* right column background colour */
}

.threecol .colmid {
	right: 15%;					/* width of the right column 25% */
	background: #fff;				/* center column background colour */
}

.threecol .colleft {
	right: 70%;					/* width of the middle column 50% */
	background: #ddd;				/* left column background colour */
}

.threecol .col1 {
	width: 66%;					/* width of center column content (column width minus padding on either side) 46% */
	left: 102%;					/* 100% plus left padding of center column */
}

.threecol .col2 {
	width: 11%;					/* Width of left column content (column width minus padding on either side) 21% */
	left: 21%;					/* width of (right column) plus (center column left and right padding) plus (left column left padding) 31% */
	font-size: 80%;
}

.threecol .col3 {
	width: 11%;					/* Width of right column content (column width minus padding on either side) 21% */
	left: 95%;					/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	font-size: 80%;
}

.colleft h2 {
	font-size: 16px;
}

#footer {
	clear: both;
	margin: 15px -9px 10px -9px;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	text-align: center;	
}

#footer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	margin-right: 20px;
	text-align: center;
}

#footer ul {
	margin-left: -20px;
}

table.tablesorter {
	background-color: #cdcdcd;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #eee;
	border: 1px solid #fff;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image:  url(http://img1.comparenow.com/images/arrow_none.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #222;
	padding: 5px;
	background-color: #fff;
	vertical-align: middle;
}

table.tablesorter thead tr .headerSortUp {
	background-image:  url(http://img2.comparenow.com/images/arrow_up.png);
}

table.tablesorter thead tr .headerSortDown {
	background-image:  url(http://img2.comparenow.com/images/arrow_down.png);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #ddd;
}

.comparisonform select, .comparisonform input, .comparisonform-narrow select {
	font-size: 13px;
}

.comparisonform p {
	font-size: 13px;
}

.comparisonform form {
	margin: 0px;
}

.comparisonform {
	background: #fff url(http://img3.comparenow.com/images/search/bg-main.gif) top repeat-y;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

.comparisonformhead, .comparisonformhead-narrow {
	padding: 6px 5px 4px 32px;
	margin: 0px;
	font-size: 9px;
	height: 20px;
	background: url(http://img3.comparenow.com/images/search/bg-top-left.gif) no-repeat top;
}

.comparisonformhead h3, .comparisonformhead-narrow h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	background: none;
}

#tablediv h3 {
	padding: 25px 5px 6px 32px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	background: url(http://img4.comparenow.com/images/search/bg-bottom-left.gif) no-repeat top;
}

#tablediv table thead tr td {
	background-color: #eee;
	font-size: 8pt;
	padding: 4px;
	font-weight: bold;
}

#tablediv table tbody tr td.table_special {
	background-color: #f8f4ce;
	background-image: url('http://img4.comparenow.com/images/special-offer.png');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	text-align: center;
}

.comparisonform .clickinput {
	margin: 0 10px 0 20px;
}

#tablediv {
	background-color: #fff;
	padding: 0px;
	clear: none;
	min-width: 700px;
}

#basictablediv {
}

#innertablediv {
	min-width: 700px;
}

#tablediv table {
	width: 100%;
}

.comparisonform table {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	border: 0;
}

.comparisonform td, .comparisonform-narrow td {
	border: 0;
}

#formhead #formh3 {
	width: 99%;
	float: left;
}

#formhead .formtool_skip {
	margin-left: 10px;
	font-size: 10px;
	font-weight: normal;
}

#formhead #formtool_expand, #formhead #formtool_hide {
	width: 129px;
	float: right;
	margin: 0;
	padding: 0;
	margin-top: -19px;
	margin-right: 6px;
}


#formhead #formtool_expand img, #formhead #formtool_hide a {
	margin: 0;
	padding: 0;
	voice-family:"\"}\"";
	voice-family:inherit;
}
/*end*/

/*\*/
html*#formhead #formtool_expand img, #formhead #formtool_hide a {
	margin: 0;
	position: relative;
	padding: 0;
	top: 20px;
}
/*end*/


/**
 * POPUP CONTAINER STYLES
 */

#popupMask {
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	background-color:transparent !important;
	background-color: #333333;
	background-image/**/:  url(http://img1.comparenow.com/images/maskBG.png)!important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupContainer {
	width: 600px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -300px;
	overflow-y: auto;
	padding: 20px;
	
	background-color: #fff;
	z-index: 2010;
	display: none;
	
	border: #333 3px solid;
}




/* Product popup windows */

.popup_product .close_icon {
	float: right;
}


.popup_product h1 {
	margin: 0;
	padding: 0;
}

.popup_product h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 90%;
}

.popup_product .mainimage {
	float: right;
	margin: 0 0 20px 20px;
}

.popup_product p {
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.price_table {
	margin: 20px auto;
	border: #666 2px solid;
}

.price_table p {
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-size: 140%;
	color: #23841f;
}

div.actionlink p {
	margin-top: 10px;
	font-size: 30px;
	text-align: center;
}


/* Wordpress Sidebar */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#searchform {
	margin: 10px auto;
	/* padding: 5px 3px;  */
	text-align: left;
	}

#sidebar #searchform  input {
	font-size: 11px;
	color: #333;
}

#sidebar #searchform #s {
	width: 71px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



#sidebar form {
	margin: 0;
	}


/* Homepage product boxes */

#products {
	margin-right: 170px;
}

#products h2 {
	padding-top: 20px;
}

.productboxleft, .productboxright, .productboxcenter {
	margin: 0 0 20px 0;
	width: 27%;
	border: #999 3px solid;
	padding: 10px;
	background-image:  url(http://img1.comparenow.com/images/temp-icon.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.productboxleft ul, .productboxright ul, .productboxcenter ul {
	margin: 0;
	padding-left: 15px;
}

.productboxleft li, .productboxright li, .productboxcenter li {
	margin-bottom: 5px;
	font-size: 80%;
}


.productboxleft {
	float: left;
	margin-right: 2%;
}

.productboxright {
	float: left;
}

.productboxcenter {
	float: left;
	margin-right: 2%;
}

.headlines  {
}

.headlines .item {
	padding: 10px 3px 10px 3px;
	border-top: 1px dotted #CCCCCC;
	min-height: 80px;
}

.headlines h2 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-left: 70px;
}

.headlines h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-left: 70px;
}

.headlines h4 {
	font-size: 12px;
	line-height: 11px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	margin-top: 3px;
	margin-left: 70px;
}

.headlines .newsimage {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.newsimg {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

dl {
	margin-bottom: 30px;
}

dt {
	font-weight: bold;
}

/* Boxes */

.equal {
	display:table;
	border-collapse:separate;
	table-layout: fixed;
	line-height: normal;
}
.row {
	display:table-row;
}

.row div {
	display:table-cell;
}

.equal {
	margin:-10px -15px -5px -15px;
	border-spacing:15px;
	width:100%;
	text-align: left;
}
.row div {
	background: url(http://img2.comparenow.com/images/bg-box.gif) bottom repeat-x;
	background-color: #f1f1f1;
	padding-bottom: 0px;
}

.row .one {
	width:30%;
}
.row .two {
	width:30%;
}
#three {
	width:30%;
}

.row ul {
	margin: 0 0 0 0px;
	padding: 7px 12px 12px 12px;
	list-style: none outside;
}

.row li {
	margin-bottom: 5px;
	font-size: 11px;
}

.row h3 {
	background-color: #CCCCCC;
	color: #333333;
	padding: 5px 6px 5px 9px;
	font-size: 15px;
	font-family: Arial, sans-serif;
	margin: 0px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.row h3 a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

.row h3 a:hover {
	color: #00cc00;
	text-decoration: underline;
	border: 0;
}

/* End Boxes */

.jump {
	display: none;
}

#providers td.provider {
	background: url(http://img2.comparenow.com/images/bg-provider-bottom.gif) no-repeat bottom;
	font-size: 12px;
}

#providers ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
	font-size: 12px;
}

#providers li {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
}








#boxes .header {
	background: url(http://img3.comparenow.com/images/headers/bg-box-right.gif) no-repeat top right;
}

#boxes .corner-l {
	background: url(http://img3.comparenow.com/images/headers/bg-box-left.gif) no-repeat top left;
}

#boxes .corner-r {
	background: url(http://img4.comparenow.com/images/headers/bg-box-left.gif) no-repeat top left;
}

#boxes td {
	background-color: #ECECEC;
	padding-bottom: 0px;
}

#boxes .main {
	background: url(http://img4.comparenow.com/images/headers/bg-box-main.gif) repeat-y top right;
}

#boxes .boxmainleft {
	background: url(http://img1.comparenow.com/images/headers/bg-box-main-left.gif) repeat-y top left;
}

#boxes .footer {
	background: url(http://img1.comparenow.com/images/headers/bg-box-footer.gif) no-repeat bottom right;
}

#boxes .boxfooterleft {
	background: url(http://img2.comparenow.com/images/headers/bg-box-footer-left.gif) no-repeat bottom left;
}

#boxes td.divider {
	background: none #fff;
}

#boxes h3 {
	color: #fff;
	padding: 3px 4px 3px 9px;
	font-size: 14px;
	margin: 0px;
	text-decoration: none;
	letter-spacing: 0px;
	border-bottom: 1px solid #fff;
}

#boxes h3 a {
	color: #fff;
	text-decoration: none;
}

#boxes h3 a:hover {
	text-decoration: underline;
	border: 0;
}

#boxes ul {
	margin: 0px;
	padding: 7px 12px 12px 12px;
	list-style: none outside;
}

#boxes li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	border-bottom: 1px dotted #bbb;
}

#boxes a {
	color: #555;
	text-decoration: none;
}

.provider h3 {
	margin-bottom: 15px;
}


.staticcontent h3, .staticcontent h4, .staticcontent h5, .staticcontent h6 {
	margin-top: 10px;
}

.staticcontent ul, .staticcontent ol {
	margin-top: 10px;
}

.staticcontent img {
	float: right;
	margin: 0px 0px 15px 15px;
}

.staticcontent p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: normal;
}

/* Buttons */

#idliketocompare h4 {
	font-size: 13px;
	margin: 0px 0px 5px 0px;
}

#idliketocompare {
margin: 0px 0px 10px 0px;
padding: 5px 0px 5px 5px;
float: left;
}

#idliketocompare li {
list-style: none;
height: 27px;
float: left;
position: relative;
margin: 0px 8px 8px 0px;
}

#idliketocompare li a {
height: 27px;
text-indent: -9000px;
display: block;
}

#idliketocompare .current a {
	background-position: 0 -27px;
}

#idliketocompare li {
	display: inline;
}

#idliketocompare a#insurance,
#idliketocompare a#breakdown,
#idliketocompare a#car,
#idliketocompare a#pet,
#idliketocompare a#travel,
#idliketocompare a#home,
#idliketocompare a#life,
#idliketocompare a#van,
#idliketocompare a#motorcycle,
#idliketocompare a#money,
#idliketocompare a#credit-cards,
#idliketocompare a#loans {
width: 188px;
height: 27px;
}

#idliketocompare a#insurance { background-image: url(http://img2.comparenow.com/images/buttons/insurance.gif); }
#idliketocompare a#breakdown { background-image: url(http://img3.comparenow.com/images/buttons/breakdown.gif); }
#idliketocompare a#car { background-image: url(http://img3.comparenow.com/images/buttons/car.gif); }
#idliketocompare a#pet { background-image: url(http://img4.comparenow.com/images/buttons/pet.gif); }
#idliketocompare a#travel { background-image: url(http://img4.comparenow.com/images/buttons/travel.gif); }
#idliketocompare a#home { background-image: url(http://img1.comparenow.com/images/buttons/home.gif); }
#idliketocompare a#life { background-image: url(http://img1.comparenow.com/images/buttons/life.gif); }
#idliketocompare a#van { background-image: url(http://img2.comparenow.com/images/buttons/van.gif); }
#idliketocompare a#motorcycle { background-image: url(http://img2.comparenow.com/images/buttons/motorcycle.gif); }
#idliketocompare a#money { background-image: url(http://img3.comparenow.com/images/buttons/money.gif); }
#idliketocompare a#credit-cards { background-image: url(http://img3.comparenow.com/images/buttons/credit-cards.gif); }
#idliketocompare a#loans { background-image: url(http://img4.comparenow.com/images/buttons/loans.gif); }

#idliketocompare a#insurance:hover,
#idliketocompare a#breakdown:hover,
#idliketocompare a#car:hover,
#idliketocompare a#pet:hover,
#idliketocompare a#travel:hover,
#idliketocompare a#home:hover,
#idliketocompare a#life:hover,
#idliketocompare a#van:hover,
#idliketocompare a#motorcycle:hover,
#idliketocompare a#money:hover,
#idliketocompare a#credit-cards:hover,
#idliketocompare a#loans:hover
{ background-position: 0 -27px; }

#options { width: 100%; }

.popuplink {
	display: none;
}

a.btn-comparenow {
  display: block;
  width: 109px;
  height: 22px;
  background: url("http://img4.comparenow.com/images/buttons/btn-comparenow.gif") 0 0 no-repeat;
  text-decoration: none;
}
       
a:hover.btn-comparenow {
  background-position: 0 -22px;
}

a.btn-subscribe {
  display: block;
  width: 100px;
  height: 28px;
  background: url("http://img1.comparenow.com/images/buttons/btn-subscribe.gif") 0 0 no-repeat;
  text-decoration: none;
}
       
a:hover.btn-subscribe {
  background-position: 0 -28px;
}

a.btn-getquote {
  display: block;
  width: 84px;
  height: 22px;
  background: url("http://img1.comparenow.com/images/buttons/btn-getquote.gif") 0 0 no-repeat;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

a.btn-getquote-dark {
  display: block;
  width: 93px;
  height: 25px;
  background: url("/images/buttons/btn-getquote-dark.gif") 0 0 no-repeat;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

a.btn-moreinfo-dark {
  display: block;
  width: 93px;
  height: 25px;
  background: url("http://img1.comparenow.com/images/buttons/btn-moreinfo-dark.png") 0 0 no-repeat;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
       
a:hover.btn-getquote {
  background-position: 0 -22px;
}

a:hover.btn-getquote-dark {
  background-position: 0 -25px;
}

a:hover.btn-moreinfo-dark {
  background-position: 0 -25px;
}


td.compare-hover {
	background-color: #ff0;
}






#homepage {
	display: block;
	margin-left: 3px;
}

#homepage .box-wide {
	width: 370px;
	height: 130px;
	background: url(http://img2.comparenow.com/images/homepage/bg-box-wide.gif) no-repeat;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#homepage .box-wide2 {
	width: 370px;
	height: 120px;
	background: url(http://img2.comparenow.com/images/homepage/bg-box-wide2.gif) no-repeat;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#homepage .box1 {
	width: 244px;
	height: 150px;
	background: url(http://img3.comparenow.com/images/homepage/bg-box.gif) no-repeat;
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px;
}

#homepage .box2 {
	width: 244px;
	height: 150px;
	background: url(http://img3.comparenow.com/images/homepage/bg-box.gif) no-repeat;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#homepage .box3 {
	width: 244px;
	height: 150px;
	background: url(http://img4.comparenow.com/images/homepage/bg-box.gif) no-repeat;
	float: left;
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

#homepage .box1-wide {
	width: 370px;
	height: 130px;
	background: url(http://img4.comparenow.com/images/homepage/bg-box-wide.gif) no-repeat;
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px;
}

#homepage .box2-wide {
	width: 370px;
	height: 130px;
	background: url(http://img1.comparenow.com/images/homepage/bg-box-wide.gif) no-repeat;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#homepage .padding {
	padding: 7px 12px 7px 12px;
}

#homepage .image1 {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#homepage .image2 {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
}

#homepage h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
}

#homepage h4 a {
	color: #333;
	text-decoration: none;
}

#homepage h4 a:hover {
	color: #3366cc;
	text-decoration: underline;
}

#homepage p {
	font-size: 12px;
	margin: 9px 0px 15px 0px;
	padding: 0px;
	display: block;
	width: 120px;
}

#homepage p.wide {
	font-size: 12px;
	margin: 9px 0px 12px 0px;
	padding: 0px;
	width: auto;
}

#homepage ul {
	font-size: 12px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	list-style: none inside;
	width: 270px;
}

#homepage li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none inside;
	float: left;
	width: 125px;
}

#homepage li.wide {
	width: 145px;
}

#info-list {
	overflow: auto;
	height: 100%;
	margin-left: 5px;
	background: url(http://img1.comparenow.com/images/bg-note-bottom.gif) no-repeat bottom left;
}

#info-list .left {
	width: 251px;
}

#info-list .middle {
	width: 251px;
	float: right;
}

#info-list .right {
	width: 251px;
	float: right;
	margin-left: 5px;
}

#info-list h4 {
	background: #f1f1f1;
	padding: 4px 8px 4px 8px;
	margin: 0px 0px 3px 0px;
	border: 1px solid #ccc;
	margin-right: 9px;
}

#info-list p {
	font-size: 12px;
	padding: 7px;
	margin: 0px 0px 3px 0px;
}

#info-list .padding {
	padding: 5px 20px 15px 5px;
}









#provider-heading .corner-l {
	background: url(http://img2.comparenow.com/images/headers/bg-trans-left.gif) no-repeat top left;
}

#provider-heading .corner-r {
	background: url(http://img2.comparenow.com/images/headers/bg-trans-right.gif) no-repeat top right;
}

#provider-heading {
	padding: 0px;
	margin: 0px;
	height: 80px;
}

#provider-heading .banner {
	padding: 10px;
	float: right;
}

.provider-content {
	border: 1px solid #ccc;
	margin: 0px;
	height: 100%;
	overflow: auto;
	padding: 0px;
}

.provider-content p {
	font-size: 13px;
}

.provider-right-col {
	float: right;
	width: 170px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	font-size: 11px;
}

.provider-left-col {
	width: 765px;
	margin: 15px 0px 15px 15px;
}

.provider-right-col p{
	font-size: 11px;
}

#provider-products table {
	margin-bottom: 16px;
}

#provider-products h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #333;
}

#provider-products h4 a {
	color: #333;
	text-decoration: none;
}

#provider-products h4 a:hover {
	color: #3366cc;
	text-decoration: underline;
}

#provider-products td.top {
	background: url(http://img3.comparenow.com/images/provider-page/bg-box-top.gif) no-repeat top;
	padding: 10px 15px 5px 15px;
	font-size: 13px;
}

#provider-products td.bottom {
	background: url(http://img3.comparenow.com/images/provider-page/bg-box-bottom.gif) no-repeat bottom;
	padding: 0px 15px 15px 15px;
}

#provider-products td.notop {
	background: none;
	padding: 10px 15px 5px 15px;
	font-size: 13px;
}

#provider-products td.nobottom {
	background: none;
	padding: 0px 15px 15px 15px;
}

#provider-products ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: disc outside;
}

#provider-products li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	border-bottom: 1px dotted #bbb;
}

#provider-products p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	border-bottom: 1px dotted #bbb;
}


#provider-nav {
	background-color: #555;
	margin: 0px;
	padding: 0px;
}

#provider-nav ul {
	margin: 0px;
	padding: 0px;
	height: 24px;
	list-style: none;
}

#provider-nav li {
	float: left;
	display: inline;
}

#provider-nav li a {
	float: left;
	padding: 3px 7px 3px 7px;
	list-style: none;
	display: inline;
	border-right: 1px solid #999;
	background-color: #666;
	color: #eee;
	text-decoration: none;
}

#provider-nav li a.active {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}

#provider-nav li a.active:hover {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}

#provider-nav li a:hover {
	background-color: #eee;
	color: #000;
	text-decoration: none;
}









#provider-subnav {
	background: #444444;
	width: 100%;
	clear: left;
	margin: 0px;
	font-size: 12px;
	color: #ccc;
}

#provider-subnav .container {
	padding: 4px 7px 5px 7px;
}

#provider-subnav ul {
	margin: 0px;
	list-style: none;
	display: inline;
	padding: 0px;
}

#provider-subnav li {
	display: inline;
	margin: 0;
	padding: 0 7px 0 10px;
	background:  url(http://img4.comparenow.com/images/separator.gif) center left no-repeat;
}

#provider-subnav li.first {
	display: inline;
	margin: 0;
	padding: 0 7px 0 0;
	background: none;
}

#provider-subnav li .active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#provider-subnav a {
	color: #ccc;
}

#provider-subnav a:hover {
	color: #33ff33;
}

table.tablesorter tbody tr.boldlisting td {
	background-color: #E0FCE3;
}

div.adsense {
	text-align: center;
	margin: 15px 0 15px 0;
}

span.best-deal {
	background: #49b745;
	border: 1px solid #2a9c2a;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}



/* Blog */

#blog h2 {
	font-size: 22px;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

#blog h2 a {
	color: #333;
	text-decoration: none;
}

#blog h2 a:hover {
	color: #3366cc;
	text-decoration: underline;
}

#blog .entry {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px dotted #ccc;
}

#blog p.postmetadata {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

#blog .entry img {
	margin: 10px;
	padding: 0px;
}

.col-1-style {
	width: 767px;
}

