/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

strong {
	font-weight: 600;
}

.clear {
	clear: both;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Defualt Body
   ========================================================================== */

body {
	font-family: sans-serif;
	font-size: 1em;
    line-height: 1.4;
    background:#f0f0f0 url(../img/bg.gif) repeat top left;
}

/* ==========================================================================
   TinyMCE
   ========================================================================== */

body#tinymce {
	background: #fff;
	text-align: left;
}


body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4 {
	font-family: Arial, "Lucida Grande", sans-serif;
}

body#tinymce p,
body#tinymce li {
	font-size: 12px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}



/* ==========================================================================
   Header:
   On homepage this is transparent
   Other pages solid colours
   ========================================================================== */

header {
	border-top: 4px solid #C4000A;
	background: #000;/*#2f2f2f;*/
	background: rgba(0,0,0,1);
	color:#fff;
}

	header .container {
		position: relative;
	}

header.over {
	background: rgba(0,0,0,1);
}

/* IE7 have problems with homepage setup overlay */

.lt-ie8 header.over {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	z-index: 2000;
}

	.logo {
		margin: 14px 0 0;
		float: left;
	}

	.logo a {
		display: block;
		width: 54px;
		height: 54px;
		background: transparent url(../img/logo.png?v=1) no-repeat top left;
	}

	h2.sub_logo {
		float: left;
		display: block;
		width: 350px;
		margin: 12px 0 0 12px;
		height: 54px;
		background: transparent url(../img/sub_logo_2.png) no-repeat center left;
	}

	p.award {
		position: absolute;
		top:-16px;
		right: 330px;
		display: block;
		text-indent: -55555px;
		z-index: 2001;
	}

	#year_2015 {
		width: 52px;
		height: 73px;
		background: transparent url(../img/best-hire-centre.jpg) no-repeat center left;
	}

	header ul#utilities {
		float: right;
	}

	header ul#utilities li {
		float: left;
		display: block;
		padding: 5px 8px 6px;
		font-size: 0.75em;
	}

	header li#bag {
		background:#C4000A;
	}

	header #scroll_basket {
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 319px;
	}

	header #full_basket {
		display: none;
		position: absolute;
		z-index: 60000;
		top: 27px;
		right: 0px;
		width: 400px;
		background: #fff;
		border-top: 2px solid #C9162B;
		/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);*/
		box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
		border-radius: 0 0 5px 5px;
		color:#4C4C4C;
		padding: 10px;

	}

	header a:hover #full_basket {
		display: block;
	}

		header #full_basket p a {
			color: #467599;
			font-weight: bold;
		}

			header #full_basket a.button {
				width: auto;
				text-align: center;
			}

		header #full_basket p {
			font-size: 0.75em;
			margin: 0 0 5px;
		}

		header #full_basket p.total {
			font-size: 1em;
			margin: 10px 0 10px;
			text-align: right;
			font-weight: bold;
		}

		header #full_basket .full_basket_item {
			float: left;
			border-bottom: 1px solid #EDEDED;
			width: 100%;
			padding: 0 0 8px;
			margin: 0 0 8px;
			clear: both;
		}

		header .full_basket_item img {
			float: left;
			margin: 0 10px 0 0;
			border: 1px solid #E4E4E4;
		}

	header form#search {
		float: right;
		clear: right;
		margin: 10px 0 17px;
	}

		header form#search .search {
			background:#fff;
			display: block;
			padding: 3px 3px 3px 22px;
			border-radius: 3px;
			width: 273px;
			float: left;
		}

		header form#search .search {
			background: #fff url(../img/lt-ie8/search-icon.gif) no-repeat 5px 4px;
		}

		header form#search .search input {
			border: none;
			border-color: transparent; /* ie7 */
			font-size: 0.9em;
			float: left;
			width: 100%;
		}

		header form#search .search input:focus {
			outline: none;
		}

	header a {
		color:#fff;
		text-decoration: none;
	}

	header nav {
		margin: 11px 0 0;
		background: #000;
		clear: both;
	}

	header ul {
		margin:0;
		padding: 0;
		list-style: none;
	}

	header nav ul {
		float: left;
		width: 100%;
	}

	header nav ul li {
		text-transform: uppercase;
		position: relative;
		float: left;
		margin: 0 18px 0 0;
		margin: 0px 16px 0px 0px;
		font-size: 0.9em;
		z-index: 15001;
	}

	header nav ul li:last-child,
	header nav ul li.last {
		margin-right: 0;
	}

	header nav ul li a {
		color:#fff;
		display: block;
		padding: 6px 6px 4px 7px;
	}

	header nav ul li:hover,
	header nav ul li a:hover,
	header nav ul li a:focus {
		background-color:#C4000A;
	}

	/* Sub Nav */

	header nav ul li:hover ul {
		display: block;
		position: absolute;
		top:28px;
		left:0;
		z-index: 15000;
	}

	header nav ul li ul {
		background: #C4000A;
		width: 200%;
		width: 140px;
		display: none;
	}

	header nav ul li ul li {
		text-transform: none;
		position: relative;
		margin: 0 0 2px;
		float: left;
		width: 100%;
		font-size: 0.9em;
	}

	header nav ul li ul li a:hover,
	header nav ul li ul li a:focus {
		background-color:transparent;
	}

	header nav ul li ul li.lvl1 {
		background: url(../img/lvl1-red.png) no-repeat 10px 10px;
		padding: 0 0 0 5%;
		width: 95%;
	}

	header nav ul li ul li a:hover {
		text-decoration: underline;
	}

/* ==========================================================================
   Foundations Blocks for sub pages:
   #two-thirds (main content)
   #third (aside content)
   ========================================================================== */

#two_thirds {
	float: right;
	width: 716px;
}

#third {
	float: left;
	width: 224px;
	margin: 0 20px 40px 0;
	position: relative;
}

#page_container {
	float: left;
	width: 100%;
	min-height: 440px;
}

/* ==========================================================================
   Homepage Full Width Image:
   This will be position absolute behind heading so will have a negative z-index
   ========================================================================== */

#carousel {
	padding: 20px 0;
	background:#fff;
}

