﻿#googleMapsCountryDropdown {
	padding: 5px;
	margin: 0 10px 0 0;
}

#googleMapsAddressText {
	margin: 0 10px 0 0;
}

#googleMapsSearchButton {
	background: url(../images/bg-submit-button.gif) repeat-x;
	height: 30px;
	width: 100px;
	color: #333;
	padding: 4px 10px;
	border: 1px solid #999;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
}

#mapCanvas {
	width: 743px;
	height: 400px;
	border: 2px solid #CCC;
	margin: 20px 0 20px 0;
}

#distributorsResults {
	width: 743px;
	height: 100%;
	margin: 20px 0 20px 0;
}

.distributorResult {
	height: 180px;
	width: 225px;
	overflow: hidden;
	margin: 0 20px 0 0;
	float: left;
}

#distributorsResults h3 {
    margin-bottom: 20px;
	color: #e1840f;
	border-bottom: 4px solid #ccc;
	padding: 0 0 4px 0;
	font-size: 14px;
}

#utilMapCanvas {
	width: 90%;
	height: 400px;
	border: 2px solid #CCC;
	margin: 20px 0 20px 0;
}

/*-- Share --*/

#share-outer-container {
	display: none;
}

#content a.product-catalog-button,
/*#content a.tools-button,*/
#content a.product-filter-button {
	text-decoration: underline;
}

#share-container {
	height: 450px;
}

/* added 2011.10.03 by Mary @ Nansen
/* site-wide accorion support - for pages "WithRightColumn" */

#left-wide-column #first #accordion-wrapper .accordionContent h3 {
	width: 700px !important;
}

.nobullets {
	list-style: none;
}

#sb-player {
}

#sb-wrapper-inner {
}

#content #search-results h2 span {
	color: #888;
	font-weight: normal;
}

#content #search-results h3 {
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: normal;
	font-size: 16px;
}

#content #search-results p {
	margin-top: 0;
	width: 660px;
	padding-bottom: 8px;
}

#content #page-views {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-bottom: 20px;
	overflow: hidden;
}

	#content #page-views #left-view {
		float: left;
		width: 600px;
	}

	#content #page-views #right-view {
		float: right;
		width: 100px;
		padding-top: 3px;
	}

#content #left-column input[type="radio"] {
	display: block;
	float: left;
	clear: both;
}

#content #left-column input[type="text"] {
	display: block;
	float: left;
	clear: both;
	padding: 4px 2px;
	height: 14px;
}

#content #left-column input[type="submit"] {
	height: 24px;
	width: 30px;
	text-align: center;
	padding: 0 4px;
}

#content #left-column .sort-form {
	margin-top: 30px;
}

#content #left-column label {
	float: left;
	padding: 4px 0 0 4px;
}

#content #left-column h3 {
	background: #ddd;
	padding: 4px 0 4px 10px;
	font-size: 13px;
	margin-bottom: 10px;
	width: 160px;
}

#content #left-column legend {
	font-size: 13px;
	font-weight: bold;
}

table#id_matrix input[type="checkbox"] + label {
	width: auto !important;
	margin-top: 2px;
}

table#id_matrix input[type="checkbox"], table#id_matrix input[type="radio"] {
	clear: left;
	margin-right: 10px;
}

.xformvalidator {
	color: #f00;
	margin-left: 15px;
}

div.actuation_pneus_form_area {
	float: left;
	width: 350px;
}

	div.actuation_pneus_form_area .xformvalidator {
		display: block;
		margin: 0 0 0 110px;
	}

.xform_dropdown {
	padding: 3px;
	background: #f9f9f9;
	border: 1px solid #999;
	border-radius: 5px;
}

table.id_matrix label {
	width: 110px !important;
	display: block;
	float: left;
}

table.id_matrix .xforms_submit_button_cdr {
	width: 90px;
	border-radius: 5px;
	margin: 25px 0 20px 111px;
}

/* search */
.search-radio-buttons {
	margin-bottom: 20px;
	overflow: hidden;
}

#search-left-column-teaser {
	width: 160px;
}

