@import '../css/rte.css';

/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* standard */
body {
	background: #777;
	font: 12px/16px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0;
	}
img {
	border: none;
	}
a {
	color: #df0024;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
input, textarea, select {
	font: 100% Arial, Verdana, sans-serif;
	vertical-align: middle;
	}
input:focus, textarea:focus {
	outline: none;
	}

/* miscellaneous */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.left { float: left !important; }
.right { float: right !important; }

/* wrapper */
#wrapper {
	width: 982px;
	background: #fff;
	margin: 0 auto;
	padding: 0 10px 10px;
	}

/* header */
#header {
	position: relative;
	z-index: 50;
	width: 100%;
	padding: 7px 0 10px;
	}
#header .case {
	overflow: hidden;
	height: 1%;
	margin-bottom: 10px;
	}
.logo-autocrew {
	float: left;
	cursor: pointer;
	overflow: hidden;
	width: 175px;
	height: 55px;
	background: url(../img/logo-autocrew.gif) no-repeat;
	text-indent: -9999px;
	margin: 0;
	}
.logo-autocrew a {
	display: block;
	height: 100%;
	text-decoration: none;
	}
#header .block {
	float: right;
	width: 796px;
	}
.red-box {
	overflow: hidden;
	height: 1%;
	background: #df0024;
	border-top: 3px solid #fff;
	font-size: 22px;
	color: #fff;
	line-height: 52px;
	padding: 0 10px;
	}
.red-box p {
	margin: 0;
	}
.nav-holder {
	height: 1%;
	background: #d2d2d2 url(../img/bg-nav-holder.gif) repeat-x;
	padding: 0 5px 0 10px;
	}
.nav-holder:after {
	display: block;
	clear: both;
	content: "";
	}
#nav {
	float: left;
	list-style: none;
	background: url(../img/separator-nav.gif) repeat-y 100% 0;
	font: bold 12px/15px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0 2px 0 0;
	}
#nav li {
	float: left;
	background: url(../img/separator-nav.gif) repeat-y;
	padding-left: 2px;
	}
#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 7px 10px 8px;
	}
#nav a.has-drop-down-a {
	background: url(../img/bg-nav-drop.gif) no-repeat 100% 0;
	padding: 7px 20px 8px 10px;
	}
#nav a:hover,
#nav li:hover a,
#nav li.hover a,
#nav li.active a {
	cursor: pointer;
	background: #fff url(../img/bg-nav-a-hover.gif) repeat-x;
	color: #df0024;
	text-decoration: none;
	}
#nav a.has-drop-down-a:hover,
#nav li:hover a.has-drop-down-a,
#nav li.hover a.has-drop-down-a,
#nav li.active a.has-drop-down-a {
	background: url(../img/bg-nav-drop-hover.gif) no-repeat 100% 0 !important;
	}
#nav li.hover,
#nav li:hover {
	position: relative;
	}
#nav li.hover .drop,
#nav li:hover .drop {
	display: block;
	}
#nav .drop {
	position: absolute;
	display: none;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 158px;
	background: #fff;
	border: solid #c0c0c0;
	border-width: 0 1px 1px;
	padding: 5px 10px;
	}
#nav ul {
	position: relative;
	overflow: hidden;
	list-style: none;
	height: 1%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
#nav li ul li,
#nav li ul li {
	float: none;
	background: url(../img/separator-dropdown.gif) repeat-x;
	vertical-align: top;
	margin: -1px 0 1px;
	padding: 5px 0 2px;
	}
#nav li:hover ul a,
#nav li.hover ul a {
	height: 1%;
	background: url(../img/arrow-black-down.gif) no-repeat 0 50%;
	color: #000;
	padding: 0 0 0 10px;
	}
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.hover a {
	background: url(../img/arrow-black-down.gif) no-repeat 0 50%;
	color: #df0024;
	}
.search-form {
	float: right;
	width: 215px;
	padding-top: 5px;
	}
