﻿/**********************************
/*    FIRST4PLUMBING STYLESHEET   
/**********************************
	ORANGE				- #f78f1e
    PALE BLUE           - #cce1ee
	LIGHT BLUE			- #66a5cd
    DARK BLUE           - #0068ab
***********************************/

/**********************************/
/*             GLOBAL             */
/**********************************/
body 
{
	text-align: center;
	background: #d9e8f2;
}
.container
{
    position: relative;
    width: 994px;
    margin: 0 auto;
    text-align: left;
}
#first4plumbing { position: absolute; top: 3px; left: 20px; z-index: 10; }
#top-nav { position: absolute; top: 135px; left: 0px; z-index: 8; }

.rad-7
{
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.btm-rad-7
{
    -moz-border-radius: 0px 0px 7px 7px;
    -wekbit-border-bottom-right-radius: 7px;
    -wekbit-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.panel
{ 
    margin-top: 10px;
    border: 1px solid #c8d1d8;
    background: #FFFFFF;
}
.no-border, .no-border:hover { border: 0px; }

/**********************************/
/*             HEADER             */
/**********************************/
#header
{
    z-index: 9;
    position: relative;
    height: 126px;
    margin-bottom: 48px;
    background: #f78f1e;
}
#header div.pale
{
    position: absolute;
    z-index: 2;
    top: 0px;
    width: 265px;
    height: 37px;
    background-color: #f9ab56;
    background-repeat: no-repeat;
}
#header div.search { right: 328px; }
#header div.search form { margin: 3px 8px; }
#header div.search form input[type=text]
{ 
    width: 206px;
    /*height: 18px;*/
    max-height: 27px;
    padding: 6px 7px;
    color: #989898;
}
#header div.search form input[type=image] { position: relative; top: 4px; left: 4px; }
#header div.basket
{
    height: 28px;
    right: 35px;
    padding-top: 9px;
    background-image: url(/assets/visual/layout/shopping-basket.gif);
    background-position: 10px 12px;
    text-align: right;
}
#header div.basket .item-count { color: #FFFFFF; }
#header div.basket .basket-total { margin: 0px 12px; color: #0169ac; }
#header div.basket .toggle
{ 
    float: right; 
    width: 7px;
    height: 4px;
    margin: 5px 10px 0px 0px;
    background: url(/assets/visual/layout/quickbasket-toggle.gif) 0px -3px no-repeat;
}
#header div.basket .toggle.open { background-position: 0px 0px; }
#header div.basket .overlay
{ 
    position: absolute; 
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
    cursor: pointer;
}
#header div.basket .items
{
    display: none;
    position: absolute;
    z-index: 2;
    top: 32px;
    left: -1px;
    width: 100%;
    border: 1px solid #f9ab56;
    border-width: 0px 1px 3px 1px;
    border-bottom: 3px solid #F78F1E;
    background: #FFFFFF;
    padding: 5px 0px;
    text-align: left;
}
#header div.basket .items ul { list-style-type: none; }
#header div.basket .items li a
{
    display: inline-block;
    border-bottom: 1px dotted #CCCCCC;
    padding: 10px 10px;
}
#header div.basket .items li a img { width: 77px; height: 77px; float: left; }
#header div.basket .items span.corner { display: none; }
#header div.basket .items a.checkout
{ 
    float: right;
    margin: 10px 15px 5px;
}
#header .strap { position: absolute; bottom: 35px; right: 35px; z-index: 1; }

/**********************************/
/*            TOP NAV             */
/**********************************/
#top-nav
{
    width: 100%;
    height: 39px;
    background: url(/assets/visual/layout/menu-repeat.gif) top left repeat-x;
}
#top-nav ul { list-style-type: none; }
#top-nav > ul { height: 100%; margin-right: 7px; }
#top-nav > ul > li 
{ 
    position: relative;
    overflow: visible;
    float: left;
    height: 100%;
    background: url(/assets/visual/layout/menu-seperator.gif) top left no-repeat;
}
#top-nav > ul > li:first-child  { background: none; }
#top-nav > ul > li > a
{
    display: block;
    padding: 0 35px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 37px;
}
#top-nav > ul > li.active > a { color: #9cd9ff; }
#top-nav > ul > li.hover > a
{
    position: relative;
    z-index: 2;
    margin-left: 2px;
    padding-left: 33px;
    background-color: #0975b9;
    color: #f78f1e;
}
#top-nav > ul > li.hover.home > a { background-color: transparent; }
#top-nav > ul > li.hover ul { display: block; }
#top-nav > ul > li > ul
{
    display: none;
    position: absolute;
    z-index: 1;
    width: 200px;
    top: 93%;
    left: 1px;
    margin: 0;
    padding: 12px 0px 17px;
    border: 1px solid #2e5975;
    background: #0975b9;
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#top-nav > ul > li:last-child ul { left: 1px; }
#top-nav > ul > li > ul li a
{
    display: block;
    padding: 4px 8px;
    color: #FFFFFF;
    font-size: 0.9em;
}
#top-nav > ul > li > ul li a:hover { color: #f78f1e; }
#top-nav > ul > li > ul li a span
{ 
    position: relative;
    top: -1px;
    margin-right: 5px;
    font-size: 1.1em;
}

/**********************************/
/*           CRUMB TRAIL          */
/**********************************/
#crumb
{ 
    position: relative;
    top: 7px;
    margin-bottom: 5px;
    padding: 6px 10px;
}
#crumb a { border-bottom: 1px solid; }
#crumb div span
{
    position: relative;
    top: -1px;
    display: inline-block;
    overflow: hidden;
    width: 4px;
    height: 5px;
    margin: 0px 5px;
    background: url(../visual/layout/gt.gif) 0% 0% no-repeat;
    text-indent: -50px;
}
/**********************************/
/*              MAIN              */
/**********************************/
#main { float: right; width: 733px; }
#main .panel { padding: 25px 15px; }
#main .panel.scroller { padding: 15px 15px; }
#main .panel.scroller h3
{
    color: #0068ab;
    font-family: "HelveticaNeue Roman", Arial;
    font-size: 2em;
    line-height: 1.5em;
}
#main .panel p { line-height: 1.4em; }
#main .panel ul { margin-left: 20px; }

/**********************************/
/*             INDEX              */
/**********************************/

/**********************************/
/*           CATEGORIES           */
/**********************************/
#main .panel.category { padding: 25px 20px; }
.category .image 
{ 
    position: relative; 
    margin-bottom: 20px;
    padding: 5px; 
    background-color: #d3e8f5;
}
.category .image span { background-image: url(../visual/layout/blue-main-panel-overlay.png); }
.category .image span.corner
{
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-repeat: no-repeat;
    background-color: transparent;
}
.category .image span.corner.tl { top: 5px; left: 5px; }
.category .image span.corner.tr { top: 5px; right: 5px; background-position: -4px 0px; }
.category .image span.corner.br { bottom: 5px; right: 5px; background-position: -4px -3px; }
.category .image span.corner.bl { bottom: 5px; left: 5px; background-position: 0px -3px; }
.category .image img { display: block; }

.category h1 { margin-bottom: 20px; font-size: 2.5em; }
.category .categories-list { margin: 40px 0px 50px; }
#main .category .categories-list ul { margin: 0px; list-style-type: none; }
.category .categories-list ul li
{ 
    float: left; 
    width: 165px;
    height: 190px;
    min-height: 190px;
    margin: 0px 10px 20px 0px;
    padding-bottom: 20px;
}
.category .categories-list ul li.end-row { margin-right: 0px; }
.category .categories-list ul li a
{ 
    display: block; 
    color: #66a5cd; 
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.category .categories-list ul li a span.img
{ 
    display: block;
    border: 1px solid #c8d1d8;
    margin-bottom: 20px;
}
.category .categories-list ul li a img { display: block; }
.category .categories-list ul li a:hover { color: #0068ab; }
.category .categories-list ul li a:hover span.img { border-color: #7f99ad; }

/**********************************/
/*          PRODUCTS LIST         */
/**********************************/
.products-list { height: 365px; }
.products-list li
{ 
    position: relative; 
    width: 160px;
    height: 330px; 
    margin-right: 20px;
}
.products-list li a.product
{ 
    display: block; 
    font-size: 1.2em;
    font-weight: bold;
    color: #66a5cd;
}
.products-list li a.product img
{ 
    display: block; 
    margin-bottom: 10px;
    width: 160px;
}
.products-list li span.price 
{ 
    position: absolute; 
    bottom: 45px; 
    left: 0px;
    color: #0068ab;
    font-size: 1.2em;
    font-weight: bold;
}
.products-list li span.price.was
{ 
    bottom: 60px; 
    color: #999999;
    text-decoration: line-through;
}
.products-list li span.price em 
{ 
    color: #777777; 
    font-weight: normal; 
    font-size: 0.9em; 
    font-style: normal;
}
.products-list li a.addtobasket { position: absolute; bottom: 0px; left: 0px; }

.products-list.no-scroll { height: auto; }
#main .products-list.no-scroll ul { margin: 0px; list-style-type: none; }
.products-list.no-scroll ul li
{ 
    display: inline-block; 
    min-height: 330px; 
    margin-right: 12px;
    vertical-align: top;
}
.products-list.no-scroll .btn { display: none; }

/**********************************/
/*            PRODUCT             */
/**********************************/
#main .panel.product { padding-left: 25px; padding-right: 25px; }

.product h2 { margin-bottom: 20px; font-size: 2.5em; }
.product .info, .product .purchase { clear: right; float: right; width: 320px; }
.product .info h1 { margin-bottom: 10px; }
.product .info .summary
{
    height: 215px;
    overflow: auto;
    margin: 15px 0px;
    padding-right: 10px;
}
.product .info .summary ul { font-weight: bold; }
.product .info .summary ul li { padding-bottom: 5px; color: #0068ab; }
.product .info .summary ul li span { color: #727272; }
.product .info .jScrollPaneContainer { margin: 15px 0px; }
.product .info .jScrollPaneContainer .summary { margin: 0px; }

.product .info .costs { text-align: right; }
.product .info .costs .price 
{ 
    font-weight: bold; 
    font-size: 2.2em; 
    color: #0068ab;
}
.product .info .costs .price.changed span { display: none; text-decoration: line-through; color: #777777; padding-right: 7px; }
.product .info .costs .price.changed b i { display: none; font-size: 0.5em; padding-left: 2px; font-weight: normal; }

.product .purchase .options
{
    width: 220px;
    margin: 20px 0px;
    padding: 8px 48px 15px;
    border: 1px solid #c8d1d8;
    background-color: #ecf3f8;
}
.product .purchase .options .option { margin-top: 5px; }
.product .purchase .options .option span
{
    position: relative;
    top: 3px;
    float: left;
    width: 80px;
}
.product .purchase .options select{ border: 1px solid #c8d1d8; padding: 2px; }

.product .purchase .options .quantity, .product .purchase .options .addtobasket { margin-top: 8px; }
.product .purchase .options .quantity { position: relative; top: 3px; float: left; width: 50%; }
.product .purchase .options .quantity input
{ 
    width: 25px; 
    margin-left: 5px;
    padding: 2px;
    border: 1px solid #c8d1d8;
    color: #727272;
}
.product .purchase .options .addtobasket { float: right; width: 50%; }
.product .purchase .options .stock-info { clear: both; padding: 10px 0px; }
.product .purchase .options .stock-info .low-levels { margin-bottom: 5px; color: #CC0000; }

.product .purchase .options .message { clear: both; padding-top: 8px; }
.product .purchase .options .product-unavailable, .product .purchase .options .out-of-stock
{ 
    position: relative;
    top: 2px;
    text-align: center; 
    color: #CC0000;
}
.product .purchase .options .selectors img.calculating { display: block; width: 16px; margin: 10px auto; }
.product .purchase .options .selectors .allow-buy { clear: left; }

.product .images { float: left; width: 340px; height: 350px; }
.product .images .main
{
    position: relative;
    border: 1px solid #C8D1D8;
}
.product .images .main span.corner
{
    display: block;
    position: absolute;
    bottom: 0px;
    width: 7px;
    height: 7px;
    background: url(../visual/layout/box-corners-whitebg.png) transparent no-repeat;
}
.product .images .main span.corner.tl { top: -1px; left: -1px; }
.product .images .main span.corner.tr { top: -1px; right: -1px; background-position: -7px 0px; }
.product .images .main span.corner.br { bottom: -1px; right: -1px; background-position: -7px -7px; }
.product .images .main span.corner.bl { bottom: -1px; left: -1px; background-position: 0px -7px; }

.product .images a
{
    color: transparent;
}
.product .images .list { margin-top: 5px; }
.product .images .list a
{ 
    display: inline-block;
    overflow: hidden;
    margin: 10px 10px 0px 0px;
}
.product .info-more { margin: 20px 40px 20px 0px; }

/**********************************/
/*             BASKET             */
/**********************************/
#my-basket h1 { font-size: 2.5em; color: #f78f1e; }
#my-basket .header 
{ 
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #BABABA;
}
#my-basket .header div
{ 
	float: left;
	color: #0068ab;
	font-size: 1.3em;
	font-weight: bold;
}

#my-basket .product { width: 49%; }
#my-basket .qty { width: 10%; }
#my-basket .price { width: 20%; }
#my-basket .line-total { width: 20%; }

#my-basket .price, #my-basket .line-total { font-size: 1.2em; text-align: center; }

#my-basket .items { clear: left; position: relative; }
#my-basket .items .item
{ 
	position: relative;
	overflow: hidden; 
	width: 100%;
	padding: 12px 0px;
	border-bottom: 1px solid #BABABA;
	font-weight: bold;
	color: #000000;
}
#my-basket .items .item div { float: left; }

#my-basket .item .product b { display: block; padding-right: 10px; }
#my-basket .item .product b, #my-basket .item .qty, #my-basket .item .price, #my-basket .item .line-total { padding-top: 10px; }
#my-basket .item .product i { font-weight: normal; font-style: normal; color: #777777; }

#my-basket .item .product a span.img
{
	position: relative; 
	display: block;
	width: 77px;
	height: 77px;
	float: left;
	margin-right: 10px;	
}
#my-basket .item .product a { color: #f78f1e; }
#my-basket .item .product .options
{
	float: none;
	margin-top: 10px;
}
#my-basket .item .product .options span { display: block; color: #008ED4; }

#my-basket .item .qty { position: relative; }
#my-basket .item .qty img.updating
{ 
    position: absolute; 
    right: 41px; 
    top: 13px; 
    background: #FFFFFF;
}
#my-basket .item .qty div { float: none; }
#my-basket .item .qty input
{ 
	width: 35px; 
	padding: 3px; 
	border: 1px solid #CCCCCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-weight: bold;
}
#my-basket .item .qty .change { position: relative; }
#my-basket .item .qty .change a.quantity
{
	overflow: hidden;
	display: block;
	position: absolute;
	top: -5px;
	left: 41px;
	width: 17px;
	height: 17px;
	background: url(/assets/visual/basket/quantity-change.jpg) top left no-repeat;
	text-indent: -25px;
}
#my-basket .item .qty .change a.quantity.down { top: 11px; background-position: 0px -16px; }
#my-basket .item .qty a.remove
{ 
	position: relative;
	left: -14px;
	width: 80px;
	z-index: 1;
	display: block;
	margin-top: 12px;
	padding: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(/assets/visual/basket/basket_delete.png) 7px 50% no-repeat;
	color: #0068ab;
	text-indent: 29px;
}
#my-basket .item .price-change
{
	position: absolute;
	bottom: 38px;
	right: 10px;
	font-weight: bold;
	color: #CC0000
}
#my-basket .item .delivery-surcharge
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: normal;
	font-size: 0.9em;
	color: #CC0000
}
#my-basket .item .disable
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/assets/visual/basket/disable.png) repeat;
}

#my-basket .footer
{ 
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
	font-size: 1.3em; 
	font-weight: bold; 
	line-height: 1.3em;
}
#my-basket .footer .left { float: left; width: 50%; }
#my-basket .footer .delivery-select b { display: block; color: #0068ab; margin-bottom: 4px; }
#my-basket .footer .delivery-select select 
{ 
	width: 330px;
	margin: 0px 5px 5px 0px;
	padding: 3px; 
	border: 1px solid #CCCCCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}
#my-basket .footer .delivery-select img.updating { position: absolute; margin-top: 6px; }

#my-basket .footer .promotional-code { position: relative; margin: 20px 0px 30px; }
#my-basket .footer .promotional-code b { display: block; color: #0068ab; margin-bottom: 0px; }
#my-basket .footer .promotional-code span { font-size: 0.7em; font-weight: normal; }
#my-basket .footer .promotional-code div.input 
{ 
	position: relative;
	top: 5px;
	float: left;
	margin-right: 5px;
	border: 1px solid #CCCCCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	padding: 3px;
}
#my-basket .footer .promotional-code a
{ 
    display: none;
    position: absolute; 
    top: 42px; 
    left: 180px;
    width: auto;
    text-align: center;
    background-color: #83B9DC;
}
#my-basket .footer .promotional-code a.valid { background-color: #52A43C; }

#my-basket .footer .promotional-code div.action-message, #my-basket .footer .delivery-select div.action-message
{ 
	clear: both;
	position: relative;
	top: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#my-basket .footer .totals
{ 
	float: right; 
	width: 50%; 
	margin-top: 30px;
	text-align: right;
}
#my-basket .footer .totals div 
{ 
	position: relative;
	overflow: hidden; 
	margin-bottom: 2px;
	padding-right: 105px;
	text-align: right;
	color: #0068ab;
}
#my-basket .footer .totals div span.cost
{ 
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px; 
	color: #000000;
	text-align: left;
}
#my-basket .footer .totals div.total, #my-basket .footer .totals div.total span { color: #f78f1e }

#my-basket .continue-shopping { float: left; }
#my-basket .checkout { float: right; margin-right: 30px; font-size: 2em; color: #CC0000; }
#my-basket .checkout.no-delivery-method { line-height: 35px; }

/**********************************/
/*            CHECKOUT            */
/**********************************/
.checkout-stage
{
    margin-top: -7px;
    background: #d9e8f2;
}
.checkout-stage img { float: left; margin: 10px 15px 0px; }
.checkout-stage ol { display: inline-block; list-style-type: none; }
.checkout-stage ol li
{ 
    float: left;
    height: 70px;
    color: #F7F7F7;
    font-size: 2.2em;
    line-height: 67px;
    padding: 0px 10px 0px 30px;
}
.checkout-stage ol li.active
{
    max-height: 2px;
    background: #edf4f9; 
    color: #6a8495;
    border-top: 35px solid #edf4f9;
    border-bottom: 35px solid #edf4f9;
    border-left: 20px solid #d9e8f2;   
    line-height: 0px;
    text-indent: -20px;
}
.checkout-stage ol li.active + li
{ 
    max-height: 2px;
    border-top: 35px solid #d9e8f2;
    border-bottom: 35px solid #d9e8f2;
    border-left: 20px solid #EDF4F9;   
    line-height: 0px;
    text-indent: -20px;
}
#checkout h3 { font-size: 1.6em; }
#checkout h3.bars
{
    padding: 5px;
    background: #EDF4F9; 
    border-bottom: 1px solid;
    color: #0068ab;
}

/**********************************/
/*              SIDE              */
/**********************************/
#side { float: left; width: 250px; }
#side .tablets .tablet { display: block; margin-top: 10px; }
#side .categories { padding:4px 0px; }
#side .categories ul { margin: 0px; list-style-type: none; }
#side .categories ul li a { color: #0068ab; }
#side .categories > ul > li > a
{
    display: block;
    padding: 19px 15px 21px;
    border-top: 1px solid #c8d1d8;
    font-size: 1.6em;
    line-height: 1.2em;
}
#side .categories > ul > li.active > a
{
    background: -moz-linear-gradient(bottom, #d9e8f2, #ffffff);
}
body.webkit #side .categories > ul > li.active > a
{
    background: -webkit-linear-gradient(bottom, #d9e8f2, #ffffff);
}
#side .categories > ul > li:first-child > a { padding-top: 17px; border-top: 0px; }
#side .categories ul li span { position: relative; top: -1px; left: -3px; }

#side .categories li.active ul { display: block; }
#side .categories ul ul
{ 
    display: none; 
    padding: 7px 0px;
    background: #f8f8f8;
}
#side .categories ul ul li
{ 
    padding: 4px 0px 4px 15px;
}
#side .categories ul ul li.active a, #side .categories ul ul li a:hover
{
    color: #f78f1e;
    font-weight: bold;
    border-bottom: 1px solid;
}
#side .categories ul ul li a span { margin-right: 2px; }

/**********************************/
/*            SITEMAP             */
/**********************************/
body.sitemap #main { width: 100%; }
body.sitemap #main .panel { float: none; }
body.sitemap #main .panel > ul > li > ul > li { max-width: 400px;  vertical-align: top; display: inline-block; margin: 4px 10px 10px 0px; font-weight: bold; }
body.sitemap #main .panel > ul > li > ul > li li { font-weight: normal; }
body.sitemap #main .panel ul li.hideable { display: none; }
body.sitemap #main li.Shop {  }
body.sitemap #main li.Pages {  }
body.sitemap #side { display: none; }

/**********************************/
/*             FOOTER             */
/**********************************/
#footer
{ 
    position: relative;
    height: 15px;
    margin: 10px 0px; 
    padding: 9px 14px;
    color: #0067ac;
}
#footer div
{
    float: right;
}
#footer div a { margin-left: 12px; color: #0067ac; }
#footer div a#skylightmedia { color: #727272; }

/**********************************/
/*             MODAL              */
/**********************************/

/**********************************/
/*         IMAGE ROTATOR          */
/**********************************/
#main .imagerotator
{
    overflow: hidden;
    position: relative;
    width: 733px;
    height: 346px;
    margin-top: 10px;
    z-index: 1;    
}
#main .imagerotator a
{ 
    position: absolute; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
}
#main .imagerotator .overlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #D9E8F2;
}

/**********************************/
/*        PRODUCT SCROLLER        */
/**********************************/
.jCarousel .btn
{
    display: block;
    width: 19px;
    height: 19px;
    background: url(../visual/layout/scroller-buttons.gif) top left no-repeat;
}

.jCarousel .pages
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.jCarousel .btn.page
{
    display: inline-block;
    width: 10px; 
    height: 10px; 
    margin: 0px 1px;
    background-position: -10px -39px;
}
.jCarousel .btn.page.active { background-position: 0px -39px; }

.jCarousel .btn.prev, .jCarousel .btn.next
{
    z-index: 10;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    text-indent: -20px;
}
.jCarousel .btn.prev { left: 0px; background-position: 0px -19px; }
.jCarousel .btn.prev.disabled { background-position: 0px 0px; }
.jCarousel .btn.next { right: 0px; background-position: -19px -19px; }
.jCarousel .btn.next.disabled { background-position: -19px 0px; }

/**********************************/
/*      Content jScrollerPane     */
/**********************************/
.jScrollPaneContainer { position: relative; overflow: hidden; }
.jScrollPaneContainer .jScrollPaneTrack
{
    position: absolute;
    right: 0px;
    height: 100%;
    background: #EFEFEF;
}
.jScrollPaneContainer .jScrollPaneDrag
{ 
    position: absolute;
    cursor:pointer;
    overflow:hidden;
    background: #F78F1E;
}

/**********************************/
/*            SEARCH              */
/**********************************/
#main .search ol { margin-left: 0px; list-style-type: none; text-align: left; }
.search .result-origins ol { margin-top: 5px; }
.search .result-origins ol li span { padding: 0px 3px; }
.search .result-origins ol li a.last { font-weight: bold; }
.search .result-origins .all-categories { display: inline-block; margin-top: 5px; color: #f78f1e; }

.search .products-list { margin-top: 20px; }
.search .products-list li { float: left; margin-bottom: 20px; }
.search .products-list li:nth-child(4n) { margin-right: 0px; }
