/*------------------------------------*\
   $HEADER
\*------------------------------------*/
header {
	background:url(/theme/yanmarportal/images/header_bg.png) repeat-x 0 -13px;
	width:100%;
	height:auto;
	float:left;
}

		header #headerTop #logo a {
			margin:10px 0;
			float:left;
		}

		header #headerTop #socialIcons {
			display:none;
		}

		header #headerTop #search {
			display:none;
		}

			header #headerTop #search #searchForm,
			header #headerTop #search form {
			    position:relative;
				width:188px;
				height:24px;
				margin:0;
			}

			header #headerTop #search input[type="text"] {
			    background:url(/theme/yanmarportal/images/search_input.png) no-repeat;
			    border:none;
			    border-radius:none;
			    box-shadow:none;
			    color: #a5a5a5;
			    font-family:Arial, Sans-Serif;
			    font-size:9pt;
			    margin:0;
			    padding:0 5px;
			    transition:none;
			    width:188px;
			    height:24px;
			    line-height:24px;
			}

			header #headerTop #search input[type="submit"] {
				background:url(/theme/yanmarportal/images/search_submit.png) no-repeat;
				position:absolute;
				right:5px;
				top:3px;
				width:12px;
				height:16px;
				text-indent:-9999px;
				border:none;
				cursor:pointer;
				text-transform: capitalize;
				z-index:10;
			}

	header nav {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:auto;
		margin:0;
	}

		header nav .menu {
			position:absolute;
			top:14px;
			right:20px;
			display:inline-block !important;
			text-transform:uppercase;
		}

			header nav .menu span {
				background:url(/theme/yanmarportal/images/menu_icon.png) no-repeat left center;
				padding:0 0 0 30px;
				height:20px;
				line-height:20px;
				display:block;
			}

		header nav ul {
			position:absolute;
			top:73px;
			left:0;
			background:#333;
			width:100%;
			height:auto;
			line-height:normal;
			margin:0;
			z-index:9999;
			display:none;
		}

			header nav ul li {
				background:#242424;
				width:100%;
				padding:0 20px;
				border-left:1px solid #000;
				border-right:1px solid #000;
				border-top:1px solid #3d3e3e;
				border-bottom:1px solid #161515;
				float:left;
			}

				header nav ul li.menuSelected {
					background:#333;
				}

				header nav ul li a {
					height:39px;
					line-height:39px;
					display:block;
					text-align:left;
					color:#fff;
					font-family: 'Droid Sans', sans-serif;
					font-size:10pt;
					text-decoration:none;
					font-weight:bold;
				}

					header nav ul li a:hover,
					header nav ul li.menuSelected a {
						background:none;
						color:#fff;
					}

/*------------------------------------*\
   $SLIDER-HOME
\*------------------------------------*/
section#sliderHome {
	height:auto !important;
}

#mainPhoto {
	height:200px !important;
}

	#mainPhoto ul li {
		height:200px !important;
	}

		#mainPhoto ul li a {
			height:200px !important;
		}

#mainOverlay {
	position:relative;
	top:0;
	z-index:10;
	float:left;
}

	#news {
		display:none;
	}

#whiteBox {
	margin:0 0 20px 0;
	height:auto;
	width:100%;
	float:left;
}
	#whiteBox .box {
		width:100%;
		height:90px;
		background:#fff;
		border-radius:5px;
		border:4px solid #eee;
		margin:20px 0 0 0;
		float:left;
	}

		#whiteBox .box .boxImage {
			width:100px;
			height:85px;
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#whiteBox .box .boxText {
			position:relative;
			width:98%;
			display:inline-block;
			margin:-85px 0 0 0;
			padding:0 1%;
			z-index:10;
			float:left;
		}

			#whiteBox .box a .boxText {
				padding:0 0 0 120px;
				text-align:left;
				line-height:85px;
				font-size:12pt;
				font-weight:bold;
			}

/*------------------------------------*\
   $PHOTO-HEADER
\*------------------------------------*/
section#headerPhoto {
	height:85px;
	border-bottom:1px solid #cfcfcf;
}

