html a {
	color: black;
}

html a:hover {
	color: #434343;
}

#logoLink {
	text-align: left;
	float: left;
}

#slogan {
	float: left;
	text-align: left;
	margin-left: 1em;
}

@media ( max-width : 767px) {
	#logoLink {
		width: auto;
		text-align: center;
		float: none;
	}
	#slogan {
		float: none;
		text-align: center;
	}
}

.nav.navbar-nav {
	width: 100%;
}

.categoryIntro h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* First level of nav */
.bs-sidenav {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	background-color: #f9f9f9;
	border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar .nav>li>a {
	display: block;
	color: #716b7a;
	padding: 5px 20px;
}

.bs-sidebar .nav>li>a:hover,.bs-sidebar .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
	border-right: 1px solid #dbd8e0;
	border-color: #dfdfdf;
}

.bs-sidebar .nav>.active>a,.bs-sidebar .nav>.active:hover>a,.bs-sidebar .nav>.active:focus>a
	{
	font-weight: bold;
	color: #242424;
	background-color: transparent;
	border-right: 1px solid #563d7c;
	border-color: #563d7c;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
	margin-bottom: 8px;
}

.bs-sidebar .nav .nav>li>a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 90%;
}

.bs-sidebar .nav .nav .nav>li>a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	font-size: 90%;
}

@media ( min-width : 992px) { /* Widen the fixed sidebar */
	.bs-sidebar,.bs-sidebar {
		width: 213px;
	}
	.bs-sidebar .bs-sidenav {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media ( min-width : 1200px) { /* Widen the fixed sidebar */
	.bs-sidebar,.bs-sidebar {
		width: 233px;
	}
}

ul#gallery,#gallery ul {
	list-style-type: none;
	padding: 0;
	line-height: 1.1;
}

ul#gallery li.galleryItem {
	width: 122px;
	min-height: 6.76em;
	display: inline-block;
	vertical-align: top;
	border: 1px solid transparent;
	margin: 25px 25px 0px 0px;
}

ul#gallery li.galleryItem ul {
	padding: .8em;
	margin-top: 120px;
	margin-left: -59px;
	border: 1px solid #000;
	background-color: #f3f3f3;
	color: #000;
	font-size: 0.9em;
	width: 240px;
	display: none;
	position: absolute;
}

ul#gallery li.galleryItem ul li {
	margin-top: 2px;
}

ul#gallery li.galleryItem ul li.quotation {
	display: block;
	text-align: center;
}

ul#gallery li.galleryItem ul li span.price {
	color: blue;
	font-weight: bold;
	font-size: 1em;
}

ul#gallery li.galleryItem ul li span.vatIncluded {
	font-size: 0.8em;
	color: #333;
}

ul#gallery li.galleryItem ul li a.shippingLink {
	text-decoration: underline;
}

ul#gallery li.galleryItem ul li.helpText {
	color: #333;
	font-size: 0.8em;
}

ul#gallery li.galleryItem:hover {
	border-color: #a9a8a3;
}

ul#gallery li.galleryItem:hover ul {
	display: block;
	list-style-type: none;
}

ul#gallery img {
	margin: auto;
	margin-bottom: 6px;
	display: block;
	width: 120px;
	height: 120px;
}

img,a img {
	border: 0;
}

#product-images a.transparent,#product-images a.transparent:hover {
	color: transparent;
}

.footer {
	width: 100%;
	margin-top: 25px;
	border-top: 1px solid #DDD;
	padding-top: 10px;
}

#addressPreview {
	display: none;
}

#addressPreview p {
	font-weight: bold;
	margin-bottom: 5px;
}

@media ( min-width : 992px) { /* Widen the fixed sidebar */
	#addressPreview {
		left: 110%;
		min-width: 15em;
		position: absolute;
		display: block;
	}
}

@media ( min-width : 1200px) { /* Widen the fixed sidebar */
	#addressPreview {
		
	}
}

/* use simple bottom border style for hover and active navigation element */
html .navbar .nav>li {
	border-bottom: 1px solid #EEE;
}