.search-form .row {
	overflow: hidden;
	height: 1%;
	}
.search-form .text {
	float: left;
	width: 185px;
	height: 20px;
	background: #f8f8f8;
	border: 0;
	font-size: 10px;
	color: #777;
	line-height: 20px;
	margin: 0;
	padding: 0 5px;
	}
.search-form .submit {
	float: right;
	}

/* footer */
#footer {
	overflow: hidden;
	width: 1002px;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
	padding: 5px 0 10px;
	}
#footer ul {
	float: right;
	display: inline;
	list-style: none;
	color: #c3c3c4;
	margin: 0 -3px 0 0;
	padding: 0;
	}
#footer ul.language {
	float: left;
	margin: 0;
	}
#footer ul li {
	float: left;
	background: url(../img/separator-footer.gif) no-repeat 0 50%;
	padding: 0 4px 0 6px;
	}
#footer ul li.first {
	background: none;
	padding: 0 4px 0 0;
	}
#footer ul a {
	color: #c3c3c3;
	text-decoration: none;
	}
#footer ul a:hover,
#footer ul li.active a {
	color: #fff;
	}

/* lang */
#header .language {
	float: left;
	width: 982px;
	}
#header .language ul {
	float: right;
	list-style: none;
	color: #c3c3c4;
	margin: 0 -3px 0 0;
	padding: 0;
	}
#header .language ul li {
	float: left;
	background: url(../img/separator-footer.gif) no-repeat 0 50%;
	padding: 0 4px 0 6px;
	}
#header .language ul li.first {
	background: none;
	padding: 0 4px 0 0;
	}
#header .language ul a {
	color: #c3c3c3;
	text-decoration: none;
	}
#header .language ul a:hover,
#header .language ul li.active a {
	color: #666;
	}

/* main */
#main {
	position: relative;
	overflow: hidden;
	z-index: 5;
	width: 100%;
	}

/* btn */
a.more {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	height: 25px;
	background: url(../img/bg-btn.gif) repeat-x;
	font: bold 12px/25px Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
	}

/* visual */
.visual {
	overflow: hidden;
	width: 100%;
	background: url(../img/bg-visual.gif) repeat-y;
	margin: 10px 0;
	}
.visual-block {
	float: left;
	width: 744px;
	/* width: 982px; */
	background: url(../img/bg-visual-box.gif) repeat-x;
	}
.visual-block .visual-photo {
	float: right;
	width: 248px;
	}
.visual-block .visual-photo-big {
	float: right;
	width: 486px;
	}
.visual-block .visual-wrapper {
	overflow: hidden;
	float: right;
	width: 238px;
	border-right: 10px solid #fff;
	}
.visual-block .visual-wrapper img {
	vertical-align: bottom;
	}
.visual-block .info {
	overflow: hidden;
	height: 1%;
	padding: 15px 20px 5px 20px;
	}
.visual-block .info h3 {
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	margin: 0 0 10px;
	}
.visual-block .case {
	overflow: hidden;
	height: 1%;
	}
.visual-block .case .visual-photo {
	float: right;
	width: 176px;
	}
.visual-block .text {
	overflow: hidden;
	height: 1%;
	padding-top: 2px;
	}
.visual-block strong {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 15px;
	}
.visual-block ul {
	list-style: none;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 0;
	}
.visual-block li {
	background: url(../img/bullet.gif) no-repeat 0 5px;
	padding: 0 0 5px 20px;
	}

/* logo-container */
.logo-container {
	float: right;
	width: 198px;
	border-top: 10px solid #fff;
	padding: 10px 20px;
	}
.logo-container p {
	display: block;
	font-size: 11px;
	color: #666;
	line-height: 12px;
	margin: 5px 0 0;
	}
.logo-bosch {
	cursor: pointer;
	overflow: hidden;
	width: 110px;
	height: 110px;
	text-indent: -9999px;
	margin-left: -5px;
    background: url('../img/logo-bosch.gif');
}
.logo-bosch a {
	cursor: default;
	display: block;
	height: 100%;
	text-decoration: none;
	}