/*------------------------------------*\
   $BREADCRUMB
\*------------------------------------*/
section#breadcrumbBox {
	width:100%;
	height:40px;
	background:#e5e5e5;
	line-height:40px;
	font-size:8pt;
	color:#747474;
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #cfcfcf;
	display:none;
	float:left;
}

/*------------------------------------*\
   $SHARE
\*------------------------------------*/
#share {
	display:none;
}

/*------------------------------------*\
   $PRODUCT-CAT
\*------------------------------------*/
.product_cat .columns {
	text-align:left;
	margin:0 0 20px 0;
}

	.product_cat .columns img {
		width:100%;
		height:auto;
	}

	.product_cat .columns .button {
		text-align:center;
	}

	.product_cat .columns br {
		display:none;
	}

/*------------------------------------*\
   $PRODUCT-categoryBox
\*------------------------------------*/

#sliderConstruction {
	display:none;
}

#categoryBox {
	margin:0 0 20px 0;
	height:auto;
	width:100%;
	float:left;
}
	#categoryBox .box {
		width:100%;
		height:90px;
		background:#fff;
		border-radius:5px;
		border:4px solid #eee;
		margin:20px 0 0 0;
		float:left;
	}

		#categoryBox .box .categoryBoxImage {
			width:100px;
			height:85px;
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#categoryBox .box .categoryBoxText {
			position:relative;
			width:98%;
			display:inline-block;
			margin:-85px 0 0 0;
			padding:0 1%;
			z-index:10;
			float:left;
		}

			#categoryBox .box a .categoryBoxText {
				padding:0 0 0 120px;
				text-align:left;
				line-height:85px;
				font-size:12pt;
				font-weight:bold;
			}

/*------------------------------------*\
   $FIX categoryBox
\*------------------------------------*/
#categoryBox {
	margin:0 0 20px 0;
	height:auto;
	width:100%;
	float:left;
}

	#categoryBox .box,
	#categoryBox .box:first-child {
		width:100%;
		height:auto;
		background:#fff;
		border-radius:5px;
		border:4px solid #eee;
		margin:20px 0 0 0;
		float:left;
	}

	#categoryBox .box:last-child {
			margin: 20px 0 0 0 ;
		}

		#categoryBox .box .categoryBoxImage {
			width:100px;
			height:65px;
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#categoryBox .box .categoryBoxImage img{
			width:auto;
			height:60px;
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#categoryBox .box .categoryBoxText {
			position:relative;
			width:98%;
			display:inline-block;
			margin:-65px 0 0 0;
			padding:0 1%;
			z-index:10;
			float:left;
		}

			#categoryBox .box a .categoryBoxText {
				padding:0 0 0 110px;
				text-align:left;
				line-height:65px;
				font-size:10pt;
				font-weight:bold;
			}

				#categoryBox .activeCategory {
					/*border-color: #df3841;
					color: #ffffff;*/
				}

				#categoryBox .box .categoryBoxText.activeCategory{
					background-color: transparent;
					color: #000;
				}

/*------------------------------------*\
   $PRODUCT-OVERVIEW | GRID
\*------------------------------------*/
#productContainer .columns {
	text-align:left;
}

#productContainer [class*="column"] + [class*="column"]:last-child {
    float: none;
}

	.gridBox .gridProductImage {
		float:left;
	}

	.gridBox .gridProductTitle {
		margin:20px 0 0 130px;
	}


	.gridBox .gridProductSubtitle {
		margin:0 0 0 130px;
		display:block;
	}

	.gridBox .prodDetail {
		width:100%;
	}


/*------------------------------------*\
   $PRODUCT-OVERVIEW | TABLE
\*------------------------------------*/
table#tableView * { 
	display: block; 
}

table#tableView {
	border-top:1px solid #d4d4d4;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

	#tableView thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#tableView tr {
		margin:0 0 20px 0;
	}

		#tableView td,
		#tableView tr td:first-child { 
			border: none;
			position: relative;
			padding:25px 10px 5px 10px;
			text-align:left;
			width:100% !important;
			border-top:1px solid #d4d4d4;
			border-bottom:1px solid #d4d4d4;
			border-left:1px solid #d4d4d4;
			border-right:1px solid #d4d4d4;
			margin:-1px 0 0 0;
		}

			#tableView td .prodDetail { 
				margin:-20px 0 0 0;
				width:100%;
				font-size:10pt;
			}

			#tableView td span {
				display:block;
				position: absolute;
				top:0;
				left:0;
				padding:5px 10px;
				font-weight:bold;
			}

