 /**
* @author    SW - Javelin Group
* @version   1.0
* @media     screen
*
* @info      All navigation elements: masthead, left nav, footer, buttons, pagination etc.   
*
* @contents
* =1: Masthead
*	=1.1: General links
*	=1.2: Search
*	=1.3: Category menu
*		=1.3.1: Main menu
*		=1.3.2: Sub menu drop downs
*		=1.3.3: Hover states
*	=1.4: Mini cart 
*		=1.4.1: Mini cart ATB dialog
* =2: Footer
* =3: Buttons
* =4: Left nav
* =5: Breadcrumb
* =6: Generic section title
* =7: Page view controls
* 	=7.1: Sort by
* 	=7.2: Paging results
* 	=7.3: Pagination
* =8: Search results
* =9: Continue shopping links
* =10: Tabs
*/


/**
* =1: Masthead
*
* @info: All masthead elements, logo, links, search, menus, mini cart etc
*/

/**
* =1.1: General links, including sign in / register
*/
.header-navigation {
	width: 580px;
	float: left;
	display: inline-block;
}
ul#generalnav {
	float: right;	
	list-style-type: none;
}
ul#generalnav li {
	display: inline;
	border-right: 1px solid #333;
	padding: 0 8px;
	text-transform: lowercase;
}
ul#generalnav li.last {
	padding-right: 0;
	border-right: 0;
}
.headercustomerinfo { 
	float: left;
	padding-left: 40px;
	text-transform: lowercase;
}
.headercustomerinfo .divider { margin: 0px 2px; }
.headercustomerinfo p { padding: 0; }
.headercustomerinfo .accountlink { 
	border-left: 1px solid #333; 
	padding-left: 10px; 
	margin-left: 6px;
}
.headercustomerinfo strong { text-transform: none; }


/**
* =1.2: Search
*/
.sitesearch {
	float: left;
	padding: 48px 0px 10px;
	width: 455px;
}
.sitesearch fieldset { width: auto; }
.sitesearch p { 
	float: left;
	width: auto;
	clear: none;
	padding: 0;	
}
.sitesearch input.simplesearchinput {
	width: 150px;
	border: 1px solid #999;
	padding: 2px;	
	float: left;
}
.sitesearch select { 
	width: 150px;
	border: 1px solid #999; 
	padding: 1px;
	float: left;
	margin-right: 10px;
	margin-top: 0;
}
.sitesearch label { 
	width: auto; 
	text-align: right; 
	font-weight: bold; 
	display: block; 
	float: left; 
	padding: 0;
	text-transform: lowercase;
	margin-top: 4px;
}
.sitesearch .auxbutton { margin: 2px 0 0 5px; }

.suggestions { 
	background-color: #ffffff;
	border: 1px solid #999;
	padding: 0;
	display: none;
}
.suggestions div {
	clear: both;
	padding: 2px;
	overflow: hidden; 
	white-space:nowrap;
}
.suggestions div.selected {
	background-color: #e8e8e8;
}
.suggestions div div.suggestionterm {
	float: left;
	overflow: hidden; width: 145px;
}
.suggestions div span.hits {
	float: right;
	line-height: 1.8em;
	text-align: right;
	margin-left: 3px;
}


/**
* =1.3: Category menu
*/

/**
* =1.3.1: Main menu
*/
.categorymenu {
	background: url(../images/backgrounds/bg-topnav.png) top left no-repeat;
	clear: both;
	height: 42px;
	width: 985px;
}
.categorymenu ul { list-style-type: none; }
.categorymenu li { 
	float: left;
	position: relative;
	display: inline;
	z-index: 10;
	text-align: center;
}
.categorymenu li a {
	display: block;
	min-height: 42px;
	background: transparent url(../images/backgrounds/bg-topnav-divider.png) 0px 4px no-repeat;
	margin-right: -2px;
	color: #fff;
	font-weight: bold;
	padding: 0 2px;
	position: relative;
	z-index: auto;
	cursor: pointer;
}
.categorymenu .cat-10-xmas a { 
	background: none;
}

.categorymenu li:first-child a, .categorymenu li.first a { background: none; }
.categorymenu li a span { 
	display: block; 
	height: 42px; 
}

