/************************************************************
	GENERIC
************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #BBBCBF url(../images/backgrounds/body.jpg) repeat-x left top;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
}
a {
	color: #CC0000;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, select, textarea {
	color: #666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textLarger {
	font-size: 120%;
}
.textSmaller {
	font-size: 80%;
}
.colorLighter {
	color: red;
}
.colorGray {
	color: #666;
}
img {
	/* behavior: url(/images/iepngfix.htc); */
}

/************************************************************
	CONTAINER
************************************************************/
#container {
	position: relative;
	min-height: 100%;
	font-size: 100%;
	line-height: 130%;
	clear: both;
}
/************************************************************
	HEADER
************************************************************/
#header {
	width: 950px;
	height: 76px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	right: 14px;
}

/************************************************************
		HEADER - NAVIGATION
************************************************************/
#navigation {
	margin-top: 44px;
	float: left;
	font-size: 90%;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	width: 570px;
	overflow: hidden;
	background: url(../images/separator.gif) no-repeat left top;
}
#navigation ul li {
	float: left;
	padding: 0 2px 0 0;
	background: url(../images/separator.gif) no-repeat right top;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	padding: 0 7px;
}
#navigation ul li a span {
	display: none;
}
#navigation #page2 { /* company */
	width: 59px;
	height: 32px;
	background: url(../images/navigation/company.gif) no-repeat top center;
}
#navigation #page3 { /* products */
	width: 57px;
	height: 32px;
	background: url(../images/navigation/products.gif) no-repeat top center;
}
#navigation #page6 { /* dealers */
	width: 46px;
	height: 32px;
	background: url(../images/navigation/dealers.gif) no-repeat top center;
}
#navigation #page7 { /* cs */
	width: 105px;
	height: 32px;
	background: url(../images/navigation/cs.gif) no-repeat top center;
}
#navigation #page14 { /* finance */
	width: 49px;
	height: 32px;
	background: url(../images/navigation/finance.gif) no-repeat top center;
}
#navigation #page51 { /* finance */
	width: 28px;
	height: 32px;
	background: url(../images/navigation/links.gif) no-repeat top center;
}
#navigation #page59 { /* the dirt blog */
	width: 45px;
	height: 32px;
	background: url(../images/navigation/the_dirt.gif) no-repeat top center;
}
#navigation #myAccount { /* my jcb */
	width: 42px;
	height: 32px;
	background: url(../images/navigation/account.gif) no-repeat top center;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 76px;
	z-index: 100;
}



#navigation li ul li {
	clear: left;
	margin: 0;
	padding: 0;
}
#navigation ul li ul a {
	display: block;
	padding: 5px 10px;
	background: #fcaf23;
	border-top: solid 1px #fdbf4f;
	border-bottom: solid 1px #ca8c1c;
	color: #333;
	width: 200px;
}
#navigation ul li ul a:hover {
	background: #fec30a;
	color: #000;
}
#navigation .disabled, #navigation .disabled:hover {
	color: #999;
	background: #fcaf23;
}

#searchBox {
	float: left;
	margin: 42px 0 0 60px;
	background: url(../images/backgrounds/search_box.gif) no-repeat 48px 1px;
	line-height: 18px;
	padding: 0;
	font-size: 10px;
}
#searchBox .title {
	float: left;
	margin-top: 1px;
}
#searchBox .keywords {
	border: solid 1px #CCC;
	background: none;
	border: 0;
	width: 100px;
	height: 12px;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	margin: 0 3px;
	float: left;
}
#searchBox .button {
	float: left;
	margin-top: 1px;
}

#navSecondary {
	height: 24px;
	width: 950px;
	margin: 0 auto;
}
#navSecondary ul {
	padding: 0;
	margin: 0;
}
#navSecondary li {
	float: left;
	list-style: none;
	margin: 8px 5px 0 0;
}
#navSecondary li img {
	float: left;
}
#navSecondary li a {
	display: block;
	padding: 0 0 0 5px;
	border-left: solid 1px #666;
}
#navSecondary li a img {
	float: none;
}

#flashNav {
	text-align: center;
}