/* login */
/* Removed padding, float -- updated margin -- added width -- 12.02.2011 by SAS @ HDM */
#content #login-main-center {
	margin: 0 auto;
	width: 575px;
}

	#content #login-main-center .error-message {
		color: Red;
		font-weight: bold;
		display: block;
		margin-bottom: 10px;
	}

	#content #login-main-center .login-box, #content #login-main-center .signin-box {
		border: 1px solid #BBB;
		padding: 50px 28px;
		border-radius: 5px 0 5px 5px;
		margin-bottom: 50px;
		overflow: hidden;
	}

	#content #login-main-center .login-main-header {
		position: relative;
		overflow: hidden;
		margin-bottom: -1px;
	}

		#content #login-main-center .login-main-header .tab-container {
			float: right;
			display: block;
			position: absolute;
			right: 0;
			bottom: 0;
			right: 0;
			z-index: 10;
		}

	#content #login-main-center .active {
		display: block;
	}

	#content #login-main-center .inactive {
		display: none;
	}

	#content #login-main-center .tab {
		cursor: pointer;
		display: block;
		margin-left: 5px;
		border-radius: 5px 5px 0 0;
		border: 1px solid #BBB;
		float: right;
		background-color: #BBB;
		color: #FFF;
		font-size: 16px;
	}

		#content #login-main-center .tab.active {
			border-bottom-color: #FFF;
			background-color: #FFF;
			color: #000;
		}

		#content #login-main-center .tab span {
			padding: 10px 20px;
			display: block;
		}

			#content #login-main-center .tab span.help-text {
				display: none;
			}

	#content #login-main-center .tab-content {
		float: left;
	}

	#content #login-main-center .login-box label, #content #login-main-center .signin-box label {
		width: 150px;
	}

	/* Added class -- 12.02.2011 by SAS @ HDM */
	#content #login-main-center .login-box .form-row, #content #login-main-center .signin-box .form-row {
		margin-bottom: 10px;
	}



	#content #login-main-center .login-box input[type="text"], #content #login-main-center .signin-box input[type="text"] {
		width: 250px;
	}

input[type="password"] {
	background: url(../images/bg-textfield.gif) bottom repeat-x;
	border: 1px solid #BBB;
	padding: 6px 0 7px 3px;
	border-radius: 5px 5px 5px 5px;
	width: 250px;
}

#content #login-main-center .login-box label, #content #login-main-center .signin-box label {
	width: 110px !important;
	display: block;
	float: left;
	padding-top: 10px;
}

#content #login-main-center .login-box .submit_button,
#content #login-main-center .signin-box .submit_button {
	position: relative;
	top: 10px;
	width: 90px;
	left: 276px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #119135;
	color: #fff;
}

#content #login-main-center .login-box .signin-container .submit_button {
	width: 160px;
	left: 206px;
}

#content #login-main-center .login-box ol, #content #login-main-center .signin-box ol {
	margin: 50px 0 0 25px;
	list-style: none;
	width: 400px;
}

	#content #login-main-center .login-box ol li, #content #login-main-center .signin-box ol li {
		float: left;
		padding-right: 30px;
	}

/* password recovery */

table#PasswordRecoveryControl {
	width: 100%;
	margin: 20px;
}

.password-recovery {
	margin: 38px;
}

	.password-recovery tbody {
		width: 281px;
	}

	.password-recovery label {
		text-align: left;
		padding-right: 9px;
	}

	.password-recovery input[type="text"] {
		width: 167px;
	}

	.password-recovery .error-message {
		color: Red;
		display: block;
	}

/* username recovery */

.username-recovery {
	margin: 38px !important;
}

	.username-recovery p {
		margin-bottom: 10px;
	}

	.username-recovery label {
		text-align: left;
		padding-right: 9px;
	}

	.username-recovery input[type="text"] {
		width: 198px;
	}

