/* Theme Jaycar changes*/



/*
	button color
*/
button.pickupInStoreButton,
button.negative, a.button.negative {
    color:#FFFFFF;
    background: none repeat scroll 0 0 #ee4035;
    text-transform: uppercase;
}

button.addToCartButton,
#storeFinder .searchPane .findStoresNearMe,
button.positive, a.button.positive {
    /*background-color:#1a618b;
    border-color: #1a618b;*/
	background-color:#EE4035;
    border:0 none;
}
#storeFinder .searchPane .findStoresNearMe{
    margin:0 0 5px 0;
}
/*
	checkout progress
*/
#checkoutProgress li.step{
	width:33.3%;
}
#checkoutProgress li.step.active {
    /*background: none repeat scroll 0 0 #1a618b;*/
    background: url("../images/jaycar_sprite.png") no-repeat scroll -8px -880px #eeeeee;
}

#registerForm .form_field_error {
	width:auto;
    float: none;
	padding-right:0;
	clear:both;
}




#recaptcha_image,
#recaptcha_image > img{
	width: 240px !important;
	height:46px !important;	
	
}


#recaptcha_image{
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #BBBBBB;
	overflow:hidden;
	margin:0 0 5px 0 ;
	background:#fff;
}




#recaptcha_widget .cicon{
	display:block;
	width:20px;
	height:20px;
	margin:0 0 5px 5px ;
	
	
}



#recaptcha_widget .cicon.reload{
	background:url("../images/reload.png") no-repeat center center;
}

#recaptcha_widget .cicon.audio{
	background:url("../images/audio.png") no-repeat center center;
}

#recaptcha_widget .cicon.image{
	background:url("../images/image.png") no-repeat center center;
}


#recaptcha_widget .cicon.help{
	background:url("../images/info.png") no-repeat center center;
}


#recaptcha_widget  .recaptcha_audio_cant_hear_link{
	display:block;
	width:26px;
	height:26px;
	overflow:hidden;
	color:transparent;
	float:left;
	cursor:pointer;
}


#recaptcha_audio_play_again{
	background:url("../images/replay.png") no-repeat center center;
	margin:10px 31px 10px 62px;
}


#recaptcha_audio_download{
	background:url("../images/download.png") no-repeat center center;
	margin:10px 62px 10px 31px;
}


#recaptcha_image  br{
	display:none;
}

#recaptcha_response_field{
	margin-right:0;
}








/*
	scroller product number  
*/

.span-24 > .scroller ul li{
	width:150px;
}

/* align store locator - states in horizontal */
.stockistMessage{
	color: #002389;
	font-weight: bold;
	margin: 10px 0px 0px;
	float: left;
}
#storeFinder .searchPane{
	height:400px;
}
#storeFinder .searchPane .description {
    margin: 0px 0px 10px;
}
#storeFinder #stores-inline {
    background: none repeat scroll 0 0 #002389;
    color: #fff;
    float: left;
    padding: 5px 10px;
    width: 610px;
}
#storeFinder #stores-inline li {
    border-right: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 20px;
}
#storeFinder #stores-inline a {
    color: #fff;
}
#storeFinder #stores-inline li:last-child{
	border:0px;
}
#storeFinder .active_stores{
	color:#ef4035 !important;
}

/*
	Productlist image size
*/


.productList .productListItem .thumb img {
  width: 96px;
}


.productList .productListItem .stars,
.productList .productListItem .details,
.productList .productListItem .cart,
.productList .productListItem .product-classification,
.productList .productListItem .lowStock,
.productList .productListItem .head {
  margin-left:  110px;
}



/* Jaycar styling starts*/
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section{
	font-family:Arial,sans-serif !important;
	word-wrap: break-word;
}
pre{
	white-space:normal;
	margin:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.updateIE{
	padding:20px 20px 5px 10px;
	text-align:center;
}
/* Common component starts */
#content{
	padding-bottom: 15px !important;	
}
.minHeight250, .page-notFound #globalMessages{
	min-height:250px;
}
table {
	border: 1px solid #DDDDDD;
}
table tr th{
	background:#FFFFFF;
	color:#444444;
	font-weight: bold;
}
table tr th,table tr td{
	padding:5px;
}
table tr:last-child{
	border-bottom:0px none;
}
table tr:nth-child(odd){ 
	background-color:#eee; 
}
table tr:nth-child(even){ 
	background-color:#fff; 
}

table.cart, table#orderTotals, 
table.deliveryCartItems, 
table.orderListTable, 
table.account-profile-data,
table.storeResultTable,
.product_comparison_table div.product_comparison_table_row table{
	border:0 none;
}
table.cart tr th,table.cart tr td,
table#orderTotals tr th, table#orderTotals tr td,
table.deliveryCartItems tr th,table.deliveryCartItems tr td,
table.orderListTable tr th,table.orderListTable tr td,
table.account-profile-data tr th,table.account-profile-data tr td,
table.storeResultTable tr th,table.storeResultTable tr td
{
	background:#ffffff;
}
.product_comparison_table table tr:nth-child(odd), .product_comparison_table table tr:nth-child(even){ 
	background:#fff;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}
img[src=""] {
   display: none !important;
}
input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.breadcrumb{
	background:#ccc;
	/*margin-top:-22px;*/
	position:relative;
	clear: both;
}
.breadcrumb ul{
	width: 925px;
	margin: 0px auto;
	position:relative;
	padding-bottom:0px
}
.breadcrumb ul li{
	height:25px;
}
.breadcrumb ul li,
.breadcrumb ul li a{
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
}
.breadcrumb ul li a.last{
	color: #444;
}
a.button, button{
	background: none repeat scroll 0 0 #ef4035;
	border:0 none;
	color:#FFFFFF;
}
a.cartpage_continue_shopping, 
#selectDeliveryMethodForm div.form-actions a.button,
#silentOrderPostForm div.form-actions a.button,
div.form-actions a.button.payment-cancel-btn{
	background: none repeat scroll 0 0 #f8f8f8;
	border:2px solid #c7c7c7;
	color: #777;
	text-transform: uppercase;
}
#selectDeliveryMethodForm div.form-actions a.button,
#silentOrderPostForm div.form-actions a.button,
div.form-actions a.button.payment-cancel-btn {
    height: 40px;
    line-height: 40px;
    box-sizing:border-box;
}
/* Common component ends */
 
 
/* Header & Footer layout starts */
/* Header layout starts */
#header {
   /* background: url("_ui/desktop/theme-jaycar/images/header_bg.png") repeat-x scroll 0 36px #fff;
    border-bottom: 5px solid #ef4035; */
    height: 113px;
   /* position: fixed; */
    width: 100%;
    z-index: 1000;
}
.headerLogoSlot {
    background: url("../images/header_bg.png") repeat-x scroll 0 36px #002389;
    border-bottom: 5px solid #ef4035;
    height: 75px;
    position: fixed;
    top: 38px;
    width: 100% !important;
    z-index: 1000;
}
#page, #nav_main{
	width:100%;
	padding:0;
}
#header div.headerNavigation div.center, #header div.headerLogoSlot, #nav_main ul.topNavigationmenus, #content, .footer .links, .footer .copyright, .home_banner_main_container {
    margin: 0 auto !important;
    width: 950px;
	padding:0;
}
.page-homepage #content{
	width:100%;
	float:left;
	background: url("../images/homecarouselBg.jpg") repeat-x scroll 0px 3px #fff;
	padding-top:15px;
}
#header div.headerNavigation{
    background: none repeat scroll 0 0 #001d43;
    border: 0 none;
    padding: 4px 0 5px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#header div.headerNavigation ul.nav{
	margin:4px 0;
}
#header div.headerNavigation ul.nav li a{
	color:#FFFFFF;
	text-transform: uppercase;
}
#header div.headerNavigation .nav > li{
	border-left:0px;
}
.logged_in{
	color:#FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
}
#header div.headerNavigation .nav > li:last-child{
	padding-right:0;
}
#header div.siteLogo {
    /* float: left; */
    margin: 14px 285px 0 0;
    padding: 0;
    position: absolute;
    right: 50%;
}
#header .headerContent.secondRow {
    /*float: right;*/
    clear: none;
    margin: 0 -476px 0 0;
    position: absolute;
    right: 50%;
}
#header .siteSearch{
	float: left;
    margin-top: 18px;
}
#header .siteSearch .control-group{
	width:310px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .selector{
	width:100% !important;
}
.sortForm{
	width:200px !important;
}
.sortForm .selector{
	width:50% !important;
}
.selector span{
	width:96% !important;
	padding:0px 2% !important;
}
}

#header .siteSearch .siteSearchSubmit{
    background: url("../images/red_search.png") no-repeat scroll 0 0 transparent;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 35px;
    margin: 0 0 0 -36px;
    width: 36px;
}
#header input#search{
	border: 0 none;
    border-radius: 4px;
    height: 35px !important;
    margin-bottom: 0;
    width:98%;
}
.siteSearch .siteSearchInput {
    padding: 8px 45px 8px 10px !important;
}
.ui-autocomplete{
	width:298px !important;
}
.ui-autocomplete li a.ui-state-hover{
	background: #002389 !important;
	color:#fff !important;
}
#header .minicartContent{
    background: none repeat scroll 0 0 #EE4035;
    border-radius: 10px;
    color: #FFFFFF;
    float: right;
    margin-left: 10px;
    margin-top: 18px;
    min-height: 72px;
    min-width: 200px;
    padding: 4px 8px 0 15px;
    position: relative;
    z-index: 101;
}
.stripTransmitter{
  	display:none;
}
#header .minicartContent .cartIcon{
	background: url("../images/minicartIcon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    display: inline-block;
    height: 36px;
    position: relative;
    width: 41px;
}
#header .minicartContent .yCmsComponent.miniCart{
    display: inline-block;
    padding-left:10px;
}
#header .minicartContent .yCmsComponent.miniCart a.minicart{
	display:inherit;
	margin: 0px 0px -20px -54px;
	padding: 0px 0px 0px 54px;
}
#header .minicartContent .yCmsComponent.miniCart a.minicart span.count{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 48px;
    line-height: normal;
    width: 100%;
    margin: 0 6px;
}
#header .minicartContent .miniCart a.minicart span.price{
	color: #FFFFFF;
    float: left;
    margin: 0 6px;
    position: absolute;
    right: 7px;
    top: 38px;
    width: 39px;
    display:none;
}
#header .minicartContent span.itemsTxt{
	border-right: 1px solid #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
    position: relative;
    top: 0;
    width: 85px;
}
#header .minicartContent .mcLinks > li {
    line-height: 26px;
}
#header .minicartContent ul.mcLinks{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 8px 2px 0 12px;
}
#header .minicartContent ul.mcLinks li a{
	color: #FFFFFF;
	text-decoration:underline;
}
.hideList{
	display:none !important;
}
/* Header layout ends */

/* Footer layout starts */
.footer_outer{
	margin: 0px;
	
}
.page-homepage .footer_outer{
	margin:0px;
}
.footer{
	background: none repeat scroll 0 0 #e6e6e6;
    border-top: 0 none;
    margin: 0;
    min-height: 298px;
    padding: 0 0 10px 0;
}
.footer .links ul li:first-child, .footerheading{
	display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
	padding:0px;
	font-size:18px;
}
.footer .links ul{
	width:162px;
	margin-top:23px;
}
.footer .links ul:nth-of-type(3){
	width:194px;
}
#page[data-currency-iso-code="CAD"] .footer .links ul:nth-of-type(3),
#page[data-currency-iso-code="USD"] .footer .links ul:nth-of-type(3),
#page[data-currency-iso-code="GBP"] .footer .links ul:nth-of-type(3)
{
	width:162px;
}
#page[data-currency-iso-code="CAD"] .footer .links ul:nth-of-type(2),
#page[data-currency-iso-code="USD"] .footer .links ul:nth-of-type(2),
#page[data-currency-iso-code="GBP"] .footer .links ul:nth-of-type(2)
{
	width:194px;
}

