/*- Compare Prices Menu Tabs --------------------------- */

    #tabsI {
      float:right;
      width:100%;
      /*background:#EFF4FA;*/
	  background:#FFFFFF;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:right;
      background:url("images/css/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:right;
      display:block;
      background:url("images/css/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }


/* ################################ New Styles ################################# */
	<style media="screen" type="text/css">
	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {
		/*color:#369;*/
		color:#ffffff
	}
	a:hover {
		color:#fff;
		/*background:#369;*/
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		/*margin:10px 0 5px;*/
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 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;
		font-family: Verdana; 
		font-size: 8pt;

	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#FFFFFF;	/* left column background colour f4f4f4*/
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* 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) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
	</style>




/* ##############################################  Table styles ############################################## */
table.content_headers {
	cellspacing:0;
	cellpadding:0; 
	border:0;
}

td.content_headers {
	cellpadding:0;
	align:left;
	valign:top;
	line-height:100%;
}
td.search {
	cellpadding:0;
	align:left;
	valign:top;
	line-height:100%;
}

table.reviews {
	background-color:BBD6EF;
	cellpadding:0; 
	border:0;
}

tr.reviews {
	background:F7F7F7;
}

tr.hot_prods {
	background:FFFFFF;
}
tr.headers {
	background:BBD6EF;
}
td.reviews {
	cellpadding:10px 5px;
	align:right;
	valign:top;
	line-height:100%;
}
td.crumb_links {
	cellpadding:10px 5px;
	align:center;
	valign:middle;
	line-height:100%;
}

/* ############################################### Link Styles ############################################# */

A.crumb_links {
		font-family: Verdana; 
		font-size: 8pt; 
		color: #000000;
		text-decoration: none;
}
A.crumb_links:hover {
		color: #94D563;
		text-decoration: none;
}

A.no_underline {
		font-family: Verdana; 
		font-size: 8pt; 
		color: #000000; 
		text-decoration: none;
}

/* Used on Review Topics, home page*/
a.nav {
		font-family: Verdana; 
		font-size: 8pt; 
		color: #001A7D; 
		text-decoration: none; 
		font-weight: bold;
}
a.nav:hover {
		color: #000000; 
		text-decoration: none; 
		font-weight: bold;
}

a.vct_cat {font-size: medium; font-weight:bold; color:#3333cc;} 
a.vct_cat:link {color:#3333cc;}
a.vct_cat:visited {color:#660066;}
/*a.vct_cat:hover {color:#fe5019;}*/
a.vct_cat:active {color:#de3e0a;}

a.vct_subcat {font-size:11px; color:#3333cc;}
a.vct_subcat:link {color:#3333cc;}
a.vct_subcat:visited {color:#660066;}
/*a.vct_subcat:hover {color:#fe5019;}*/
a.vct_subcat:active {color:#de3e0a;}

/* ####################################### HTML Tags ##################################### */

a {
		font-family: Verdana; 
		font-size: 8pt; 
		color: #000000;
}
a:hover {
		color: #FFAB3F;
}



td {
		font-family: Verdana; 
		font-size: 8pt;
}
h1 {
		font-family: Verdana; 
		font-size: 13pt; 
		font-weight: bold; 
		color: #001A7D;
}
h2{
		font-family: Verdana; 
		font-size: 12pt; 
		font-weight: bold; 
		color: #FF6000;
}
h3{
		font-family: Verdana;	
		font-size: 10pt; 
		font-weight: bold; 
		color: #688FCA;
}
select {
		font-family: Verdana; 
		font-size: 8pt;
}
body {
		margin-top: 5px;
	   	margin-right: 0px; 
		margin-bottom: 0px;
	   	margin-left: 0px; 
		background-color: #FFFFFF;
}

/* ####################################### Padding ############################################## */

/* used on subnav box*/
.navCell {
		padding: 5px 5px 2px 5px;
}
/* used on left/right and central boxes */
.box_padding {
		padding: 2px;
}

/* #################################### Borders & Backgrounds #################################### */
	
.box_headers {
  		border-top-width: 1px;
  		border-top-style: solid;
  		border-top-color: #94D563;
  		background-color: #94D563;
  		font-weight: bold;
 		color: #FFFFFF;
 		padding: 2px; 
}
		

/* #################################### Borders ################################################### */
.orangeLine 	{
		border-top-width: 5px; 
		border-top-style: solid; 
		border-top-color: #F8B500;
}
.blackLineT 	{
		border-top-width: 1px; 
		border-top-style: solid; 
		border-top-color: #000000;
}
.blueLineT 	{
		border-top-width: 1px; 
		border-top-style: solid; 
		border-top-color: #BBD6EF;
}
.blueLine 	{
		border-bottom-width: 1px; 
		border-bottom-style: solid; 
		border-bottom-color: #BBD6EF;
}

.blackLine 	{
		border-bottom-width: 1px; 
		border-bottom-style: solid; 
		border-bottom-color: #000000;
}
.submitBorder {
		border: 1px solid #000000;
}

/* ##################################### Backgrounds ########################################## */

/* tab colour classes */

.BlueBGtopics {
		background-color: #0593E2;
}
/*GreenBGcats was 0593E2*/
.BlueBGcats {
		background-color: #688FCA;
}
.BlueBGitems {
		background-color: #88A4D5;
}
.BlueBGreviews {
		background-color: #A3B8DF;
}

.BlueBGreview {
		background-color: #D1DAEF;
}
/*GreenBGcats was 94D563*/
.GreenBGcats {
		background-color: #8EC06C;
}

.GreenBGitems {
		background-color: #A7CD8D;
}

.GreenBGreviews {
		background-color: #BDD8A7;
}

.GreenBGreview {
		background-color: #DEECD4;
}
/*
was YellowBGcats FFAB3F*/
.YellowBGcats {
		background-color: #EDBE5E;
}

.YellowBGitems {
		background-color: #F2CDA3;
}

.YellowBGreviews {
		background-color: #F5D9A0;
}

.YellowBGreview {
		background-color: #FAECCF;
}
.BlueBG {
		background-color: #438ECE;
}
.LBlueBG {
		background-color: #F6F6F6;
}

/* Blue vertical on review details box */
.box_border_blue {
		background-color: #BBD6EF;
}

/* green vertical on topic box, home page */

.box_border {
		background-color: #94D563;
}

.NavBG {
		background-color: #FFFFFF;
}

/* ################################## Text ##################################### */

/* Used on Top Left Text */
.TopLeftText  {
		font-family: Verdana; 
		font-size: 8pt; 
		color: #001A7D; 
		font-weight: bold;
}

/* Selected state on Tab Topics */
.navsel {
		font-family: Verdana; 
		font-size: 8pt; 
		color: #001A7D; 
		font-weight: bold;
}