#carousel_mask {
	/*width: 100%;*/
	background-color: transparent;

	/*Set the container
	position: absolute;
	z-index: -1;
	left: 0px;
	top: -106px;
	top: -109px;*/

	height: 350px;
	position: relative;
}

#carousel .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/*background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
  	opacity: 0;
	min-height: 350px;
	color:#fff;
	background-color:#000;
	text-align: center;
}

#carousel #controls {
	position: absolute;
	top: 456px;
	left:0px;
	margin: 0;
	padding: 0;
	z-index: 100;
	list-style: none;
	width: 100%;
	text-align: center;
}

.lt-ie8 #controls {
	display: none;
}

#carousel #controls li {
	display: inline;
	float: none;
	width: 26px;
	display: inline-block;
}

#carousel #controls li a {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../img/slides/carousel_controls.png) no-repeat 3px 0;
}

#carousel #controls li a:hover,
#carousel #controls li a:focus,
#carousel #controls li.selected a {
	background-position: -25px 0px;
}



#carousel .slide.active {
	display: block;

}

.csstransitions #carousel .slide.active {
	/*-webkit-transition: all 1s linear 0s;*/
	transition: all 1s linear 0s;
	opacity: 1;
}

.csstransitions #carousel .slide:not(.active) {
	/*-webkit-transition: all 1s linear 0s;*/
	transition: all 1s linear 0s;
	opacity: 0;
	display: none;
}

.no-csstransitions #carousel .slide {
	opacity: 1;
	display: none;
}

.no-csstransitions #carousel .slide.active {
	opacity: 1;
	display: block;

}

#carousel h1 {
	margin: 0 auto 10px;
	padding: 230px 0 0;
	text-transform: uppercase;
	font-size: 3.5em;
	width: 90%;
	text-shadow: 1px 2px 2px #000;
}

#carousel h1 {
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#000000', Positive='true');
}

#carousel p.red {
	background: #C4000A;
	margin: 0 auto;
	padding: 5px 5px 3px;
	text-transform: uppercase;
	font-size: 1.7em;
	width: auto;
	display: inline;
}

/* ==========================================================================
   Message:(homepage only):

   ========================================================================== */

#message {
	background:#fff;
	clear: both;
	padding: 23px 0;
	color:#646464;
	border-bottom:2px solid #C4000A;
}

#message h1 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0;
}

#message span {
	font-size: 0.7em;
	margin: 0;
	font-weight: 500;
}

/* ==========================================================================
   Products:
   Homepage there are 4x products across
   Categories pages the are 3x products across

   Note: All products container in #page_container
   ========================================================================== */

#home_cats {
	width: 100%;
}

#home_assist {
	float: right;
	width: 225px;
background: white;
margin: 20px 0 30px 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
border-radius: 0 0 5px 5px;
}

.products_info_bar {
	padding: 60px 0 0;
}

/* If in two_thirds then we shorten the padding */

#two_thirds .products_info_bar {
	padding: 30px 0 0;
	clear: both;
}


h1.heading {
	margin: 0;
	text-transform: uppercase;
	float: left;
	color:#646464;
	text-shadow: 1px 1px 1px #fff;
}

#page_breadcrumbs {
	float: left;
	clear: left;
}

	#page_breadcrumbs div {
		display: inline;
		font-size: 0.8em;
	}

	#page_breadcrumbs a {
		color:#646464;
		text-decoration: underline;
	}

	#page_breadcrumbs a.selected {
		text-decoration: none;
	}

.page_controls {
	float: right;
	margin: 5px 0 0;
}

/* Just used as clear and for ease of updates from development point of view */

#products {
	clear: both;
	float: left;
	width: 100%;
	padding: 20px 0 0;
}

/* product_additions and now address - late addition */

#product_additions,
#address_section,
#email_quote,
#ajax_Added {
	position: absolute;
	top: 130px;
	width: 50%;
	color: #646464;
	z-index: 100;
}

#email_quote {
	position: fixed;
}

#address_section {
	width: 700px;
	left:230px;
}

.lt-ie8 #product_additions,
.lt-ie8 #address_section {
	left: 130px;
	width: 800px;
}

#address_section h2 {
	font-size: 0.9em;
	font-weight: 700;
	display: block;
	margin: 0 0 4px;
}

#processAddress {
	margin: 20px 0 0;
}

#address_section p {
	margin:0 0 14px;
	font-size: 12px;
}

#address_section .half {
	width: 50%;
	float:left;
}

.set_address a {
	color:#467599;
}

#product_additions .box_contents,
#address_section .box_contents,
#email_quote form,
#ajax_Added .box_contents {
	background: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
	border-radius: 0 0 5px 5px;
	padding: 20px 2%;
	width: 96%;
}
#ajax_Added .box_contents {
border-top: 2px solid #c9162b;
}
#email_quote form p {
	margin: 0 0 10px;
}

#product_additions ul {
	list-style: none;
	padding: 0;
	margin: 14px 0 0;
}

#product_additions ul li {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #E4E4E4;
}

#product_additions #continue {
	width: 120px;
	display: block;
	text-align: center;
	float: left;
}

#product_additions #add_items {
	width: 150px;

	display: block;
	text-align: center;
	float: right;
}

.lt-ie8 #product_additions #add_items {
 	width: 192px;
 }

#product_additions ul li .info {
	float: left;
	width: 300px;
}

#product_additions ul li a.button {
	float: right;
	color:#646464;
	display: block;
	border: 1px solid #B8B8B8;
	font-size: 0.75em;
	margin: 10px 0 0;
}

#product_additions ul li label {
	float: right;
	clear: right;
	margin: 10px 0 0;
}

#product_additions ul li img {
	border: 1px solid #E4E4E4;
	float: left;
	margin:0 10px 0 0;
}

#product_additions ul li h3 {
	font-size: 0.83em;
	margin: 0 0 4px;
}

#product_additions p,
#ajax_Added p {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0 0 2px;
}





#no_results {
	background:#f6efc4;
	border: 1px solid #dbce87;
	color:#928958;
	margin: 0px 0 20px;
	padding: 10px;
}

#no_results p {margin: 0; font-size: 0.7em;}

/* Using hproduct for microformats
	Template is as follows:
	.hproduct
		a
			.img - Issues with effects if needs be
				img
			.info
				h2.fn - Product Title (class name not used)
				p.hire_price
				p.availability
*/