.footer .links ul li{
	padding:6px 0 0 0;	
}
.footer .links a{
	font-size:12px;
	font-weight:normal;	
}
.footer .links a:hover{
	font-weight:normal;
	color:#000;
}
.footer_pay_icons{
	border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    float: left;
    padding: 0 33px 0 0;
    width: 115px;
    margin-top:23px;
}
.footer_pay_icons ul{
	margin:0px;
	padding:0px 0px 0px 0px;
	float:right;
}
.last_footer_social ul{
	padding: 0 0 0 10px;
	text-align:center;
	margin-top:23px;
}
.footer_pay_icons ul li.visa_icon{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -347px -228px rgba(0, 0, 0, 0);
    height: 42px;
    padding-bottom: 8px;
}
.footer_pay_icons ul li.mastercard_icon{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -347px -292px rgba(0, 0, 0, 0);
    height: 42px;
    padding-bottom: 8px;
}
.footer_pay_icons ul li.americanexpress_icon{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -347px -358px rgba(0, 0, 0, 0);
    height: 42px;
    padding-bottom: 8px;
}
.footer_pay_icons ul li.geotrust_icon{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -333px -426px rgba(0, 0, 0, 0);
    height: 26px;
    margin-top: 40px;
    padding-bottom: 8px;
    width:95px;
}
.yCmsContentSlot.footer > .copyright{
	display:none;
}
/*.bia_icon{
	background:url("../images/bia_icon.png") right top no-repeat;
	width:209px;
	height:39px;
	clear:both;
	margin:0px 0px 0px -190px;
	position:absolute;
	bottom:10px;
}*/
.last_footer{
	background:#001d43;
	height:108px;
	float:left;
	width:100%;
}
.last_footer_inner{
	width:950px;
	margin:0px auto;
	padding:18px 0px;
	color:#fff;
	font-size:14px;
}
.last_footer_left{
	width:60%;
	float:left;
}
.last_footer_left .content{
	display: inline-block;
    padding-right: 20px;
}
.last_footer_right{
	width:40%;
	float:left;
	text-align:right;
	font-size:14px;
}
.last_footer_right .content{
	line-height: 21px;
}
.last_footer_right .content:nth-of-type(1){
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}
.last_footer_list{
	clear:both;
}
.last_footer_list ul li{
	float:left;
	padding-right:40px;
}
.last_footer_social{
	float:left;
}
.last_footer_social .disp-img{
	clear: both;
	margin-bottom: 10px;
	margin-left: 30px;
}
.last_footer_social .disp-img .action{
	display:none;
}
.last_footer_right h1{
	color:#fff;
	font-size:30px;
}
/* .last_footer_social .yCmsComponent {
    margin: 18px -6px -8px -27px;
}
.last_footer_social ul li:first-child{
	margin:0;
}
.last_footer_social ul li:last-child{
	margin:19px 0 0 14px;
} */
/* Footer layout ends */
/* Header & Footer layout ends */


/* Mini cart popup starts */
#miniCartLayer{
	border: 1px solid #dbd9d6;
    color: #000000;
    margin: 2px -202px 0 0;
    width: 278px;
}
.popupCartItem .itemThumb{
	width:75px;
}
.popupCartItem .itemDesc{
	margin-left:0;
}
#addToCartLayer{
	display:block;
	margin:90px -475px 0 0;
	border:1px solid #dbd9d6;
	width: 278px;
}
#miniCartLayer ul li a img, #addToCartLayer img{
	width:100%;
}
.cart_popup_error_msg{
	/* border:1px dotted #c90400; */
	color: #c90400;
	padding:5px;
	font-weight:bold;
}
/* Mini cart popup ends */


/* Main navigation starts */
#nav_main{
	background: url("../images/navbg.png") repeat-x scroll 0 0 #EBEBEB;
    border: 0px solid #CCCCCC;
	float:left;
	position: relative;
	margin: 19px 0 0;
	height: 53px;
}
#nav_main ul li.menus{
    background: none repeat scroll 0 0 #002389;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 14px;
    margin: 13px 5px 0 0;
    position: relative;
    text-transform: uppercase;
}
#nav_main ul li.menus:last-child a[title="Rewards"]{
	background: #ef4035;
}
#nav_main ul li.menus:first-child{
	padding: 13px 19px;
}
.menus a{
	color:#FFFFFF;
	display: block;
    padding: 13px 19px;
}
#nav_main ul li.menus > ul.submenus {
    /*background: none repeat scroll 0 0 #090808;*/
    left: 0px;
    position: absolute;
    top: 40px;
    /*box-shadow:3px 4px 5px #000;*/
    width:220px;
    visibility:hidden;
}
#nav_main ul li.menus:hover > ul.submenus {
  visibility:visible;
}
#nav_main li.La{
    /*background: none repeat scroll 0 0 #8dc63f;*/
    background: none repeat scroll 0 0 #002389;
    display: block;
    float: none;
    margin: 0px;
    position:relative;
    border-left: none;
    border-right: none;
    top:5px;
}
#nav_main ul.submenus li a{
    color: #fff;
    font-size: 13px;
    line-height:18px;
    padding: 3px 17px;
    text-align: left;
    text-transform: none;
    position:relative;
    font-weight: normal;
}
#nav_main li.parent:hover > a{
	border: medium none;
}
#nav_main li.parent:hover > a, #nav_main li:hover{
	background:#ef4035;
}
#nav_main ul li.menus:hover > ul{
	height:auto;
	overflow:visible;
}
#nav_main ul li.menus:hover ul li.La{	
    opacity:1;
}
#nav_main ul.Lb{
    background: none repeat scroll 0 0 #002389;
    border: none;
    box-shadow: none;
    clear: both;
    left: 220px;
    margin: 0;
    width: 225px;
    padding: 0;
    position: absolute;
    top: 0;
    opacity:0;
    height:0;
    overflow:hidden;
}
#nav_main ul li.La:hover > ul.Lb{
    opacity:1;
    height:auto;
    overflow:visible;
}
#nav_main ul.Lb li.Lb{
    float: none;
    left: 0 !important;
    margin: 0;
    padding: 0;
    position: unset;
    top: 0;
}
#nav_main ul.Lb{
	display:block;
}
#nav_main ul.Lb li.Lb ul.Lc{
   	background: none repeat scroll 0 0 #002389;
    border: none;
    box-shadow: none;
    clear: both;
    display: block;
    opacity:0;
    left: 225px;
    margin-top: -24px;
    width: 225px;
    position: absolute;
    top: auto;
    height:0;
    overflow:hidden;
}
#nav_main ul.Lb li.Lb:hover ul.Lc{
    opacity:1;
    height:auto;
    overflow:visible;
}
#nav_main ul.Lb li.Lb ul.Lc li.Lc{
    color: #fff;
    margin: 0;
    width: 100%;
}
/* Main navigation ends */

.page-homepage #globalMessages .alert{
	background: none repeat scroll 0 0 #001d43;
    border: 1px solid #ee4035;
    color: #fff;
    font-size: 14px;
    left: 0;
    margin: 0 auto 22px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    width: 930px;
    z-index: 99;
}
.page-homepage #globalMessages
{
	padding-top: 0;
}
.home_banner_main_container .disp-img .thumb
{
	margin-bottom: 0;
}
/*home banner starts*/
/*.home_banner_main_container{
	padding-top:35px;
}
.home_banner_main_container .span-8.zoneB{
	margin:-33px 0px -7px 0px;
}*/
.home_banner_main_container .span-8 .action{
	display:none;
}
.home_banner_main_container .span-8{
	width: 310px;
	margin-right: 0px;
	padding-bottom:7px;
}
.page-homepage .stripTransmitter{
	border:none;
	position:absolute;
	margin: -25px 0px 0px 154px;
	background:none;
	height:20px;
	padding-right:0px;
	overflow:hidden;
	display:block;
}
.page-homepage .stripTransmitter ul{
	float:right;
	right:50%;
}
.page-homepage .stripTransmitter ul li{
	width:20px;
}
.page-homepage .stripTransmitter ul li a{
	background:#fff;
	border:2px solid #000;
	text-indent:-7000px;
	width:9px;
	height:9px;
	border-radius: 10px;
}
.page-homepage .stripTransmitter ul li a.current{
	background:#002793;
	border:2px solid #000;
}
.page-homepage .tooltip{
	display:none !important;
}
/*home banner ends*/


/*home annoucement starts*/
.home_announce_strip{
	color:#fff;
	background:#00238d;
	font-size:14px;
	padding:5px 0px;
	text-align:center;
	clear:both;
	margin: 8px auto 0;
    width: 950px;
}
.home_announce_strip a{
	color:#FFFFFF;
}
/*home annoucement ends*/


/*home snippets starts*/
.home_snippets_container{
	width:100%;
	margin:0px auto;
}
.home_snippets_container_inner{
	height: 150px;
	margin: 0 auto;
	width: 950px;
}
.home_snippets{
	width: 310px;
	margin: 13px 10px 0 0;
	float: left;
	height: 150px;
	color: #fff;
}
.home_snippets.primers_link{
	background:url("../images/jaycar_sprite.png")  no-repeat 0px -302px;
}
.home_snippets.store_locator{
	background:url("../images/jaycar_sprite.png")  no-repeat 0px -151px;
}
.home_snippets.rewards{
	background: url("../images/jaycar_sprite.png")  no-repeat 0px 0px;
}
.home_snippets.last{
	margin-right:0px;
}
.home_snippets_header{
	padding:20px;
}
.home_snippets.primers_link{
	text-align:center;
}
.home_snippets_header span{
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
.home_snippets_btn a{
	background: none repeat scroll 0 0 #ef4035;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 27px;
    text-decoration: none !important;
}
.home_snippets.rewards .home_snippets_header span{
	line-height:20px;
}
.home_snippets.rewards .home_snippets_btn a{
	margin: 0 0 0 20px;
    padding: 7px 33px;
    position: relative;
    top: -13px;
}
.home_snippets_form input#search{
	width:255px;
}
.home_snippets_form input[type="text"]{
	width:200px;
	height:35px;
	float:left;
	border:none;
	margin:-2px 0 0 20px;
	border-radius: 5px 0 0 5px;
	padding:0 15px !important;
	color: #555555;
}
.home_snippets_container .home_snippets_form button{
	width:35px;
	height:35px;
	background:url("../images/red_search.png") 0px -1px no-repeat;
	float:left;
	margin:-2px 0 0 0;
	border:0 none;
	border-radius: 0 5px 5px 0;
}
.home_snippets_container .control-group{
	width:auto !important;
}
.home_snippets_form form#campaignMonitorForm input[type="text"]{
	width:199px;
}
.home_snippets_container form#campaignMonitorForm button{
	background-color: #8DC63F;
    background-image: none;
    color: #FFFFFF;
    width: 65px;
}
.home_snippets_form span.campaignMessage{
	float: left;
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
}
/*home snippets ends*/


/* Newsletter component starts */
#newsletters{
	background:#012367 url(../images/newsletterbg.jpg) repeat-x scroll 0 0;
	float:left;
	width:100%;
}
.newsletters_inner{
	color: #fff;
    margin: 0 auto;
    min-height: 60px;
    padding: 38px 0 3px;
    width: 950px;
}
.newsletters_inner span{
	display: block;
    float: left;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 20px;
    margin-right: 0;
    width: 332px;
}
.campaignMessage {
    font-size: 14px !important;
    padding: 10px 0 0 330px;
    width: auto !important;
}
#campaignMonitorForm input[type="text"] {
	border: 0 none;
    border-radius: 5px;
    float: left;
    font-size: 18px;
    margin: 3px 15px 0 0;
    padding: 7px 20px;
    width: 310px;
}
#campaignMonitorForm input[type="text"]::-webkit-input-placeholder {
   color: #555555;
   font-size:16px;
   font-style:italic;
}
#campaignMonitorForm input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #555555;  
   font-size:16px;
   font-style:italic;
}
#campaignMonitorForm input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #555555; 
   font-size:16px;
   font-style:italic;
}
#campaignMonitorForm input[type="text"]:-ms-input-placeholder {  
   color: #555555; 
   font-size:16px;
   font-style:italic; 
}
#campaignMonitorForm button{
	margin:0px;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	color:#FFF;
	border:0px;
	background:#ef4035 !important;
	height:auto !important;
	width:auto !important;
	padding:6px 25px;
}
/*Newsletter component ends */