#sidebar .logo-container {
	padding: 20px 10px;
	border-bottom: 10px solid #fff;
}


/* search */
.search,.search-mobile {
	float: right;
	width: 198px;
	padding: 10px 20px;
	}
.search-mobile{
    float: none;
}
.search h4,.search-mobile h4 {
	font-size: 18px;
	color: #000;
	margin: 0 0 10px;
	}
.search form,.search-mobile form {
	margin-bottom: 15px;
	}
.search label,.search-mobile label {
	display: block;
	font: bold 14px/14px Arial, Verdana, sans-serif;
	color: #000;
	margin-bottom: 5px;
	}
.search .text-input,.search-mobile .text-input {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 25px;
	background: #fff;
	border-top: 1px solid #808080;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #808080;
	line-height: 25px;
	margin-bottom: 5px;
	padding: 0 5px;
	}
.search .submit,.search-mobile .submit {
	display: block;
	cursor: pointer;
	width: 105px;
	height: 22px;
	background: url(../img/btn-zoeken.gif) no-repeat;
	border: 0;
	color: #fff;
	font: bold 12px/20px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0 0 4px;
	}
.search .container,.search-mobile .container {
	position: relative;
	overflow: hidden;
	width: 218px;
	margin: 0 0 0 -10px;
	}
.search .wrench,.search-mobile .wrench {
	float: left;
	width: 90px;
	margin: 0 15px 0 0;
	}
.search .text,.search-mobile .text {
	color: #df0024;
	padding-top: 15px;
	}
.search .text strong,.search-mobile .text strong {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	}
.search .text span,.search-mobile .text span {
	font: bold 14px/18px Arial, Verdana, sans-serif;
	}

/* title */
.title {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 0 0 5px;
	}
.title h1 {
	font-size: 24px;
	color: #df0024;
	line-height: 30px;
	margin: 0;
	}

/* boxes */
.boxes {
	overflow: hidden;
	width: 982px;
	margin-bottom: 10px;
	}
.boxes-holder {
	overflow: hidden;
	width: 992px;
	}
.boxes .box {
	position: relative;
	float: left;
	width: 218px;
	height: 280px;
	background: #e6e6e6;
	margin: 0 10px 10px 0;
	padding: 0 10px 0;
	}
.boxes .more {
	position: absolute;
	bottom: 10px;
	left: 10px;
	}
.boxes .image {
	position: relative;
	width: 238px;
	margin: 0 -10px 10px;
	}
.boxes .image img {
	display: block;
	}
.boxes h3 {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin: 0 0 5px;
	}
.boxes p {
	margin: 0 0 10px;
	}

/* posts */
.posts {
	overflow: hidden;
	width: 982px;
	margin-bottom: 10px;
	}
.posts-holder {
	overflow: hidden;
	width: 992px;
	}
.post {
	float: left;
	width: 486px;
	margin-right: 10px;
	}
.post .images {
	float: left;
	width: 114px;
	margin: 0 10px 0 0;
	}
.post .images img {
	display: block;
	}
.post .text {
	overflow: hidden;
	height: 1%;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	padding: 0 10px 10px 10px;
	}
.post .text h3 {
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin: 0 0 5px;
	}
.post .text p {
	margin: 0 0 10px;
	}
.post a.read-more {
	float: left;
	background: url(../img/arrow-red-right.gif) no-repeat 0 4px;
	font: bold 12px/15px Arial, Verdana, sans-serif;
	color: #df0024;
	margin: 10px 0 0;
	padding-left: 10px;
	}
.post a.read-all {
	float: right;
	background: url(../img/arrow-red-right.gif) no-repeat 0 4px;
	font: bold 12px/15px Arial, Verdana, sans-serif;
	color: #df0024;
	margin: 10px 0 0;
	padding-left: 10px;
	}

