/* product comparison matrix styling */
img.rollover {
	border: 0;
	}

div.greyBorder { 
    border: 1px solid #ccc;
	clear: both;
	}

#matrix {
	display: block;
	margin-top: 15px;
	}

#matrix h4 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px 0;
	}

#matrix td, #matrix th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 6px;
	}

#matrix th {
	padding-bottom: 8px 0;
	vertical-align: top;
	font-weight: normal;
	}

#matrix th.left {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	}

#matrix tr.noborder, #matrix tr.noborder th {
	border: 0;
	}

#matrix th span {
	font-size: 11px;
	}

#matrix .bottomheader th {
	padding: 10px 6px;
	}

#matrix .bottomheader th.feature {
	vertical-align: bottom;
	}

#matrix td.feature, #matrix th.feature {
    font-size: 12px;
    border-left: 0;
    text-align: left;
	}

#matrix tr.price td {
    font-size: 15px;
    font-weight: bold;
	}

#matrix tr.price td.feature {
    font-size: 12px;
    font-weight: normal;
	}

#matrix td.check {
    background: #fff url(/images/check.png) no-repeat center center;    
	}

#matrix tr.greyed td.check {
    background: #EFEFEF url(/images/check.png) no-repeat center center;    
	}

.category td {
	background-color: #007EC4;
	color: #FFFFFF;
	}

.category .feature {
	font-weight: bold;
	}

.greyed {
	background-color: #EFEFEF;
	}

.lt_col {
	text-align: left;
	}

.price {
	color: #242424;
	font-size: 14px;
	margin: 0 5px 5px 5px;
	padding: 0;
	font-weight: bold;
	}

.digiprice {
    color: #4f8b2e;
	}

/* side bar */

#sidebar {
    position: absolute;
    z-index: auto;
    left: 15px;
    top: 170px;
    width: 194px;
	}

div.sidelinks {
    margin: 0;
    padding: 0;
    width: 100%;
	}

ul#sidemenu {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#sidemenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#sidemenu li h3 {
	border: 1px solid #2465A7;
	border-width: 0 0 1px 0;
	margin: 10px 0 0 0;
	padding: 2px 0;
	}

ul#sidemenu li h3.first {
	margin: 0;
	}

ul#sidemenu li a:link, ul#sidemenu li a:visited, ul#sidemenu li a:hover, ul#sidemenu li a:active {
    display: block;
	font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 5px 5px 5px 15px;
    width: 194px;
	background: #FFF;
	color: #2465A7;
	border: 1px solid #2465A7;
	border-width: 0 1px 1px 1px;
	}

ul#sidemenu > li a:link, ul#sidemenu > li a:visited, ul#sidemenu > li a:hover, ul#sidemenu > li a:active {
	width: 172px;
	}

ul#sidemenu li a.selected:link, ul#sidemenu li a.selected:visited, ul#sidemenu li a.selected:hover, ul#sidemenu li a.selected:active {
    background: #2465A7;
	color: #FFF;
	}

ul#sidemenu li a:hover, ul#sidemenu li a:active {
    background: #2465A7;
	color: #FFF;
	}

div.w2 h1 { 
    color: #26A;
    font-family:  Trebuchet MS, Geneva, Arial, helvetica, sans-serif; 
    font-size: 22px;
    font-weight: bold;
	} 

p.quote {
	margin: 0 0 1em 0;
	margin: 0;
	padding: 0 2em;
	}

blockquote {
	margin: 0.5em 0 2.5em 0;
	padding: 0 1em 0 2em;
	}

span.highlight {
	background-color: #ffc;
	font-weight: normal !important;
	color: #000;
	}

span.reference { 
    display: block; 
    margin-top: 5px;
    padding-left: 30px; 
    color: #333; 
	}

.flag_ca {
	background: #FFF url(/images/flags_country/ca.gif) no-repeat 0 center;
	padding-left: 2em;
	}

.flag_kw {
	background: #FFF url(/images/flags_country/kw.gif) no-repeat 0 center;
	padding-left: 2em;
	}

.flag_uk {
	background: #FFF url(/images/flags_country/uk.gif) no-repeat 0 center;
	padding-left: 2em;
	}

.flag_us {
	background: #FFF url(/images/flags_country/us.gif) no-repeat 0 center;
	padding-left: 2em;
	}

.flag_au {
	background: #FFF url(/images/flags_country/au.gif) no-repeat 0 center;
	padding-left: 2em;
	}

.flag_de {
	background: #FFF url(/images/flags_country/de.gif) no-repeat 0 center;
	padding-left: 2em;
	}
	
.flag_bs {
	background: #FFF url(/images/flags_country/bs.gif) no-repeat 0 center;
	padding-left: 2em;
	}

.w2 ul {
	list-style: disc;
	margin: 0 0 1em 0;
	padding: 0;
	}

.w2 ul li {
	list-style: disc;
	padding: 0;
	margin: 0 0 0 30px;
	vertical-align: top;
	}

.w2 ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}

.w2 ol li {
	list-style: decimal;
	padding: 0;
	margin: 0 0 0 30px;
	vertical-align: top;
	}

.w2 .buynowbutton {
	float: right;
	width: 76px;
	}

.w2 .infobuttons {
	float: right;
	width: 93px;
	padding: 9px 0 0 0;
	}

.w2 p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 1em;
    font-size: 12px; 
	}

.w2 li p {
	vertical-align: top;
	margin-top: 0;
	}

h3 {
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	clear: both;
	margin-bottom: 0;
	}

.w2 li {
	clear: both;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.w2 h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

h4 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
span.bluelight {
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0;
	color: #025382;
}

