@charset "UTF-8";
@CHARSET "UTF-8";

/* Marnix 2010-07-02: Do a global reset to give better cross browser compatibility*/
* {
	margin: 0;
	padding: 0;
}

/* Marnix 2010-07-08: Na bovenstaande global reset moest ik wat stijlen terugzetten */
div.breadcrumbs,span.menuButton,div.body,div.message {
	padding: 10px;
}

body {
	margin: 0;
	background-color: #C5C5C5;
	color: #252525;
	font-family: Arial;
	font-size: 12px;
}

input.map-input {
	border: 1px solid #EEE;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	font-weight: normal;
}

#header h1 {
	display: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3, h4, h5, h6 {
    font-size: 12px;
}

h3.subheader {
	min-height: 3em;
	_height: 3em;
}

h3.subheader, h3.subheader p {
	font-size: 12px;
}

p {
	font-size: 12px;
}

ul {
	margin: 0;
	list-style: none;
}

.content ul {
    list-style: disc outside none;
    padding-left: 15px;
}

.content ol {
    padding-left: 15px;
}

img {
	border: 0;
}

.hidden {
	display: none;
}

.clear {
	width: 100%;
	clear: both;
	height: 0px;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
	color: #252525;
	text-decoration: none;
}

tr.prop a {
	text-decoration: underline;
}

hr {
	margin: 0;
	border: 0;
	border-top: 1px solid black;
}

input.textField {
	border: 1px solid #92aac2;
	padding-left: 5px;
}

textarea.textArea {
	border: 1px solid #92aac2;
	padding-left: 5px;
}

input.checkBox {
	border: none;
}

input.fileUpload {

}

input.submit {
	color: white;
	background-color: #7A7878;
	font-size: 12px;
	padding: .3em .5em;
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

thead tr {
	background-color: #d6d7dc;
}

tr.clickable {
	cursor: pointer;
	border-color: #ffffff;
}

tr.clickable:hover {
	background-color: #dbdbdb;
}

thead tr th,td {
	padding: 6px 10px;
	font-size: 12px;
	text-align: left;
}

tbody tr, tfoot tr {
	background-color: #f3f3f3;
	font-size: 11px;
	text-align: left;
}

tr {
	border-bottom: 2px solid #f0f0f0;
}

.clickable {
	cursor: pointer;
}

.button {
	color: #251e8b;
	background-color: #ffd52b;
	font-size: 12px;
	font-weight: bold;
	padding: .3em .5em;
	cursor: pointer;
	-moz-border-radius: 5px;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.shadow {
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

.button a {
	color: #251e8b;
}

input.button {
	border-color: transparent;
}

div#wrapper {
	margin: 0 auto 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #979797;
	width: 1000px;
	-moz-border-radius: 0 0 5px 5px;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

#header {
	height: 120px;
	background-image: url(hj0sEuFgQpxDpizQxNRDWYMH9rqzlMC0SDslUCRDCnj.png);
}

#header-language, #header-admin {
	font-size: 10px;
	float: right;
}

#content {
	min-height: 4em;
}

#footer {
	padding-top: 1em;
	text-align: right;
	color: #818183;
	font-size: 10px;
}

#footer span {
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

#footer span a,#footer span a:hover,#footer span a:visited {
	color: #818183;
	font-weight: bold;
}

#navigation {
	vertical-align: bottom;
}

#navigation ul {
	z-index: 1;
	padding: 0;
	position: absolute;
	top: 90px;
}

#navigation ul li {
	float: left;
	color: white;
	background-color: #040198;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
	margin: 0 3px 0px 0;
    padding: 0.16em 0.5em;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

#navigation a {
	color: white;
}

#navigation ul li.selected a,#navigation ul li:hover a,#navigation ul li a:hover {
	color: #ffc800;
}

#navigation ul li.selected,#navigation ul li:hover {
	background-color: #040198;
}

div#sections {
	z-index: 2;
	position: relative;
	top: -10px;
}