.categorymenu li.cat-10-xmas a span { 
	display: block; 
	height: 40px; 
}

.categorymenu li a span span {
	padding:  13px 10px 0;
	margin: 0 2px;
	height: auto;
}

/**
* =1.3.2: Sub menu drop downs
*
* @info: submenus take the following markup layout
	<div class="submenu"><--- bottom image with padding
		<ul><!--- top long image 
			<li><a href="#">link 1</a></li>
			<li><a href="#">link 2</a></li>
			<li><a href="#">link 3</a></li>
		</ul>
	</div>
*/
.categorymenu .submenu {
	position: absolute;
	top: 40px;
	display: none;
	width: 200px;
	padding-bottom: 15px;
	background: url(../images/backgrounds/bg-topnav-drop-btm.png) bottom left no-repeat;
	z-index: 1;
}
.categorymenu li.cat-10-xmas .submenu { 
	background: url(../images/backgrounds/bg-topnav-drop-btm-xmas.png) bottom left no-repeat;
	padding-bottom: 15px;
	width: 204px;
}
.categorymenu li.cat-10-xmas .submenu ul {background: url(../images/backgrounds/bg-topnav-drop-xmas.png) top left no-repeat;}
.categorymenu .submenu ul {
	width: 204px;
	min-height: 140px;
	background: url(../images/backgrounds/bg-topnav-drop.png) top left no-repeat;
}
.categorymenu .submenu ul li {
	position: static;
	float: none;
	text-align: left;
	padding: 7px 5px 0 10px;
	display: block;
	height: 1%;
}
.categorymenu .submenu ul li a {
	background: transparent none;
	padding: 0;
	margin: 0;
	min-height: 0;
	font-weight: normal;
}

/**
* =1.3.3: Hover states
*
* @info: Classes used for IE6 are applied via ie6-drop.js:
*		 .over
*		 .first-over
*		 .last-over
*/
.categorymenu li:hover, .categorymenu li.over { z-index: 11; }
.categorymenu li:hover a, .categorymenu li.over a { 
	color: #fff; 
	background: transparent none;
	text-decoration: none; 
	z-index: 2; 
}

/**
* Set default and first items hover styles
* This adds the top left corner to the hover state
*/
/*.categorymenu li.first:hover a, .categorymenu li.first-over a { background: url(../images/backgrounds/bg-topnav-lcrnr-over.png) top left no-repeat; }
.categorymenu li.first:hover a span, .categorymenu li.first-over a span { background: url(../images/backgrounds/bg-topnav-lcrnr-over.png) -2px 0px no-repeat; }*/

/**
* Set last item hover style
* This adds the top right corner to the hover state, and changes the orientation of the drop down
*/
/*.categorymenu li.last .submenu ul { background: url(../images/backgrounds/bg-topnav-drop-left.png) top left no-repeat; }*/
/*.categorymenu li.last:hover a, .categorymenu li.last-over a { background: url(../images/backgrounds/bg-topnav-rcrnr-over.png) top right no-repeat; }
.categorymenu li.last:hover a span, .categorymenu li.last-over a span { background: url(../images/backgrounds/bg-topnav-rcrnr-over.png) 69px 0 no-repeat; }*/

/**
* Clear the backgrounds for submenu items
*/
.categorymenu li.first:hover .submenu a, .categorymenu .submenu li.first:hover a,
.categorymenu li.last:hover .submenu a, .categorymenu .submenu li.last:hover a,
.categorymenu li:hover a span span, 
.categorymenu li.first:hover a span span, .categorymenu li.first-over a span span,
.categorymenu li.last:hover a span span, .categorymenu li.last-over a span span,
.categorymenu .submenu ul li a:hover { background: transparent none; }

/**
* Add link formatting to submenu
*/
.categorymenu .submenu ul li a:hover { text-decoration: underline; }

/**
* Position the submenu
*/
.categorymenu li:hover .submenu, .categorymenu li.over .submenu { left: 0; display: block;} 					/* Normal positioning */
.categorymenu li.last:hover .submenu, .categorymenu li.last-over .submenu { left: -122px; display: block;} 	/* Change positioning for last menu */