/* Tab component starts */
.tabset_tabs{
    list-style-type: none;
    margin: 0;
    min-height: 27px;
    padding: 0;
    position: relative;
    z-index: 2;
	text-align:center;
}
.tabset_tabs li{
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.tabset_tabs li.tabBtn{
	bottom: -5px;
    left: 50%;
    margin-left: -474px;
    padding: 0;
}
.tabset_tabs li.tabBtn a{
    color: #ffffff;
    float: left;
    font-size: 18px;
    padding: 12px 25px;
    margin-right:3px;
    text-decoration: none;
    text-transform: uppercase;
}
.tabset_tabs li.tabBtn a{
	background-color: #ffae00;
}
.tabset_tabs li.tabBtn:nth-of-type(1) a{
	background-color: #002395;
}
.tabset_tabs li.tabBtn:nth-of-type(2) a{
	background: #ef4035 !important;
}
/*.tabset_tabs li.tabBtn:nth-of-type(2) a{
	background-color: #ef4035;
}
.tabset_tabs li.tabBtn:nth-of-type(3) a{
	background-color: #ef4035;
}*/
.tabset_tabs li.tabBtn a.active{
    color: #FFFFFF;
    cursor: default;
}
.tabset_tabs li.tabBtn:nth-of-type(3) a{
	color:#000;
}
/*.tabset_tabs li.firstchild a {
    border-left-width: 1px;
}*/
.tabset_content{
    /*background-color: #FFFFFF;
    border: 1px solid #000000;
	border-top: 8px solid #ffae00;*/
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    top:56px;
}
#newestproducttab.tabset_content_active{
	border-top: 12px solid #002395;
}
#onspecialproducttab.tabset_content_active{
	border-top: 12px solid #ef4035;
}
#onclearancetab.tabset_content_active{
	border-top: 12px solid #ffae00;
}
.tabset_content .yCmsContentSlot{
	float: none;
	text-align:left;
    margin: 0 auto;
    width: 950px;
}
.tabset_label{
    display: none;
}
.tabset_content_active{
    display: block;
}
div.ps_qty_container button.addToCartButton{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -367px -574px #ee4035;
    border: 0 none;
    height: 31px;
    margin: 0;
    padding: 7px 10px 4px 22px;
    text-transform: capitalize;
}
.you-also-need .jcarousel-item div.ps_qty_container button
{
	width:145px;
}
.related-products .jcarousel-item div.ps_qty_container button.addToCartButton
{
	width:114px;
}
.you-also-need .jcarousel-item div.ps_qty_container button.pickupInStoreButton 
{
	margin-bottom: 0;
	margin-right: 0;
	float: right;
	padding-left: 20px;
}
.home_products_container div.ps_qty_container button.addToCartButton{
	padding: 7px 18px 4px 32px;
}
.view_all_products{
	margin-right: -483px;
    margin-top: 7px;
    position: absolute;
    right: 50%;
    top: -52px;
    z-index: 1000;
}
.view_all_products input[type="submit"] {
	background: url("../images/blue_rightarrow.png") no-repeat scroll right center transparent;
    border: 0 none;
    color: #002395;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-right: 8px;
    padding: 0 10px;
    position: relative;
    text-decoration: underline;
    top: -4px;
}
.view_all_products input[type="submit"]:hover{
	text-decoration:none;
}
/* Tab component ends */

/* Home page carousel starts */
.page-homepage .home_products_container{
    margin: 0;
    min-height: 462px;
    overflow: hidden;
    width: 100%;
}
.home_products_container_inner{
	margin: 0 auto;
    position: relative;
    top: 11px;
    width: 100%;
}
.home_products_container .scroller{
	padding:14px 0px 0px;
}
.home_products_container .jcarousel-container{
	background:none;
}
.home_products_container .jcarousel-container .jcarousel-item{
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 10px 0 0;
	border:1px solid #c6c6c6;
	height:365px;
}
.home_products_container .scroller .jcarousel-container .jcarousel-next{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -83px -490px transparent;
    right: -22px;
    top: 46%;
} 
.home_products_container .scroller .jcarousel-container .jcarousel-prev{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -18px -490px transparent;
	top:46%;
	left:-22px;
}
.home_products_container .scroller .jcarousel-container .jcarousel-prev[disabled]{
    background: url("../images/jaycar_sprite.png") no-repeat scroll -18px -518px rgba(0, 0, 0, 0) !important;
    height: 23px;
    top:46%;
	left:-22px;
    margin: 0;
   opacity: 1 !important;
    width: 22px;
}
.home_products_container .scroller .jcarousel-container .jcarousel-next[disabled] {
    background: url("../images/jaycar_sprite.png") no-repeat scroll -87px -518px rgba(0, 0, 0, 0) !important;
    height: 23px;
    right: -22px;
    top: 46%;
    margin: 0;
    opacity: 1 !important;
    width: 22px;
}
.home_products_container .jcarousel-container li{
	width:228px !important;
}
.home_products_container .jcarousel-container .scrollerProduct{
	margin: 0 15px;
	padding:0px;
	color:#444444;
	position:relative;
}
.home_products_container .jcarousel-container .scrollerProduct .thumb{
	padding:5px 0px;
	border-bottom:none;
	height:210px;
	text-align:center;
}
.home_products_container .jcarousel-container .scrollerProduct .thumb img{
	height:100%;
	width:100%;
}
.scrollerProduct .details {
	color: #244282;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 0 5px !important;
}
.home_products_container .jcarousel-container .scrollerProduct .ps_title_container{
	clear: both;
    color: #244282;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 5px;
    max-height: 32px;
    overflow: hidden;
    width: 100%;
}
.home_products_container .jcarousel-container .scrollerProduct .productcode{
	color: #444;
}
.ps_title_container span{
	display:block;
	font-size:10px;
	padding-top:3px;
}
.ps_price_container{
	font-size:22px;
	text-align:right;
}
.ps_price_container.ps_discounted{
	color: #f13e37;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
    line-height: 20px;
}
.ps_price_container .ps_discounted_price, .search_listing_right div.price{
	color:#012367;
	text-decoration: line-through;
	width:100%;
}
.ps_price_container div, .search_listing_right div{
	text-decoration:none;
	color:#000000;
}
.wasTxt{
	color:#012367 !important;
}
.ps_price_container span{
	color:#ef4034;
}
.home_products_container_inner .ps_qty_container{
	bottom: 6px;
    padding: 0 0 0 8px;
    position: absolute;
    float: left;
}
.search_listing_right .ps_qty_container{
    padding: 15px 0;
}
.ps_qty_container_left{
	width:109px;
	float:left;
}
.ps_qty_container_right{
	float:right;
}
.ps_qty_label{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-top:3px;
}
.ps_qty_textbox{
	float:left;
	padding:0 4px 0 0;
}
.search_listing_right .ps_qty_textbox{
	padding:0 3px 0 0;
}
.ps_qty_textbox input{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #a9a7aa;
    color: #9a9a9a;
    height: 27px;
    padding-left: 2px;
    width: 30px;
	margin-right:5px;
	 -webkit-appearance : none;
    border-radius      : 0;
}
.productListItem .ps_qty_textbox input{
	width: 32px;
	margin-right: 0;	
}
.productListItem div.ps_qty_container button.addToCartButton
{
	min-width: 113px;
}
.productGridItem .ps_qty_textbox input {
    text-align: center;
    width: 42px;
}	
.productGrid .productGridItem .ps_qty_textbox input{
	text-align: center;
    width: 84px;
    margin-right: 3px;
}
.home_products_container .ps_qty_textbox input{
	width:77px;
	text-align: center;
}
.you-also-need .ps_qty_textbox input{
	text-align: center;
    width: 90px;
    margin-right: 0;
}
.related-products .ps_qty_textbox input {
	 margin-right: 0;
}
.ps_qty_container_right input{
	background:#ef8b2b;
	border:none;
	color:#fff;
	font-size:14px;
	height:27px;
	padding: 0px 12px;
	text-align:center;
	cursor:pointer;
}
.ps_nowonsale{
	background: none repeat scroll 0 0 #f90000;
    color: #fff;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 10px;
    width: 90px;
}
.related-products .ps_nowonsale{
	right: 0;
}
.you-also-need .ps_nowonsale{
	left:0;
	right: auto;	
}
.productDetailsPanel .ps_nowonsale{
	top:10px;
	right:0;
}
.productListItem .ps_nowonsale{
	top:0px;
	right:0px;
	padding: 4px 5%;
	width: 90%;
	position: relative;
	text-align: center;
}
.productGrid .ps_nowonsale{
	right:1px;
}
.orangeColor{
	background: none repeat scroll 0 0 #F90000;
}
.redColor{
	background: none repeat scroll 0 0 #ffae00;
}
.greenColor{
	background: none repeat scroll 0 0 #76b7fb;
}
.blueColor{
	background: none repeat scroll 0 0 #FFFFFF;
	color:#000000;
	border:1px solid #ccc;
}
.storeOnlyColor{
	background: #da6500;
}

/* Home page carousel ends */