#header #header-deals {
	width: 240px;
	float: right;
	padding: 1em;
	line-height: 1.2em;
}

#header #header-deals ul {
	font-size: 10px;
    padding-top: 5px;
    padding-left: 17px;
	list-style-image: url(/images/arrow_right_small.gif);
	list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
}

#header #header-deals ul li a:hover {
	text-decoration: underline;
}

div.breadcrumbs {
	padding-left: 10px;
	margin-top: 3px;
	font-size: 10px;
}

div.breadcrumbs a {
	text-decoration: underline;
}

div.breadcrumbs ul {
	padding: 0;
	overflow-y: auto;
}

div.breadcrumbs li {
	float: left;
	margin-right: .5em;
}

table.home-sections {
	width: 100%;
}

table.home-sections tr {
	border-bottom: none;
}

div.home-section-banner {
	float: none;
	width: 100%;
	height: 89px;
	padding-top: 10px;
	background: url(lLwmaCRAzTGILyMq47Qu2RETcy6n0y7Pi2Kj4AMTQoq.jpg) no-repeat bottom;
}

div#sections div.home-section-banner {
	padding-top: 20px;
}

.home-section-left,.home-section-center,.home-section-right {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 312px;
	padding: 10px;
}

td.home-section-bottom {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 100%;
	padding: 0 1em;
}

.home-section-left,.home-section-center {
	border-right: 2px solid #B3B3B3;
}

table.home-sections div.large-image {
	padding: 0;
	margin: 1em auto;
	width: 312px;
}

table.home-sections #local-dealers ol {
	margin-left: 2em;
}

.section {
	padding: 0.5em 1.25em 0.5em 1.25em;
}

.section-left,.section-right {
	float: left;
}

.section-left {
	width: 730px;
	border-right: 2px solid #B3B3B3;
	margin-right: -2px;
}

.section-right {
	width: 260px;
	border-left: 2px solid #B3B3B3;
}

.section-item-left {
	width: 470px;
	float: right;
	padding: 10px;
}

.section-item-left.big {
	width: 690px;
	float: left;
	padding: 10px;
}

.section-bar-left {
	width: 220px;
	padding: 10px;
	margin-left: -2px;
	float: left;
}

.section-bar-left #map-big {
	margin-top: 0;
}

.section-item-left-nopadding {
	padding: 0px;
}

.section-item-left .bottom-left-corner {
	width: 240px;
	padding: 10px 10px;
	border-right: 2px solid #B3B3B3;
	margin-right: -2px;
	float: left;
}

.section-item-left .bottom-right-corner {
	width: 428px;
	float: right;
	border-left: 2px solid #B3B3B3;
	padding: 10px 0px 10px 20px;
}

.last-section {
	border-bottom: none;
	width: 690px;
}

/* Google maps */
#map-big {
	width: 100%;
	height: 213px;
	margin: 1.2em 0;
	overflow: hidden;
	border: #979797 1px solid;
	-moz-border-radius: 5px;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

#map-small {
	width: 100%;
	height: 180px;
	margin: .5em 0;
	overflow: hidden;
	border: #979797 1px solid;
	-moz-border-radius: 5px;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

#postal-code {
	text-align: right;
	margin-bottom: 0.5em;
}

#map-input,#map-input-submit {
	float: right;
	margin-left: 0.5em;
}

#map-input {
	width: 14em;
	margin-top: 0.05em;
}

#local-dealers {
	width: 100%;
	clear: both;
}

#local-dealers ol {
	padding: 0.1em 0 0 0;
	margin-left: 2.0em;
}

#local-dealers a {
	font-size: 12px;
}

#map-directions {
	font-size: 14px;
}

.map-button,.first-map-button {
	float: right;
	margin-left: 0.5em;
    margin-bottom: 0.5em;
}

.first-map-button {
	margin-left: 0em;
}

/* Info items */
ul#info-item-options {
	padding-left: 0;
}