/**
* =1.4: Mini basket
*/
.empty-minicart {
	float: right;
	clear: right;
	width: 215px;
	height: 74px;
	margin: 5px 0;
}
.minicart {
	float: right;
	width: 198px;
	/*background: url(../images/backgrounds/bg-cnrs-x200-top.png) top left no-repeat;*/
	padding-top: 3px;
	margin: 5px 0;
	border: 1px solid #ccc;
}
.minicart p.carttotals {margin-top:-5px;}

.minicart .minicarttotal {
	float: right;
	position: relative;
	/*background: url(../images/backgrounds/bg-cnrs-x200-btm.png) bottom left no-repeat;*/
	width: 178px;
	height: 60px;
	padding: 4px 10px 5px;
}
.minicart .carttotals { 
	float: right;
	width: 180px;
	display: block;
	padding: 2px 0 2px 0px;
	background: url(../images/icons/icon-basket.png) top left no-repeat;
	text-align: right;
}
.minicart .carttotals .count { 
	float: right; 
	background-color: #fff;
}
.minicart .carttotals .total { 
	padding-left: 10px; 
	float: right; 
	display: block; 
	
}
.minicart .carttotals strong { font-size: 1.5em; }
.minicart .minicartactions {
	clear: both;
	float: right;
	width: 100%;
	text-align: left;
	display: block;
}
.minicart .minicartactions a.forwards, .minicart .minicartactions .auxbutton  { 
	clear:right; 
	float: right; 
	margin-top:18px; 
}
.minicart .minicartactions  .forwards { margin: 1px 0 0 0; }

/**
* =1.4.1: Mini cart atb dialog
*/
.minicartcontent table {
	width: 573px;
	border: 1px solid #ddd;
	background: url(../images/backgrounds/bg-grad-diag-999-x575.png) top left no-repeat;
}
.minicartcontent table th {
	background: none;
	padding: 6px 10px;
	border: 0;
	margin: 0;
	text-align: center;
	text-transform: lowercase;
}
.minicartcontent table th.product { text-align: left; }
.minicartcontent table td { 
	padding: 10px; 
	vertical-align: top;
}
.minicartcontent table td.qty,
.minicartcontent table td.subtotal { text-align: center; }
.minicartcontent table td.product img { float: left; } 
.minicartcontent table td.product .summaryinfo {
	float: left; 
	padding-left: 10px;
}
.minicartcontent table td.product .summaryinfo em { 
	float: left; 
	margin-bottom: 8px; 
	font-style: normal;
}
.minicartcontent table td.product .summaryinfo p,
.minicartcontent table td.product .summaryinfo .attribute,
.minicartcontent table td.product .summaryinfo .variants { clear: left; }
.minicartcontent table td.product .summaryinfo .variants p { 
	width: auto;
	padding: 0 0 3px;
}
.minicartcontent .backwards { float: left; }
.minicartcontent .minicartactions {
	width: 575px;
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
	float: left;
	padding: 10px 0;
}
.minicartcontent .minicartactions .primarybutton, .minicartcontent .minicartactions .secondarybutton { float: right; }
.minicartcontent .minicartactions .primarybutton { margin-left: 10px; }
.minicartcontent .xsellgrid { 
	padding-top: 15px;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}


/**
* =2: Footer
*
*/
#footer {
	clear: both;
	width: 985px;
	margin: 20px auto 0px;
	padding-bottom: 10px;
	background-color: #ffffff;
	text-transform: lowercase;
}
#footer div.footer div {
	float: left;
	width: 187px;
	padding: 10px 0 0 10px;
}
#footer div.footer div div { 
	padding-left: 0; 
	float: none;
}
#footer h4 { color: #007948; padding-bottom: 5px; padding-left: 10px; }
#footer ul { list-style-type: none; }
#footer ul li { display: inline; }
#footer ul li a { 
	display: block; 
	color: #666; 
	font-size: 0.9em;
	background-image: url(../images/icons/icon-arrow-footer-grey-right.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#footer ul li a.iss { 
	padding-bottom: 40px;
	background: url(../images/icons/icon-iss.png) 90px 30px no-repeat; 
}
#footer .footer-terms {
	text-align: center;
	width: 985px;
	font-size: 11px;
	color: #666666;
	text-transform: none;
}
#footer .orderbyphone {
	font-weight: bold;
}
#footer .footer {
	float: left;
	width: 985px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 15px;
}