.hproduct {
	width: 225px;
	background:#fff;
	float: left;
	margin: 0 20px 30px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	border-radius: 0 0 5px 5px;
}

.hproduct.last {
	margin-right: 0;
}

.hproduct a,
#home_assist a {
	text-decoration: none;
	color: inherit;
	display: block;
	border-top: 2px solid #c9162b;
}

	.hproduct .img {
		width: 200px;
		margin: 0 auto;
		background:#fff;
	}

	.hproduct .img img {
		width: 100%;
	}

	.hproduct .info,
	#home_assist .info {
		width: 200px;
		margin: 0 auto;
		background:#fff;
		padding: 0 0 15px;
		min-height: 105px;
	}

	.lt-ie8 .hproduct .info {
		min-height: 112px;
	}

	.hproduct .info h2,
	#home_assist .info h2 {
		font-size: 0.8em;
		color:#467599;
	}

	.hproduct a:hover h2,
	#home_assist a:hover h2 { text-decoration: underline; }

	.hproduct .info p,
	#home_assist .info p {
		font-size: 0.75em;
		margin:0 0 5px;
	}

	.hproduct .info p.hire_price {
		color:#4c4c4c;
	}

	p.availability {
		color:#84c54f;
		margin: 0;
	}

/* ==========================================================================
   Pagination:
   Categories pages only
   ========================================================================== */

#page_pagination {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #cccbcb;
	position: relative;
}

#page_pagination::after {
	border-top: 1px solid #fafafa;
	content: "";
	width: 100%;
	position: absolute;
	top: 0px;
}

#page_pagination ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 20px;

}

#page_pagination ul li {
	display: block;
	float:left;
	margin: 0 12px 0 0;
}

#page_pagination ul li a {
	background:#fafafa;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	color:#7c7c7c;
	font-size: 0.75em;
	font-weight: 600;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	position: relative;
}

#page_pagination ul li a:after {
	border-bottom: 1px solid #fff;
	content: "";
	width: 100%;
	position: absolute;
	border-radius: 3px;
	bottom: -2px;
	left:0px;
}

#page_pagination ul li a:hover,
#page_pagination ul li a:focus,
#page_pagination ul li.selected a {
	background: #fff;
	color:#c9162b;
}

/* ==========================================================================
   Category Text:
   Categories pages only
   ========================================================================== */

#cat_text {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #cccbcb;
	position: relative;
	color: #646464;
	margin: 0 0 20px;
	text-shadow: 1px 1px 1px #fff;
}

#cat_text::after {
	border-top: 1px solid #fafafa;
	content: "";
	width: 100%;
	position: absolute;
	top: 0px;
}

#cat_text h1 {
	font-size: 1.4em;
	margin: 28px 0 14px;
}

#cat_text p {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0 0 20px;
}


/* ==========================================================================
   Categories:
   Homepage only

   Note: Uses some of the style above for titles and button
   ========================================================================== */

#cats_container {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}

#categories {
	margin: 20px 0 0;
	display: block;
	border-top: 2px solid #c9162b;
	background: #fff;
	float: left;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

#categories a {
	color:#467599;
}

.cat {
	float: left;
	width: 116px;
	margin: 24px 22px 0 22px;
	padding: 0 0 20px;

	float: left;
	width: 124px;
	margin: 24px 32px 0 22px;
	padding: 0 0 20px;
}

.cat img {
	width: 100%;
	border: 1px solid #467599;
}

.cat h2 { font-size: 0.9em; margin: 14px 0 10px; }
.cat h2 a { text-decoration: none; }

.cat ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cat li {
	font-size: 0.75em;
	margin:0 0 5px;
}

.cat li.hide {
	display: none;
}

/* ==========================================================================
   Page (Default text template)
   ========================================================================== */

#page {
	background:#fff;
	border-top: 2px solid #c9162b;
	width: 96%;
	margin: 30px 0 40px;
	padding: 18px 2%;
	color: #646464;
	float: left;
}

#page h1 {
	font-size: 1.4em;
	margin: 28px 0 14px;
}

#page p {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0 0 20px;
}

#page li {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0 0 4px;
}

	#page.edit_content ul.faq {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#page.edit_content ul.faq li {
		font-size: 0.75em;
		line-height: 1.7em;
		margin: 0 0 12px;
	}

	#page.edit_content ul.faq p {
		font-size: 1em;
		line-height: 1.7em;
		margin: 0 0 4px;
	}



	#page a {
		color:#467599;
	}

	/* used on basket */

	#page p.remove a {
		color:#b5b5b5;
	}

	#page p.remove a:hover {
		color:#646464;
	}


	/* basic table styling */

	#page.edit_content table {

	color:#666;

	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px 0;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;


	box-shadow: 0 1px 2px #d1d1d1;
	}

	#page.edit_content table th {
	padding: 21px 0 22px 16px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	font-size: 0.75em;
	line-height: 1.7em;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	}

	#page.edit_content table th p {

	}

	#page.edit_content table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	}

	#page.edit_content table td p {
		margin: 0;
	}


/* ==========================================================================
   Product (Will Share similairies to page template)
   Is a class of the #page
   ========================================================================== */

#hproduct_images {
	float: left;
	width: 302px;
	margin:4px 0 0;
}



#hproduct_images a#large_img {
	border:1px solid #e4e4e4;
	cursor: default;
}

#hproduct_images a#large_img img {
	width: 100%;
}

	#hproduct_images h2 {
		font-size: 0.83em;
		margin: 1.67em 0 0;
	}

#hproduct_images ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#hproduct_images ul li {
	float: left;
	width: 92px;
	min-height: 95px;
	margin: 0 13px 10px 0;
}

#hproduct_images ul li img {
	width: 100%;
}

#hproduct_images ul li.last { margin-right: 0; }

#hproduct_images ul li a {
	border:1px solid #e4e4e4;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari */
}



#hproduct_images ul li a:hover,
#hproduct_images ul li a:focus,
#hproduct_images ul li a.selected {
	border-top:2px solid #c9162b;
}

#hproduct_info {
	float: right;
	width: 365px;
}

#hproduct_info h1.fn {
	color:#467599;
	margin: 0 0 10px;
	padding: 0 0 4px;
	border-bottom:1px solid #e4e4e4;
}