.user-submit_button {
	position: relative;
	top: 10px;
	width: 90px;
	left: 151px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.retrievePass {
	left: 0px;
}

.username-recovery .error-message {
	height: 17px;
	color: Red;
	display: block;
	padding-bottom: 5px;
}

.password-recovery p {
	margin-top: 0;
}

.password-error-message {
	height: 17px;
	color: Red;
	display: block;
	padding-bottom: 5px;
}

/* reset password */
#content #login-main-center .reset-password {
	width: 545px;
}

.reset-pw-error-message {
  color: #C00;
  display: inline-block;
  width: 146px;
  padding-top: 10px;
  float: right;
  margin-left: 5px;
}

input.error {
	border-color: #C00;
	color: #C00;
}
	.password-recovery .error-message {
		color: Red;
		display: block;
	}

.form-row {
	overflow: hidden;
}

.reset-password .reason {
	margin: -10px 0 30px 0;
	color: Red;
	font-weight: bold;
	display: block;
}


/* FIRST form */

#first-form {
	font-size: 11px;
	color: #333;
	line-height: 16px;
}

	#first-form h3 {
		font-size: 14px;
		margin: 10px 0 10px 5px;
		color: #333;
	}

	#first-form table tbody tr td h3 {
		font-size: 12px;
		border-bottom: 1px solid #CCC;
		width: 492px;
		color: #333;
		margin-left: 0px;
	}

	#first-form table tbody tr td select {
		margin: 5px 0px 5px 3px;
	}

	#first-form input[type="text"], #first-form textarea {
		padding: 6px 0 7px 3px;
		margin: 5px 0 5px 5px;
	}

	#first-form input[type="submit"] {
		position: relative;
		margin-top: 20px;
		width: 104px;
		border-radius: 5px;
		-moz-border-radius: 5px;
	}

.firstFreeSelTbl {
	border: 1px solid #666;
	margin-left: 10px;
}

	.firstFreeSelTbl tr {
		border-bottom: 1px solid #666;
	}

	.firstFreeSelTbl td {
		padding: 5px;
		margin: 0px;
	}

	.firstFreeSelTbl th {
		padding: 5px;
		margin: 0px;
		font-weight: bold;
		text-align: center;
		border-top: 0px;
	}

#first-form .foot-notes p {
	font-size: 10px;
	margin-top: 50px;
}

#first-form #shipping-info {
	padding-top: 15px;
}

#first-form .shipping-company {
	margin: 10px 0 10px 0;
}

.jsSwitchSelectable label {
	font-weight: bold;
}

#first-form span.reset-pw-error-message {
	margin-left: 5px;
}

#first-form #pnlFirstForm > table {
	margin-top: 25px;
}

.quantityError {
	display: block;
	margin-bottom: 5px;
}

#product-profile-info-noimage {
	height: auto;
	padding: 5px 0 20px 0;
	float: left;
	margin-left: 25px;
	overflow: hidden;
}

#itemContainer_IndustrySolution .item .searchProductItemImage img {
	max-width: 124px;
	width: 124px;
}