/* breadcrumbs */
.breadcrumbs {
	overflow: hidden;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	color: #999;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 5px 0 10px;
	}
.breadcrumbs li {
	float: left;
	background: url(../img/bg-breadcrumbs.gif) no-repeat left;
	margin-left: -10px;
	padding: 0 15px 0 10px;
	}
.breadcrumbs a {
	color: #999;
	}

/* content */
#content {
	float: right;
	width: 714px;
	padding: 0 10px;
	}

/* main-inner */
.main-inner {
	overflow: hidden;
	width: 100%;
	background: url(../img/bg-main-inner.gif) repeat-y;
	}

/* contact-form */
.hidden {
	display: none;
	}
.nizien {
	position: absolute;
	margin-left: -9999px;
	}
.contact-form .row {
	overflow: hidden;
	height: 1%;
	}
.contact-form .columns {
	overflow: hidden;
	width: 734px;
	}
.contact-form .columns-holder {
	overflow: hidden;
	width: 745px;
	}
.contact-form .column {
	float: left;
	width: 300px;
	margin-right: 72px;
	}
.contact-form label {
	display: block;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	margin-bottom: 5px;
	}
.contact-form label span {
	font-weight: bold;
	color: #df0024;
	}
.contact-form .text1,
.contact-form .text2,
.contact-form .text3 {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	}
.contact-form .error .text1,
.contact-form .error .text2,
.contact-form .error .text3 {
	padding-bottom: 5px;
	}
.contact-form .text1 {
	width: 300px;
	}
.contact-form .long {
	width: auto;
	padding-bottom: 10px;
	}

.contact-form .text2 {
	width: 114px;
	margin-right: 10px;
	}
.contact-form .text3 {
	width: 176px;
	}
.contact-form .text {
	float: left;
	background: #fff;
	border: 1px solid #cacaca;
	margin: 0;
	padding: 5px;
	}
.contact-form .error .text {
	border: 1px solid red;
	}
.contact-form .error em {
	display: block;
	font-size: 11px;
	color: red;
	line-height: 14px;
	margin: 0 0 10px;
	}
.contact-form .text1 .text {
	width: 288px;
	}
.contact-form .text2 .text {
	width: 102px;
	}
.contact-form .text3 .text {
	width: 164px;
	}

.contact-form .text1 .long {
	width: 660px;
	}


.contact-form .row-add {
	float: left;
	}
.contact-form .textarea1 {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	}
.contact-form .error .textarea1 {
	padding-bottom: 5px;
	}
.contact-form .textarea {
	float: left;
	width: 660px;
	max-width: 660px;
	height: 75px;
	border: 1px solid #cacaca;
	margin: 0;
	padding: 5px;
	}
.contact-form .error .textarea {
	border: 1px solid red;
	}
.contact-form .submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	cursor: pointer;
	height: 22px;
	background: url(../img/bg-btn.gif) repeat-x;
	border: 0;
	font: bold 12px/25px Arial, Verdana, sans-serif;
	color: #fff;
	margin: 10px 0 25px;
	padding: 0 15px;
	}

/* roll */
.roll {
	float: right;
	display: inline;
	list-style: none;
	font-size: 12px;
	line-height: 30px;
	margin: 0 -5px 0 0;
	padding: 0;
	}
.roll li {
	float: left;
	}
.roll li a {
	float: left;
	color: #777;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px;
	}
.roll li.active a,
.roll li a:hover {
	background: #777;
	color: #fff;
	}

/* show-list */
.show-list {
	float: left;
	list-style: none;
	font-size: 12px;
	color: #000;
	line-height: 30px;
	margin: 0;
	padding: 0;
	}
.show-list li {
	float: left;
	}
.show-list li span {
	display: block;
	padding: 0 10px 0 0;
	}
.show-list li a {
	float: left;
	color: #777;
	line-height: 30px;
	text-decoration: none;
	padding: 0 10px;
	}
.show-list li.active a,
.show-list li a:hover {
	background: #777;
	color: #fff;
	}