/* Products-Grid page layout starts */
.facetNavigation .headline{
	background: none repeat scroll 0 0 #002389;
    border: 0 none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 5px 10px;
	text-transform:none;
}
.facetNavigation .facetValues ul.facet_block .facet_block-label input {
    margin: -6px 4px 3px 0px\9;
}
.facetNavigation .facet .facetHead{
	border-bottom:0 none;
}
.facetNavigation .facet .facetHead .refinementToggle{
	text-transform:none !important;
}
.facetNavigation .facet{
	padding:0 10px;
}
.paginationBar{
	background:none repeat scroll 0 0 #002389;
	border:0 none !important;
	line-height:20px;
	padding:5px 10px;
	color:#FFFFFF;
}
.paginationBar .sortForm {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    min-width:220px !important;
}
.sortForm label{
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 45px;
}
.results #search_string_container{
	font-size: 26px; 
}
.paginationBar .totalResults{
	color: #FFFFFF;
    margin: 0 auto;
    padding-left: 20px;
    text-align: center;
    width: 26%;
}
.productGrid{
    float: left;
    margin: 0px 0 20px 0;
}
.productGrid .productGridItem{
    border: 1px solid #CCCCCC;
    float: left;
    margin: 10px 0 0;
    min-height:360px;
    padding: 10px;
    width: 90%;
    position:relative;
}
.productGrid .productGridItem .productMainLink{
	min-height:315px;
}
.productGrid .productGridItem .thumb{
	border-bottom: 0px;
    margin: 0 0 10px;
    padding: 0;
	text-align:center;
}
.productGrid .productGridItem .compareProducts input[type="checkbox"]{
	position:relative;
	top:2px;
}
.productGrid .productGridItem .compareProducts{
    display: block;
    padding: 0 0 10px;
}
.productGrid .productGridItem .thumb img {
	width: auto;
	max-height: 230px;
	max-width: 100%;
}
.productGrid .productGridItem .summary{
    color: #444444;
    font-weight: bold;
    /*height: 62px;*/
    line-height: 15px;
    overflow: hidden;
    text-transform: none;
}
.productGrid .productGridItem .details{
    color: #002389;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    padding: 0 0 10px;
    word-wrap: break-word;
    height:28px;
}
.productGrid .productGridItem .code{
	color:#444444;
}
.productGrid .productGridItem .priceContainer .price{
	color: #444444;
	font-size: 18px;
	text-align:right;
}
.productGrid .productGridItem .priceContainer span.discountprice{
	color: #f68b1f;
	font-size: 18px;
}
.productGrid .productGridItem .cart .add_to_cart_form{
	width:auto;
	float:left;
}
.productGrid .productGridItem .cart button.addToCartButton{
	background: url("../images/shopping-cart-icon.png");
	background-size:40px 40px;
	background-repeat:no-repeat;
    border: 0 none;
    margin: 0;
    width: 40px;
}
.productGrid .productGridItem .listProductLowStock{
    color: #00AEEF;
    font-weight: bold;
}
.productGridItem div:firstchild{
	margin:5px 0 0;
}
.paginationBar div.selector{
	height:20px;
	display:inline-block;
	line-height:20px;
	min-width:160px !important;
}
.paginationBar div.selector span{
 	background-color: #fff;
    border-radius: 3px;
    color: #444444;
    font-size: 12px;
    height: 10px;
    line-height: 5px;
    margin: 0 !important;
    float:left !important;
    padding: 7px 10px 1px 5px !important;
    position:relative;
}
.scrollerProduct .thumb {
	border: 0px;
	padding: 0px;
	text-align: center;
}
.scrollerProduct .thumb img {
    height: 95px;
    margin-top: 5px;
    width: 95px;
}
 .sortOptions option{
	background: #fff;
	color:#444444;
}
select::-ms-expand{
    display: none;
}
#storeFinder{
	position: relative;
}
.page-storefinder .pagination{
	display:none;
}
.paginationBar ul.pagination li{
	padding:0 2px;
}
.paginationBar ul.pagination li a{
	color:#ffffff;
	word-wrap: normal;
}
.paginationBar ul.pagination li strong{
	color:#ee4035;
}
.paginationBar .showAll, .paginationBar .showPagination{
    float: none;
    line-height: normal;
    padding: 0 0 0 5px;
}
.pager {
    color: #fff;
    float: right;
    margin: -25px 20px 0 0;
    position: relative;
}
.page-number.clickable.active {
	color: #ee4035;
}
.page-number.clickable {
    padding: 0 8px;
    cursor: pointer;
    display: inline-block;
}
.storeResultList div.prev {
    background: url("../../common/images/pagination-prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 20px;
    width: 15px;
    margin: 0 0 -5px;
}
.storeResultList div.next {
    background: url("../../common/images/pagination-next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 20px;
    width: 15px;
    margin: 0 0 -5px;
}
.pager2 {
    color: #fff;
    bottom: 7px;
    margin: 0 20px 0 0;
    position: absolute;
    right: 0;
}
.pager div{
	display: inline-block;
}
.pager2 div{
	display: inline-block;
}

button.gridviewBtn {
	background-color: #FFFFFF;
	background-image: url("../images/gridview_listview_Btn.png");
	background-position: 0px 1px;
	background-repeat:no-repeat;
    border: 0 none;
    height: 25px;
    margin: 5px 0 0 0;
    padding: 0;
    width: 24px;
}
button.listviewBtn {
	background-color: #FFFFFF;
    background-image: url("../images/gridview_listview_Btn.png");
	background-position:-29px 1px;
	background-repeat:no-repeat;
    border: 0 none;
    height: 25px;
    margin: 5px 5px 0 0;
    padding: 0;
    width: 24px;
}
button.gridviewBtn.active{
	background-position:0 -29px;
}
button.listviewBtn.active{
	background-position:-29px -29px;	
}
.productGrid{
	display:none;
}
.productGrid,
.productList{
	display: none;
}
.productList .productListItem .head{
	color:#444444;
}
.yesTick{
	background-image: url("../images/jaycar_sprite.png");
	width: 20px;
	height: 20px;
	display: block;
    background-position: -8px 71px;
}
.noTick{
	background-image: url("../images/jaycar_sprite.png");
	width: 20px;
	height: 20px;
	display: block;
    background-position: -32px 71px;
}
/* Products-Grid page layout ends */


/* Product List page layout starts */
.productList .productListItem{
    border: 1px solid #CCCCCC;
    float: left;
    margin: 10px 0;
    padding: 10px;
}
.productList .productListItem .thumb{
	float:left;
    position: relative;
    margin: 0 15px 0 0;
    width: 135px;
}
.productList .productListItem .thumb img{
	width:100%;
}
.productList .productListItem .code{
	text-align: center;
	margin: 5px;
}
.productList .productListItem .middle{
    float: left;
    width: 370px;
    margin-right:10px;
    min-height:100px;
}
.productList .productListItem .search_listing_right{
	width:158px;
}
.productList .productListItem .head{
	border-bottom:none;
	margin-left:0;
}
.productList .productListItem .head, .productList .productListItem .big-price, .productList .productListItem .price{
	color:#002389;
	text-decoration:none;
}
div.big-price span.oldprice{
	color: #002395;
    font-size:18px;
}
div.big-price span.saveprice{
	color:#000000;
	font-size:18px;
}
.productListItem .price{
	color:#f13e37 !important;
	text-align: right;
}
.productList .productListItem .cart .add_to_cart_form{
	width:130px;
}
.productList .productListItem .details{
	margin:0;
}
.productListItem .search_listing_right div.big-price span.saveprice,
.productListItem .search_listing_right div.big-price span.oldprice{
	font-size:12px;
	padding: 0 0 0 2px;
}
.productListItem .search_listing_right div.bulk-price.left > span{
	font-size: 12px;
	left:0;
}
.productListItem .search_listing_right table.volume-prices tbody tr td{
	font-size: 12px;
}

.productListItem .search_listing_right .bulk-price.left .bulkprices {
    float: right;
    padding-right: 0;
    width: 90px;
}
.productListItem .productlistQty{
	float: right;
}
.productGrid button.addToCartButton{
	width: 105px;
}
.page-productDetails .productDetailsPanel .big-price.right{
	padding: 0 10px 0 3px;
}
.productListItem .big-price.right, 
.productDetailsPanel .big-price.right{
	text-align:right;	
	padding:0;
}
.productListItem .big-price.right span,
.productDetailsPanel .big-price.right span{
	display: inline-block;
}
/* Product list page layout ends */


/* Products-Details page layout starts */
.page-productDetails .jaycarproductImageGallery{
	display:none;
}
.span-9.productImage .productImageZoomLink{
	display:none;
}
#colorbox .productImageGallery {
	width:100%;
	height: 100px !important;
	float: left;
	display: block;
	position: relative;
}
#colorbox .productImageGallery .scroller{
	border: 3px solid #AAAAAA;
    border-radius: 3px;
    box-shadow: 2px 3px 8px #AAAAAA;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 37%;
}
#colorbox .productImage .productImageGallery .jcarousel-clip, .productImage .productImageGallery li {
	height: auto;
	margin:0 !important;
}
#colorbox .jcarousel-skin .jcarousel-prev, #colorbox .jcarousel-skin .jcarousel-next {
	position: absolute;
	width: 25px;
	height: 25px;
	border: 0;
	padding: 0;
	background: url("../images/scroller-sprite.png") no-repeat;
	margin: 0;
	/*top:25%;*/
}
#colorbox .jcarousel-skin .jcarousel-prev{
	left:-50px;
}
#colorbox .jcarousel-skin .jcarousel-next{
	right:-50px;
	background-position: -22px 0px;
}
#colorbox .productImage .productImagePrimary {
	border: 0 none;
    margin: 0px;
    text-align: center;
    width: 95%;
    height:400px;
}
#a2apage_overlay{
	background: #000 !important;
}
#cboxClose:hover{
	border:0px !important;
}
.a2a_full_header{
	margin-top: 8px !important;
}
#quickviewLightbox .productImage{
	height: 285px;
    margin: 0 30px 0 0;
    overflow: hidden;
    padding: 0;
}
#quickviewLightbox .productImage .productImagePrimary .productImagePrimaryLink {
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    width: 284px;
}
#quickviewLightbox div.priceContainer span.price{
	font-size: 24px;
    padding: 0;
}
#quickviewLightbox .productDescription .big-price span{
	font-size:14px;
	padding:0;
}
#quickviewLightbox .bulk-price.left > span,
#quickviewLightbox table.volume-prices tbody tr td{
	font-size:12px;
	left:0;
}
#quickviewLightbox .bulkprices{
	width: 108px;	
	padding-right:0;
}
#quickviewLightbox table.volume-prices{
	margin:0 !important;
}
#product_tabs .productGridItem .jcarousel-skin{
	padding:0 30px 10px;
}
.you-also-need .productGridItem .jcarousel-skin{
	padding:0px 10px;
}
#product_tabs .productGridItem{
	padding:0px;
	margin: 0px 0 20px 0;
	border:1px solid #d9d9d9;
}
#product_tabs .productGridItem .title{
	background: #002496;
	color:white !important;
	padding:5px 10px !important;
	margin:0 0 10px 0 !important;
	text-transform: capitalize !important;
	font-size: 1.167em;
    font-weight: bold;
}
.you-also-need .productGridItem .title{
	background: #002496;
	color:white;
	padding:5px 10px;
	margin:0 0 10px 0;
	text-transform: capitalize;
	font-size: 14px;
    font-weight: bold;
}
#product_tabs .productGridItem li{
	border: 1px solid #dfdfdf;
    box-sizing: border-box;
    height: 305px;
    margin:0px 5px;
    padding: 0;
    position: relative;
}
.productDetailsPanel .productDescription {
    min-height: 280px;
}
#cboxLoadedContent .productDescription {
    min-height: 286px;
    width: 492px;
}
.productImage .productImagePrimary a.productImageZoomLink {
   	bottom: 0;
    right: 0;
    top: 235px;
}
.productDetailsPanel .span-7.last {
    border: 1px solid #02228f;
    float: right;
    min-height:250px;
    position: relative;
}
.productImage .productImagePrimary{
	float: left;
    height: 268px;
    margin: 0;
    width: 268px;
    border:1px solid #d9d9d9;
    box-sizing: border-box;
    position: relative;
}
#cboxLoadedContent .productDetailsPanel table.volume-prices {
    margin: 10px 0;
    width: 100%;
}
#cboxLoadedContent .productDetailsPanel div div.qty input{
	position: relative;
	top:10px;
	width: 28px;
	left:0px;
	padding-left:5px;
	padding-right: 5px;
}
#cboxLoadedContent .productDetailsPanel div div.productAddToCartPanel button.pickupInStoreButton
{
	margin-top: 5px;
}
#cboxLoadedContent .productDescription .add_to_cart_form{
	width: auto !important;
}
#cboxLoadedContent .productDetailsPanel div div.productAddToCartPanel button{
	position: relative;
	top:0px;
	right:0px;
}
.productImage .productImagePrimary img{
	max-width:100%;
	max-height:100%;
}
#quickviewLightbox .productImage{
	height:286px;
}
#quickviewLightbox .productImage .productImagePrimary .productImagePrimaryLink{
	height:284px;
}
.productImage .productImagePrimary a.productImagePrimaryLink img {
    width: 100%;
    max-width:100%;
	max-height:100%;
}
.productImage .productImagePrimary a.productImagePrimaryLink{
	width:220px;
}
.productDetailsPanel .productImage{
	float: left;
    margin-right: 10px;
    width:auto;
    min-width:270px;
}
.productDescription h1{
	border-bottom:0 none;
	color:#002389;
	font-size: 22px;
    font-weight: bold;
}
.productDescription h1.productCode{	
	color: #000000;
    font-family: verdana;
    font-size: 11px;
    font-weight:normal;
}
.productDescription .summary{
	color: #424242;
}
.productDescription .LoveShare, .productDescription .prodReview{
	float: none;
    margin-bottom: 10px;
    text-align: left;
    width: auto;
}
.productDescription .prodReview{
	display:none;
}
.productDescription .share{
	background: url("../images/icons.25.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    width: 16px;
}
#productTabs {
    margin: 0px 0 20px;
}
#productTabs ul.tabs-list, #productTabs .tabHead{
	border-bottom: 0 none;
}
#productTabs .content{
	margin:0;
}
#productTabs .content .tabBody{
	border:1px solid #d9d9d9;
	margin:0;
	padding:10px;
	min-height:260px;
}
#productTabs .content .tabBody > div{
	font-family:verdana;
	font-size:12px;
}
#productTabs ul.tabs-list li{
    background: none repeat scroll 0 0 #76B7FB;
    margin: 0 5px 0 0;
}
#productTabs ul.tabs-list li a{
	color:#FFFFFF;
	padding:5px 10px; 
}
#productTabs ul.tabs-list li.current a{
	background:none repeat scroll 0 0 #002389;
	border:none;
	color:#FFFFFF;
	margin:0;
	padding:5px 10px;
}
#productTabs ul.tabs-list li a, #productTabs .tabHead{
	text-transform:none;
	font-size:12px;
	font-weight:normal;
}
.productDetailsPanel div.priceContainer{
	width:100%;
	text-align:right;
}
.productDetailsPanel div.priceContainer span.price{
    font-size: 34px;
	color:#f13e37;
	padding: 0 10px;
}
.productDetailsPanel div.priceContainer span.oldprice{
	color: #CCCCCC;
    float: right;
    font-size: 20px;
    margin: -15px 0 10px;
    padding: 0;
    width: 100%;
}
.productDetailsPanel .bulk-price.left > span{
	color: #000;
    font-size: 16px;
    left: 15px;
    position: relative;
    float:left;
}
.productDetailsPanel div .bulk-price,
.productListItem div .bulk-price{
	margin:10px 0;
	width:100%;
	float:left;
}
.productDetailsPanel .bulk-price.left .bulkprices{
	float: right;
    padding-right: 10px;
    width: 165px;
}
.productDetailsPanel table tr:nth-child(2n+1),
.productListItem table tr:nth-child(2n+1){
	background-color: #fff;
}
.productDetailsPanel table.volume-prices{
	border: 0 none;
    text-align: right;
    width: 70%;
    float:right;
    margin: 0;
}
.productListItem table{
	border:0 none;
}
.productListItem table.volume-prices{
    margin: 0 0 10px 0;
    width: 100%;
}
.productDetailsPanel table.volume-prices thead tr th{
	border-bottom: 1px solid #dddddd;
    background: none repeat scroll 0 0 #ffffff;
    color: #444444;
    font-weight: bold;
    text-align: left;
    width: 50%;
}
.productDetailsPanel table.volume-prices tbody tr td,
.productListItem table.volume-prices tbody tr td{
    color: #737373;
    font-size: 16px;
    padding: 1px 2px 1px 5px;
    text-align: right;
}
.productDetailsPanel div.quantity{
	text-align:right;
	padding: 0 15px 15px;
}
.availability_left{
	float:left;
	font-size: 16px;
}
.availability_right{
	float:right;
	font-size: 16px;
	font-weight: bold;
	color: #002296;
}
.productDetailsPanel div div.qty{
    margin: 10px 0;
}
.productDetailsPanel div div.qty label{
    bottom: 15px;
    color: #231f20;
    font-weight: bold;
    left: 10px;
    position: absolute;
    text-align: left;
    display:none; 
}
.productDetailsPanel div div.qty input{
    border: 1px solid #cccccc;
    bottom: 40px;
    float: left;
    left: 10px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    width: 80px;
}
.productDetailsPanel div div.qty p{
    float: left;
    font-weight: bold;
    margin: 15px 0 0;
    text-align: left;
    width: 100%;
}
.productDetailsPanel .quantity label{
	display:none;
}
.productDetailsPanel div div.productAddToCartPanel button{
    background: url("../images/jaycar_sprite.png") no-repeat scroll -364px -575px #ee4035;
    border: 0 none;
    bottom: 40px;
    float: right;
    height: 32px;
    margin: 0;
    padding: 4px 15px 6px 32px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    width: 142px;
}
#product_tabs .span-24{
	max-width:100%;
}
.span-7.last .jcarousel-clip-vertical {
    height: 615px;
    margin:0px;
    padding:0px;
    overflow: hidden;
}
.call_our_techstore{
	background: #021557;
	color: #fff;
	text-align: center;
	float:right;
	clear: both;
}
.call_our_techstore .content{
	padding: 10px;
}
.jcarousel-clip-vertical{
	overflow: hidden;
}
.jcarousel-container-vertical .jcarousel-item {
    height: 111px;
    width:100%;
    position: relative;
    overflow: hidden;
}
.you-also-need{
	border: 1px solid #ccc;
    box-sizing: border-box;
    float: right;
    padding: 0;
}
.you-also-need .jcarousel-container-vertical .jcarousel-item {
	border-bottom: 1px solid #ccc; 
	height:200px;
}
.you-also-need .jcarousel-container-vertical{
	margin:0px;
	height: 640px;
}
.you-also-need ul{	
	margin:10px 0px 0px 0px !important;
}
.you-also-need .thumb{
	float:left;
	border:0px;
	padding:0px;
	width: 110px;
}
.you-also-need .thumb img{
	float:left;
	width:90px;
	height:90px;
	margin-right:10px;
	margin-top: 15px;
}
.you-also-need .scrollerProduct .details{
	padding:0px;
}
.you-also-need .scrollerProduct{
	float:left;
	width:100%;
    padding: 10px 0 0;
    position:relative;
}
.you-also-need .ps_qty_container{
	bottom: 10px;
    padding: 0;
    position: absolute;
}
.you-also-need .ps_qty_label{
	display:none;
	text-align:left;
}
.home_products_container_inner .ps_price_container.ps_discounted{
	float:none;
	max-height: 63px;
	text-align: right;
    width: 100%; 
}
.you-also-need .ps_price_container.ps_discounted {
    float: left;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    width: 135px;
}
/* .you-also-need .productcode {
    position: absolute;
    top: 120px;
} */
.related-products .ps_qty_container{
	padding: 0 10px !important;
}
.ps_price_container{
	text-align: left;
}
#product_tabs .productGridItem .ps_qty_container{
	padding:0px;
	position: absolute;
	bottom:10px;
}
#product_tabs .productGridItem .jcarousel-prev{
	background:#d9d9d9 url("../images/jaycar_sprite.png") -9px -575px no-repeat;
	height: 100%;
    left: -20px;
    top: 0;
    width: 15px;
}
#product_tabs .productGridItem .jcarousel-next{
	background:#d9d9d9 url("../images/jaycar_sprite.png") -59px -575px no-repeat;
	height:100%;
	right: -20px;
	top:0px;
	width: 15px;
}
#productTabs .tabBody .headline {
    font-weight: bold;
    text-transform: uppercase;
}
#productTabs table {
    margin-bottom: 30px;
    width: 85%;
}
#product_tabs table tr td:first-child {
    width: 65%;
}
.you-also-need .productGridItem .jcarousel-prev{
	background:url("../images/jaycar_sprite.png") 0px -543px no-repeat;
	height:15px;
	width:100%;
	top:0px;
	left:0px;
	margin:0px;
}
.you-also-need .productGridItem .jcarousel-next{
	background:url("../images/jaycar_sprite.png") 0px -573px no-repeat;
	height:15px;
	width:100%;
	bottom:10px;
	left:0px;
	margin:0px;
}
.jcarousel-skin .jcarousel-prev[disabled], .jcarousel-skin .jcarousel-next[disabled]{
	opacity:0.6;
} 
.ps_qty_container label{
	display:none;
}
.scrollerProduct{
	margin:0px;
}
.related-products .scrollerProduct{
	padding: 0 10px;
}
.jaycarproductImageGallery{
	width:72px;
	height:270px;
	float:left;
	margin:0 10px 0 0;
}
.jaycarproductImageGallery .jcarousel-container-vertical{
	margin: 20px 0;
}
.jaycarproductImageGallery .jcarousel-clip-vertical{
	height:248px;
}
.jaycarproductImageGallery .jcarousel-container-vertical .jcarousel-item{
	height: 82px !important;
    margin: 0 !important;
    width: 72px;
}
.jaycarproductImageGallery .jcarousel-clip-vertical ul li .thumb{
	border: 1px solid #d9d9d9;
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 70px;
    height:65px;
}
.jaycarproductImageGallery img{
	margin: 0 2px;
    width: 93%;
}
.jaycarproductImageGallery .jcarousel-prev-vertical{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -88px -543px #d9d9d9;
    height: 13px;
    left: 0;
    margin: 0;
    top: -19px;
    width: 100%;
}
.jaycarproductImageGallery .jcarousel-next-vertical{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -88px -575px #d9d9d9;
    bottom: 0;
    height: 12px;
    left: 0;
    margin: 0;
    width: 100%;
}
.shippinginfo_link > a {
    color: #ee4035;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
/* Products-Details page layout ends */


/*QSA Component starts*/
.qsa_loading{
	background:url("../images/loading.gif") 99% center  no-repeat !important;
}
.adress_list_container{
	position: absolute;
	width: 305px;
	background: #fff;
	z-index: 1000;
	margin-top: -9px;
	box-shadow: 0px 5px 10px #979393;
}
.adress_list_container ul{
	max-height: 148px;
	overflow-y: scroll;
	border: 1px solid #ccc;
}
.adress_list_container ul li{
	color: #555555;
    cursor: pointer;
    font-size: 14px;
    height: 18px;
    overflow: hidden;
    padding: 0 5px;
}
.adress_list_container select option{
    height: 16px;
    overflow: hidden;
}
.adress_list_container ul li:hover,
.adress_list_container ul li.active{
	background:#419af8;
	color:#fff;
}
.adress_list_container_title{
	background:#002389;
	padding:5px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.adress_list_container_close{
	float: right;
	border: 1px solid #fff;
	border-radius: 24px;
	font-size: 12px;
	line-height: 17px;
	padding: 0px 4px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.adress_list_custom_adress{
	background-color: #EE4035;
	padding:5px;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	cursor:pointer;
}
.facetNavigation{
	box-sizing: border-box;
    min-height: 250px;
}
/*QSA Component ends*/


/* Checkout page layout starts */
.userRegister .description, 
.userLogin .description, 
.forgottenPwd .description,
.userGuest .description,
#checkoutContentPanel .description{
	margin:0;
}
#checkoutContentPanel {
	margin: 0 0 95px;
}
#globalMessages{
	width:100%; 
	clear: both;
	padding-top: 10px;
}
#checkoutProgress {
	margin: 0 0 20px 0;
	height: 30px;
	width:100%;
	float:left;
}
#cartItems table img{
	width:100%;
}
#cartItems .cartItem td.thumb{
	border-bottom: 1px dotted #A5A5A5;
	padding-bottom: 10px;
}
#selectAltCheckoutFlow, #selectPciOption{
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none;
    background: url("../images/grayBG-arrow-down.png") no-repeat scroll 145px -3px #FFFFFF;
    border: 1px solid #999999;
    border-radius: 4px;
    color: #444444;
    font-family: inherit;
    font-size: inherit;
    height: 20px;
    margin: 0;
    padding: 0 22px 0 5px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 169px;
}
.left.required {
    color: #666666;
    font-size: 90%;
    margin: 5px 0 10px;
    width: 100%;
}
.control-group label{
	font-size:13px;
}
.pstrength-minchar{
	color:#666666;
}
div.selector{
	position:relative;
}
div.selector span {
    background-image: url(../images/dropdown_arrow.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right center;
    cursor: pointer;
    display: block;
    border: 1px solid #CCCCCC;
    height: 28px;
    line-height: 30px;
    padding: 0 6px;
    -webkit-appearance: none;
    color: #555555;
    font-size: 14px;
}
div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 20px;
    top: 0px;
    left: 0px;
    width: 100%;
}
#PurchaseOrderNumber{
	border:1px solid #cccccc;
	box-sizing: border-box;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    min-height: 30px;
    padding: 4px 6px;
    vertical-align: middle;
}
.focus{
	border:1px solid;
}
#PurchaseOrderNumber:focus, .focus{
	border-color: rgba(82, 168, 236, 0.8);
    outline: 0 none;
}
.focus > span{
	border: 0px !important;
}
.page-multiStepCheckoutSummaryPage #newsletters{
	display:none;
}
#silentOrderPostForm {
    position: static !important;
}
#silentOrderPostForm .blockUI.blockMsg.blockElement{
	z-index:999 !important;
}
.form-additionals {
    background: url("../images/spinner.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 32px;
    width: 100%;
    z-index: 999 !important;
}
.realTotals {
	float:right;
    padding: 10px 0 0;
}
#checkoutContentPanel .required.right{
	position:absolute;
	right:20px;	
	top:50px;
}
.selectDeliveryBtns {
    bottom: -78px !important;
}
.selectDeliveryBtns .terms {
    text-align: right;
}
.page-multiStepCheckoutSummaryPage #addressform_button_panel a{
	display:none;
}
#silentOrderPostForm fieldset.cardDate{
	margin-top:12px;
}
/* Checkout page layout ends */