.info-item-more-items {
	float: none;
	margin: 5px 5px 5px 5px;
}

.tires-more-tires {
	float: right;
	margin: 5px 0px 5px 5px;
}

div.smallItem {
	height: 100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
div.smallItem img {
	margin: auto;
}

ul#info-item-options li {
	float: left;
	height: auto;
	width: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
	baackground-color: #666;
}

ul#info-item-options li .button {
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
	text-align: center;
	width: 100%;
}


div.large-image {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

div.large-image img {
	border: #979797 1px solid;
	-moz-border-radius: 5px;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

div.overflow {
	overflow: auto;
	width: 100%;
}

div.loginWrapper {
	float: none;
	padding: 2px;
	background: #979797;
	width: 310px;
	margin: 25px auto;
}

div#login {
	float: none;
	padding: 15px;
	width: 280px;
	background: #f3f3f3;
}

div#login h3 {
	margin-bottom: 10px;
}

ul.formBlock {
	margin: 0;
	padding: 0;
	overflow: auto;
}

ul.formBlock li {
	margin-bottom: 10px;
	overflow: auto;
}

ul.formBlock li.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	padding: 5px 2px;
	text-align: center;
}

ul.formBlock li.noMargin {
	margin: 0;
}

ul.formBlock li label {
	float: left;
}

ul.formBlock li input.textField {
	float: right;
	width: 175px;
}

ul.formBlock li input.checkBox {
	float: right;
	margin-right: 10px;
}

ul.formBlock li input.submit {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.section-admin {
	padding: 20px;
}

div#info-item-main {
	width: 665px;
	margin: 10px;
	border: #979797 1px solid;
	background-color: #F3F3F3;
	-moz-border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #979797;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}
div#info-item-main p {
	padding-top: 10px;
}

div.section-item-right-top {
	padding: 10px;
}

div.section-item-right {
	padding: 10px;
	border-top: 2px solid #B3B3B3;
}

div.section-item-right .info-item {
	margin-bottom: 10px;
}

div.section-item-right .info-item .large-image {
	padding: 0;
	margin: 10px auto;
	width: 235px;
}

div.section-item-right .info-item .more-info {
	padding-bottom: 1em;
}

p.read-more,p.search-tire {
	float: right;
}

p.read-more a.quote {
	padding: 8px 0;
}

#contactForm div.selector {
	padding: 10px;
}

div.selector table {
	width: 100%;
	font-size: 10px;
}

div.selector table th {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

div.selector table td {
	text-align: right;
}

div.selector select {
	width: 105px;
}

ul.detailList {
	overflow-y: auto;
	padding-left: 0;
	float: left;
}

ul.detailList li {
	overflow-y: auto;
	width: 500px;
	margin-bottom: 3px;
}

ul.detailList li label {
	float: left;
}

ul.detailList li .left {
	float: left;
	width: 120px;
	padding: 5px 10px;
}

ul.detailList li .right {
	float: right;
	padding: 5px 10px;
	width: 245px;
}

ul.detailList li label.checkBox {
	padding-top: 1px;
	padding-bottom: 1px;
}

ul.detailList li textarea.textArea,ul.detailList li input.textField {
	width: 245px;
}

ul.detailList li input.fileUpload,ul.detailList li label.checkBox {
	width: 250px;
}

ul.detailList li input.checkBox {
	float: left;
	margin: 0;
}

ul#infoItemDetails {
	width: 600px;
}

ul#infoItemDetails li {
	width: 600px;
}

ul#infoItemDetails li .right {
	width: 425px;
}

ul#infoItemDetails li textarea.textArea,ul#infoItemDetails li input.textField,ul#infoItemDetails li input.fileUpload,ul#infoItemDetails li label.checkBox {
	width: 425px;
}

ul#infoItemDetails li label.checkBox {
}

ul#infoItemDetails li span {
//	margin-bottom: 10px;
}

ul.subList {
	float: right;
	overflow-y: auto;
	width: 245px;
	padding: 5px 10px;
	margin: 0;
}