/************************************************************
	BANNER
************************************************************/
#banner {
	height: 230px;
	padding-top: 0;
	margin: 0 auto;
	clear: both;
	width: 100%;
}
#banner img {
	display: block;
	width: 950px;
	margin: 0 auto;
}
/************************************************************
	BREADCRUMBS
************************************************************/
#breadcrumbs {
	clear: both;
	width: 950px;
	height: 20px;
	margin: 0 auto;
	border-top: solid 1px #B7B7B7;
	border-bottom: solid 1px #B7B7B7;
	color: #999;
	font-weight: bold;
	padding-top: 4px;
}
#breadcrumbs a {
	color: #999;
	text-decoration: none;
}
#breadcrumbs .active {
	color: #000;
}

/************************************************************
	FUNCTIONS
************************************************************/
#productBar {
	width: 950px;
	height: 31px;
	margin: 0 auto;
	background: url(../images/backgrounds/product_bar.gif) no-repeat center top;
	padding: 0;
	position: relative;
}
#productBar .productCategories {
	float: left;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 4px;
}
#productBar .productCategories select {
	font-weight: lighter;
}
#productBar .productPrevNext {
	float: right;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 7px;
}
#productBar .productPrevNext a {
	display: block;
	float: left;
	color: #000;
	padding: 0 10px;
	text-decoration: none;
	line-height: 10px;
}
#productBar .productPrevNext .previous {
	color: #656565;
	border-right: solid 1px #000;
}
#productBar .productPrevNext .current {
	color: #000;
}
#productBar .productPrevNext .next {
	color: #990002;
	border-left: solid 1px #000;
}

/************************************************************
	PAGE OPTIONS
************************************************************/
.pageOptions {
	position: absolute;
	right: 0;
	top: 0;
}
.pageOptions a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: none;
	font-size: 10px;
	padding-left: 15px;
}

/************************************************************
	CONTENT
************************************************************/
#content {
	width: 910px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 30px 20px;
	/* position: relative; */
	clear: both;
}


/************************************************************
	PANELS
************************************************************/
.panel {
	margin-bottom: 10px;
	/*& position: relative; */
}
.panel h1 {
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	position: relative;
}
.panel .panelLeft {
	vertical-align: top;
	width: 200px;
	margin-right: 20px;
}

/* main panel */
.panel .panelMain {
	vertical-align: top;
	line-height: 180%;
}
.panel .panelMain .contentBlock {
	border: solid 1px #CCC;
	background: #FFF;
}
.panel .panelMain .capsule {
	padding: 15px;
}
.panel .panelMain .capsule li {
	list-style: square;
}
.panel .panelMain br {
	line-height: 130%;
}