/* ContactUs page layout starts */
.userContactInfo p, .userContactInfo h2, .userContactInfo h3, .userContactInfo h4 {
	line-height:normal;
	margin:15px 0 0 0;
}
.userContactInfo a{
	text-decoration: underline;
	cursor:pointer;
}
.userContactInfo ul{
	margin:0;
}
.userContact form{
	color:#222222;
}
.phoneNumbTxt {
	margin-bottom: 0 !important;
}
.pstrength-minchar, label[for="contact.enquiryDetails"] span.right {
    color: #666666;
    font-size: 11px;
}
.userContact .required{
	text-align:right;
	color: #666666;
    font-size: 11px;
}
.pstrength-minchar{
	position: relative;
    top: -5px;
}
.control-group.error textarea, .control-group.error span {
    border-color: #C90400;
}
span.maxcharTxt {
 	color: #666666;
    display: inline;
    float: right;
    font-size: 11px;
    margin-top: 8px;
}
textarea[name="enquiryDetails"]{
    min-height: 100px;
}
span[id="phoneNumber.errors"]{
	padding-left:10px;
}
.deliveryTxt_underneath{
    display: block;
    float: left;
    font-size: 11px;
    clear:both;
    padding-left: 26px;
    margin-left: 0\9;
}
/* ContactUs page layout ends */