ul.subList li {
	width: auto;
}

div.logout {
	float: right;
	position: relative;
	top: 0;
}

div.dialog {
	float: none;
	overflow-y: auto;
}

div#previewImageBlock {
	float: right;
	padding: 10px;
}

div.smallImageContainer img {
	margin-left: auto;
	margin-right: auto;
}

div.smallImageContainer {
	overflow: auto;
	text-align: center;
	margin-bottom: 15px;
}

div.largeImageContainer img {
	margin-left: auto;
	margin-right: auto;
}

div.largeImageContainer {
	overflow: auto;
	text-align: center;
}

/* Tires search */
div.selector {
	padding: 5px;
	background-color: #f3f3f3;
	/*position: relative; AOB-108: marnix 2010-08-05: Gaat fout in IE7*/
	border: #979797 1px solid;
	-moz-border-radius: 5px;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
	display: block;
}

.tires-search ul.tireSearch-tabs {
    padding-bottom: 5px;
}

.tires-search ul.tireSearch-tabs li {
    display: inline;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.tires-search ul.tireSearch-tabs li.tireSearch-tab {
    background-color: #C5C5C5;
    cursor: default;
    height: 26px;
    border: #979797 1px solid;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: #979797 3px 3px 3px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-box-shadow: #979797 3px 3px 3px;
}

.tires-search ul.tireSearch-tabs li.tireSearch-tab a:hover {
    cursor: pointer;
    cursor: hand;
}

.tires-search ul.tireSearch-tabs li.tireSearch-tab-selected {
    background-color: #f3f3f3;
    border: #979797 1px solid;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-box-shadow: #979797 3px 3px 3px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-box-shadow: #979797 3px 3px 3px;
}

.tires-search div.selector form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.tireSearch {
	padding: 0;
	width: 100%;
	color: #717171;
	vertical-align: top;
}

.tireSearch tr {
	border: none;
}

.tireSearch td {
	text-align: right;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	padding: 0.5em 0em;
}

.tireSearch td label {
	padding-right: 0.5em;
}

.tireSearch td select {
	margin-right: 0.5em;
	color: #717171;
	font-size: 12px;
	font-weight: bold;
	width: 145px;
}

.tireSearchResult td {
	font-size: 10px;
}

.tireSearchResult td.number {
	text-align: left;
	padding-left: 0.7em;
}

.tireSearchMsg td.msg {
	text-align: left;
	padding-left: 0.7em;
	font-size: 10px;
}

.searchButtons {
	text-align: right;
}

.searchButtons td.submitBtn {
	text-align: left;
}

.searchButtons input {
	margin: 0.5em 0.5em;
}

.searchButtons input.searchBtn {
	width: 145px;
	cursor: pointer;
	border-color: transparent;
	-moz-border-radius: 5px;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

.searchButtons input[disabled].searchBtn {
	background-color: #fcefb0;
	border: none;
	cursor: default;
	-moz-border-radius: 5px;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

div.search-tires-small {
	width: 245px;
}

div.search-tires-small .tireSearch td {
	font-size: 10px;
	font-weight: bold;
}

div.search-tires-small .tireSearch td select {
	margin-right: 0.5em;
	color: #717171;
	font-size: 10px;
	font-weight: bold;
	width: 105px;
}

div.search-tires-small .tireSearchMsg td {
	font-size: 9px;
}

div.search-tires-small .tireSearchResult td {
	font-size: 9px;
}

div.search-tires-small .searchButtons input.searchBtn {
	width: 105px;
	cursor: pointer;
}

div.search-tires-big {
	width: 300px;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.0em;
}

div.search-tires-xtra-big {
	width: 690px;
	float: left;
	margin: 0 10px 10px 0;
}

.tire-intro-text {
	padding-top: 2.5em;
}

.tires-search-main p {
	padding-top: 1.0em;
}

table.tires-result {
	width: 100%;
	-moz-border-radius: 0 5px 0 0;
	-moz-box-shadow: #979797 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}
table.tires-result td {
	padding: 0;
}

table.tires-result td a {
	padding: 8px 10px;
	display: block;
}

table.tires-result td p {
	margin: 2px 5px 1px 0;
}
table.tires-result td p a {
	display: inline;
}

table.tires-result th.sorted a {
	padding-right: 1.0em;
	background-image: url(JN62MbCTCWKB21tTXuLwpzSATTmUcNj18iJuHsjy98p.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

table.tires-result th.desc a {
	background-image: url(vTCFV5fb5AiCURA8XK3pKFc1SPeXcPV6sYjiBJVp1n4.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

table.tires-result .invoice-btn {
	width: 119px;
}

.paginateButtons {
	padding-top: 0.5em;
	font-size: 12px;
	text-align: center;
}

.paginateButtons .step,.paginateButtons .currentStep,.paginateButtons .prevLink,.paginateButtons .nextLink {
	padding-right: 0.5em;
}

.paginateButtons .currentStep {
	font-weight: bold;
}

div.dealer-image {
	float: left;
	margin: 1.4em 1em 1em 0;
}

div.dealer-info {
	padding: 0.2em;
	float: left;
}

div.dealer-logo {
	width: 120px;
	overflow-y: hidden;
	float: right;
}

div.dealer-logo img {
	width: 120px;
	max-height: 120px;
}

div.dealer-info .info-block {
	padding-bottom: 0.5em;
	overflow: auto;
	border-bottom: 1px solid #B3B3B3;
	margin-bottom: 0.3em;
}

div.dealer-info .info-block .content-block {
	width: 200px;
	float: left;
}

div.dealer-info .title-block {
	width: 100px;
	float: left;
	font-weight: bold;
}

div.dealer-info .info-block table {
	width: 200px;
	float: left;
}

div.dealer-info .info-block table tr {
	border: none;
}

div.dealer-info .info-block table td {
	padding: 0px;
	text-align: left;
}

div.dealer-info .description {
	font-weight: bold;
	color: #707070;
	padding-bottom: 1em;
}

div.dealer-info .services,div.dealer-info .office-hours {
	padding-bottom: 0.5em;
}

div#dealer-images {
	width: 458px;
	height: 140px;
	padding: 5px;
	overflow: hidden;
}

div#dealer-images .slide {
	width: 455px;
	height: 140px;
	padding-left: 15px;
}

div#dealer-images .slide img {
	width: 200px;
	padding: 10px;
	vertical-align: top;
}

div.dealer-text {
	padding: 15px 10px 15px 10px;
}

div.last-section-item {
	padding: 0;
	margin: 0px 10px 10px 10px;
	float: right;
    background-color: #F3F3F3;
    border: 1px solid #979797;
	width: 470px;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 3px #979797;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

div.dealer-info .services .label {
	font-weight: bold;
}

div.dealer-info .services .value {
	font-style: italic;
	font-size: 12px;
}

div.dealer-info .office-hours .label {
	font-weight: bold;
}

div.dealer-info .office-hours .value {
	font-size: 12px;
}

.dealer-offers {
	width: 450px;
	padding: 10px;
	color: #ffffff;
	background: #7a7878;
	border-collapse: collapse;
	-moz-border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #979797;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #979797 3px 3px 3px;
}

.dealer-offers h2 {
	padding: 0 2px 3px 2px;
	border-bottom: 1px solid #ffffff;
}

.dealer-offers ul {
	padding: 5px 0px 5px 15px;
	list-style-type: disc;
	border-bottom: 1px solid #ffffff;
}

body.tire-details-body {
	background-color: white;
}

div.tire-info-details {
	background-color: white;
	padding: 10px;
}

div.tire-info .tire-image {
	float: left;
}

div.tire-image {
	-moz-box-shadow:0px 0px 2px 1px #979797;
	border: none;
	margin: none;
}

div.tire-info {
	padding: 1em;
	margin-right: 1em;
}

div.tire-info h1 {
	margin-bottom: 10px;
}

table.details {
	-moz-box-shadow:0px 0px 2px 1px #979797;
	background-color:#F3F3F3;
	float: right;
	margin-right: 20px;
}

div.tire-info table.details tr {
	border: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e9e9eb;
	border-spacing: 2px;
}

div.tire-info table.details tr.top {
	border-bottom: 5px solid #e9e9eb;
}

div.tire-info table.details td {
	padding: 5px;
	line-height: 24px;
	text-align: left;
}

div.tire-info table.details td.label {
	width: 100px;
}

div.tire-info table.details td p {
	font-size: 12px;
}

div.tire-info table.details label {
	font-weight: bold;
}

div.tire-info-details .tire-usps {
	width: 200px;
}

div.tire-usps table.usps tr {
	border: none;
}

div.tire-usps table.usps td {
	font-size: 12px;
	padding: 5px;
	text-align: left;
}

div.tire-usps table.usps td.label {
	width: 50px;
}

div.tire-info-details .tire-tests .test-image {
	float: left;
	margin: 1em 1em 1em 0;
}

div.tire-tests {
	overflow-y:auto;
}

div.test-image {
	float: left;
	height:95px;
	margin-left:2px;
}

.contact-intro-text {
	padding-top: 1em;
	padding-bottom: 1em;
}

.contact tr, .contact td {
	border: none;
}

.contact tr {
	padding-bottom: 5px;
}

.contact td.label {
	color: #717171;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	width: 125px;
}

.contact td.value {
	color: #717171;
	text-align: left;
	padding: 1px;
	width: 300px;
}

.contact td.value input {
	color: #717171;
	width: 295px;
}

.contact td.value select {
	color: #717171;
	width: 300px;
}

.contact td.message {
	color: #c62424;
	text-align: left;
	vertical-align: top;
}

.contactButtons {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 435px;
	text-align: right;
}

.contactSuccess {
	padding: 10px;
}

.error {
	background-color: #c62424;
	padding: 2px;
}

.errormessage {
	color: #c62424;
	text-align: left;
	padding: 6px 10px;
}

.required {
	color: #c62424;
}

#tire-explanation h2, #disclaimer h2 {
	padding-bottom: 10px;
}

#tire-explanation h3, #disclaimer h3 {
	padding:0;
	margin: 0;
	font-weight: bold;
}

#tire-explanation p, #disclaimer p {
	padding:0 0 1em 0;
	margin: 0;
}

#tire-explanation a, #disclaimer a, .subheader a {
	text-decoration: underline;
}

div.back-to-main-item {
	margin: 10px 0 15px 10px;
}

table#logo-table {
	margin-top:10px;
}
table#logo-table tr {
	border:none;
}

