
html {
	
}

body {
	color: #000;
	text-align: left;
	font-size: 12px;

}

#priceSlider .ui-slider-range { background: #009FE3; }


#page{
	width:950px;
	padding:0 5px;
	margin:0 auto;

}



button{
	cursor:pointer;
}


.strong{
	font-weight:bold;
	
}





/*
	Rating Stars
*****************/

.stars{
	background:url("../images/stars.png") repeat-x left center  #cccccc;
	display:block;
	height:14px;
	float:left;
	color: transparent;
}



/*
	required
*****************/

.required.right{
	margin: 0 0 0 20px;
	font-size: 90%;
	color: #666;
	max-width: 60%;
}











table.store-openings {
	padding: 0;	
	margin: 20px 0;

}

table.store-openings td {
	padding: 1px 8px !important;
	border-bottom: 1px solid #EEEEEE !important;
}

table.store-openings td.weekday_openings_day {
	padding: 1px 8px 1px 8px !important;
	font-weight: bold;
}

table.store-openings td.specialday_openings_date {
	padding: 1px 8px 1px 0 !important;
	font-weight: bold;
}













/*


	Cart and Pickup button
*****************/

button.pickupInStoreButton,
button.addToCartButton{
	height:40px;
	background:#000;
	color:#fff;
	border:2px solid #000;
	padding:0;
	width:100%;
	font-size:1em;
}


button.pickupInStoreButton{
	background:#fff;
	color:#000;
	
}

button.addToCartButton{
	font-weight:bold;
	text-transform:uppercase;
}
/*


	alerts
*****************/



.alert{
	padding:12px;
	border:1px dotted;
}

.alert.positive{
	border-color:#339b01;
	color:#339b01;
	font-weight:bold;
	margin:0 0 0.7em 0;	
}

.alert.negative{
	border-color:#c90400;
	color:#c90400;
	margin:0 0 0.7em 0;	
}

.alert.neutral{
	border-color:#000;
	color:#000;
}
















/*
	Scroller 
*****************/



.span-24 > .scroller{
	padding:40px 0;
}

.span-24 > .scroller .title{
	font-size:1.167em;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #979797;
	padding:0 0 5px 0;
	text-transform:uppercase;
	margin:0 0 40px 0;
}



.span-24 > .scroller ul li{
	width:220px;
	margin:0 20px 0 0;
}

.span-24 > .scroller ul li{
	width:230px;
	margin:0 10px 0 0;
	

}

.scrollerProduct{
	margin:0 5px;
	display:block;
}


.scrollerProduct .thumb{
	padding:0 0 20px 0;
		margin:0 0 5px 0;
		border-bottom:1px dotted #c1c1c1;
}

.scrollerProduct .thumb img{ 
	width:100%;
}




.scrollerProduct .details{
	color:#8f8f8f;
	padding:0 40px 0 0;

}


.scrollerProduct .priceContainer{
	float:right;
	margin: 0 0 0 5px;
}









/*
	Scroller 
*****************/

.jcarousel-clip {
	overflow: hidden;
}


.jcarousel-skin .jcarousel-prev,
.jcarousel-skin .jcarousel-next {
	position: absolute;
	width: 25px;
	height: 25px;
	border: 0;
	padding: 0;
	background: url("../images/scroller-sprite.png") no-repeat;
	margin:0;
}

.jcarousel-skin .jcarousel-prev[disabled],
.jcarousel-skin .jcarousel-next[disabled] {
	opacity: 0.1;
	cursor: default;
}


.jcarousel-skin .jcarousel-prev-horizontal,
.jcarousel-skin .jcarousel-next-horizontal {
	top: 40%;
}

.jcarousel-skin .jcarousel-prev-horizontal {
	left: -30px;
	background-position: 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal {
	right: -30px;
	background-position: right 0;
}


.jcarousel-skin .jcarousel-prev-vertical,
.jcarousel-skin .jcarousel-next-vertical {
	left: 50%;
	margin-left: -12.5px;
}

.jcarousel-skin .jcarousel-prev-vertical {
	top: -30px;
	background-position: 0 bottom;
}

.jcarousel-skin .jcarousel-next-vertical {
	bottom: -30px;
	background-position: right bottom;
}







.jcarousel-container-vertical{
	margin:30px 0;
}



.jcarousel-container{
	background:#fff;
}





ul.jcarousel-skin{
	background: url("../images/tail-spin.svg") no-repeat center center ;
    display: block;
    height: 100%;
    width: 100%;
	min-width:50px;
	min-height:50px;
	
}
/* hide loading */
ul.jcarousel-skin li{
	display:none;
}





/*
	Banner Sizes
*****************/

.cms_disp-img_slot .thumb img,
#content .simple_disp-img img{
	width:100%;
	height:auto;
}
.voucher-error,
.voucher-success
{
	float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px;
}
.voucher-success
{
	border: 1px dotted green;
    color: green;
}
.voucher-error
{
	border: 1px dotted red;
    color: red;
}