/* table-box */
.table-box {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
	}
.table-box .map {
	float: right;
	width: 362px;
	}
.table-box .map img {
	display: block;
	}
.table {
	float: left;
	width: 980px;
	}
.line {
	overflow: hidden;
	width: 980px;
	height: 1%;
	background: url(../img/bg-table-line.gif) repeat-y 100% 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 15px;
	}
.line .info {
	float: left;
	width: 800px;
	}
.line .info .numb {
	float: left;
	width: 30px;
	height: 30px;
	background: #e6e6e6;
	font: normal 18px/30px Arial, Verdana, sans-serif;
	color: #777;
	text-align: center;
	margin-right: 32px;
	padding: 0;
	}
.table .active .numb {
	background: #df0024;
	color: #fff;
	}
.table .active .numb {
	background: #df0024;
	color: #fff;
	}
.line .info .text {
	overflow: hidden;
	height: 1%;
	}
.line .info h3 {
	font: normal 18px Arial, Verdana, sans-serif;
	color: #df0024;
	margin: 0 0 5px;
	}
.line .info .case {
	float: left;
	overflow: hidden;
	height: 1%;
	font-size: 12px;
	max-width: 300px;
	color: #000;
	line-height: 14px;
	}
.line .info address {
	float: left;
	font-style: normal;
	padding: 0;
	}
.line .info .tel {
	float: right;
	width: 200px;
	background: url(../img/bg-tel.gif) no-repeat;
	padding-left: 15px;
	}
.line .info .hours {
	float: right;
	width: 200px;
}
.line .distance {
	float: right;
	width: 114px;
	text-align: center;
	}
.line .distance strong {
	display: block;
	font: normal 18px/22px Arial, Verdana, sans-serif;
	color: #777;
	margin-top: 3px;
	}
.table .active .mark {
	display: block;
	}
.line .mark {
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #df0024;
	line-height: 16px;
	}

/* pages */
.pages {
	list-style: none;
	font-size: 12px;
	color: #777;
	line-height: 15px;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	}
.pages li {
	display: inline;
	padding: 0 2px;
	}
.pages li a {
	color: #777;
	text-decoration: none;
	}
.pages li a.next,
.pages li a.prev {
	font-weight: bold;
	color: #000;
	padding: 0 7px;
	}
.pages li.active a,
.pages li.active a:hover,
.pages li a:hover {
	font-weight: bold;
	color: #df0024;
	}

/* sidebar */
#sidebar {
	float: left;
	width: 218px;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	padding: 15px 10px;
	}
#sidebar h3 {
	font-size: 18px;
	color: #df0024;
	line-height: 22px;
	margin: 0 0 10px;
	}
#sidebar h4 {
	position: relative;
	font-size: 14px;
	color: #df0024;
	line-height: 18px;
	margin: -10px 0 10px;
	}
#sidebar address {
	display: block;
	font-style: normal;
	margin-bottom: 15px;
	padding: 0;
	}

/* contact */
.contact {
	overflow: hidden;
	height: 1%;
	margin: 0 0 20px;
	}
.contact span {
	display: block;
	}

/* sub-menu */
.sub-menu {
	position: relative;
	list-style: none;
	width: 238px;
	font-weight: bold;
	margin: -5px -10px 0;
	padding: 0;
	}
.sub-menu li {
	height: 1%;
	vertical-align: middle;
	margin-bottom: 5px;
	}
.sub-menu li a {
	display: block;
	cursor: pointer;
	width: 198px;
	height: 25px;
	background: url(../img/btn-sub-menu.gif) no-repeat 0 0;
	color: #000;
	line-height: 25px;
	text-decoration: none;
	padding: 0 20px;
	}
.sub-menu li a:hover {
	background: url(../img/btn-sub-menu.gif) no-repeat 0 -60px;
	}
.sub-menu li.active a {
	background: url(../img/btn-sub-menu.gif) no-repeat 0 -30px;
	color: #fff;
	}