table#logo-table tbody tr td {
	padding: 5px;
}

div#clickable-logo {
	float: left;
	width: 300px;
	height: 80px;
	cursor:pointer;
}

div.aob-left,div.aob-right {
	float: left;
	margin-top: 10px;
}

div.aob-left {
	width: 200px;
	background-color: white;
	margin-right: 10px;
	margin-left: 5px;
}

div.aob-right {
	width: 490px;
	background-color: white;
	margin-right: 20px;
}

div.aob-left-menu {
	padding: 10px;
	background-color: #F3F3F3;
	border: 1px solid #979797;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 3px #979797;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 3px #979797;
}

div.aob-left-menu ul {
	padding: 15px 5px 15px 5px;
	list-style-type: none;
}

div.aob-left-menu ul li {
    background-color: #FFFFFF;
    border-bottom: 1px solid #B3B3B3;
    padding: 5px;
    overflow: hidden;
    word-wrap: break-word;
}

div.aob-left-menu ul li.first-item {
    border-top: 1px solid #B3B3B3;
}

div.aob-left-menu ul li.current-item {
	font-weight: bold;
    background-color: #F3F3F3;
}

div.aob-left-menu ul li a:hover {
	text-decoration: underline;
}

div.aob-left-menu ul li ul.sub-list {
	padding: 0px;
	list-style-type: none;
}