.doCheckoutBut{
	margin-right:0;
}





.disp-img{
	clear:both;


}

.disp-img .title{
	display: block;
	
}

.disp-img .thumb{
	/*float: left;*/
	margin-right: 10px;
	margin-bottom: 5px;
	
}

/* error not found page changes */
.breadcrumb ul {
	 display: inline;
	}	

	.page-notFound #content {
		width: 100%;
	}	
	.inner-cont {
		padding-top: 20px;
		width: 90%;
	    margin: 0 auto;
	}
	
	#wrap-content {
		overflow: hidden;
		display: flex; /* or inline-flex */
  		flex-direction: row;
  		flex-wrap: wrap;		
  		justify-content: flex-start;
  		align-items: stretch;
		height: 100%;
		background-color: #0c254c;
		margin-top: 10px;
	}

	.home_snippets_container_inner {
		display:none;
	}	
	
	div#animation-left {
  		order: 1; /* default is 0 */
   	 	background-color: white;
    	flex-grow: 0;
    	max-width: 66.666667%;
    	flex-basis: 66.666667%;	
		overflow: hidden;
		background-color: #ececec;
	}
	
	div#animation-left div.inner-cont {
		height: 90%;
		width: 100%;
		box-sizing: border-box;
  		background-size: contain;		
		background-image: url(http://www.jaycar.com.au/medias/sys_master/root/9573776523294/Error-Page-Animation.gif);
  		background-repeat: no-repeat;
  		background-position: center;
		position: relative;
		margin-top: 20px;
	}
	
	div#animation-left img.flux-capacitor-animation {
		margin: 0 auto;
	}
	
	div#texting-right {
  		order: 2; /* default is 0 */
    	padding: 20px;
    	box-sizing: border-box;
 		flex-grow: 0;
    	max-width: 33.333333%;
    	flex-basis: 33.333333%;
    	padding-bottom: 120px;	
	}
	
	.inner-cont h1 {
		font-family:'Montserrat',Arial,sans-serif;
		font-size: 44px;
		font-weight:bold;
		padding: 10px 0px 25px 0px;
		margin: 0px;
		color: white;
		/* color: #0c254c; */
    	margin-top: 10px;
	}
	.inner-cont h2 {
		font-family:'Montserrat',Arial,sans-serif;
		font-size: 24px;
		font-weight:bold;		
		padding: 0px 0px 25px 0px;
		margin: 0px;
		font-weight: 700;
		color: white;
		/* color: #0c254c; */
		font-size: 1.375rem;
    	line-height: 1.75rem;
	}
	.inner-cont h3 {
		padding: 0px 0px 25px 0px;
		margin: 0px;
		font-family: 'Montserrat',Arial,sans-serif;		
		font-weight:normal;
		line-height:1.6em;
		font-weight: 18px;	
		color: white;
		/* color: #0c254c; */
	}
	ul.error-menu li a.cta {
		background-repeat: no-repeat;
		background-position: left center;
		text-decoration: none;
		font-weight: 600;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 16px;
		transition: all .1s ease;
		font-weight: bold;
		color: white;
		/* color: #0c254c; */
		width: 100%;
		height: 100%;
	}

	ul.error-menu li a.cta:hover {
		transition: all .3s ease;
		padding-left: 5px;
		color: #009fe3;
		text-decoration: underline;
		width:100%;
	}

	ul.error-menu {
		width: 100%;
		list-style-type:none;
		padding: 0px;
	}

	ul.error-menu li {	
		height: 25px;
   	 	border-bottom: 1px white solid;
  	  	padding-top: 15px;
    	padding-bottom: 15px;
    	width: 100%;
    	font-family: 'Montserrat',Arial,sans-serif;
    	font-weight: normal;
    	font-size: 18px;
    	background: url(/medias/sys_master/root/9572279255070/arrow-icon-white.png) right 20px no-repeat;
	}
	
	ul.error-menu li:first-child {
	    padding-top: 15px;
	}
	
	p.announcement-text {
		font-size: 18px !important;
	}

	@media screen and (max-width: 980px) {
		
		#wrap-content {
			display: block;
			width: 100%;	
    		max-width: none;
    		flex-basis: none;
			margin-top: 0px;			
		}	
		
		div#animation-left {
			display: block;
			width: 100%;	
    		max-width: none;
			padding-bottom: 20px;	
			height: 400px;
		}
		
		div#texting-right {
			display: block;
			width: 100%;	
    		max-width: none;
			min-height: 400px;
		}
	}