.panel .panelMain .tabs {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.panel .panelMain .tabs li {
	float: left;
}
.panel .panelMain .tabs li a {
	float: left;
	display: block;
	padding: 0px 20px;
	margin-right: 1px;
	border: solid 1px #CCC;
	background: #F5F5F5;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
	position: relative;
	margin-bottom: -1px;
	white-space: nowrap;
}
.panel .panelMain .tabs li a.active {
	background: #FFF;
	color: #CC0000;
	border-bottom: solid 1px #FFF;
}





/* right panel */
.panel .panelRight {
	vertical-align: top;
	width: 180px;
	padding-left: 20px;
}
.panel .panelRight h3 {
	line-height: 130%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}
.panel .panelRight h3 {
	line-height: 130%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

.panel .contentBox {
	border: solid 1px #CCC;
	text-align: left;
	background: #F5F5F5;
}
.panel .contentBox h3 {
	border-bottom: solid 1px #CCC;
	padding: 6px 12px;
	background: #FFF;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.panel .contentBox .capsule {
	padding: 12px;
	background: url(../images/backgrounds/sidebox.gif) no-repeat center top;
}





/************************************************************
	TABBED BLOCK
************************************************************/
.panel .panelMain .tabbedBlock {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 21px;
}
.panel .panelMain .tabbedBlock .content {
	background: #FFF;
	border: solid 1px #CCC;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.panel .panelMain .tabbedBlock .content h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
.panel .panelMain .tabbedBlock .content td {
	padding: 15px;
	vertical-align: top;
}
.panel .panelMain .tabbedBlock .menu {
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;

}
.panel .panelMain .tabbedBlock .menu li {
	float: left;
	list-style: none;
}
.panel .panelMain .tabbedBlock .menu li a {
	display: block;
	padding: 1px 15px;
	text-decoration: none;
	/* border: solid 1px #CCC; */
	background: #EEE;
	margin-left: 1px;
	height: 20px;
	float: left;
	font-size: 10px;
	color: #666;
}
.panel .panelMain .tabbedBlock .menu li a.active {
	background: #FFF;
	border-top: #FFF;
}

/************************************************************
	ACCORDION ARTICLE
************************************************************/
.accordionArticle {

}
/* .accordionArticle h3 {
	color: #000;
	font-size: larger;
	margin-bottom: 5px;
} */
.accordionArticle .tab {
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
	background: url(../images/backgrounds/accordion_article_tab.jpg) repeat-x;
	margin-bottom: 1px;
}
.accordionArticle .tab.active {
	color: #CC0000;
	font-size: 140%;
	border: solid 1px #CCC;
	background: #FFF;
	text-decoration: none;
}
.accordionArticle .content {
	border: solid 1px #CCC;
	margin: 1px 0 0 0;
	padding: 0;
	background: #FFF;
	width: 710px;
}
.accordionArticle .content .capsule {
	padding: 20px;
	overflow: hidden;
}

/************************************************************
	DATA TABLE
************************************************************/
.dataTable {
	border-collapse: collapse;
	border: solid 1px #CCC;
}
.dataTable th {
	padding: 8px 14px 11px 14px;
	text-align: left;
	border-bottom: solid 1px #CCC;
	background: #F5F5F5;
}
.dataTable th h1 {
	border: 0;
	padding: 0;
	margin: 0;
}
.dataTable td {
	padding: 8px 12px;
	border: dotted 1px #CCC;
	background: #FFF;
	vertical-align: top;
}
.dataTable .interlaced td {
	background: #FAFAFA;
}

.productCategories td a {
	text-decoration: none;
	color: #000;
}

/************************************************************
	DATA FORM
************************************************************/
#contact_form_container {margin-top: -100px;}

.dataForm {
	border-collapse: collapse;
	border: solid 1px #CCC;
}
.dataForm .caption {
	width: 25%;
}
.dataForm td {
	padding: 8px 12px;
	border: dotted 1px #CCC;
	background: #FFF;
	vertical-align: top;
}
.dataForm input, .dataForm textarea {
	width: 60%;
}
.dataForm .button {
	width: auto;
}

.formLogin {
	
}
.formLogin td {
	padding: 4px;
}
.formLogin .caption {
	font-weight: bold;
	text-align: right;
}
.formLogin input {
	width: 95%;
}

#container .job {
	padding: 0;
	background: #FFF;
	border: solid 1px #CCC;
	border-top: 0;
	margin-bottom: 10px;
}
html>body #container .job {
	border-left: 0;
}
.job .description {
	padding: 10px;
}
.job .upload {
	background: #F5F5F5;
	padding: 10px;
}
.job .upload tr {
	display: block;
}
.job .upload td {
	padding: 0 5px 0 5px;
	border: 0;
	background: #F5F5F5;
}
.job .upload td input {
	font-size: 100%;
}

/************************************************************
	FOOTER
************************************************************/
#footer {
	position: absolute;
	background: #fcaf23;
	color: #333;
	width: 100%;
	bottom: 0;
}
#footer .wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: hidden;
}
#footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .menu li {
	float: left;
	padding-right: 12px;
	margin-right: 10px;
	background: url(../images/separator.gif) no-repeat right center;
}
#footer .copyright {
	float: right;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	color: #000;
}

/************************************************************
	ERRORS AND WARNINGS
************************************************************/
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 10px;
}
.error img {
	margin-right: 10px;
	vertical-align: middle;
}
.error .title {
	font-weight: bold;
	color: #CC0000;
}
.error .message {
	color: #CC0000;
	padding: 0;
	margin: 5px;
	line-height: 150%;
}
.error li {
	list-style-type: square;
	margin-left: 50px;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.warning img {
	margin-right: 10px;
	vertical-align: middle;
}
.warning .title {
	font-weight: bold;
	color: #000;
}
.warning .message {
	color: #000;
	padding: 0;
	margin: 5px;
	line-height: 150%;
}
.warning li {
	list-style-type: square;
	margin-left: 50px;
}
.backlink {
	padding: 10px 0 0 0;
}

/************************************************************
	CALENDAR
************************************************************/
.calendar {
	background: #FFF;
	border-collapse: collapse;
}
.calendar td {
	border: 0;
	padding: 4px;
	vertical-align: top;
}
.calendar .month {
	background: #CCC;
	font-weight: bold;
}
.calendar .nav_prev, .calendar .nav_next {
	padding: 5px 10px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}
.calendar .day td {
	border: solid 1px #CCC;
	width: 13%;
	text-align: center;
}
.calendar .date td {
	border: solid 1px #CCC;
	height: 60px;
}
.calendar .off {
	
}






/************************************************************
	ADDITIONS
************************************************************/
body.home {
	background: #F2F2F2 url(../images/backgrounds/body_phase_nav2.jpg) repeat-x;
}
body.home #content {
	margin-top: 5px;
}