div.aob-left-menu ul li ul.sub-list li {
    padding: 3px;
    border: none;
}

div.aob-left-menu ul li.sub-item {
    padding: 5px 3px;
	list-style-type: none;
}

div.aob-left-menu span {
	font-weight: bold;
}

div.aob-left-banner {
	padding: 10px;
}

div.aob-right-rows {

}

div.aob-right-content {
	padding: 10px;
	background-color: #F3F3F3;
	border: 1px solid #979797;
    overflow: hidden;
    word-wrap: break-word;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 3px #979797;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 3px #979797;
}

div.subitem-group {
	width: 490px;
	height: 190px;
}

div.subitems-readmore {
	background-color: #F3F3F3;
	margin-top: 15px;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 3px #979797;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 3px #979797;
	border: 1px solid #979797;
}

div.readmore-text {
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

div.aob-right-subitem {
	float: left;
	width: 150px;
	height: 182px;
	padding: 4px;
	margin-right: 4px;
	background: #F3F3F3;
	text-align: center;
	border-right: 1px solid #cccccc;
}

div.subitem-noborder {
	border: 0;
}

div.subitem-text {
	text-align: left;
	padding: 5px;
	height: 40px;
    overflow: hidden;
    word-wrap: break-word;
}

div.subitem-title {
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	font-size: 11px;
	text-align: left;
	height: 30px;
}

div.subitem-image {
	width: 140px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cccccc;
}

div.subitem-image a {
	display: block;
}

div.subitem-image a img {
	height: 80px;
	max-width: 140px;
}

.subitem-link {
	float: right;
}

.subitem-link:hover {
	text-decoration: underline;
}

span#scroll-left-item {
	float: left;
	cursor: pointer;
}

