/*
----------------------------------------------------------------------
  Premium Products Styles.
  For section /about/introductions/
----------------------------------------------------------------------
*/
sup {
	vertical-align: top;
	font-size: 8px;
}

div.pp_pageStart {
	padding: 10px;
}

div.pp_tireList {
	padding-left: 10px;
}

div.pp_tireRow {
	cursor: pointer;
	border-bottom: solid 1px rgb( 225, 225, 225 );
}

div.pp_oddRow {
	background: rgb( 233, 233, 233 ) url( '/img/about/introductions/tireRowBg.jpg' ) repeat-y top left;
}

div.pp_evenRow {
}

div.pp_tireList div.pp_tireLogo {
	margin-bottom: 5px;
}

div.pp_tireList div.pp_tireDesc {
}

div.pp_tireList div.pp_tireLink {
}

div.pp_tireList div.pp_vehicleBg {
	background-repeat: no-repeat;
	background-position: top right;
	/* Image URL specified in a style tag. */
}

div.pp_tireList div.pp_tireBg {
	background-repeat: no-repeat;
	background-position: bottom left;
	/* Image URL specified in a style tag. */
}

div.pp_tireList div.pp_tireRowContent {
	min-height: 105px;
	padding: 10px 140px 10px 160px;
}

ul.pp_tireAnchorList {
	margin-left: 0px;
	padding: 8px 0px 10px 0px;
	text-align: center;
	line-height: 18px;
	border-top: solid 1px rgb( 230, 230, 230 );
	border-bottom: solid 1px rgb( 230, 230, 230 );
}
ul.pp_tireAnchorList li {
	padding: 0px 10px 0px 17px;
	display: inline;
	background: url( '/img/global/itemListBg.gif' ) top left no-repeat;
}
ul.pp_tireAnchorList li a:link,
ul.pp_tireAnchorList li a:visited,
ul.pp_tireAnchorList li a:active,
ul.pp_tireAnchorList li a:hover,
ul.pp_tireAnchorList li sup {
	text-decoration: none;
}
ul.pp_tireAnchorList li span {
	border-bottom: solid 1px #333366;
}