#productPageNavigation {
	padding:0 0 10px 0;
	margin:10px 0 0 0;
}

#productPageNavigation button {
	width:auto;
	display:inline-block;
}


/*------------------------------------*\
   $PRODUCT-DETAIL
\*------------------------------------*/
#keyFeatures tr td {
	width:100%;
}

#downloadBox .downloadRow .downloadLabel {
	width:100%;
	margin:0 0 5px 0;
}

#downloadBox .downloadRow .downloadList {
	width:100%;
}

.button.productPrev {
	margin:0 0 20px 0;
	float:left;
}

.button.productNext {
	margin:0 0 20px 0;
	float:right;
}

#switchButtons.selectPage {
	position:relative;
	top:0;
	left:0;
	height:28px;
	margin:0 0 5px 0;
	float:left;
}

	#switchButtons.selectPage a {
		margin:0 15px 0 0;
	}


/*------------------------------------*\
   $DEALER LOCATOR
\*------------------------------------*/
#locator .col {
	width:100%;
	margin:0 0 10px 0;
	float:left;
}

#locator .col input[type="text"],
#locator .col select {
	width:100%;
	margin:5px 0 0 0;
}

#locator .col .button {
	display:block;
	width:100%;
	margin:20px 0 0 0;
	padding:5px 10px;
}

#filter #filter_results .filter_list {
	width:100%;
	margin:0;
	float:left;
}

#gmapwrapper {
	width:100%;
	border:none;
	border-radius:0;
}

	#gmapwrapper #sidebar {
		width:100%;
		height:auto;
		overflow:none;
	}

		#gmapwrapper #sidebar div {
			padding:10px 0;
			font-size:8pt;
			cursor:default !important;
		}

			#gmapwrapper #sidebar div:hover {
				background:none !important;
			}

#gmapwrapper #map {
	display:none;
}


/*------------------------------------*\
   $FORM
\*------------------------------------*/
form .form_row {
	margin:0;
}

	form .form_row .form_label {
		width:100%;
	}

	form .form_row .form_input {
		width:100%;
		margin:0 0 10px 0;
	}

	form input[type="submit"] {
		margin:0;
		float:left;
	}

/*------------------------------------*\
   $FOOTER
\*------------------------------------*/
footer #sitemap {
	width:100%;
	margin:40px 0 0 0;
	padding:0 0 70px 0;
	display:none;
	float:left;
}

	footer #sitemap ul {
		margin:0;
	}

		footer #sitemap ul > li,
		footer #sitemap ul > li:first-child {
			width:100%;
			margin:30px 0 0 0;
		}

		footer #sitemap ul ul li:first-child {
			margin:0;
		}

		footer #sitemap ul ul {
			width:100%;
			margin:15px 0 0 0;
		}


footer #footerBox {
	height:auto;
}

	footer #footerLinks {
		display:none;
	}

	footer #footerCopyright {
		width:100%;
		float:left;
	}
	
		footer #footerCopyright p {
			line-height:40px;
		}

/*------------------------------------*\
   $FIX FIVE WHITEBOX ON HOMEPAGE
\*------------------------------------*/
#whiteBox {
	margin:0 0 20px 0;
	height:auto;
	width:100%;
	float:left;
}

	#whiteBox .box,
	#whiteBox .box:first-child {
		width:100%;
		height:auto;
		background:#fff;
		border-radius:5px;
		border:4px solid #eee;
		margin:20px 0 0 0;
		float:left;
	}

		#whiteBox .box .boxImage {
			width:100px;
			height:65px;
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#whiteBox .box .boxText {
			position:relative;
			width:98%;
			display:inline-block;
			margin:-65px 0 0 0;
			padding:0 1%;
			z-index:10;
			float:left;
		}

			#whiteBox .box a .boxText {
				padding:0 0 0 110px;
				text-align:left;
				line-height:65px;
				font-size:10pt;
				font-weight:bold;
			}
	#news  {
		display:none;
	}


#language_select {
  width: 100% !important;
  margin:15px 0 !important;
  border: none;
}