/* map-little */
.map-little {
	position: relative;
	width: 238px;
	margin: -15px -10px 15px;
	}
.map-little img {
	display: block;
	}

/* accordion */
#accordion {
	overflow: hidden;
	margin: 0;
	}
.accordion-box {
	overflow: hidden;
	}
.accordion-box span {
	display: block;
	cursor: pointer;
	background: url(../img/arrow-red-right.gif) no-repeat 0 10px;
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: bold;
	color: #df0024;
	margin: 0 0 10px;
	padding: 5px 0 0 10px;
	}
.accordion-box .slide {
	overflow: hidden;
	padding: 0;
	}
.accordion-box .slide p {
	padding-left: 10px;
	}

/* overview */
.overview-box {
	overflow: hidden;
	}
.overview-box span {
	display: block;
	cursor: pointer;
	background: url(../img/arrow-red-right.gif) no-repeat 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #df0024;
	margin: 5px 0 10px;
	padding: 5px 0 0 10px;
	}
.overview-box .slide {
	overflow: hidden;
	padding: 0;
	}
.overview-box .slide p {
	padding-left: 10px;
	}

/* map */
#map {
	width: 362px;
	height: 300px;
	}
.btn-nav{
    display: none;
}

/*search mobile*/
.search-mobile{
    display:none;
}

/* new js google maps search */
/* search form */
.gmap-search {
	text-align: center;
	padding: 5px 0;
}
.gmap-search .text {
	width: 400px;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 16px;
	padding: 5px;
}
.gmap-search .button {
	background-color: #f50b33;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1MDAwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1MGIzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #750001 0%, #f50b33 100%);
	background-image: -o-linear-gradient(bottom, #750001 0%, #f50b33 100%);
	background-image: -webkit-linear-gradient(bottom, #750001 0%, #f50b33 100%);
	background-image: linear-gradient(bottom, #750001 0%, #f50b33 100%);
	border: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 75px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
	margin: 0;
}

/* no search string - no items found */
.gmap-modal {
	text-align: center;
	padding: 50px;
}
.gmap-modal p {
	font-size: 18px;
	color: #aaa;
}

/* gmap and results */
.gmap-gmap {
	display: none;
	height: 450px;
	background: url(../img/loading-medium-ffffff.gif) 50% 45% no-repeat;
}
.gmap-results {
	min-height: 200px;
}
.gmap-results .loading {
	text-align: center;
	padding: 50px 0;
}

.gm-style-iw > div {
	overflow: hidden !important;
}
.gmap-infowindow h3,
.gmap-infowindow .address {
	margin: 0 0 10px;
}
.gmap-infowindow p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}
.gmap-infowindow a {
	text-decoration: none;
}
.gmap-infowindow p:last-child {
	margin: 0;
}

.dealer-detail {
	overflow: hidden;
}
.dealer-detail > .col {
	float: left;
}
.dealer-detail > .col:first-child {
	width: 730px;
	margin: 0 10px 0 0;
}
.dealer-detail > .col:last-child {
	width: 240px;
}
.dealer-detail .image-container img {
	width: 730px;
}
.dealer-detail .content-block {
	background: #e6e6e6;
	padding: 10px;
	margin: 0 0 10px;
}
.dealer-detail .content-block h3 {
	color: #df0024;
	font-size: 16px;
	margin: 0 0 10px;
}
.dealer-detail .content-block p {
	margin: 0 0 10px;
}
.dealer-detail .content-block .logo-bosch {
	margin: 0 0 10px;
}
.dealer-detail .content-block .logo-description {
	font-size: 11px;
}
.dealer-detail > .col:last-child > .content-block:first-child {
	min-height: 255px; /* mind the 10px padding */
}
.dealer-detail .gmap {
	background: #ccc;
	height: 240px;
	margin: 0 0 10px;
}
.dealer-content {
	padding: 25px 10px;
}
.dealer-content p {
	line-height: 18px;
	margin: 0 0 10px;
}