/**
* =3: Buttons
*
* @info: Common primary, secondary button styles. Use sliding doors to enable text on buttons essential for internationalisation
		 Default - any colour with no arrow. Override with <button>[left | right]
		 Primary - Orange | Red
		 Secondary - Blue | Light green
		 Tertiary - Grey
		 Aux - ? | Dark Green
		 <button>left - Arrow left
		 <button>right - Arrow right
		 <button>large - Large
*/
.primarybutton, .primarybuttonlarge, 
.secondarybutton,
.tertiarybutton,
.auxbutton {
	min-height: 20px;
	float: left;
	/*padding-left: 5px;*/ /*Remove the cap*/
	/*background: url(../images/buttons/btn-cap-primary.png) top left no-repeat;*/
}
.primarybutton input, .primarybuttonright input, .primarybuttonright span, .primarybuttonlarge input, .primarybuttonlarge span, 
.secondarybutton input, .secondarybutton span,
.tertiarybutton input, .tertiarybutton span,
.auxbutton input, .auxbutton span {
	background: transparent url(../images/buttons/btn-slide-primary.png) top right no-repeat;
	min-height: 20px;
	padding: 0 5px 3px 5px; /*Move the padding from the cap to the button itself*/
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	text-transform: lowercase;
}
.primarybutton input { background-image: url(../images/buttons/btn-slide-primary.png); }
/*.secondarybutton { background: url(../images/buttons/btn-cap-secondary.png) top left no-repeat; }*/
.secondarybutton input, .secondarybutton span { background: transparent url(../images/buttons/btn-slide-secondary.png) top right no-repeat; }
/*.tertiarybutton { background: url(../images/buttons/btn-cap-tertiary.png) top left no-repeat; }*/
.tertiarybutton input, .tertiarybutton span { background: transparent url(../images/buttons/btn-slide-tertiary.png) top right no-repeat; }
.auxbutton input, .auxbutton span { background: transparent url(../images/buttons/btn-slide-aux.png) top right no-repeat; }

/*link types - those containing a span rather than input*/
.primarybutton span, .secondarybutton span, .tertiarybutton span, .auxbutton span {
	display: block;
	min-height: 15px;
	padding: 2px 5px 3px 5px; /*Incude new padding on the left from cap*/
}

/*pseudo class fixes*/
.primarybutton:hover, .primarybuttonlarge:hover, .secondarybutton:hover, .tertiarybutton:hover, .auxbutton:hover,
.primarybutton:focus, .primarybuttonlarge:focus, .secondarybutton:focus, .tertiarybutton:focus, .auxbutton:focus,
.primarybutton:active, .primarybuttonlarge:active, .secondarybutton:active, .tertiarybutton:active, .auxbutton:active,
.primarybutton:visited, .primarybuttonlarge:visited, .secondarybutton:visited, .tertiarybutton:visited, .auxbutton:visited { text-decoration: none; }