/* OL3000 Campaign page */
#campaign {
	width: 906px;
	margin: 0 auto;
	padding: 0 10px;
}

	#campaign h1 {
		font-size: 35px;
		color: #00aef0;
		margin: 45px 0 20px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -2px;
	}

	#campaign .banner {
		overflow: hidden;
	}

		#campaign .banner img {
			float: left;
			display: block;
		}

		#campaign .banner a {
			float: right;
			margin-top: 10px;
		}

	#campaign .twoCol {
		overflow: visible;
		margin-top: 15px;
		min-height: 280px;
	}

		#campaign .twoCol > div {
			width: 309px;
			float: left;
			border-left: 1px solid #ccc;
			margin-left: -1px;
			overflow: hidden;
		}

			#campaign .twoCol > div h2 {
				text-transform: uppercase;
				font-size: 26px;
				margin: 0px 0 9px 32px;
				letter-spacing: -1px;
				color: #666;
			}

			#campaign .twoCol > div img {
				margin: 0 0 5px 24px;
			}

			#campaign .twoCol > div p {
				margin: 0 0 0 32px;
				font-size: 14px;
				line-height: 18px;
			}

			#campaign .twoCol > div:first-child {
				width: 601px;
				border-left: 0;
				border-right: 1px solid #ccc;
				margin-left: -5px;
			}

				#campaign .twoCol > div:first-child h2 {
					font-size: 23px;
					font-weight: bold;
					line-height: 28px;
					color: #666;
					margin: 0 0 15px 5px;
					text-transform: none;
					letter-spacing: 0;
				}

				#campaign .twoCol > div:first-child div {
					float: left;
				}

				#campaign .twoCol > div:first-child img {
					margin-left: 0;
				}

				#campaign .twoCol > div:first-child div span {
					display: block;
					margin: 5px;
				}

				#campaign .twoCol > div:first-child p {
					margin: 0 20px;
					float: left;
					width: 285px;
				}

	#campaign .hrText {
		clear: both;
		background: url('/Assets/Images/Campaign/headerHr.png') no-repeat 0 0;
		overflow: hidden;
		margin: 10px 0;
	}

		#campaign .hrText p {
			background: #00aef0;
			padding: 8px 0 7px;
			text-align: center;
			margin-top: 25px;
			color: #fff;
			font-size: 22px;
		}

		#campaign .hrText a {
			color: #fff;
			font-style: italic;
			font-weight: bold;
		}

	#campaign .threeCol {
		overflow: hidden;
	}

		#campaign .threeCol > div {
			width: 297px;
			float: left;
		}

			#campaign .threeCol > div:first-child {
				width: 311px;
			}

			#campaign .threeCol > div > a > img {
				margin-bottom: 10px;
			}

			#campaign .threeCol > div.tweets {
				width: 276px;
				padding-left: 20px;
			}

				#campaign .threeCol > div.tweets ul {
					list-style: none;
				}

	#campaign .jta-tweet-text {
		font-size: 16px;
		line-height: 22px;
		display: block;
		padding-left: 35px;
		background: url('/Assets/Images/Campaign/quote.png') no-repeat 0 4px;
	}

	#campaign .jta-tweet-timestamp {
		display: block;
		margin: 20px 0 0 35px;
	}

	#campaign .jta-tweet-retweeter, #campaign .jta-tweet-profile-image {
		display: none;
	}

	#campaign .jta-tweet-retweeter {
		display: none;
	}

	#campaign .campaignForm {
		background: url('/Assets/Images/Campaign/formBg.jpg') no-repeat 0 0;
		width: 926px;
		height: 550px;
		overflow: hidden;
		margin-left: -10px;
		color: #fff;
		font-weight: bold;
		padding: 20px 0 0 90px;
		margin-top: 40px;
	}

		#campaign .campaignForm p {
			margin: 20px 0 30px;
		}

		#campaign .campaignForm h2 {
			color: #fff;
			font-size: 24px;
		}

	#campaign table#id_matrix td {
		padding-bottom: 5px;
	}

	#campaign table#id_matrix input[type="text"] {
		padding: 4px 4px 2px 4px;
	}

	#campaign .disclaimer {
		font-size: 11px;
		margin-bottom: 50px;
	}

	#campaign #id_matrix .xformvalidator {
		color: #FFD706 !important;
	}

/* New brand banner */
.bb {
	background: url('/Assets/Images/barBg.png') repeat-x 0 0;
	width: 100%;
	height: 64px;
	margin-bottom: 5px;
}

	.bb > img {
		float: left;
		margin-top: 12px;
	}

	.bb div {
		margin-top: 14px;
		width: 811px;
		text-align: center;
		float: left;
	}

	.bb ul {
		white-space: nowrap;
		display: inline-block;
		height: 45px;
		border-right: 1px solid #bebebe;
		border-left: 1px solid #fff;
	}

	.bb li {
		display: inline-block;
		height: 45px;
		overflow: hidden;
		border-left: 1px solid #bebebe;
		border-right: 1px solid #fff;
		padding: 0 14px;
		float: left;
	}

	.bb a:hover img {
		margin-top: -47px;
	}