#hproduct_info a {
	display: inline;
	border-top: none;
	text-decoration: underline;
}

#hproduct_id {
	float: left;
	width: 100%;
}

#hproduct_id p { margin: 0 0 8px; }

#hproduct_id p.rental_id {
	float: left;
}

#hproduct_id p.availability {
	float: right;
}

/* Add to basket Form container */

#hproduct_basket {
	clear: both;
	background:#f5f5f5;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 18px;
}

#hire_period_selection {
	float: left;
	width: 50%;
	margin: 0 0 10px;
	display: none;
}

#hire_period_selection select {
	width: 100%;
}


#hire_period_selection input {
	width: 20%;
	display: block;
	font-size: 12px;
}

#hproduct_basket p.note {
	clear: both;
	margin: 0;
}

#hire_period_action button {
	float: none;
	margin: 8px 0 10px;
}


/* ==========================================================================
	Basket (Will Share similairies to page template)
   Is a class of the #page
   ========================================================================== */

#page.basket {
	margin: 0px 0 40px;
	width: 100%;
	padding: 0 0% 0px;
}

#page.basket select {
	display: block;
	margin: 0 0 10px;
	width: auto;
}

h2#basket_start {
	margin: 40px 0 0;
}

#page.basket .basket_section {
	clear: both;
	position: relative;
}

#page.basket .basket_section:after {
	content: "";
	background: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	z-index: 1;

	top: -15px;
	left: 50%;

	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
}

.lt-ie9 #page.basket .basket_section:after,
#page.basket .basket_section.noarrow:after {
	display: none;
}


#page.basket .basket_section .half {
	width: 46%;
	float: left;
	padding: 10px 2%;
}

.basket_section h2 {
	border-bottom:2px solid #C4000A;
}

/* Might not have this there by default as JS will hide it */

.re_calculate {
	background:#f5f5f5;
	border-radius: 10px;
	text-align: center;
	padding: 10px 60px;
	color:#838383;
}

.re_calculate p {
	font-size: 0.8em !important;
	font-weight: bold;
	line-height: 1.3em !important;
	margin: 0 0 10px !important;
}


/* Hire Dates */

table#hire_dates tbody td {
	background:transparent url(../img/hire_dates_arrow.gif) no-repeat 50% 45%;
	padding: 14px 0 0;
}

table#hire_dates.address_assets tbody td {
	background: none;
}

span.date-picker {
	font-size: 12px;
	margin: 0 0 15px;
	display: block;
}

/* Radio Buttons */
#collection {
	margin-bottom: 20px;
}

.radio_button {
	background:#f5f5f5;
	color:#858585 !important;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #ededed;
	border-radius: 5px;
	width: 680px;
	display: block;
	padding: 35px 0 40px;
	margin: 10px 0 10px 20px;
	position: relative;
}

.radio_button:hover,
.radio_button.selected {
	background: #76b0d5;
	color:#fff !important;
}



.radio_button .title {
	padding: 0 0 0 30px;
}


.radio_button .price {
	float: right;
	padding: 0 20px 0 0;
}

.radio_button .radio {
	background: white url(../img/radio_buttons.gif) no-repeat 9px -20px;
	display: block;
	width: 15px;
	height: 10px;
	padding: 10px 10px;
	border-radius: 14px;
	margin: 0;
	position: absolute;
	top: 30px;
	left: -20px;
}

.lt-ie9 .radio_button .radio  {
	border-radius: 14px 14px 14px 14px;
	behavior: url("/calumet/pie/PIE.htc");
}

.radio_button.selected .radio,
.radio_button:hover .radio {
	background-position: 9px 5px;
}

#delivery_options,
#collection_options {
	/* Overrides for sub options */
	margin: 0 0 0 140px;
}

	#delivery_options ul,
	ul#confirmation,
	#collection_options ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#delivery_options ul li,
	#collection_options ul li {
		border-top: 1px solid #EDEDED;
		margin: 0 14px 0 0;
	}

	#delivery_options ul li:first-child,
	#collection_options ul li:first-child {
		border: none;
	}

	#delivery_options .radio_button,
	#collection_options .radio_button {
		background: #fff;
		padding: 10px 0 10px 15px;
		border: none;
		margin: 0 0 10px;
		width: auto;
	}

	#delivery_options .radio_button:hover,
	#delivery_options .radio_button.selected,
	#collection_options .radio_button:hover,
	#collection_options .radio_button.selected{
		background: #fff;
		color:#858585 !important;
	}

	#delivery_options .radio_button .radio,
	#collection_options .radio_button .radio {
		top: 3px;
	}

	ul#confirmation {
		margin: 0 20px;
	}

	ul#confirmation li {
		border-bottom: 1px solid #EDEDED;
		padding: 14px 0 10px 0;
		text-transform: uppercase;
		font-weight: 600;
		text-align: right;
		font-size: 0.8em;
		color:#858585 !important;
	}

	ul#confirmation li .explanation {
		text-transform: none;
		float: left;
		text-decoration: none;
		padding-top: 4px;
	}

	ul#confirmation li .price {
		padding-left: 20px;
	}

	#termsdiv {
		padding: 10px 20px 20px;
	}

	#important_form {
		clear: both;
		float: left;
		width: 100%;
		margin: 0 0 40px;
	}

	#important_form p {
		float: right;
		text-align: right;
		font-size:0.8em;
		font-style: italic;
		color: #646464;
		width: 380px;
		margin: 0 14px 0 0;
		padding: 0 14px 0 0;
		border-right: 1px solid #cccccc;
		position: relative;
	}

	#important_form p::after {
		border-right: 1px solid #fafafa;
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0;
	}

	#important_form a#continue,
	#important_form button#finish {
		float: right;
	}

	#important_form a#btn_save_quote {
		float: right;
		width: auto;
		background: #F4F4F4;
		border: 1px solid #B8B8B8;
		color: #646464;
		position: relative;
		margin: 0 10px 0 0;
	}


/* ==========================================================================
	Table (Only used on Basket page
	.general is for most stying and id for overides
   ========================================================================== */