/*Compare Products popup starts*/
div.deliveryinformation-popupContent, div.terms-popupContent, div.productcomparison-popupContent {
    height: 91%;
    margin: 30px 5px 20px 30px;
    overflow: hidden;
    padding-right: 25px;
    position: relative;
}
.product_comparison_table{
	width: 940px;
	padding: 20px 0px;
}
.product_comparison_table table td{
	vertical-align: top;
}
.product_comparison_table_row.clearfix.pc_media_table td:first-child {
    border: 0 none;
}
.product_comparison_table_row.clearfix.pc_media_table td {
    border-left: 1px solid #ccc;
}
.product_comparison_table tr,
.product_comparison_table td{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding:0;
}
.product_comparison_table_row{
	width: 100%;
}
.product_comparison_table_row table{
	width: 100%;
}
.product_comparison_table_column{
	background: none repeat scroll 0 0 #fff;
	float: left;
    margin: 0 0;
    padding: 10px 5%;
    position: relative;
    width: 90%;
}
.product_comparison_table_column .productGridItem  a .ps_price_container.ps_discounted span{
	color:#000000;
	padding-right:5px;
}
.product_comparison_table_column_full{
	width: 100%;
	float: left;
}
.product_comparison_table .thumb{
	text-align: center;
	min-height:160px;
}
.product_comparison_table .thumb img{
	width:90%;
	margin: 0px auto;
	float: none;
	max-width: 160px;
}
.show_differences{
	background: none repeat scroll 0 0 #ee4035;
    border: 1px solid #f68b1f;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    cursor: pointer;
    display: table;
    float: left;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-appearance: none;
}
.show_differences input{
	cursor: pointer;
	margin: 5px 0 5px 10px;
}
.show_differences label{
	cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 0;
    position: relative;
}
.pc_media_table{
	background: #E7E7E7;
	border: 1px solid #ccc;
}
.product_comparison_table_column.product_comparison_title{
	background: #E7E7E7;
	font-weight: bold;
	font-size: 14px;
	border-left:0px;
	border-bottom: 1px solid #ccc;
}
.product_comparison_table_column .ps_qty_textbox{
	width:25%;	
}
.product_comparison_table_column .ps_qty_container_right{
	width: 70%;
}
.product_comparison_table_column .productGridItem .ps_qty_textbox input{
	width:100%;
}
.product_comparison_table_column .ps_qty_container_right .addToCartButton{
	margin: 0px;
}
.borderfull{
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}
.specs_title{
	background: #E7E7E7;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
.notop_border{
	border-top: none;
}
.specs_table_container td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #fff;
	word-break: break-all;
}
.specs_table_container tr > td:last-child{
	border-right: 1px solid #ccc;
}
.specs_table_container tr:hover td{
	background: #EBEBEB;
}
.spec_header_column{
	font-weight: bold;
}
.highlight_diff_row{
	background:#FFC488 !important;
}
.remove_product_cmp{
	top: -12px;
	right: -5px;
	font: 20px/1 Arial, sans-serif;
	font-weight: bold;
	position: absolute;
	cursor: pointer;
	z-index: 1000;
	background: #fff;
	border: 1px solid #B8B8B8;
	border-radius: 45px;
	padding: 0px 4px;
}
.remove_product_cmp:hover span.closeText{
	display: block;
}
.remove_product_cmp span.closeText{
	font-size: 12px;
	display: none;
	float: left;
	margin: 4px 5px 0;
	font-weight: normal;
}
.product_comparison_table .ps_nowonsale{
	top:20px;
	right:0px;
}
.product_comparison_table .ps_qty_container{
	width: 100%;
	box-sizing: border-box;
}
#addToCartLayer{
	z-index: 10000;
}
.color_box_alert{
	padding: 20px;
	text-align:center;
}
.comparison_disabled,
.comparison_disabled:hover{
	color:#ccc;
	cursor: default;
}
.product_comparison_table_column .productGridItem .details{
	font-size: 12px;
    height: 45px;
}
.removeProductConfirm{
	position: absolute;
	width: 300px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 12px;
	text-align: center;
	padding: 30px 0;
	top: 35px;
	z-index: 9999;
	left: 35%;
}
.removeProductsBtns div.btn{
	background-color: #ee4035;
	color: #FFFFFF;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	margin: 10px;
	cursor:pointer;
}
.removeoverlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background: none repeat scroll 0 0 rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
}

.orderHead{
	border: 1px dotted #A5A5A5;
    float: left;
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
    width: 918px;
}
.yourordersuccessful h3{
	color: #0a9a00;
	font-size: 14px;
    font-weight: bold;
    margin: 0 0 7px;
}
.yourordersuccessful h5{
	font-weight: normal;
	margin: 7px 0;
}
#checkoutOrderDetails .deliveryCartItems .thumb{
	border-bottom: 1px dotted #A5A5A5;
	padding: 20px 10px 10px;
}
#checkoutOrderDetails .deliveryCartItems thead td{
	padding-left:0px;
	background-color: #FFF;
}
.terms {
    padding-top: 12px;
}
#selectDeliveryMethodForm ul div {
    padding-left: 30px;
}
.page-cartPage #page #content .span-24.wide-content-slot.cms_disp-img_slot{
	margin-top:20px;
}
#savedAddressList .addressList ul{
	min-height:100px;
}
#savedAddressList .addressEntry {
    border-bottom: 1px dotted #a5a5a5;
    float: left;
    margin: 0 20px 20px 0;
    min-height: 185px !important;
    padding: 0 0 20px;
    width: 384px !important;
}
.control-group select{
	line-height:20px;
}
.page-address-book #cboxLoadedContent{
	margin:20px;
}
.page-address-book #cboxLoadedContent div.addressItem ul{
	margin-bottom:10px;
}
#checkoutContentPanel .skip, .userRegister .skip, .userGuest .skip, .userLogin .skip, .userContact .skip{
	font-size: 11px;
	left: 0;
    position: relative;
    top: 0;
}
#i18nAddressForm .controls div{
	max-width:100%;
}
#i18nAddressForm div.selector span{
 	width:94% !important;
 	padding:0px 3% !important;
}
#i18nAddressForm input[type='text']{
	margin-bottom:0px;
}
#checkoutContentPanel .control-group{
	height:70px;	
}
#silentOrderPostForm fieldset.cardDate div.control-group{
	height:40px;
}
.alert.neutral{
	border-color: #c90400;
	color: #c90400;
}
#orderTotals thead td{
	padding-left:0;
}
.item_container_holder, #checkoutOrderDetails .deliveryCartItems{
	margin:20px 0 0;
}
.item_container_holder .title_holder h3{
	border-bottom: 1px solid #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.searchSpellingSuggestionPrompt{
	font-size: 14px;
	padding-bottom: 10px;
}
.page-search h1{
	font-size: 2em;
}
.item_container_holder.promo{
	width: 350px;
	margin-top:0px;
}
.item_container_holder.promo .title_holder{
}
.item_container_holder.promo .title_holder h3{
	background: #f6f6f6;
	padding: 8px 0px 7px 0px;
}
.page-order .orderListTable .thumb a img,
.page-order .orderListTable .product_image a img,
.page-orderConfirmationPage .thumb a img,
.page-orderConfirmationPage .product_image a img{
	max-width:96px;
}
.orderList .orderListTable .item td{
	padding:20px 5px 5px 5px;
}
.orderList .orderListTable .item td.product_details {
	width: 350px;
}
.page-orderConfirmationPage .orderList .orderListTable td.details{
	width:550px;
}
.page-order .orderList .orderListTable tbody td.details{
	width:350px;
}
.page-orderConfirmationPage a.button.positive.right{
	margin:10px 0;
}
.page-orderConfirmationPage .orderBox.address, .page-orderConfirmationPage .orderBox.delivery{
	width:179px;
}
.orderBox{
	height: auto;
    min-height: 200px;
}
.orderBox.payment .left {
    width: 48%;
}
.orderBox.payment .right {
    width: 48%;
}
.terms label a{
	text-decoration:underline;
}
.delivery_method_item input{
	float: left;
	margin-right: 7px;
}
.delivery_method_item label{
	float: left;
	width: 90%;
}
.delivery_method_item{
	clear: both;
	width: 100%;
	display: table;
	padding: 5px;
}
#placeOrderForm1 .terms{
	clear: both;
	float: right;
	width: 65%;
	text-align: right;
	padding-bottom: 20px;
	padding-top: 0px;
}
#placeOrderForm1 button{
	margin-right: 0px;
}
#cvv_popup{
	display: inline-block;
	border-radius: 12px;
	border: 1px solid #000;
	padding: 0px 4px;
	line-height: 14px;
	font-size: 11px;
}
.cvv_content_container{
	padding: 40px 20px;
}
.cvv_images{
	width: 250px;
	float: left;
	padding: 0px 10px;
}
.cvv_images img{
	max-width: 100%;
}
#checkoutOrderDetails.span-9.last .item_container_holder.promo{
	clear: both;
}
.cartpage_promotions .item_container_holder.promo{
	width: 100%;
}
a.cartpage_continue_shopping{
	margin-top: 20px;
}
.checkoutcartList form{
	display:inline;
}
.button.cartpage_continue_shopping{
	margin-top: 20px;
	text-transform: uppercase;
	border: 2px solid #C7C7C7;
	background: #f8f8f8;
	font-size: 100%;
	font-weight: bold;
	color: #777;
	cursor: pointer;
	text-align: center;
}
input.button.cartpage_continue_shopping{
	padding:7px 10px;
}
.jcarousel-container-horizontal ul li{
	position: relative;
}
.control-group .help-inline{
	clear:both;
	margin:-10px 0 0;
	padding: 0 0 0 5px;
    position: absolute;
	font-size: 11px;
	display:none;
}
/*Compare Products popup ends*/