/*right buttons*/
.primarybuttonright input, .primarybuttonright span, 
.secondarybuttonright input, .secondarybuttonright span,
.tertiarybuttonright input, .tertiarybuttonright span,
.auxbuttonright input, .auxbuttonright span { padding-right: 17px; }
.primarybuttonright input, .primarybuttonright span { background-image: url(../images/buttons/btn-slide-primary-right.png); }
.secondarybuttonright input, .secondarybuttonright span { background-image: url(../images/buttons/btn-slide-secondary-right.png); }
.tertiarybuttonright input, .tertiarybuttonright span { background-image: url(../images/buttons/btn-slide-tertiary-right.png); }
.auxbuttonright input, .auxbuttonright span { background-image: url(../images/buttons/btn-slide-aux-right.png); background-color: #007948; }
.minicartcontent .auxbuttonright { float: right;}
/*left buttons*/
.secondarybuttonleft input, .secondarybuttonleft span,
.tertiarybuttonleft input, .tertiarybuttonleft span { 
	padding-left: 17px; 
	/*background-image: url(../images/buttons/btn-cap-tertiary-left.png);*/
	background: url(../images/buttons/btn-slide-secondary-left.png) top left no-repeat;
}
.tertiarybuttonleft input, .tertiarybuttonleft span {
	background: url(../images/buttons/btn-slide-tertiary-left.png) top left no-repeat;
}

/*large buttons*/
.primarybuttonlarge, .primarybuttonlarge input, .primarybuttonlarge span {
	min-height: 28px;
	height: auto !important;
	height: 28px;
	/*background: url(../images/buttons/btn-cap-primary-large.png) top left no-repeat;*/
	text-align: left;
}
#primaryaddtocartbutton { 
	background: transparent url(../images/buttons/btn-red-atb.png) top right no-repeat; 
	height: 37px!important;
	float: right; 
}
.primarybuttonlarge input, 
.primarybuttonlarge span {
	padding: 7px 15px 3px 10px; /*Include left padding from cap*/
	width: 151px;
	font-size: 1.167em;
	font-weight: normal;
	background: transparent; /*Button for DC page is named the same minus 'default'*/
}