html .navbar .nav>li>a {
	background-color: transparent;
	border: 0px none;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	margin-bottom: 0px;
}

html .navbar .nav>li>a:hover,html .navbar .nav>li>a:focus {
	border-bottom-color: #000;
}

div.margin-r-1 {
	margin-right: 8.3334%;
}

/* product search */

div#searchUC div.dropdown {
	top: -18px;
	left: 0px;
}

div.dropdown li a { /* Enable word-wrap */
	white-space: normal;
}

@media ( min-width : 768px) { /* Adjust drop-down position */

div#searchUC div.dropdown {
	top: 48px;
	left: 15px;
}

}

@media ( min-width : 1200px) { /* Adjust drop-down position */

div#searchUC div.dropdown {
	top: 50px;
	left: 15px;
}

}

ul#productSearch li.selected a {
	background-color: #f5f5f5;
}

/* based on http://css-tricks.com/examples/TriangleBreadcrumbs/steps.php */
.checkoutProgress {
	padding: 0;
	overflow: hidden;
	margin-top: 20px;
}

.checkoutProgress a {
	color: white;
	text-decoration: none;
}

.checkoutProgress li span.wrapper {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

@media ( max-width : 767px) {
.checkoutProgress li span.wrapper {
	padding-left: 5px;
	font-size: .8em;
}
}

.checkoutProgress li span.wrapper span {
	display: table-cell;	
	vertical-align: middle;
	color: gray;
}

.checkoutProgress li.current span.wrapper span {
	color: white;
}

.checkoutProgress li span.wrapper a {
	display: table-cell;	
	vertical-align: middle;
}

.checkoutProgress li {
	float: left;
	margin-left: 0;
	height: 40px; /* total height */
	width: 20%;
	list-style-type: none;
	padding-left: 13px; /* cover arrow width */
	border-right: 3px solid white;
	/* width: gap between arrows, color: background of document */
	position: relative;
}
/* remove extra padding on the first object since it doesn't have an arrow to the left */
.checkoutProgress li:first-child {
	padding-left: 5px;
}
/* white arrow to the left to "erase" background (starting from the 2nd object) */
.checkoutProgress li:nth-child(n+2)::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-left: 12px solid white;
	/* width: arrow width, color: background of document */
	border-top: 20px solid rgba(0, 0, 0, 0); /* width: half height */
	border-bottom: 20px solid rgba(0, 0, 0, 0); /* width: half height */
	width: 0;
	height: 0;
	content: " ";
	-moz-transform: scale(.9999); /* hack to get smooth edges in FireFox */
}
/* colored arrow to the right */
.checkoutProgress li::after {
	z-index: 1; /* need to bring this above the next item */
	position: absolute;
	top: 0;
	right: -12px; /* arrow width (negated) */
	display: block;
	border-left: 12px solid #ebebeb; /* width: arrow width */
	border-top: 20px solid rgba(0, 0, 0, 0); /* width: half height */
	border-bottom: 20px solid rgba(0, 0, 0, 0); /* width: half height */
	width: 0;
	height: 0;
	content: " ";
	-moz-transform: scale(.9999); /* hack to get smooth edges in FireFox */
}

.checkoutProgress li.last::after {
	display: none; /* hide arrow for last element */
}

/* Setup colors (both the background and the arrow) */

/* Completed */
.checkoutProgress li {
	background-color: #b2b2b2;
}

.checkoutProgress li::after {
	border-left-color: #b2b2b2;
}

/* Current */
.checkoutProgress li.current {
	background-color: black;
}

.checkoutProgress span {
	color: white;
}

.checkoutProgress li.current::after {
	border-left-color: black;
}

/* Following */
.checkoutProgress li.current  ~ li {
	background-color: #EBEBEB;
}

.checkoutProgress li.current  ~ li::after {
	border-left-color: #EBEBEB;
}

/* Hover for completed and current */
.checkoutProgress li:hover {
	background-color: gray
}

.checkoutProgress li:hover::after {
	border-left-color: gray
}