body.mediaCenter {
	background: #fcaf23;
	height: 100%;
	position: relative;
	min-height: 680px;
}
body.mediaCenter #container {
	background: url(../images/backgrounds/media_center.gif) repeat-x;
	height: 650px;
	min-height: 650px;
	position: static;
}
body.mediaCenter #container #content {
	width: 950px;
	padding: 0;
	margin: 0 auto;
}
body.mediaCenter #footer {
	position: absolute;
	bottom: 0;
	height: 32px;
}

/* ****************/
/* Dealer Locator */

#content-wrapper
{
	position: relative;
	overflow: hidden;
	zoom: 1;
	background-color: #DBDBDB;
}
#content
{
	width: 950px;
}
#content H1
{
	font-size: 1.6em;
}
DIV.dl-box
{
	margin-bottom: 15px;
	border: 1px solid #9A9A9A;
	background-color: #FEFEFE;
}
DIV.dl-inner
{
	padding: 15px;
}
#dl-leftpane
{
	float: left;
	overflow: hidden;
	height: 590px;
	width: 303px;
}
#dl-rightpane
{
	float: right;
	width: 631px;
	height: 590px;
}
#dl-resultspane
{
	zoom: 1;
	clear: both;
	height: 280px;
}
/*Recommended dealer / search bar*/
#dl-header
{
	overflow: hidden;
	zoom: 1;
	position: relative;
	line-height: 20px;
}
#dl-search-summary
{
	line-height: 24px;
	height: 24px;
	background: url(../images/pin.png) no-repeat right center;
	padding-right: 30px;
	text-align: right;
	float: right;
}
#dl-header H1
{
	line-height: 24px;
	margin: 0;
	padding: 0;
	float: left;
}
.dl-searchagain
{
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	width: 97px;
	height: 19px;
	float: right;
	background: url(../images/button-searchagain.png) no-repeat top left;
}

/*Language Overrides*/
.dl-searchagain-rus
{
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	width: 97px;
	height: 19px;
	float: right;
	background: url(../images/button-searchagain-rus.png) no-repeat top left;
}
.dl-searchagain-fra
{
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	width: 97px;
	height: 19px;
	float: right;
	background: url(../images/button-searchagain-fra.png) no-repeat top left;
}

.dl-searchagain-ger
{
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	width: 97px;
	height: 19px;
	float: right;
	background: url(../images/button-searchagain-ger.png) no-repeat top left;
}

.dl-searchagain-por
{
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	width: 97px;
	height: 19px;
	float: right;
	background: url(../images/btn-searchagain-por.png) no-repeat top left;
}
.dl-searchagain-ita
{
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	width: 97px;
	height: 19px;
	float: right;
	background: url(../images/button-searchagain-ita.png) no-repeat top left;
}
.dl-searchagain-spa
{
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	width: 97px;
	height: 19px;
	float: right;
	background: url(../images/button-searchagain-spa.png) no-repeat top left;
}
.dl-searchagain-dut
{
	margin-top: 2px;
	margin-left: 10px;
	display: block;
	overflow: hidden;
	width: 97px;
	height: 19px;
	float: right;
	background: url(../images/btn-searchagain-dut.png) no-repeat top left;
}
/*end language overrides*/