table.general {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.general thead th {
	background:#fafafa;
	text-transform: uppercase;

	font-size: 0.85em;
	padding: 9px 0 9px 10px;
	color:#aaa;
}

table.general th.item,
table.general th.item {
	width: 60%;
}

table.general tr td {
	background:#fff;
	border-top: 1px solid #ededed;
}

table.general tr td.price,
table.general tr td.quantity {
	font-weight: 600;
	font-size: 0.8em;
	padding: 10px;
}

table.general tr td.general {
	font-weight: 300;
	font-size: 0.8em;
	padding: 10px;
}


.basket_item_img {
	float: left;
	width: 92px;
	padding: 10px;
}

	.basket_item_img a {
		border:1px solid #e4e4e4;
		display: block;
	}

.basket_item_info {
	float: left;
	width: 300px;
}

	.basket_item_info h1 {
		margin: 10px 0 5px !important;
		font-size: 0.8em !important;
		color:#467599;
	}

	.basket_item_info p {
		color:#4c4c4c;
		margin: 0 !important;
	}

	.basket_item_info ul.kit_list {
		margin: 10px 0 10px;
	}

	.basket_item_info ul.kit_list li {
		margin: 0 0 1px !important;
	}





/* ==========================================================================
	Bar class used for any bar acorss the page
	.bar_r makes it rounded
   ========================================================================== */


.bar {
	background: #000;
	color: white;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 12px 0 12px 10px;
	margin: 0;
}

.bar_r {
	border-radius: 5px 5px 0 0;
}

.lt-ie9 .bar_r  {
	border-radius: 5px 5px 0 0;
	behavior: url("/calumet/pie/PIE.htc");
}


#page h1 {
	font-size: 1.4em;
	margin: 28px 0 14px;
}

#page p {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0 0 20px;
}

#page li {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0 0 4px;
}

#email_quote {
	clear: both;
	display: none;
}

#saveQuote {
	padding: 0px 2% 20px;
	background: white;
	width: 96%;
	margin: 0 0 30px;
}

#saveQuote p {
	font-size: 0.8em;
	color: #858585;
}

#saveQuote input {
	margin: 0 0 10px;
}

#saveQuote button {
	float: left;
}

#saveQuote a#closeSaveQuote {
	text-decoration: underline;
	color: #787878;
	float: left;
	font-size: 12px;
	margin: 8px 0 0 14px;
}

/* ==========================================================================
   aside (Side Content)
   ========================================================================== */

aside .box {
	margin: 40px 0 0;
	background: #fff;
	border-radius: 5px;
	color:#787878;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

aside .box_contents {
	border-top: 2px solid #c9162b;
}

aside .box_contents p {
	padding: 0px 20px 20px;
	font-size: 0.8em;
}

aside .box_contents form {
	padding: 0px 20px 20px;
	font-size: 0.8em;
	float: none;
	width: auto;
}

aside .box_contents form p {
	padding: 0px;
	font-size: 1em;
}

aside .box_contents form input {
	font-size: 1.1em !important;
	font-weight: bold;
	margin: 0 0 4px;
}

aside .success-box,
aside .error {
	margin: 20px 0 20px;
}

aside .box_contents p strong {
	font-size: 1.2em;
}

aside .box_contents ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside .box_contents ul.nav li {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	border-top: 1px solid #e4e4e4;
}

aside .box_contents ul.nav li.lvl1 a {
	background: #f7f7f7 url(../img/lvl1.png) no-repeat 5px 14px;
	padding: 10px 10px 10px 15px;
}

aside .box_contents ul.nav li.lvl0 a {
	font-weight: 600;
}

aside .box_contents ul.nav li a {
	color:#787878;
	background:#f7f7f7;
	padding: 10px 5px;
	display: block;

	text-decoration: none;
	border-left: 2px solid #f7f7f7;

	transition: all 0.3s;
	-webkit-transition: all 0.3s; /* Safari */
}

aside .box_contents ul.nav li a:hover,
aside .box_contents ul.nav li a:focus,
aside .box_contents ul.nav li a.selected {
	border-left: 2px solid #c9162b;
	padding-left: 10px;
	background-color:#ffffff;
}


aside .box_contents ul.nav li.lvl1 a:hover,
aside .box_contents ul.nav li.lvl1 a:focus,
aside .box_contents ul.nav li.lvl1 a.selected {
	padding-left:20px;
	background-position:  10px 14px;
}

/* Hire price guide - Product */

aside .box_contents ul.hire li {
	background:#f7f7f7;
	padding: 10px 5px;
	display: block;
}

aside .box_contents ul.hire li span {
	color:#be182b;
	float: right;
}

/* ==========================================================================
   Footer:
   ========================================================================== */
/*
footer {
	background: #292929;
	color: #898989;
	clear: both;
}

footer a { color: #898989; }

footer h6 {
	color:#fff;
	font-size: 1em;
	margin: 0 0 14px;
}
*/

footer {
	background: #DCDCDC;
	color: #6B6B6B;
	clear: both;
}

footer a { color: #6B6B6B; }

footer h6 {
	color:#4B4B4B;
	font-size: 1em;
	margin: 0 0 14px;
}

#footer_nav {
	background:#DCDCDC;
	float: left;
	width: 100%;
	border-top:2px solid #C9162B;
}

footer #credit {
		clear: both;
		border-top: 1px solid #000;
		border-top: 1px solid rgba(0,0,0,0.2);
		padding: 10px 0 10px;
		float: left;
		width: 100%;
		color:#989898;
		color:#fff;
	}

	footer #credit p { float: left; color:#636363;font-size: 12px; }
	footer #credit a { color:#636363;font-size: 12px; }
	footer #credit #author { float: right; }

footer ul { list-style: none; padding: 0; margin: 0;}
footer ul li { font-size: 0.85em; margin: 0 0 8px;}
footer ul li a { text-decoration: none; }
footer ul li a:hover, footer ul li a:focus { text-decoration: underline; color:#787878; }

#f_header {
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(37,37,37,1) 0%, rgba(0,0,0,1) 45%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,37,37,1)), color-stop(45%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(37,37,37,1) 0%,rgba(0,0,0,1) 45%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(37,37,37,1) 0%,rgba(0,0,0,1) 45%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(37,37,37,1) 0%,rgba(0,0,0,1) 45%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(37,37,37,1) 0%,rgba(0,0,0,1) 45%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	padding: 0 0 14px;
	display:none;
}