/* Storelocator page layout starts */
.storeItem .storeMarker{
	display:block;
	margin: 0 10px 0 5px;
}
#storeFinder .storeResultList .storeResultTable .storeItem .details {
    margin: 0 0 0 130px;
}
.storeItem td:first-child a:first-child{
	line-height:0;
}
.storeItem td:first-child a.button{
	margin-right:50px;
}
.storeResultList .paginationBar .totalResults{
	padding-left: 0;
    text-align: right;
    width: 500px;
}
.storeResultList .paginationBar ul.pagination{
	position:relative;
}
#storeFinder .storeResultList .storeResultTable thead th{
	padding:5px 0;
}
#storeFinder .storeResultList .storeResultTable th#header1{
	width:400px;
}
#storeFinder .storeResultList .storeResultTable th#header2{
	width:112px;
}
#storeFinder .storeResultList .storeResultTable th#header3{
	width:265px;
}
#storeFinder .storeResultList .storeResultTable th#header4{
	width:173px;
}
#storeFinder .storeResultList .storeResultTable th#header4 span{
	display: block;
    font-size: 8.5px;
    margin-top: -18px;
    position: absolute;
}
#storeFinder .storeResultList .storeResultTable th#header4 span strong{
	display:none;
}
.storeItem td a.button{
	margin-top:0px;
}
.storeItem td ul{
	margin-right: 15px;
}
#storeDetail .storeMap{
	height:800px;
}
.storeImage {
	margin: 0px 0px 20px 0px;
}
.storeItem .storeImage img{
	width:65px;
	height:65px;
}
.store_map_details div.gm-style div.gmnoprint div.gm-style-cc div{
	word-wrap:normal;
}
#map_canvas .gmnoprint{
	min-width: 200px;
}
.gmnoscreen{
	display:none !important;
}
/* Storelocator page layout ends */


/* Quick order form component starts */
.qof_container{
}
.qof_row{
	float: left;
	padding: 0px 0px;
	clear: both;
	width: 100%;
}
.qof_row label{
	display: none;
}
.qof_row_count{
	width:20px;
	float: left;
	padding-top: 3px;
}
.qof_row_prodcode{
	width:120px;
	float: left;
}
.qof_row_prodcode input[type="text"]{
	width:80%;
	border: 1px solid #000;
}
.qof_row_prodqty{
	width:50px;
	float: left;
}
.qof_row_prodqty input[type="text"]{
	border: 1px solid #000;
	padding-left: 5px;
	width: 50px;
}
.qof_row_title{
	font-weight: bold;
	padding-bottom: 10px;
}
.qof_alert_message{
	color: red;
}
a.QOviewCart{
	background-color: #ee4035;
	color: #FFFFFF;
	text-decoration: none !important;
	padding: 11px;
	float: left;
	margin: 8px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Quick order form component ends */

/* AMEX confirmation component starts */
#silentOrderPostForm{
	position:static !important;
}
.page-multiStepCheckoutSummaryPage #colorbox{
	border:1px solid #000;
}
.amex_confirm_container{
	width:100%;
}
.amex_confirm_header{
	height:40px;
	border-bottom:1px solid #b3b3b3;
	background:#e9eaec;
	width:100%;
	display:none;
}
.amex_confirm_body{
	width:90%;
	padding:5%;
	text-align:center;
	font-weight:bold;
}
.amex_confirm_actions div{
	float:left;
	font-size:18px;
	color:#FFFFFF;
	background:#ee4035;
	width:90px;
	margin-left:30px;
	cursor:pointer;
}
/* AMEX confirmation component ends */

/* Static content pages starts */
#content a, .content a {
	text-decoration: underline; 
}
#terms-connect {
    cursor: pointer;
}
.breadcrumb a, 
.facetNavigation a, 
.productMainLink, 
#productTabs a, 
.LoveShare a, 
.itemName a, 
.itemCode a, 
.cartpage_continue_shopping, 
#checkoutProgress li a, 
.deliveryCartItems a, 
.button, .paginationBar a, 
.tabset_tabs li a, 
.content h3 a,
#cvv_popup,
.scroller a,
.home_announce_strip a,
#storeFinder #stores-inline a{
	text-decoration: none !important; 
}
.orderListTable a, #productTabs .content .tabBody a{
	text-decoration: underline !important;
}
.staticContent .span-5 ul{
	background: none repeat scroll 0 0 #ccc;
	margin-bottom:20px;
}
.staticContent ul li{
	padding:5px;
}
.staticContent ul li a{
	text-decoration:underline;
	color:#444;
	font-size:14px;
}
.staticContent ul li:first-child{
	background: none repeat scroll 0 0 #002389;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.staticContent ul li.active a{
	font-weight:bold;
}
/* Static content pages ends */

/* Forgot password page layout starts */
.page-forgotPasswordPage #forgottenPwdForm input[type="text"],
.page-externalForgot #forgottenPwdForm input[type="text"]{
	width: 50%;
}
.page-forgotPasswordPage #forgottenPwdForm .skip,
.page-externalForgot #forgottenPwdForm .skip{
	position: static;
}
.forgottenPwd{
	padding:0;
}