.dl-searchagain SPAN
{
	display: none;
}
/*Dealer block*/
DIV.dl-dealer-details
{
	zoom: 1;
	position: relative;
	height: 590px;
	display: none;
	overflow: hidden;
}
DIV.dl-dealer-inner
{
	overflow: hidden;
	height: 265px;
}
DIV.dl-active
{
	display: block;
}
DIV.dl-dealer
{
	overflow: hidden;
	/*[disabled]height:70px;*/
	padding-bottom: 5px;
	padding-left: 90px;
	background: url(../images/logo-jcb.jpg) no-repeat top left;
}
DIV.dl-dealer H2
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	word-wrap: break-word;
	text-transform: uppercase;
}
DIV.dl-dealer P
{
	margin: 6px 0 0;
	font-style: italic;
}
DIV.dl-dealer SPAN
{
	font-style: normal;
	font-weight: bold;
	display: block;
}
DIV.dl-dealer-services
{
	float: right;
	margin-top: 10px;
	text-align: right;
}
DIV.dl-address
{
	overflow: hidden;
	margin: 10px 0;
}
DIV.dl-overview
{
	margin: 10px 0px;
	text-transform: uppercase;
}
DIV.dl-overview STRONG
{
	font-size: 1.25em;
	display: block;
}
DIV.dl-details
{
	/*[disabled]overflow:hidden;*/
}
DIV.dl-details DT
{
	display: block;
	height: 18px;
	clear: left;
	float: left;
	padding-right: 5px;
}
DIV.dl-details DD
{
	font-weight: bold;
	margin: 0;
	padding-left: 5px;
	height: 18px;
	/*[disabled]float:left;*/
	white-space: nowrap;
	/*[disabled]display:block;*/
}
/*French dl-actions*/
DIV.dl-actions-fra
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions-fra UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions-fra LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
DIV.dl-actions-fra LI A
{
	display: block;
	background: url(../images/buttons-fra.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions-fra LI A SPAN
{
	display: none;
}
DIV.dl-actions-fra LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions-fra LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions-fra LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
/*end french*/
/*russian dl-actions*/
DIV.dl-actions-rus
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions-rus UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions-rus LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
DIV.dl-actions-rus LI A
{
	display: block;
	background: url(../images/buttons-rus.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions-rus LI A SPAN
{
	display: none;
}
DIV.dl-actions-rus LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions-rus LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions-rus LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
/*end russian*/

DIV.dl-actions
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
DIV.dl-actions LI A
{
	display: block;
	background: url(../images/buttons.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions LI A SPAN
{
	display: none;
}
DIV.dl-actions LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
/*Dealer: opening times*/
DIV.dl-opening-times
{
	border-top: 1px solid #B3B3B3;
}
DIV.dl-opening-times H3
{
	margin: 0px 0px 10px;
	font-size: 1.2em;
	padding-left: 5px;
	text-transform: uppercase;
}
DIV.dl-opening-times TABLE
{
	width: 100%;
	font-size: 0.85em;
	border-collapse: collapse;
}
DIV.dl-opening-times TABLE TR.odd
{
	background-color: #FFE0A8;
}
DIV.dl-opening-times TABLE TD
{
	padding-right: 8px;
	padding-left: 8px;
}
DIV.dl-opening-times TABLE TD.day
{
	text-transform: uppercase;
}
/*Dealer: map*/
#dl-map
{
	width: 600px;
	height: 560px;
}
#dl-need-directions
{
	line-height: 19px;
	margin: 10px 0 0px;
	float: left;
	width: 490px;
	text-align: right;
}
A.dl-plan-route
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons.png) no-repeat 0px -60px;
}
A.dl-plan-route SPAN
{
	display: none;
}

/*Russian dl-plan-route*/
A.dl-plan-route-rus
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-rus.png) no-repeat 0px -60px;
}
A.dl-plan-route-fra
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-fra.png) no-repeat 0px -60px;
}
A.dl-plan-route-rus SPAN
{
	display: none;
}
/*End Russian*/
/*Dealer: results*/
#dl-results
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#dl-results LI.dl-result
{
	display: block;
	width: 844px;
	float: left;
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding: 16px 16px 16px 88px;
	border-bottom: 1px solid #D1D1D1;
	background-position: 29px 20px;
	background-repeat: no-repeat;
}
#dl-results LI.dl-selected
{
	background-color: #FEEBC8;
}
#dl-results LI H3
{
	padding: 0;
	margin: 0 0 4px;
	text-transform: uppercase;
	float: left;
	width: 710px;
	font-size: 1.1em;
}
#dl-results LI P
{
	float: left;
	padding: 0;
	margin: 0;
}
#dl-results LI P.dl-result-info
{
	clear: left;
	width: 400px;
}
#dl-results LI UL.dl-services
{
	float: left;
	width: 150px;
}
#dl-results LI P.dl-result-location SPAN
{
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	display: block;
}
#dl-results LI P.dl-result-location
{
	font-size: 0.9em;
	width: 180px;
	font-style: italic;
}
#dl-results LI P.dl-result-buttons
{
	margin-top: 5px;
	float: right;
}
#dl-results LI A
{
	display: block;
	width: 97px;
	height: 19px;
}
#dl-results LI A.dl-view-details
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons.png) no-repeat 0px -80px;
}
#dl-results LI.dl-selected A.dl-view-details
{
	background-position: 0px -120px;
}
#dl-results LI A.dl-view-details SPAN
{
	display: none;
}
#dl-results LI A.dl-plan-route
{
	margin-top: 5px;
}
#dl-results LI.dl-selected A.dl-plan-route
{
	background-position: 0px -100px;
}