.lt-ie8 #f_header {
	background: rgb(47,47,47); /* Old browsers */
}

#f_header #back_to_top {
	float: right;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(37,37,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(37,37,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(37,37,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(37,37,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(37,37,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(37,37,37,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222021', endColorstr='#49484a',GradientType=0 ); /* IE6-9 */
	padding: 4px;
	font-size:0.75em;
	border-radius: 10px;
	margin: 18px 0 0;
}

#f_header #back_to_top:hover {background: #171717;}

#f_header #back_to_top a {
	background: #171717;
	text-decoration: none;
	color:#919191;
	display: block;
	border-radius: 5px;
	padding: 8px 10px;
}

footer .col {
	width: 25%;
	float: left;
	margin: 50px 0 0;
	padding: 0 0 40px;
}
/*
footer #newsletter_form {
	background:#2f2f2f;
	border-radius: 10px;
	padding: 10px;
}
p.notice { font-size: 0.6em; }

#newsletter .email {
	background: #222222;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}

#newsletter .email input {
	background: #222222;
	border: none;
	width: 50%;
	float: left;
	padding: 7px 0;
	font-size: 0.8em;
	color:#fff;
}
*/

footer #newsletter_form {
	border-radius: 10px;
	padding: 10px;
}
p.notice { font-size: 0.6em; }

#newsletter .email {
	background: #E2E2E2;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
	border:1px solid #B5B5B5;
}

#newsletter .email input {
	background: #E2E2E2;
	border: none;
	width: 50%;
	float: left;
	padding: 7px 0;
	font-size: 0.8em;
	color:#494949;
}

#newsletter .email input:focus { outline: none; }

#newsletter .email button {
	float: right;
	border-radius: 3px;
}

/* ==========================================================================
   Form:
   Some defaults
   ========================================================================== */


form label {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0 0 20px;
}

form label.checkbox {
	font-size: 0.75em;
	line-height: 1.7em;
	margin: 0 0 20px;
}

form label.checkbox input {
	width: auto;
	margin: 0 7px 0 0;
}

form select {
	font-size: 0.75em;
	padding: 2px 0;
}

.form_holder {
	padding: 10px;
}

form.general {
	float: left;
	width: 100%;
}

form.general label {
	font-size: 0.9em;
	font-weight: 700;
	display: block;
	margin: 0 0 8px;
}

form.general input.text {
	width: 90%;
	background: none repeat scroll 0 0 white;
	border: 1px solid #C4C3C3;
	color: #616060;
	font-size: 0.85em;
	padding: 10px;
}
form.general select.text {
  background: none repeat scroll 0 0 white;
	border: 1px solid #C4C3C3;
	color: #616060;
	font-size: 0.85em;
	padding: 10px;
}
form.general select.text option {
  padding: 10px;
}

form.general .image_upload input {
	font-size: 12px;
}

form.general .full {
	float: left;
	clear: both;
	margin: 0 0 14px;
	width: 100%;
}

form.general textarea {
	float: left;
	clear: both;
	margin: 0 0 14px;
	background: none repeat scroll 0 0 white;
	border: 1px solid #C4C3C3;
	width: 93%;
	min-height: 70px;s
}

form.general .half,
#page.basket form.general .half,.half {
	float: left;
	margin: 0 0 20px;
	width: 50%;
	padding: 0;
}

form.general .half input.text {
width: 80%;
}

form .checkboxdiv {
	display: block;
	float: left;
	width: 100%;
}

form .checkboxdiv input {
	display: inline;
	float: left;
	margin-right: 5px;
	width: auto !important;
}

form .checkboxdiv label {
	line-height: 1.1em;
}

form input:disabled,
form input[disabled] {
	background: #E1E1E1 !important;
	background: rgba(0, 0, 0, 0.1) !important;
	cursor: not-allowed;
}

label span {
	color: #AAA;
}

form#discount {
	padding-top: 10px;
}

form#discount input {
	margin: 0 0 10px;
}


/* ==========================================================================
   Assistance Finder:
   ========================================================================== */

form#filter_assitances {
	padding: 20px;
}

	form#filter_assitances input {
		margin: 0 0 4px;
		width: 98%;
	}

	form#filter_assitances p {
		margin: 0 0 4px;
		color:#a4a4a4;
		font-size: 12px;
	}

	form#filter_assitances button {
		text-align: center;
		font-size: 1em;
	}


#full_width_image.assistant_finder {
	background: #fff url(../img/assistance_finder_bg.jpg) no-repeat top right;
	/*background-size: cover;*/
	padding: 0 0 30px;
	min-height: 155px;
}

	#full_width_image #left_text {
		/*width: 70%;
		float: left;*/
	}

	#full_width_image #right_text {
		/*width: 30%;
		float: right;
		text-align: right;
		padding: 40px 0 0;*/

	}

	#full_width_image.assistant_finder #right_text p {
		margin: 0 0 8px;
		font-style: italic;
		color:#000;
		text-shadow: none;
		display: none;
	}

	#full_width_image.assistant_finder #right_text a {
		width: 120px;
		font-size: 1em;
		/*float: right;*/
		margin: 5px 0 0;
		float: left;
		border-bottom: none;
	}

	#full_width_image.assistant_finder h1 {
		margin: 0px;
		padding: 30px 0 0;
		text-transform: uppercase;
		font-size: 3.5em;
		width: 90%;
		color:#000;
		text-shadow: none;
	}



	#full_width_image.assistant_finder p {
		margin: -20px 0 0 0;
		padding: 0;
		color:#000;
		text-shadow: none;
		text-transform: uppercase;
	}