.primarybuttonlarge span {
	display: block;
	line-height: 1em;
	padding-top: 7px;
	padding-bottom: 0;
	min-height: 21px;
	height: auto !important;
	height: 21px;
}
.primarybuttonlarge:hover { color: #fff; }

/*right pointing link*/
.forwards, .backwards {
	text-transform: lowercase;
	padding-right: 10px;
	background: url(../images/icons/icon-arrow-grey-right.png) center right no-repeat;
}

/*left pointing link*/
.backwards {
	padding-left: 10px;
	padding-right: 0;
	background: url(../images/icons/icon-arrow-grey-left.png) center left no-repeat;
}

/* Primary button disabled */
.primarybuttonlarge input[disabled=disabled] { color: #ccc; }

/*text button*/
.textbutton {
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	/*border-bottom: 1px solid #333;*/
	text-decoration: underline;
}

/*jQuery dialog close button*/
.ui-dialog-titlebar-close .ui-icon {
	display: block;
	width: 19px;
	height: 18px;
	background: url(../images/buttons/btn-overlay-close.png) left top no-repeat;
}

/**
* =4: Left nav
*
* @info: Left nav category and refinement groups
*/
.navgroup {
	padding-bottom: 6px;
	margin-bottom: 10px;
	width: 189px;
	position: relative;
	float: left;
}
.lastnavgroup { margin-bottom: 10px; }
.navgroup h3 {
	
	background-color: #fff;
	padding-top: 6px;
	font-size: 1.2em;
}
.navgroup h3 span {
	border: 1px solid #fff;
	border-width: 0 1px 1px;
	display: block;
	padding: 3px 0px 9px 3px;
	position: relative;
	color: #007948;
}
.refinement h3 span { padding-right: 45px; }
.navgroup ul {
	border: 1px solid #fff;
	border-width: 0 1px 0;
	padding: 0 4px 0;
	position: relative;
	float: left;
	width: 179px;
}
.navgroup ul li {
	float: left;
	clear: both;
	display: block;
	width: 179px;
	list-style-type: none;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5em;
}
.navgroup ul li a {
	color: #666;
	float: left;
	width: 167px;
	display: block;
	padding-left: 12px;
	cursor: pointer; 
	padding: 3px 0 3px 12px;
}
.navgroup ul li a span.item { float: left; }
.navgroup a:hover span { text-decoration: underline; }
.navgroup ul li a span.count { float: right; }
.navgroup ul li.last { border-bottom: none; }
.navgroup p.viewToggle {
	border: 1px solid #fff;
	border-width: 0 1px;
	padding: 5px 0 5px 3px;
	float: left;
	width: 175px;
}
.searchrefinements .refinedclear { 
	position: absolute; 
	right: 10px; 
	top: 0.8em; 
}
.searchrefinements .refinedclear a,
.navgroup p.viewToggle a { 
	padding-left: 8px; 
	text-transform: lowercase;
	text-decoration: underline; 
	position: relative;
	display: block;
}
.searchrefinements .refinedclear a {
	color: #fff;
	background: url(../images/icons/icon-arrow-white-right.png) left center no-repeat;	
}

/* Parent link */
.parentlink, .parentlink-categories {
	padding: 0 4px 0 4px;
	border: 1px solid #fff;
	border-width: 0 1px;
}
.parentlink span, .parentlink-categories span {
	display: block;
	padding: 10px 0 10px 0;
}
.parentlink-categories span { border-bottom: 1px solid #dedede; }
.parentlink a, .parentlink-categories a {
	color: #666;
	padding: 0 0 0 12px;
	background: url(../images/icons/icon-arrow-grey-left.png) left center no-repeat;
	display: block;
	text-decoration: underline;
}

/* Refinement hover and selected states */
.searchrefinements .refineattributes li a { background: url(../images/icons/icon-bullet-unsel.png) left center no-repeat; }
.searchrefinements .refineattributes li a:hover { background: url(../images/icons/icon-bullet-sel.png) left center no-repeat; }
.searchrefinements .refineattributes li.selected a { background-image: url(../images/icons/icon-bullet-clear.png); }

/* Disabled state for account nav */
.navgroup ul li span.disabled {
	display: block;
	padding: 3px 0 3px 12px;	
}


/**
* =5: Breadcrumb
*/
.breadcrumb {
	
	min-height: 30px;
	width: 975px;
	padding: 5px 0 0 10px;
	position: absolute;
	top: 5px;
	left: 0px;
}
.breadcrumb .divider span { visibility: hidden; }
.breadcrumb .divider { 
	background: url(../images/icons/icon-arrow-grey-right.png) center center no-repeat; 
	margin: 0 3px; 
}
.breadcrumb a { text-decoration: underline; }


/**
* =6: Generic section title
*/
h2.titleseparator {
	float: left;
	clear: both;
	width: 100%;
	font-weight: bold;
	background: url(../images/backgrounds/bg-grad-e0e3e8-x786.png) no-repeat;
	margin-bottom: 10px;
}
h2.titleseparator span {
	display: block;
	padding: 5px 0 5px 12px;
}

/**
* 7:= Page view controls
*
* @info: Covers sort by, results per page, number of results, pagination
*/
.pageviewcontrols {
	clear: left;
	text-transform: lowercase;
	background-color: #f1f1f1;
	padding: 8px 10px 8px;
	position: relative;
	float: left;
	width: 767px;
	margin-bottom: 10px;
}
.pageviewcontrols fieldset { width: auto; }
.pageviewcontrols select.selectbox { 
	width: auto;
	margin-top: -2px;
}
.pageviewcontrols form, .pageviewcontrols fieldset { 
	width: auto;	
	float: left; 
	display: inline;
}
.pageviewcontrols label {
	width: auto;
	margin: 0; 
	float: left; 
	padding: 3px 5px 0 0;
}


/* Overrides */
.pt_order .pageviewcontrols select { 
	float: left; 
	margin-right: 10px;
}
.pt_order .pageviewcontrols .resultshits {
	clear: none;
	width: auto;
	padding: 0;
}
.promopageviewcontrols {
    width: 570px;   
}

/**
* =7.1: Sort by
*/
.pageviewcontrols .sortby select { width: 145px; }

/**
* =7.2: Paging results
*/
.resultshits{
	display: inline;
	float: left;
	margin: 3px 40px 0 40px;
	padding-bottom: 0;
}
.promopageviewcontrols .resultshits {
	margin: 3px 40px 0 0;		
} 

/**
* =7.3: Pagination
*/
.pagination {
	float: right;
	padding-top: 3px;
}
.pagination li {
	list-style-type: none;
	display: inline; 
	padding: 1px 2px;
	float: none;
}
.pagination li.currentpage { color: #fff; }
.pagination li.firstlast { padding: 0 }
.pagination li.firstlast a {
	background-image:url(../images/icons/icon-paging-controls.png);
	background-repeat: no-repeat; 
	text-decoration: none;
}
.pagination li.firstlast a.pagefirst { background-position: 3px 4px; }
.pagination li.firstlast a.pageprevious { background-position: -12px 4px; }
.pagination li.firstlast a.pagenext { background-position: -20px 4px; }
.pagination li.firstlast a.pagelast { background-position: -28px 4px; }
.pagination li.firstlast a span { visibility: hidden; }

/**
* =7.4: Promotion pageviewcontrols
*/
.promopageviewcontrols .viewmoreproducts {
	float: left;
	margin-top: 3px;
	padding-bottom: 0;
}


/**
* =8: Search results
*
* @info: Includes no results & content results
*		 No results content slots are specified in merchandising.css
*/
.searchresultsheader {
	height: 255px;
	background: url(../images/backgrounds/bg-searchresults.jpg) left bottom no-repeat;
	margin-bottom: 20px;
}
.searchresultsheader h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 6px 10px;
	color: #fff;
	border-bottom: #ddd;
}
.searchresultsheader h2 {
	font-size: 1.5em;
	padding: 50px 0 20px 10px;
}
.searchresultsheader p {
	padding: 0 0 0 10px;
	font-size: 1.5em;
	font-weight: bold;
}
.searchresultsheader .didyoumean {
	padding: 0 0 0 10px;
	font-size: 1.5em;
	font-weight: bold;	
}

/*Reduced header class added to search header when a brand banner is present
This class reduces the height of the header */
.reducedheader {
	height: auto;
	background-image: url(../images/backgrounds/bg-searchresults-empty.png);
	padding-bottom: 20px;
}
.reducedheader h2 {
	padding-top: 20px;
	padding-bottom: 0;
}	

/* No results header */
.nohits .searchresultsheader {
	position: relative;
	height: 420px;
	background: url(../images/backgrounds/bg-nosearchresults.jpg) left bottom no-repeat;	
}
.nohits .searchresultsheader h2 {
	padding-top: 20px;
	line-height: 1.3em;	
}

/* No results help content */
.nohits .searchresultsheader .noresults-help {
	position: absolute;
	bottom: 0;
	left: 10px;
	padding-left: 0;
	width: 350px;
}
.nohits .searchresultsheader .noresults-help h2 {
	font-size: 1.2em;
	padding: 0;
	line-height: 1em;
}

/* Content results */
.contenthits { 
	width: 786px;
	padding-bottom: 10px;
}
.contentresults  { padding-top: 20px; }
.contentresults li {
	list-style-type: none;
	padding: 0 0 10px 0;
}
.contentresults h3 { padding-bottom: 10px; }
.contentresults  p a.readmore { text-decoration: underline; }


/**
* =9: Continue shopping links
*
* @info: A list of categories for display on no results and empty basket pages 
*/
#continueshoppinglist {
	float: left;
	padding: 20px 0 20px 10px;
}
#continueshoppinglist h2 { padding: 0; }
#continueshoppinglist ul { 
	float: left;
    position: relative;
    list-style: none;
    padding: 10px 0 0;
}
#continueshoppinglist li {
	float: left;
	padding: 0 20px;
}
#continueshoppinglist li a {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  text-decoration: underline;
}
.nohits #continueshoppinglist ul { width: 468px; }
.nohits #continueshoppinglist ul li { width: 150px; }


/**
* =10: Tabs
*/

/* jQuery Tabs Default Skinning */
.ui-tabs {background-color: transparent;border: 0px;}
.ui-tabs .ui-tabs-nav {background: transparent none;border-width:0;}
.ui-tabs .ui-tabs-panel {
	border:0;
	width: 689px;
	background: #fff;
	border-top: 0px solid #00653a;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}	
#arpTabsDiv.ui-tabs .ui-tabs-panel {
	width: 228px;
	padding: 10px 13px 10px;
	float: left;
	min-height: 579px;
}

#tabs .ui-state-active a:hover, #tabs .ui-state-active a:focus { text-decoration: none; }
#tabs li span a:focus { text-decoration: underline; }

#tabs { 
	list-style-type: none;
	float: left;
	width: 786px;
	margin: 0 0 20px;
	padding: 0;
}
#tabs li { 
	float: left;
	margin-right: 5px; 
	list-style: none;
}
#tabs li span {
	float: left;
	display: block;
	padding: 12px 8px 0;
	min-height: 24px;
	font-weight: bold;
}
/******************* rounded corners */
.rounded {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