span#scroll-right-item {
	float: right;
	cursor: pointer;
}

div.sharesocial {
	text-align: right;
}

div.contentitemrating {
	text-align: right;
}

div.contentitemrating span {
	background-color: #C0C0C0;
	padding: 3px;
}

div.contentitemrating span img {
	padding-bottom: 4px;
	vertical-align: middle;
}

div.tire-rating {
	text-align: right;
}

div.tire-rating ul {
	margin-left: 140px;
}

div.tire-rating span {
	background-color: #C0C0C0;
	padding: 3px;
}

div.tire-rating span img {
	padding-bottom: 4px;
	vertical-align: middle;
}

div.dealer-ratings {
	padding-top: 1em;
	float: right;
	width: 120px;
}

div.dealer-rating {
	margin-bottom: 5px;
}

p.dealer-rating-message {
	font-size: xx-small;
}

/* User Comments */
div.comment-box {
	padding: 15px 10px;
}

div.comment-box h3 {
	font-weight: bold;
}

li.comment-container {
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #CCC;
	word-wrap: break-word;
	overflow: hidden;
}

li.comment-container:last-child,
li.last-child {
	border-bottom: none;
}

div.comment-box span.comment-name,div.comment-box span.comment-date {
	font-style: italic;
}

div.comment-box span.comment-subject {
	font-weight: bold;
}

.comment-box label {
	display: block;
	float: left;
	width: 75px;
}

label#comment-enter-comment-label {
	height: 100px;
}

label#comment-enter-comment-label {
	height: 1em;
}

#comment-form #subject {
	float: left;
	width: 250px;
	height: 2em;
}

#comment-form #comment {
	float: left;
	width: 250px;
	height: 100px;
}

#comment-form #name {
	float: left;
	width: 250px;
	height: 2em;
}

#comment-form #email {
	float: left;
	width: 250px;
	height: 2em;
}

p.form-error-header,ul.form-error {
	color: red;
	padding: .5em 0 .5em 75px;
}

div.brand-logos {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 3px #979797;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 3px #979797;
	border: 1px solid #979797;
	background-color: #F3F3F3;
	margin-top: 1em;
	padding: 0.9em;
}

