/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

#compare-contain {
	padding: 0px;
	margin: 0px 15px;
}

/* Skin */
.tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
	border-bottom: 1px solid #c0c8cc;
}
.tabs-nav a:hover{
	text-decoration: none;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 5px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav li.firsttab {
	margin: 0px;
}
.tabs-container {
	border-left: 1px solid #c0c8cc;
	border-right: 1px solid #c0c8cc;
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(/business/images/tabs.gif) no-repeat;
}

.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav .tabs-selected a:hover, .tabs-nav a:active {
    background-position: 100% -140px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a:hover, .tabs-nav a:focus{
    background-position: 100% -175px;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -105px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding-top: 10px;
	padding-bottom: 2px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span{
    background-position: 0 -70px;
}
.tabs-nav .tabs-selected a span, .tabs-nav .tabs-selected a:hover span {
    background-position: 0 -35px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 1em 8px;
    background: #fff url('/business/images/compare-bg.gif') bottom left repeat-x; /* declare background color for container to avoid distorted fonts in IE while fading */
}
#compare-business-inner .tabs-container, #compare-miles-inner .tabs-container{
	background: #fff;
	border-bottom: 1px solid #c0c8cc;
	padding: 0px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/business/images/loading.gif) no-repeat 0 50%;
}
#compare-contain {
	display: none;
}
#page-title h1{
	line-height: 1.6em;
	font-size: 1.5em;
	padding: 20px 0px 0px 0px;
}
#page-title h2{
	clear: both;
	color: #8a9499;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.3em;
}
.cleartab{
	clear: both;
}
#compare-control li a span{
	width: 365px;
	text-align: center;
}

#compare-control li.tabs-selected a span{
	width: 530px;
	text-align: center;
}
#compare-business .tabs-nav li a span, #compare-miles .tabs-nav li a span{
	width: 277px;
	text-align: left;
	font-size: 0.9em;
}
#compare-business-control, #compare-miles-control{
	margin-left: 7px;
}
#compare-business-inner .tabs-container, #compare-miles-inner .tabs-container{
	margin: 0px 7px;
}
#compare-business-inner .tabs-nav li.lasttab, #compare-miles-inner .tabs-nav li.lasttab{
	margin-left: 6px;
}
#compare-business-inner .tabs-nav a, #compare-miles-inner .tabs-nav a, #compare-business-inner .tabs-nav a span, #compare-miles-inner .tabs-nav a span{
	background: none;
}
#compare-business-inner .tabs-nav a, #compare-miles-inner .tabs-nav a{
	border: 1px solid #c0c8cc;
}
#compare-business-inner .tabs-nav a span, #compare-miles-inner .tabs-nav a span  {
    width: 230px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 40px; /* IE 6 treats height as min-height */
    min-height: 40px;
    padding-top: 17px;
	padding-bottom: 3px;
    padding-right: 0;
}
#compare-business-inner .tabs-nav a, #compare-miles-inner .tabs-nav a{
	background: url('/business/images/inner-title-bg.gif') top left repeat-x;
}
#compare-business-inner .tabs-nav a:hover, #compare-miles-inner .tabs-nav a:hover{
	background: url('/business/images/inner-title-hover.gif') top left repeat-x;
}
#compare-business-inner .tabs-selected a:hover, #compare-miles-inner .tabs-selected a:hover{
	background: #fff;
}
#compare-business-inner .tabs-nav a span img, #compare-miles-inner .tabs-nav a span img {
    float: left;
	margin-top: -3px;
	margin-right: 7px;
}
.inner-title {
	float: left;
}
#compare-business-inner .tabs-selected a, #compare-miles-inner .tabs-selected a{
	border-bottom: 1px solid #fff;
}
#compare-business-inner .tabs-selected a, #compare-business-inner .tabs-selected a span, #compare-miles-inner .tabs-selected a, #compare-miles-inner .tabs-selected a span{
	background: #fff;
}
#compare-business-inner .tabs-nav, #compare-miles-inner .tabs-nav{
	margin-right: 7px;
}
table.compare-table {
	border-collapse:collapse;
	width: 100%;
}
.compare-table tr.firstrow td{
	border-bottom: 1px solid #c0c8cc;
	padding: 10px;
}
.compare-table tr.compare-row td{
	border-bottom: 1px solid #c0c8cc;
	padding: 10px;
}
.compare-table tr.lastrow td{
	border-bottom: none;
	padding: 10px;
}
.compare-table .col2{
	background: #f2f2f2;
}
.compare-table tr.compare-row .col1, .compare-table tr.lastrow .col1, .compare-table tr.compare-row .col2, .compare-table tr.lastrow .col2{
	border-right: 1px solid #c0c8cc;
}
.compare-table .col2, .compare-table .col3{
	text-align: center;
	width: 180px;
}
.lastrow{
	border-bottom: none;
}
.compare-table tr.firstrow td.col2{
	background: none;
	padding-bottom: 5px;
}
.compare-table tr.firstrow td.col2 .discover-title{
	font-size: 0.85em;
	color: #26686d;
	font-weight: bold;
	line-height: 0.95em;
	padding: 0px;
	margin: 0px;
}
.compare-table tr.firstrow td.col3 strong{
	font-size: 0.85em;
	font-weight: bold;
	line-height: 0.95em;
	padding: 0px;
	margin: 0px;
}
.compare-table tr td.col1, .compare-table tr td.col3{
	vertical-align: middle;
}
.compare-table tr.firstrow td.col2 img, .compare-table tr.firstrow td.col3 img{
	margin-top: 5px;
}
.compare-table tr.lastrow td.col2{
	padding-top: 0px;
}
.compare-table .see-details {
	margin-top: 12px;
	padding-left: 7px;
}
.compare-disc{
	padding: 7px 30px;
	font-size: 0.8em;
}
.col1 p, .col3 p{
	padding: 0px;
	margin: 0px;
}