.assistance {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	clear: both;
}

	.assistance .ass_photo {
		float: left;
		width: 122px;
		margin: 0 20px 0 0;
	}


	.assistance .ass_details {
		float: left;
		width: 210px;
		margin: 0 20px 0 0;
	}

		#page .assistance .ass_details h1 {
			font-size: 0.8em;
			color: #467599;
			margin: 0 20px 0 0;
		}

		#page .assistance .ass_details p {
			color: #4C4C4C;
			font-size: 0.75em;
			margin: 0 0 5px;
		}

		#page .assistance .ass_details p.speciality {
			line-height: 1.5em;
		}

		#hproduct_info p.location {
			margin: 0;
		}

		#page .assistance .ass_details p.rating,
		#hproduct_info p.rating {
			margin: 0 0 0;
		}

		#page .assistance .ass_details p.star_rating,
		#hproduct_info p.star_rating {
			font-size: 1.2em;
			margin: -8px 0 0;
		}

		#page .assistance .ass_details p.star_rating i.red_star,
		#hproduct_info p.star_rating i.red_star{
			color:#C4000A;
		}

		div#ass_loc {
			float: left;
		}

			div#ass_loc p {
				margin: 0 0 2px;
			}

		#rating_box {
			float: right;
			text-align: left;
		}

		#rating_box span#based_on {
			display: block;
			font-size: 12px;
			margin: -10px 0 0;
		}

		#ass_general {
			margin: 10px 0 0;
		}

		#ass_general h4 {
			margin: 0 0 8px;
		}


	.assistance .ass_portfolio {
		width: 313px;
		float: right;
	}

	#page .assistance .ass_portfolio p {
		margin: 0 0 8px;
	}

		#page .assistance .ass_portfolio ul {
			list-style: none;
			padding: 0;
			margin: 0;
			float: left;
		}

			#page .assistance .ass_portfolio ul li {
				margin: 0 4px 0 0;
				float: left;
			}

			#page .assistance .ass_portfolio ul li.last {
				margin-right: 0;
			}

	.hreview {
		background: #F7F7F7;
		border-radius: 10px;
		padding: 10px;
		margin: 0 0 10px;
	}

	.hreview h4 {
		margin: 0 0 8px;
	}

	.hreview h6 {
		margin: 0 0 8px;
		font-size: 0.85em;
	}

	#page .hreview p {
		margin: 0;
	}

	#feedback_box form {
		clear: both;
	}

		#feedback_box form input {
			width: 96%;
		}

		.inline_form_element {
			margin: 10px 0 0;
		}

		#feedback_box form input#rating {
			width: 20px;
			display: inline;
		}

		#feedback_box form textarea {
			width: 96%;
			display: block;
		}

		#feedback_box form button {
			margin: 10px 0 0;
		}

		.inline_input_label {
			font-size: 12px;
			margin: 0 0 0 5px;
		}
/* ==========================================================================
   Buttons:
   .button default class add button defaults
   .grey add grey style used on home / categories /
   ========================================================================== */

.button {
	display: block;
	border: none;
	border-radius: 10px;
	font-size: 0.75em;
	text-decoration: none;
	padding: 8px 18px;
}

.grey {
	/* Old browsers */
	background: #f4f4f4;
	/* FF3.6+ */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	/* Opera 11.10+ (Do we still need this?) */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
	/* W3C */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);


	border: 1px solid #b8b8b8;
	color:#646464;

	position: relative;
}

.grey::before {
	border-radius: 10px;
	border-top: 1px solid #c2c2c2;
	content:"";
	width: 114%;
	height: 100%;
	display: block;
	z-index: -1;
	position: absolute;
	padding: 5px 0;
	background: #dcdcdc;
	left: -5px;
	top: -5px;
}

