/*global styles*/
@import url(tables.css);
table {
	/*fix the width of the load-inflation-tables*/
	width:560px;
	
	/*set a light grey background*/
	background:#F2F6FA;
}

table thead th {
	/*remove the right border for headings*/
	border-right:none;

	/*align header title to the left and add some padding*/
	text-align:left;
	padding-left:12px;
}

table tbody th {
	text-align:left;
	/*remove the background image for headings*/
	background:none;
}

table tbody th.left {
	/*add the background image for headings*/
	background:url(/img/product/header-background.gif) repeat-y;
}

table tbody th.title {
	/*the title dividers have larger padding than normal cells*/
	padding:12px;
}

table tbody th.columnTitle {
	/*column titles have center aligned text*/
	text-align:center;
}

table td, table tbody th {
	/*modest padding on table cells keeps information spaced*/
	padding-left:3px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
}
	
table tbody td {
	/*reduce the letter spacing of standard cells
	to help hold more information*/
	letter-spacing:-0.03em;
}

/*CAPTION STYLES START*/
table caption {
	text-align:left;
	background:#E9EFF6;
	padding:10px 14px 10px 14px;
	border-bottom:solid 8px #fff;
}

table caption p {
	padding:0;
	margin:0;
}
table caption {
	line-height:20px;
}

table caption ul {
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
	margin-left:5px;
}

table caption ul li {
	float:left;
	margin-right:5px;
}
/*TABLE CAPTION STYLES END*/
	
tfoot tr {
	/*add a rounded background*/
	background:#fff url(img/product/table-footer.gif) no-repeat;
}

tfoot tr td {
	/*remove the border*/
	border:none;
}

abbr {
	/*remove the default dotted border on abbreviations*/
	border-bottom:none
}

div.clear {
	clear:left;
}
.treads {
	color: red;
}

div#left-nav-links ul ul {
	display:block;
}

#ln-load-inflation-tables {
	display: block !important;
}

#ln-null {
	display: none !important;
}

#ln-all-tires a em {
	visibility: visible !important;
}

#ln-load-inflation-tables a em {
	visibility: visible;
}