/*Russian Changes*/
#dl-results LI.dl-selected A.dl-view-details-rus
{
	background-position: 0px -120px;
}
#dl-results LI A.dl-view-details-rus SPAN
{
	display: none;
}
#dl-results LI A.dl-plan-route-rus
{
	margin-top: 5px;
}
#dl-results LI.dl-selected A.dl-plan-route-rus
{
	background-position: 0px -100px;
}
#dl-results LI A.dl-view-details-rus
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-rus.png) no-repeat 0px -80px;
}
/*end russian*/
/*French Changes*/
#dl-results LI.dl-selected A.dl-view-details-fra
{
	background-position: 0px -120px;
}
#dl-results LI A.dl-view-details-fra SPAN
{
	display: none;
}
#dl-results LI A.dl-plan-route-fra
{
	margin-top: 5px;
}
#dl-results LI.dl-selected A.dl-plan-route-fra
{
	background-position: 0px -100px;
}
#dl-results LI A.dl-view-details-fra
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-fra.png) no-repeat 0px -80px;
}
/*end French*/
#dl-result-0
{
	background-image: url(../images/dealer-0.png);
}
#dl-result-1
{
	background-image: url(../images/dealer-1.png);
}
#dl-result-2
{
	background-image: url(../images/dealer-2.png);
}
#dl-services
{
	color: #5D5D5D;
	text-transform: uppercase;
	clear: both;
	font-size: 0.8em;
	line-height: 20px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	height: 20px;
	padding: 10px 0px 0px;
}
#dl-services LI
{
	display: block;
	float: left;
	background: url(../images/services.png) no-repeat center;
}
#dl-services LI.industrial
{
	background-position: 0px 0px;
}
#dl-services LI.agriculture
{
	background-position: 0px -19px;
}
#dl-services LI.construction
{
	background-position: 0px -38px;
}
#dl-services LI.light
{
	background-position: 0px -57px;
}
#dl-services LI.utility
{
	background-position: 0px -76px;
}
UL.dl-services
{
	padding: 0;
	margin: 0;
	list-style: none;
}
UL.dl-services LI
{
	display: block;
	width: 19px;
	height: 19px;
	float: left;
	margin-right: 3px;
	background: url(../images/services.png) no-repeat;
}
UL.dl-services LI SPAN
{
	display: none;
}
UL.dl-services LI.industrial
{
	background-position: 0px 0px;
}
UL.dl-services LI.agriculture
{
	background-position: 0px -19px;
}
UL.dl-services LI.construction
{
	background-position: 0px -38px;
}
UL.dl-services LI.light
{
	background-position: 0px -57px;
}
UL.dl-services LI.utility
{
	background-position: 0px -76px;
}
#dl-results LI.dl-selected LI.industrial
{
	background-position: -19px 0px;
}
#dl-results LI.dl-selected LI.agriculture
{
	background-position: -19px -19px;
}
#dl-results LI.dl-selected LI.construction
{
	background-position: -19px -38px;
}
#dl-results LI.dl-selected LI.light
{
	background-position: -19px -57px;
}
#dl-results LI.dl-selected LI.utility
{
	background-position: -19px -76px;
}
/*Search page*/
P.dl-page-error
{
	font-weight: bold;
	color: #FF0101;
}
#dl-search-inner
{
	overflow: hidden;
	position: relative;
	zoom: 1;
	margin: 0 auto;
	width: 450px;
}
#dl-search-inner H1
{
	margin-bottom: 30px;
}
#dlInputLocation
{
	float: right;
	width: 200px;
	padding-right: 20px;
}
INPUT.active
{
	background: url(../images/ajax-loader.gif) no-repeat right center;
}
#dl-services-list
{
	padding: 0px 0px 0px 2px;
	margin: 10px 0px;
	list-style: none;
}
.dlSearchButton
{
	background: url(../images/button-search.png);
	border: none;
	cursor: pointer;
	width: 97px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 19px;
	float: right;
}
/*Language updates to button*/
.dlSearchButton-rus
{
	background: url(../images/button-search-rus.png);
	border: none;
	cursor: pointer;
	width: 97px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 19px;
	float: right;
}
.dlSearchButton-fra
{
	background: url(../images/button-search-fra.png);
	border: none;
	cursor: pointer;
	width: 97px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 19px;
	float: right;
}
.dlSearchButton-ita
{
	background: url(../images/button-search-ita.png);
	border: none;
	cursor: pointer;
	width: 97px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 19px;
	float: right;
}
.dlSearchButton-spa
{
	background: url(../images/button-search-spa.png);
	border: none;
	cursor: pointer;
	width: 97px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 19px;
	float: right;
}
.dlSearchButton-ger
{
	background: url(../images/button-search-ger.png);
	border: none;
	cursor: pointer;
	width: 97px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 19px;
	float: right;
}
.dlSearchButton-por
{
	background: url(../images/btn-search-por.png);
	border: none;
	cursor: pointer;
	width: 97px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 19px;
	float: right;
}
.dlSearchButton-dut
{
	background: url(../images/btn-search-dut.png);
	border: none;
	cursor: pointer;
	width: 97px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 19px;
	float: right;
}
/*end of lang updates*/

