/*------------------------------------*\
   $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;
			}

			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;
	float:left;
}

#mainPhoto {
	height:400px !important;
}

	#mainPhoto ul li {
		height:400px !important;
	}

		#mainPhoto ul li a {
			height:400px !important;
		}

#mainOverlay {
	position:relative;
	top:0;
	z-index:10;
	float:left;
}

	#news {
		margin:-150px 0 0 0;
	}

#whiteBox {
	margin:0 0 20px 0;
	height:auto;
	width:100%;
	float:left;
}
	#whiteBox .box {
		width:100%;
		height:130px;
		background:#fff;
		border-radius:5px;
		border:4px solid #eee;
		margin:20px 0 0 0;
		float:left;
	}

		#whiteBox .box .boxImage {
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#whiteBox .box .boxText {
			position:relative;
			width:98%;
			display:inline-block;
			margin:-130px 0 0 0;
			padding:0 1%;
			z-index:10;
			float:left;
		}

			#whiteBox .box a .boxText {
				padding:0 0 0 170px;
				text-align:left;
				line-height:125px;
				font-size:14pt;
				font-weight:bold;
			}


/*------------------------------------*\
   $PHOTO-HEADER
\*------------------------------------*/
section#headerPhoto {
	height:115px;
}

/*------------------------------------*\
   $SHARE
\*------------------------------------*/
#share {
	display:none;
}

/*------------------------------------*\
   $PRODUCT-CAT
\*------------------------------------*/
.product_cat .columns {
	text-align:left;
	margin:0 0 20px 0;
}

	.product_cat .columns img {
		float:left;
	}

	.product_cat .columns h2 {
		margin:0 0 40px 0;
	}

	.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:130px;
				background:#fff;
				border-radius:5px;
				border:4px solid #eee;
				margin:20px 0 0 0;
				float:left;
			}

				#categoryBox .box .categoryBoxImage {
					border-right:1px solid #eee;
					border-bottom:none;
				}

				#categoryBox .box .categoryBoxText {
					position:relative;
					width:98%;
					display:inline-block;
					margin:-130px 0 0 0;
					padding:0 1%;
					z-index:10;
					float:left;
				}

					#categoryBox .box a .categoryBoxText {
						padding:0 0 0 170px;
						text-align:left;
						line-height:125px;
						font-size:14pt;
						font-weight:bold;
					}

/*------------------------------------*\
   $FIX categoryBOX
\*------------------------------------*/
#categoryBox {
	margin:0px 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 {
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#categoryBox .box .categoryBoxText {
			position:relative;
			width:98%;
			display:inline-block;
			margin:-115px 0 0 0;
			padding:0 1%;
			z-index:10;
			float:left;
		}

			#categoryBox .box a .categoryBoxText {
				padding:0 0 0 180px;
				text-align:left;
				line-height:115px;
				font-size:14pt;
				font-weight:bold;
			}

			#categoryBox .activeCategory {
					/*border-color: #df3841;
					color: #ffffff;*/
				}

				#categoryBox .box .categoryBoxText.activeCategory{
					background-color: transparent;
					color: #000;

				}


/*------------------------------------*\
   $FIX FIVE WHITEBOX ON HOMEPAGE
\*------------------------------------*/
#whiteBox {
	margin:-220px 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 {
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#whiteBox .box .boxText {
			position:relative;
			width:98%;
			display:inline-block;
			margin:-115px 0 0 0;
			padding:0 1%;
			z-index:10;
			float:left;
		}

			#whiteBox .box a .boxText {
				padding:0 0 0 180px;
				text-align:left;
				line-height:115px;
				font-size:14pt;
				font-weight:bold;
			}

/*------------------------------------*\
   $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
\*------------------------------------*/
#downloadBox .downloadRow .downloadLabel {
	width:50%;
}

#downloadBox .downloadRow .downloadList {
	width:50%;
}

/*------------------------------------*\
   $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:-220px 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 {
			border-right:1px solid #eee;
			border-bottom:none;
		}

		#whiteBox .box .boxText {
			position:relative;
			width:98%;
			display:inline-block;
			margin:-115px 0 0 0;
			padding:0 1%;
			z-index:10;
			float:left;
		}

			#whiteBox .box a .boxText {
				padding:0 0 0 180px;
				text-align:left;
				line-height:115px;
				font-size:14pt;
				font-weight:bold;
			}

			
	#news  {
		display:none;
	}

#language_select {
  width: 100% !important;
  margin:15px 0 !important;
  border: none;
}