/* 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;
}

/*
	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:'Montserrat',verdana,arial,sans-serif !important;
	font-size:14px;
	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;
    list-style:none;
}
.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{
	background: none repeat scroll 0 0 #f8f8f8;
	border:2px solid #c7c7c7;
	color: #777;
	text-transform: uppercase;
}
/* 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 #0c254c;
   
    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 #0c254c;
    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;
	font-family:'Abel',arial,sans-serif !important;
    width: 95px;
}
#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: 0px 285px 0 0;
    padding: 0;
  
    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: 10px 45px 10px 10px !important;
}
.ui-autocomplete{
	width:298px !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;
    list-style:none;
}
.footer .links ul:nth-of-type(3){
	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: 60px;
    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: 40px;*/
}
.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;*/
    display: none;
    left: 0px;
    position: absolute;
    top: 40px;
    height:0px;
    overflow:hidden;
    /*box-shadow:3px 4px 5px #000;*/
    width:220px;
}
#nav_main li.La{
    /*background: none repeat scroll 0 0 #8dc63f;*/
    background: none repeat scroll 0 0 #002389;
    display: block;
    opacity:0;    
    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{	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    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{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    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{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    opacity:1;
    height:auto;
    overflow:visible;
}
#nav_main ul.Lb li.Lb ul.Lc li.Lc{
    color: #fff;
    margin: 0;
    width: 100%;
}
.nav_main ul ul ul{
   display:block;
}
.nav_main ul ul li:hover ul{
	height:auto;
   -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
    opacity:1;
}
/* 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;
}

/*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;
}
.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 5px 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: -30px;
    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:-30px;
}
.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:-30px;
    margin: 0;
    opacity: 1;
    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: -30px;
    top: 46%;
    margin: 0;
    opacity: 1;
    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;
}
.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;
}
.productListItem .ps_qty_textbox input{
	width: 35px;
}
.productGridItem .ps_qty_textbox input {
    text-align: center;
    width: 42px;
}	
.productGrid .productGridItem .ps_qty_textbox input{
	text-align: center;
    width: 86px;
}
.home_products_container .ps_qty_textbox input{
	width:77px;
	text-align: center;
}
.you-also-need .ps_qty_textbox input{
	text-align: center;
    width: 90px;
}
.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;
}
/* 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: 35%;
}
.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: 270px;
    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: 29px;
	left:0px;
}
#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;
}
.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: 10px;
    float: left;
    left: 10px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    width: 85px;
}
.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: 10px;
    float: right;
    height: 32px;
    margin: 0;
    padding: 4px 15px 6px 32px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    width: auto;
}
#product_tabs .span-24{
	max-width:100%;
}
.span-7.last .jcarousel-clip-vertical {
    height: 553px;
    margin:0px;
    padding:0px;
    overflow: hidden;
}
.call_our_techstore{
	background: #021557;
	color: #fff;
	text-align: center;
	float:right;
}
.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:180px;
}
.you-also-need .jcarousel-container-vertical{
	margin:0px;
	height: 580px;
}
.you-also-need ul{	
	margin:10px 0px 0px 0px !important;
}
.you-also-need .thumb{
	float:left;
	border:0px;
	padding:0px;
}
.you-also-need .thumb img{
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
}
.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 -598px no-repeat;
	height: 100%;
    left: -20px;
    top: 0;
    width: 15px;
}
#product_tabs .productGridItem .jcarousel-next{
	background:#d9d9d9 url("../images/jaycar_sprite.png") -59px -598px 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:#ffffff url("../images/loading.gif") 100% center  no-repeat !important;
}
.adress_list_container{
	visibility:hidden;
}

.AR_info_container
{
    visibility:hidden;
    position: absolute;
	width: 305px;
	background: #fff;
	z-index: 1000;
	margin-top: -9px;
	box-shadow: 0px 5px 10px #979393;
	margin-left:500px;
	margin-top:-60px

}
.AR_info_innerdiv
{
    background-color:#FFFFFF;
    font-size:12px;
    font-family:arial,Verdana,sans-serif;
    color:#000;

}
.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_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: 130px;
	overflow-y: scroll;
	border: 1px solid #ccc;
}
.adress_list_container ul li{
	padding:5px;
	cursor:pointer;
}
.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,.ar_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%;
}
#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_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;
}
.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: 190px;
}
.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:115px;
}
#storeFinder .storeResultList .storeResultTable th#header3{
	width:265px;
}
#storeFinder .storeResultList .storeResultTable th#header4{
	width:170px;
}
#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; 
}
.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;
}
/* Forgot password page layout ends */