/*Search: multiple results*/
#multiple-results
{
	display: none;
}
#multiple-results UL
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 1px solid #D1D1D1;
	border-bottom: none;
}
#multiple-results LI
{
	display: block;
	padding: 0;
	margin: 0;
	zoom: 1;
	border-bottom: 1px solid #D1D1D1;
}
#multiple-results LI A
{
	display: block;
	zoom: 1;
	padding: 15px;
}
#multiple-results LI.odd A:hover, #multiple-results LI.even A:hover
{
	background-color: #F7D390;
	text-decoration: none;
}
#multiple-results LI.odd A
{
	background-color: #FEEBC8;
	background-color: #FEEBC8;
}


/*French dl-actions*/
DIV.dl-actions-fra
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions-fra UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions-fra LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
DIV.dl-actions-fra LI A
{
	display: block;
	background: url(../images/buttons-fra.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions-fra LI A SPAN
{
	display: none;
}
DIV.dl-actions-fra LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions-fra LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions-fra LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
A.dl-plan-route-fra
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-fra.png) no-repeat 0px -60px;
}
A.dl-plan-route-fra SPAN
{
	display: none;
}
/*end french*/

/*german dl-actions*/
DIV.dl-actions-ger
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions-ger UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions-ger LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
DIV.dl-actions-ger LI A
{
	display: block;
	background: url(../images/buttons-ger.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions-ger LI A SPAN
{
	display: none;
}
DIV.dl-actions-ger LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions-ger LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions-ger LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
A.dl-plan-route-ger
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-ger.png) no-repeat 0px -60px;
}
A.dl-plan-route-ger SPAN
{
	display: none;
}
#dl-results LI.dl-selected A.dl-view-details-ger
{
	background-position: 0px -120px;
}
#dl-results LI A.dl-view-details-ger SPAN
{
	display: none;
}
#dl-results LI A.dl-plan-route-ger
{
	margin-top: 5px;
}
#dl-results LI.dl-selected A.dl-plan-route-ger
{
	background-position: 0px -100px;
}
#dl-results LI A.dl-view-details-ger
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-ger.png) no-repeat 0px -80px;
}
/*end german*/