div.brand-logos li {
	float: left;
	display: block;
	text-align: center;
	vertical-align: top;
	margin: 18px;
	width: 100px;
	height: 50px;
}

div.brand-logos li img {
	border: 1px solid #CCC;
	-moz-box-shadow: 3px 3px 3px #979797;
	-webkit-box-shadow: 3px 3px 3px #979797;
}

div.brand-logos li a {
    color: #717171;
    font-size: 0.9em;
    font-weight: bold;
}

/* Search */
div.search-results {
	min-height: 250px
}

div.search-results h1 {
	padding: 1em 0;
}

div.search-results ul {
	padding: 15px;
	list-style-type: disc;
}

div.search-results p {
	padding: .5em 0 1em;
}

p#comment-preview {
    padding-bottom: 15px;
}

div.aob-landingpage-menu {
	padding: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 3px #CCCCCC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 3px 3px 3px #CCCCCC;
}

div.aob-landingpage-menu ul {
	padding: 15px;
	list-style-type: disc;
}

div.aob-landingpage-menu ul li.current-item {
	font-weight: bold;
    background-color: #FFFFFF;
}

div.aob-landingpage-menu ul li a:hover {
	text-decoration: underline;
}

div.aob-landingpage-menu ul li ul.sub-list {
	padding: 0px 0px 0px 20px;
	list-style-type: circle;
}

div.aob-landingpage-menu ul li.sub-item {
    list-style-type: none;
}

div.aob-landingpage-menu span {
	font-weight: bold;
}

.profile-image {
    float: left;
    margin: 5px;
}

.profile-image img {
    border: 1px solid #e9e9eb;
    max-height: 200px;
    max-width: 120px;
}

div.aob-landingpage-menu table.tires-result2 {
    /*font-size: 10px;*/
    width: 100%;
	-moz-border-radius: 0 5px 0 0;
	-moz-box-shadow: #CCC 3px 3px 3px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #CCC 3px 3px 3px;
}

div.aob-landingpage-menu table.tires-result2 tbody tr,
div.aob-landingpage-menu table.tires-result2 tfoot tr {
    background-color: #ffffff;
}

div.aob-landingpage-menu table.tires-result2 tr.clickable {
    border-color: #B3B3B3;
}

div.aob-landingpage-menu table.tires-result2 tr.clickable:hover {
    background-color: #dbdbdb;
}

div.aob-landingpage-menu table.tires-result2 th,
div.aob-landingpage-menu table.tires-result2 td {
    padding: 6px 5px;
}

div.aob-landingpage-menu table.tires-result2 td a {
	padding: 8px 5px;
	display: block;
}

div.aob-landingpage-menu table.tires-result2 td p {
	margin: 2px 5px 1px 0;
}

div.aob-landingpage-menu table.tires-result2 td p a {
	display: inline;
}

div.aob-landingpage-menu table.tires-result2 th.sorted a {
	padding-right: 1.0em;
	background-image: url(vjtHbqDoMV6Gva3ONjXhghHPmJHA0GlZozVgRD1IqsY.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

div.aob-landingpage-menu table.tires-result2 th.desc a {
	background-image: url(CaACJQLlQAHD4xIRBkJb3t4EbRDA1ljT5048SXQqWKH.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#captcha-popup .reaction {
    margin-top: 5px;
    font-weight: bold;
}

#comment-preview {
    overflow: hidden;
    word-wrap: break-word;
}
.comment-posted {
    font-weight: bold;
    margin-bottom: 10px;
}

ul#dealer-cities li.dealer-city{
	padding-left: 5px;
	font-weight: bold;
	border-top: 1px solid #B3B3B3;
	padding-top: 5px;
	margin-top: 5px;
}
ul#dealer-cities ul.all-dealers{
	background-color: transparent;
}
ul#dealer-cities ul.all-dealers li{
    padding-left: 15px;
}