.red,
.date_picker:hover {
	background: rgb(220,50,50); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(220,50,50,1) 0%, rgba(196,0,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,50,50,1)), color-stop(100%,rgba(196,0,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(220,50,50,1) 0%,rgba(196,0,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,50,50,1) 0%,rgba(196,0,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,50,50,1) 0%,rgba(196,0,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(220,50,50,1) 0%,rgba(196,0,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27679', endColorstr='#C4000A',GradientType=0 ); /* IE6-9 */
	text-shadow: 0 -1px 1px #e27679;
	color:#fff !important;
}

.f_red {
	background: rgb(220,50,50); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(220,50,50,1) 0%, rgba(196,0,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,50,50,1)), color-stop(100%,rgba(196,0,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(220,50,50,1) 0%,rgba(196,0,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,50,50,1) 0%,rgba(196,0,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,50,50,1) 0%,rgba(196,0,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(220,50,50,1) 0%,rgba(196,0,10,1) 100%); /* W3C */

	text-shadow: 0 -1px 1px #830b1a;
	font-weight: 600;
	border-top: 1px solid #830b1a;
	border-bottom: 1px solid #fff;
	color:#fff;
}

.darkgrey {
	background: rgb(123,123,123); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(123,123,123,1) 0%, rgba(109,109,109,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,123,123,1)), color-stop(100%,rgba(109,109,109,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(123,123,123,1) 0%,rgba(109,109,109,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(123,123,123,1) 0%,rgba(109,109,109,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(123,123,123,1) 0%,rgba(109,109,109,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(123,123,123,1) 0%,rgba(109,109,109,1) 100%); /* W3C */

	text-shadow: 0 -1px 1px #474747;
	font-weight: 600;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #fff;
	color:#fff !important;
}


.date_picker {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* W3C */

	border: 1px solid #e8e8e8;
	text-shadow: 0 -1px 1px #fff;
	font-weight: 600;
	color:#676766 !important;
}


.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

body {
	text-align: center;
}

.error {
	color: #C4000A !important;
}

.error a {
	color: #C4000A !important;
}

.success,
.added {
	color: green !important;
}

.added {
	font-weight: 800;
	margin: -5px 0 10px;
}

.success-box {
	background: green;
	padding: 5px;
	border-radius: 3px;
	margin: 40px 0 0;
}

.success-box p.success {
	color: white !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 12px;
}

.error-box {
	padding: 5px;
	background: #C4000A;
	border-radius: 3px;
	margin: 40px 0 0;
}

.error-box p.error {
	color: white !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 12px;
}



/*
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 600px) {

}*/


@media only screen and (max-width: 768px) {
	/* .container {
		width: 95%;
	}*/

	.container {
		width: 95%;
	}

	header #full_basket {
		width: 94%;
	}

	h2.sub_logo {
		width: 200px;
		height: 22px;
		background-size: cover;
	}

	header nav ul li a {
		padding: 6px 2.5px 4px;
	}


	.hproduct,
	.hproduct.last {
		width: 232px;
		margin: 0 16px 20px 0;
	}

	.hproduct:nth-child(3n+3) {
		margin-right: 0px;
	}

	#products .hproduct,
	#products .hproduct.last {
		width:228px;
	}

	#carousel_mask {
		height: 260px;
	}

	#carousel .slide {
		height: 260px;
		background-size: cover;
		min-height: 260px;
	}

	#carousel #controls {
		display: none;
	}




}

@media screen and (max-width: 480px) {


	p.award {
		display: none;
	}

	#home_cats,
	div#home_assist {
		width: 100%;
	}

	div#home_assist .img img {
		width: 100%;
	}

	div#home_assist .info {
		width: 90%;
	}

	#full_width_image.assistant_finder h1 {
		font-size: 26px;
	}

	#full_width_image.assistant_finder p {
		margin: -3px 0 2px 0;
		font-size: 12px;
	}

	.assistance .ass_details {
		width: 180px;
	}

	.assistance .ass_portfolio {
		width: 100%;
		float: left;
	}


	.container {
		width: 95%;
	}

	header #full_basket {
		width: 94%;
	}

	h1.logo {
		margin: 30px 0 20px 0px;
	}

	h2.sub_logo  {
		width: 118px;
		height: 50px;
		background-size: contain;
	}

	header ul#utilities {
		position: absolute;
	}

	header ul#utilities li {
		padding: 5px 5px 6px;
	}

	header nav ul li {
		position: static;
	}

	header form#search {
		clear: both;
		margin: 0 0 10px;
		float: left;
		width: 100%;

	}

	header form#search .search {
		width: 91%;
		float: left;
		margin: 0;
		padding: 3px 2% 3px 7%;
		background: #fff url(../img/lt-ie8/search-icon.gif) no-repeat 5px center;
	}

	header form#search .search input {
		width: 90%;
	}

	header nav ul li {
		font-size: 12px;
	}

	header nav ul li a {
		padding: 5px 0;
	}

	header nav ul li ul,
	header nav ul li:hover ul {
		display: none;
	}

	#message h1 {
		font-size: 14px;
	}

	#message h1 strong {
		font-weight: normal;
	}

	#message span {
		font-size: 1em;
		margin: 0;
		font-weight: 500;
		}

	#page {
		margin-top: 10px;
	}

	#two_thirds .products_info_bar {
		padding: 10px 0 0;
	}

	#carousel {
		display: none;
	}

	h1.heading {
		font-size: 14px;
		width: 50%;
	}

	#products .hproduct {
		width: 47% !important;
		border-radius: 0;
	}

	.hproduct:nth-child(even) {
		margin-right: 0px !important;
	}

	.hproduct:nth-child(odd) {
		margin-right: 20px !important;
	}



	.hproduct .img {
		width: 100%;
	}

	.hproduct .img img {
		height: auto;
	}

	.hproduct .info {
		width: 90%;
		padding: 10px 5%;
		min-height: 109px;
	}

	#hproduct_images {
		width: 100%;
	}

	#hproduct_images img {
		height: auto;
	}

	#hproduct_info {
		width: 100%;
	}

	/* popup */
	#product_additions, #address_section, #email_quote {
		width: 90%;
		left: 5%;
	}

	#product_additions ul li .info {
		width: 145px;
	}

	#product_additions #continue {
		width: 28%;
	}

	#product_additions #add_items {
		width: 48%;
	}

	/* pagination */

	#page_pagination ul {
		padding-bottom: 0px;
	}

	#page_pagination ul li {
		margin: 0 12px 20px 0;
	}


	/* basket */

	.radio_button .price {
		display: none;
	}
	.radio_button {
		width: 90%;
	}
	#important_form p {
		width: 58%;
	}

	#delivery_options, #collection_options {
		margin: 0 0 0 30px;
	}


	.basket_item_info {
		width: 120px;
		margin: 0 0 0 10px;
	}

	footer .col {
		width: 50%;
		margin: 0px 0 0;
	}

	footer .container {
		padding: 30px 0 0;
	}

	#two_thirds {
		width: 100%;
		float: left;
		margin: 0 0 10px;
	}

	#third {
		width: 100%;
		margin: 0;
	}

	footer .col:nth-child(3) {
		clear: both;
	}

	.cat {
		width: 25%;
		margin: 24px 4% 0 4%;
	}

	#newsletter .email button,
	#newsletter .email input {
		width: 100%;
	}

	aside .box {
		margin: 0px 0 20px;
	}

	#page {
		margin-bottom: 0px;
	}

	#page .half img {
		width: 100%;
	}

}

/*
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1382px) {
  body {
    max-width: 1440px;
  }

   .inner {
 	width: 80%;
  }
  */


}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.dm_zoom_box {
    border-radius: 100% 100% 100% 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), 0 0 40px 2px rgba(0, 0, 0, 0.25) inset;
}

.vat-p {
	color:#C4000A;
}

.vat-x {
	color:#787878 !important;
}

nav ul .lvl1 {
	display:none;
}

#extra-message div {
	padding:10px 20px 0;
}

#extra-message div textarea {
	width:98%;
	height:3em;
	border:1px solid #A4A4A4;
	padding:1%;
	resize: none;
	font-size:0.9em;
}

.date-select {
	width:100%;
}

.date-select select {
	float:left;
	margin-right:7px !important;
}

/*------ GROSSPRODUKTIONEN ------*/

img.img-header {
	width: 687px;
	height: auto;
}

p.text-left {
	width: 323px;
	display: inline-block;
	float: left;
	padding-right: 20px;
	margin-top: 10px !important;
	line-height: 145% !important;
	font-size: 15px !important;
	clear: both;
}

p.text-right {
	width: 323px;
	display: inline-block;
	float: right;
	padding-left: 20px;
	line-height: 145% !important;
	margin-top: 10px !important;
	font-size: 15px !important;
}

img.img-left {
	width: 344px;
	display: inline-block;
	float: left;
	margin-top: 10px;
	clear: both;
}

img.img-right {
	width: 344px;
	display: inline-block;
	float: right;
	margin-top: 10px;
}

img.img-contact {
	margin-left: 21px;
	margin-right: 21px;
	margin-top: 20px;
}

span.tel-contact {
	font-weight: bold;
	font-size: 150%;
}