/* Brand landing */
.brandLanding {
	overflow: hidden;
	background: #fff !important;
}

	.brandLanding .left {
		margin: 50px 0 0 45px;
		width: 360px;
		float: left;
	}

		.brandLanding .left > img {
			margin: 0 0 40px 2px;
		}

		.brandLanding .left h2 {
			font-size: 15px;
		}

	.brandLanding .slideWrapper {
		float: right;
		margin: 35px 40px 20px 0;
	}

	.brandLanding #left-info li {
		min-height: 20px;
		border: none;
	}

.brandLanding-bottom {
    margin-left: 41px;
    margin-right: 41px;
    margin-top: 41px;
}
.brandLanding-bottom .products-list li {
    margin: 10px 0 0 0;
}

#brand #left-info li.brochure {
	background: url(../images/brochure.gif) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.video {
	background: url(../images/video.png) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.pdf {
	background: url(../images/pdf_icon.png) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	text-decoration: none;
}

#brand #left-info li.youtube {
	background: url(../images/video.png) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.excel {
	background: url(../images/excel.gif) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.powerpoint {
	background: url(../images/powerpoint.gif) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.zip {
	background: url(../images/zip.gif) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.webinar {
	background: url(../images/webinar.gif) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.website {
	background: url(../images/icon_lightbulb.png) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.external-page {
	background: url(../images/icon_lightbulb.png) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.resource-press {
	background: url(../images/icon_document.png) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

#brand #left-info li.resource-event {
	background: url(../images/icon_calendar.png) 8px 10px no-repeat;
	padding: 10px 0 0 35px;
	margin: 2px 0;
}

/* nSwipeSlider */
.slideWrapper {
	width: 522px;
	height: 279px;
	position: relative;
	background: url('/Assets/Images/sliderBg.png') no-repeat 0 0;
	padding-top: 1px;
}

	.slideWrapper .bullets {
		position: absolute;
		width: 522px;
		height: 9px;
		left: 0;
		bottom: 3px;
		text-align: center;
	}

		.slideWrapper .bullets ul {
			list-style-type: none;
		}

		.slideWrapper .bullets li {
			display: inline-block;
			width: 9px;
			height: 9px;
			background: url('/Assets/Images/bullets.png') no-repeat 0 0;
			margin: 0 3px;
			cursor: pointer;
		}

			.slideWrapper .bullets li.active {
				background-position: 0 -9px;
				cursor: default;
			}

.slider {
	overflow: hidden;
	width: 494px;
	height: 233px;
	position: relative;
	margin: 12px 0 0 14px;
}

	.slider > div {
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 100%;
		margin-right: -100%;
		white-space: nowrap;
		float: left;
		color: #000;
	}

		.slider > div > img {
			width: 100%;
		}

		.slider > div.previous {
			z-index: 2;
		}

	.slider > div {
		left: -100%;
		overflow: hidden;
		z-index: 1;
		-webkit-transition-property: left,height;
		-moz-transition-property: left,height;
		-o-transition-property: left,height;
		transition-property: left,height;
		-webkit-transition-duration: 1000ms;
		-moz-transition-duration: 1000ms;
		-o-transition-duration: 1000ms;
		transition-duration: 1000ms;
		-webkit-transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
		-moz-transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
		-ms-transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
		-o-transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
		transition-timing-function: cubic-bezier(0.1,0.7,0.7,1);
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

		.slider > div.active {
			left: 0;
			height: auto;
			overflow: visible;
			z-index: 2;
			width: 100%;
			z-index: 3;
		}

			.slider > div.active ~ div {
				left: 100%;
			}

				.slider > div.active ~ div.active {
					left: 0;
				}

		.slider > div[onclick^=document], .slider > div[onclick^=window] {
			cursor: pointer;
		}

.notransition > div {
	-webkit-transition-duration: 0 !important;
	-moz-transition-duration: 0 !important;
	-o-transition-duration: 0 !important;
	transition-duration: 0 !important;
	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	-o-transition-delay: 0 !important;
	transition-delay: 0 !important;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