input.positive{
    display: block;
    float: left;
    margin: 0.7em 0.5em 0.7em 0px;
    font-family: Arial,Verdana,sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 10px 10px;
    background-color: #EE4035;
	border: 0px none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.home_snippets_container .home_snippets_form input.siteSearchSubmit {
    background: url("../images/red_search.png") no-repeat scroll 0 -1px rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0 5px 5px 0;
    float: left;
    height: 35px;
    margin: -2px 0 0;
    width: 35px;
    cursor: pointer;
}

/* Forgot password page layout ends */


/* pickup store styles */

button.pickup-in-store-btn,
.pickup-in-store-btn,
.productDetailsPanel div div.productAddToCartPanel button.pickupInStoreButton 
{
	bottom:10px;
	background: #10429c url("../images/pickup-store-search.jpg") no-repeat 8px 5px;
	height: 22px !important;
	text-transform: capitalize;
	color:#fff;
	border: 0;
}
.productDetailsPanel div div.productAddToCartPanel button.pickupInStoreButton
{
    padding: 0 5px 0 28px;
    font-size: 11px;
}
.productListItem button.pickup-in-store-btn
{
	padding-left: 15px;
}

.productDetailsPanel div div.productAddToCartPanel
{
	margin-top: 30px;
}
#cboxContent .productDetailsPanel div div.productAddToCartPanel
{
	margin-top: 0;
}

.pickup-window .headline
{
	background: #2165d4;
	color: #fff;
	padding: 8px 10px;
}

.pickup-window .headline .details
{
	float:left;
	max-width: 300px;
	line-height: 12px;
}
.pickup-window .headline .details.c-success
{
	box-sizing: border-box;
	padding-left: 30px;
	background: url("../images/green-tick-bb.jpg") no-repeat 0px 0px;
}
.pickup-window .headline .details.c-error
{
	box-sizing: border-box;
	padding-left: 30px;
	background: url("../images/info-icon-bb.jpg") no-repeat 0px 0px;
}
.pickup-window .headline form
{
	float:right;
	margin-right: 30px;
}
.pickup-window .headline form input,
.pickup-window .headline form button
{
	margin: 0;
	height: 21px;
	min-height: 0;
	font-size: 12px;
}
.pickup-window .headline form label.switch-slide
{
	margin: 0;
}
.pickup-window .headline form input.switch-input
{
	height: auto;
}
.pickup-window-or
{
	float: left;
	padding: 0 10px;
}
.pop-qas-con .pickup-list-search .pick-search-btn,
#pickupstore_search_button
{
	background:url("../images/green-search-icon.jpg") no-repeat 0px 0px;
	width:24px;
}
.pickup-window .headline #findMyStoresNearMe,
#find_pickupStoresNearMe_button
{
	background: #279a07;
}

.pickup-store-pop #cboxClose
{
	top: 10px;
    right: 6px;
    width: 21px;
    height: 21px;
    background-position: -27px -2px;
}

.pickup-store-pop .searchPOSContent
{
	width:100%;
	padding: 10px;
	box-sizing:border-box;
	overflow: auto;
	max-height: 300px;
}
.pickup-store-pop .searchPOSContent table
{
	width:100%;
}
.pickup-store-pop .searchPOSContent table tr
{
	background: #fff;
}
.pickup-store-pop .searchPOSContent table th
{
	border-bottom: 1px solid #02228f;
}
.pickup-store-pop .searchPOSContent table td
{
	border-bottom: 1px dotted #ccc;
}
.outofstock-flag
{
	background:url("../images/red-cross.jpg") no-repeat 0px 0px;
	width:21px;
	height: 21px;
}
.instock-flag
{
	background:url("../images/green-tick.jpg") no-repeat 0px 0px;
	width:26px;
	height: 21px;
}
.pickup-stores
{
    position: absolute;
    right: 309px;
    top: 66px;
    color: #fff;
    /*height: 200px;
    */
}
#header .pickup-stores
{
	margin-right: -1px !important;
}
.pickup-store-name
{
	background: #EE4035 url("../images/red-arrow-down.jpg") no-repeat 95% 8px;
	padding: 5px 35px 5px 10px;
	border-radius:6px 0px 0px 6px; 
	cursor: pointer;
}
.pickup-store-name.open
{
	border-radius:6px 0px 0px 0px; 
}
#header .minicartContent
{
	border-radius:10px 10px 10px 0; 
}
#header .minicartContent.nocnc
{
	border-radius:10px 10px 10px 10px; 
}
.pickup-list-container
{
	background: #000;
	float: left;
	width: 100%;
    text-align: center;
    display: none;
}
.pickup-list-container .qas-list select
{
	width:100%;
}
.pickup-list-container td img
{
	max-width: 30px;
}
.pickup-list-container td 
{
	padding: 5px 10px;
}
.pickup-list-container .mystoreResultTable td
{
	padding: 5px;
}
.find-pickup-store
{
	background: #002389;
    display: inline-block;
    float: none;
    margin: 10px;
}
.pickup-list-devider
{
	font-size: 14px;
}
.pickup-list-search
{
	padding: 5px;
	position: relative;
}
.pickup-list-search input
{
	border: 0;
	padding-right: 38px;
	padding-left:5px;
    height: 21px;
    box-sizing: border-box;
    width:100%;
    min-width: 200px;
}
.pickup-list-search .pick-search-btn
{
	position: absolute;
	background: url("../images/blue-serach-icon.jpg") no-repeat 0 0;
	right: 5px;
	top:5px;
	width: 32px;
	height: 21px;
	margin: 0;
}
.pickup-list-items 
{
	border: 4px solid #000;
	background:#0B0B0B;
    max-height: 160px;
    overflow: auto;
}
.pickup-list-items table
{
	width:100%;
	border: 0;
	background: #fff;
	color:#000;
}
.pickup-list-items tr
{
	background: none !important;
}

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 80px;
	height: 30px;
	padding: 1px;
	margin: 0 5px 5px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	font-family:verdana,tahoma,arial,sans-serif;
	box-shadow:none;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 20%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.switch-slide {
	padding: 0;
	margin: -30px 0 0;
	background: #FFF;
	border-radius: 0;
	background-image: none;
}
.switch-slide .switch-label {
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.switch-slide .switch-label:after, .switch-slide .switch-label:before {
	width: 100%;
	height: 65%;
	top: 5px;
	left: 0;
	text-align: center;
	padding-top: 10%;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-slide .switch-label:after {
	color: #FFFFFF;
	background: #2254e4;
	left: -100px;
}
.switch-slide .switch-label:before {
	background: #eceeef;
}
.switch-slide .switch-handle {
	display: none;
}
.switch-slide .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: #0088cc;
}
.switch-slide .switch-input:checked ~ .switch-label:before {
	left: 100px;
}
.switch-slide .switch-input:checked ~ .switch-label:after {
	left: 0;
}
.mystore-button
{
	background: #2254e4;
	border: 0;
    width: 80px;
    height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
.qas-list .adress_list_container
{
	position: relative;
    width: auto;
    margin: -3px 5px 5px 5px;
    box-shadow: none;
}

.qas-list .adress_list_container select option
{
	padding: 6px 22px 6px 5px;
	cursor: pointer;
}
.qas-list .adress_list_container select option:hover
{
	background:#5f98ef url("../images/icon-arrow-category-tile.png") 99% center  no-repeat;
	color: #fff;
}
.pickup-list-search .qsa_loading{
	background:#fff url("../images/loading.gif") 50% center  no-repeat !important;
}
.pickup-all-check .pickup-all-label
{
	font-size: 16px;
	font-weight: bold;
}
.pickup-all-stinfo
{
	padding: 0 20px 0 0;
	background:url("../images/grey-arrow-down.jpg") 100% center no-repeat;
	text-decoration: underline;
	cursor: pointer;
}
.pickup-all-message
{
	font-size: 14px;
	font-weight: bold;
	padding:10px 30px 5px 0px;
	float: left;
	clear: both;
}
.pickup-all-message span
{
	text-decoration: underline;
	cursor: pointer;
}
.pickup-all-message.pickup-avilable
{
	color: #63b20b;
	background:url("../images/icon-green-tick.jpg") 100% 8px no-repeat;
}
.pickup-all-message.pickup-unavilable
{
	color: #dd7b00;
	background:url("../images/icon-info.jpg") 100% 8px no-repeat;
}
.error-pickup,
.error-pickup-unavilable
{
	font-size: 14px;
	font-weight: bold;
	color: #dd7b00;
	background:url("../images/icon-info.jpg") 100% 5px no-repeat;
	padding: 5px 22px 5px 0;
	float: left;
	clear: both;
}

.pickup-store-details
{
	float: left;
	width:100%;
}
.pickup-store-details .pickup-store-details-title
{
	border-bottom: 1px solid #a5a5a5;
    padding: 37px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;    
}
.pickup-store-details .pickup-store-details-title.store-image-set
{
	background: url("../images/store-image.jpg") 100% center  no-repeat
}
.pickup-store-tinfo
{
	color: #3aa728;
	font-weight: bold;	
	padding: 10px 0 0 0;
}
#checkoutOrderDetails .pickup-store-details .deliveryCartItems
{
	margin-top: 0;
}
.pickup-store-time
{
	cursor: pointer;
	text-decoration: underline;
}
.pickup-store-time-table,
.pickup-store-tinfo br 
{
	display: none;
}
table.pickup-store-time-items
{
	width:90%;
	margin: 10px 10px 10px 15px !important;
	border: 1px solid #EEEEEE !important
}
.orderList a
{
	color: #5a75d5;
	text-decoration: none !important;
	font-weight: bold;
}
.orderList .ordlist-title
{
	border-bottom: none;
	margin-bottom: 0;
}
.pop-qas-con .pickup-list-container 
{
	display: block !important;
	background: none;
}
.pop-qas-con .pickup-store-name,
.pop-qas-con .pickup-list-container .pickup-list-fields
{
	display: none !important;
}
.pop-qas-con .pickup-stores
{
	position: static;
	margin-right: 0 !important;
}
.pop-qas-con .pickup-stores .pickup-list-search
{
	padding: 0;
}
.pop-qas-con .pickup-list-search .pick-search-btn
{
	top:0;
	right: 0;
}
.pop-qas-con .qas-list
{
	position: absolute;
    margin: 14px 23px 0 -5px;
}

.pop-qas-con .pickup-list-items
{
	position: absolute;
    margin-right: 0px;
    display: none;
    z-index: 10;
    min-width: 323px;
}

.pop-qas-con .pickup-stores .pickup-list-search input
{
	margin-bottom: 0;
    min-height: 0;
    padding: 0 22px 0 6px;
    width:200px;
}

.cartItem .pickup-in-store-btn
{
	width: auto;
	padding-left: 35px;
	clear: both;
	margin: 0;
}
.headline-actions
{
	width:100%;
	clear: both;
    padding: 0px 0 10px;
}
.headline-actions button
{
	margin: 0;
    height: 22px;
    margin-right: 7px;
    background: #de7500;
    border: none;
    color: #fff;
}
.unavilable-prod-cont
{
	width:100%;
	overflow: auto;
	float: left;
}
.unavilable-prod
{
    float: left;
    border-right: 1px dotted #ccc;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    width: 165px;
    margin-bottom: 10px;
}
.unavilable-prod-name
{
	padding-bottom: 5px;
}
.unavilable-prod-col1
{
	float: left;
}
.unavilable-prod-col2
{
	float: right;
}
.unavilable-prod-col2 img
{
	max-width: 65px;
}
.unavilable-prod-col1 button {
	background: #e48217;
	height: 24px;
}
.unavilable-prod-status
{
	padding: 5px 0;
	color: #f40201;
	font-size: 11px;
}
form#pickupInstore
{
	display: inline;
}
#cboxTitle
{
	bottom: 50%;
}
.loader-colorbox #cboxClose
{
	display: none;
}
.loader-colorbox.pickup-store-pop #cboxClose
{
	display: block;
}
.pickup-window .pickup-window .unavilable-prod-cont,
.pickup-window .pickup-window .headline 
{
	display: none;
}
.searchPOSContent .searchPOSContent
{
	padding: 0;
	overflow: visible;
}
.template-pages-MultiStepCheckoutSummaryPageTemplate #header .pickup-stores,
.template-pages-CheckoutLoginPageTemplate #header .pickup-stores
{
	pointer-events:none;
}


/* promotion styles*/
.apply-voucher-fields
{
	padding-top: 10px;
}
.apply-voucher-fields input
{
	margin-left: 5px;
	padding: 4px 10px;
	margin-top: 0;
}
.apply-voucher-fields input.positive {
	padding: 6px 10px;
    margin-top: 1px;
    text-transform: capitalize;
}
.apply-voucher-fields input.positive:disabled
{
	opacity:0.3;
	cursor: default;
}
.promotion-table td
{
	padding-left: 0;
}
.promotion-table thead td
{
	background: #f6f6f6 !important;
}

/* freight styles */

#freightAlert
{
	display: none;
}
.freight-alert-title
{
	background: #002389;
	color:#fff;
	font-size: 13px;
	padding: 10px;
}
.freight-alert-body
{
	padding: 10px;
}
.freight-alert-message
{
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.freight-alert-image
{
	float: left;
	width:200px;
}
.freight-alert-image img
{
	max-width: 50px;
	padding-right:10px;
	float: left;
}
.freight-alert-pmess
{
	float: left;
	width: 350px;
    font-size: 13px;
    font-weight: bold;
    color: #ac6127;
}
.freight-alert-products
{
	/*height: 480px;
	overflow: auto;*/
}

.freight-alert-pmess a
{
	display: block;
	background: #1a5dce url("../images/right-arrow-blue.jpg") no-repeat 14px 7px;
	padding: 7px 10px 7px 40px;
	width: 220x; 
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.freight-alert-product {
   border-bottom: 1px dotted #000;
    float: left;
    margin-bottom: 15px;
    padding: 0 0 15px;
   /* width: 100%;*/
}
.freight-calculator-box
{
	background: #f0f0f0;
	border: 1px solid #cacaca;
	padding: 10px;
}
.freight-calculator-box-title
{
	color: #696969;
	padding-bottom: 5px;
	font-size: 14px;
    font-weight: bold;
}
.freight-calculator-box input
{
	float:left;
	color: #696969 ;
}
.freight-calculator-box .pickup-list-search input
{
	border: 1px solid #cacaca;
	min-width: 200px;
	height: 22px;
	padding-right: 5px;
}
#postCode_cart
{
	padding: 3px 8px;
	width:160px;
}
.freight-calculator-box input.positive {
	background: #1e60da;
	color:#fff;
	margin: 0 5px;
    padding: 3px 8px;
    text-transform: capitalize;
}
.freight-calculator-box .delivery_method_item
{
	padding: 10px 0 0 0;
}
.delivery-cost-title
{
	color:#1192c4;
	font-size: 18px;
	display:none;
	margin-top: -6px;
}
.delivery_method_item input[type="radio"]:checked  + label .delivery-cost-title
{
	display: inline-block;
}
/* #cartPageDeliveryModePanel
{
	display: none;
} */

.qas-freight-field
{
	width:200px;
	float: left;
}
.qas-freight-field .pickup-stores
{
	position: static;
	display: block;
}
.qas-freight-field .pickup-list-items,
.qas-freight-field .pickup-list-search .pick-search-btn,
.qas-freight-field .pickup-list-fields,
.qas-freight-field .pickup-store-name
{
	display: none !important;
}
.qas-freight-field .pickup-list-container
{
	display: block !important;
}
.qas-freight-field .pickup-list-search
{
	padding: 0;
}
.qas-freight-field .pickup-list-search
{
	padding: 0;
}

.qas-freight-field .qas-list .adress_list_container
{
	position: absolute;
}
.freight-validation-error
{
	color: red;
	padding: 5px 0;
	display: none;
	clear: both;
}

	/*  We Accept section: PayPal Icon*/
.footer_pay_icons ul li.paypal_icon{
	background: url("../images/jaycar_sprite.png") no-repeat scroll -376px -924px rgba(0, 0, 0, 0);
    height: 44px;
    margin-top: 3px;
}
/*  We Accept section: PayPal Icon*/
/* Pay With Card On Payment Page */
.payment-methods-icons
{
	background: url("../images/payment-method-icons.jpg") no-repeat;
	width: 136px;
	height: 31px;
    display: inline-block;
    margin-top: 10px;
}
#paymentMethodCC
{
	margin-left: -5px;
    margin-top: 20px;
    float: left;
}
#checkoutContentPanel #headlineDiv .headline
{
	border-bottom: none;
}
.payment-methods-icons.no-amex
{
	width:100px;
}
/* Pay With Card On Payment Page */
.userRegister form
{
	clear: both;
}

.siteSearch .ui-autocomplete li.ui-state-focus {
    background: #002389 !important;
    color: #fff !important;
}
.siteSearch .ui-autocomplete li.ui-state-focus a
{
	color: #fff !important;
}
#checkoutContentPanel.silent-order-chpanel
{
	margin-bottom: 0;
}
.customized-checkbox input[type=checkbox]{
    width: 24px;
    margin: 0;
    padding: 0;
    opacity: 0;
    height: 24px;
    cursor: pointer;
}

.customized-checkbox input[type=checkbox]~label {
    display: inline-block;
    margin-left: -27px;
    padding-left: 34px;
    background: url("../images/custom-checkbox.jpg") no-repeat -72px 0;
    height: 26px;
    cursor: pointer;
}
.customized-checkbox input[type=checkbox]:disabled,
.customized-checkbox input[type=checkbox]:disabled~label
{
	cursor: not-allowed;
	background-position: -122px 0;
}

.customized-checkbox input[type=checkbox]:checked~label {
    background-position: 0 0;
}
.no-store-selected-errpop-con
{
	display: none;
}
.pickup-store-error-pop #cboxClose
{
	top:9px;
	right: 9px;
}
.no-store-error-title
{
    background: #2165d4;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
.no-store-error-title-content
{
	background:  url(../images/info-icon-bb.jpg) no-repeat right 1px;
	float: left;
	padding-right: 25px;
	font-size: 16px;
}
.no-store-error-body
{
	padding: 10px;
	font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.a2a_menu .a2a_menu_title_container
{
	display: none;
}
.text-center
{
	text-align: center;
}
@media all and (max-width: 970px) {
.home_products_container .scroller .jcarousel-container .jcarousel-prev[disabled], .home_products_container .scroller .jcarousel-container .jcarousel-prev{
	left:0;
}
.home_products_container .scroller .jcarousel-container .jcarousel-next[disabled], .home_products_container .scroller .jcarousel-container .jcarousel-next{
	right: 0;
}
}

@media all and (max-width: 1024px) {
	body .remove_product_cmp:hover span.closeText
	{
		display: none;
	}
}
body .a2a_img {
    background: url("../images/icons.35.png");
}