/*italian dl-actions*/
#dl-results LI.dl-selected A.dl-view-details-ita
{
	background-position: 0px -120px;
}
#dl-results LI A.dl-view-details-ita SPAN
{
	display: none;
}
#dl-results LI A.dl-plan-route-ita
{
	margin-top: 5px;
}
#dl-results LI.dl-selected A.dl-plan-route-ita
{
	background-position: 0px -100px;
}
#dl-results LI A.dl-view-details-ita
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-ita.png) no-repeat 0px -80px;
}
DIV.dl-actions-ita
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions-ita UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions-ita LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
DIV.dl-actions-ita LI A
{
	display: block;
	background: url(../images/buttons-ita.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions-ita LI A SPAN
{
	display: none;
}
DIV.dl-actions-ita LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions-ita LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions-ita LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
A.dl-plan-route-ita
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-ita.png) no-repeat 0px -60px;
}
A.dl-plan-route-ita SPAN
{
	display: none;
}
/*end italian*/

/*spanish dl-actions*/
#dl-results LI.dl-selected A.dl-plan-route-spa
{
	background-position: 0px -100px;
}
DIV.dl-actions-spa
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions-spa UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions-spa LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
DIV.dl-actions-spa LI A
{
	display: block;
	background: url(../images/buttons-spa.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions-spa LI A SPAN
{
	display: none;
}
DIV.dl-actions-spa LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions-spa LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions-spa LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
A.dl-plan-route-spa
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-spa.png) no-repeat 0px -60px;
}
A.dl-plan-route-spa SPAN
{
	display: none;
}
#dl-results LI A.dl-view-details-spa
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-spa.png) no-repeat 0px -80px;
}
#dl-results LI.dl-selected A.dl-plan-route-spa
{
	background-position: 0px -100px;
}
#dl-results LI.dl-selected A.dl-view-details-spa
{
	background-position: 0px -100px;
}
/*end spanish*/


/*dutch dl-actions*/
#dl-results LI.dl-selected A.dl-plan-route-dut
{
	background-position: 0px -100px;
}
DIV.dl-actions-dut
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions-dut UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions-dut LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
DIV.dl-actions-dut LI A
{
	display: block;
	background: url(../images/buttons-dut.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions-dut LI A SPAN
{
	display: none;
}
DIV.dl-actions-dut LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions-dut LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions-dut LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
A.dl-plan-route-dut
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-dut.png) no-repeat 0px -60px;
}
A.dl-plan-route-dut SPAN
{
	display: none;
}
#dl-results LI A.dl-view-details-dut
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-dut.png) no-repeat 0px -80px;
}
#dl-results LI.dl-selected A.dl-view-details-dut
{
	background-position: 0px -120px;
}
/*end dut*/

/*portuguese dl-actions*/
#dl-results LI A.dl-view-details-por
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-por.png) no-repeat 0px -80px;
}
DIV.dl-actions-por
{
	/*[disabled]float:right;*/
	padding-top: 0px;
	width: 100px;
}
DIV.dl-actions-por UL
{
	margin-left: 0;
	padding-left: 0;
}
DIV.dl-actions-por LI
{
	display: block;
	float: left;
	padding-bottom: 4px;
	list-style: none;
}
#dl-results LI.dl-selected A.dl-plan-route-por
{
	background-position: 0px -100px;
}
DIV.dl-actions-por LI A
{
	display: block;
	background: url(../images/buttons-por.png) no-repeat;
	width: 97px;
	height: 19px;
}
DIV.dl-actions-por LI A SPAN
{
	display: none;
}
DIV.dl-actions-por LI.dl-callmeback A
{
	background-position: 0px 0px;
}
DIV.dl-actions-por LI.dl-sendmessage A
{
	background-position: 0px -20px;
}
DIV.dl-actions-por LI.dl-visitwebsite A
{
	background-position: 0px -40px;
}
A.dl-plan-route-por
{
	display: block;
	width: 97px;
	height: 19px;
	background: url(../images/buttons-por.png) no-repeat 0px -60px;
}
#dl-results LI.dl-selected A.dl-view-details-por
{
	background-position: 0px -120px;
}
A.dl-plan-route-por SPAN
{
	display: none;
}
/*end portuguese*/


/* END Dealer Locator */
/**********************/
