/* basic elements */

html{
	margin:0;
	padding:0;
	background: #e9edfa;
	font: 12px  Arial, Helvetica, sans-serif;
	color: #444;
	}

body {
	margin: 5px auto;
	padding: 0;
	width: 980px;
	background:#fff url(images/templates/wis-header-bg.gif) 5px 0 repeat-x;
}

form {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, p{
	margin: 0 0 10px 0;
	padding: 0;
	}

a{
	color: #002369;
	text-decoration: none;
}

a img{
	border: 0;
}

br.clearboth{
	clear:both;
}

br.clearright{
	clear:right;
}

.floatright{
	float : right;
	padding: 0 0 10px 10px;
}

/* page structure */

#header{
	width: 980px;
	height: 60px;
	background: transparent url(images/templates/wis-header-bg-r.gif) 100% 0 no-repeat;
	border-bottom: 5px solid #E9EDFA;
		}

* html body #header{
	height : 60px;
}

#menu{
	width: 180px;
	padding: 10px;
	margin: 0;
	float: left;
	display: inline;
	clear: both;
	background : #fff url(images/templates/wis-menu-bg-l.gif) top left no-repeat;
	}

#finalAddress #menu{
	background: #fff;
	height: 400px;
}

#content{
	width: 540px;
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background : #fff;
	position: relative;
}


#subcontent{
	width: 200px;
	float: left;
	margin: 0;
	padding: 10px;
	background : #fff url(images/templates/wis-sub-bg-r.gif) top right no-repeat;
}

#footer{
	width: 980px;
	clear:both;
	margin:0;
	overflow : hidden;
	background : #fff url(images/wis-footer-l-bg.gif) bottom left no-repeat;
	}

/* header ... specific styles */

h1#logo{
	display: block;
	background : url(images/templates/wis-logo.gif) 0 0 no-repeat;
	width: 190px;
	height: 60px;
	margin : 0;
	padding : 0;
	float: left;
	text-indent: -999em;
	overflow : hidden;
}

h1#logo a{
	width: 100%;
	height: 100%;
	display: block;
}

#header ul#headermenu{
	margin:15px 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
	background: url(images/templates/wis-search-bg.gif) 0 0 repeat-x;
}

#header ul#headermenu li{
	float: left;
	display: inline;
	margin:0;
	padding: 7px 0 0 0;
	height: 30px;
}

#header ul#headermenu #homelink{
	background: url(images/templates/wis-header-menu-l.gif) 0 0 no-repeat;
	padding-left: 10px;
}

#header ul#headermenu #contactlink{
	background: url(images/templates/wis-header-menu-r.gif) 100% 0 no-repeat;
}

#header ul#headermenu a{
	line-height: 1em;
	display: block;
	margin: 0;
	padding: 0 14px 0 21px;
	color: #212188;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(images/templates/wis-header-a-bg.gif) 0 50% no-repeat;
}

#header ul#headermenu a:hover{
	color: #f00;
}

#header form{
	float: left;
	margin: 15px 0 0 20px;
	height: 30px;
	/* width: 270px;*/
	background: url(images/templates/wis-search-bg.gif) 0 0 repeat-x;
	overflow:hidden;

}

#header form input.qty{
	border: 1px solid #7777bb;
	font: 12px  Arial, Helvetica, sans-serif;
	width: 160px;
	height: 18px;
	vertical-align: middle;
	display :  block;
	float: left;
	margin: 4px 0 0 0;
}

#header form label{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #08087F;
	margin:0;
	padding : 0;
	width: 35px;
	height: 30px;
	background : url(images/templates/wis-search-icon.gif) 0 0 no-repeat;
	display :  block;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}

#header form input#go{
	margin: 0 0 0 3px;
	padding: 0;
	vertical-align:middle;
	display :  block;
	float: left;
}

* html body #header form input#go{
margin:0;
}


/* menu ... specific styles - also now applied to products menu on department page */

#menu ul{
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	list-style: none;
	font: bold 12px  Arial, Helvetica, sans-serif;
	background : #fff url(images/templates/wis-menu-bg.gif) 0 100% no-repeat;;
	width: 180px;
}

#menu li, #content #productsMenu li{
	padding: 0;
	margin: 0;
	background: #fff;
	line-height : 25px;
	border-bottom: 1px solid #c2c5e1;
	list-style: none;
}

#content ul#productsMenu{
	padding-bottom: 20px;
	margin-left: 195px;
}

#content #productsMenu li{
	float: left;
	width: 295px;
	line-height: 22px;
}


* html body #menu ul#productsMenu{
	height : 1%;
}

#menu a:link, #menu  a:visited, #content #productsMenu a:link, #content #productsMenu a:visited{
	color: #111185;
	text-decoration: none;
	background : url(images/templates/wis-menu-a-bg.gif) -360px 50% no-repeat;
	display: block;
	padding-left: 35px;
}

#menu a:hover, #menu a:active, #menu a.current{
	color: #ab0707;
	text-decoration: none;
	background : url(images/templates/wis-menu-a-bg.gif)0 50% no-repeat;
	padding-left: 35px;
}

#content #productsMenu a:hover{
	color: #f00;
}

#menu h2{
	height: 30px;
	width: 180px;
	margin: 0;
	padding: 0;
	text-indent : -999em;
	overflow : hidden;
	border: none;
}

#menu h2#depHead{
	background : #fff url(images/templates/wis-h2-dep-bg.gif) 0 0 no-repeat;
}

#menu h2#prodHead{
	background : #fff url(images/templates/wis-h2-prod-bg.gif) 0 0 no-repeat;
}

#menu h2#secHead{
	background : #fff url(images/templates/wis-h2-sec-bg.gif) 0 0 no-repeat;
}

#menu p{
	background: #a4b8ea url(images/templates/wis-menu-p-bg.gif) 0 100% no-repeat;
	padding: 10px 0 20px 0;
	text-align: center;
}

#menu p#clearance{
	background: transparent url(images/templates/wis-p-clearance-bg.gif) 0 0 no-repeat;
	padding: 33px 0 0 65px;
	height: 77px;
	text-align: left;
	color: #080876;
}

#menu h2#clearanceHead{
	display: block;
	background: url(images/templates/wis-h2-clearance-bg.gif) 0 0 no-repeat;
}

#menu p#clearance a:link, #menu p#clearance a:visited, #menu p#clearance a:hover, #menu p#clearance a:active{
	background: none;
	padding: 0;
	font-weight: normal;
}

#menu p#clearance a strong{
	margin: 5px 0 0 0;
	display: block;
	}

/* content ... specific styles */


#help th{
	color: #fe0000;
	font-weight: bold;
	text-align: left;
}

#contact p#emailLink{
	padding: 20px 0 0 60px;
	height: 52px;
	background: url(images/envelope.gif) 0 0 no-repeat;
}

#contact p#phone{
	padding: 20px 0 0 60px;
	margin-left: 320px;
	height: 52px;
	background: url(images/phone.gif) 0 0 no-repeat;
}

div.infopage#content  p{
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #555;
}

#content p#featured{
	margin-bottom: 15px;
}

#content p.narrow{
	width:180px;
}

#content h2{
	font: normal  17px Arial, Helvetica, sans-serif;
	color: #3C69DB;
	padding-bottom: 6px;
	border-bottom: 1px solid #A4B8EA;
}

#content h2#feat{
	background : url(images/templates/wis-h2-mainoffers-bg.gif) 0 0 no-repeat;
	width: 540px;
	height: 30px;
	margin: 0;
	padding:0;
	text-indent: -999em;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

#content h2#prodHead{
	margin-top: 20px;
	margin-left: 235px;
}

#content h3{
	font: normal  14px  Arial, Helvetica, sans-serif;
	color: #6465ac;
}

#content h3#deptProdsTag{
	margin: 0 10px 10px 246px;
}

#content div#deptProdMenu{
	overflow: visible;
}

/*
#content h1#pageTag{
font: bold 13px Arial, Helvetica, sans-serif;
	color: #6983c5;
	padding-bottom: 30px;
	background : url(images/wis-pagetag-bg.gif) bottom left repeat-x;
	margin: 0;
}

#content h1#pageTag a{
	color: #6983c5;
} */

/* ------------------------------ background images for dept banners on dept page ------------------------------ */

#content div#deptCont{
	overflow: hidden;
	/* background: #EBEFFA;  */
}

#content h1.deptBanner{
	text-indent: -999em;
	overflow: hidden;
	width: 225px;
	height: 380px;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	background-color: #eee;
	margin-right: 10px;
}

#content h1.deptBanner a{
	width: 100%;
	height: 100%;
	display: block;
}


#content h1#dept_1{
	background-image: url(images/templates/wis-nursing-department.jpg);
}

#content h1#dept_2{
	background-image: url(images/templates/wis-hair-department.jpg);
}

#content h1#dept_3{
	background-image: url(images/templates/wis-scrubs-department.jpg);
}

#content h1#dept_4{
	background-image: url(images/templates/wis-dentist-department.jpg);
}

#content h1#dept_5{
	background-image: url(images/templates/wis-vet-department.jpg);
}

#content h1#dept_6{
	background-image: url(images/templates/wis-leisure-department.jpg);
}

#content h1#dept_8{
	background-image: url(images/templates/wis-outdoors-department.jpg);
}

#content h1#dept_11{
	background-image: url(images/templates/wis-offers-department.jpg);
}

#content h1#dept_18{
	background-image: url(images/templates/wis-permagard-department.jpg);
}

#content h1#dept_19{
	background-image: url(images/templates/wis-workwear-department.jpg);
}

#content h1#dept_24{
	background-image: url(images/templates/wis-therapy-department.jpg);
}

#content h1#dept_25{
	background-image: url(images/templates/wis-chef-department.jpg);
}

#content h1#dept_28{
	background-image: url(images/templates/wis-corporate-department.jpg);
}

#content h1#dept_29{
	background-image: url(images/templates/wis-cherokee-department.jpg);
}

#content h1#dept_30{
	background-image: url(images/templates/wis-saleshop-department.jpg);
}

#content h1#dept_32{
	background-image: url(images/templates/wis-disney-department.jpg);
}

#mainPage #content h3{
	font: bold  13px Arial, Helvetica, sans-serif;
	color: #5B64A3;
	padding-bottom: 8px;
	text-decoration: none;
	text-align: right;
	margin: 0 10px -20px 0;
	position :  relative;
	top: -35px;
}

#mainPage #content h3 a{
	text-decoration: none;
}

#mainPage #content h3 a:hover{
	text-decoration: none;
	color: #f00;
}

#content p#featured a img{
	border: 0;
	}
	
	#content div#depDescript{
		padding-top: 10px;
	}

#content div#depDescript h2{
	margin-left: 235px;
	margin-bottom: 5px;
}

#content div#depDescript p{
	line-height: 1.4em;
}

#content p#catalogueLink{
	clear: both;
	width: 540px;
	height: 150px;
	padding-top: 10px;

}

#content p#catalogueLink a{
	display: block;
	margin: 0;
	padding:0;
	width: 540px;
	height: 150px;
	text-indent: -999em;
	overflow: hidden;
		background: url(images/templates/wis-order-catalog.jpg) 0 0 no-repeat;
}

#content h2.prodlink{
	padding:0;
	width: 240px;
	margin: 0 0 0 290px;
	font: bold  14px Arial, Helvetica, sans-serif;
	border: none;
}

#content h2.prodlink a{
	color: #698ADF;
	line-height : 1;
	display: block;
	padding: 15px 10px 15px 50px;
	border-bottom: 1px solid #C5D1EF;
	background : url(images/templates/wis-prodlink-bg.gif) 10px 50% no-repeat;
}

#content h2.prodlink a:hover{
	background : url(images/templates/wis-prodlink-bg-over.gif) 10px 50% no-repeat;
	color: #03037D;
}

#content p.stocklink{
	width: 82px;
	height: 215px;
	margin-left: 5px;
	padding:0;
	float:left;
	background : #fff;
}

#content  p.stocklink img{
	width: 82px;
	height: 215px;
}

* html body #content p.stocklink{
	width: 80px;
	height: 209px;
	margin: 0 0 5px 4px;
	padding:0;
	float:left;
	background : #fff;
}



#content h1#range{
	width: 500px;
	height: 220px;
	background: url(images/us-h1-range-bg.jpg) 0 0 no-repeat;
	text-indent: -999em;
	overflow : hidden;
	margin: 0;
	padding:0;
}

#content h2#welcome{
	width: 500px;
	height: 40px;
	background: url(images/us-h2-welcome-bg.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow : hidden;
	margin: 0;
	padding:0;
	border: none;
}

#content h1#pageTag{
	font: normal 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #5F7DCB;
	padding: 6px 0;
	color: #5F7DCB;
}

#content h1#pageTag a{
	color: #5F7DCB;
}

/*product region */
#productRegion{
	width: 240px;
	background: #fff;
	padding-right: 11px;
	margin: 0 0 10px 0;
	float: left;
}

#productRegion h1{
	color:#fff;
	font-size: 15px;
	margin: 0;
	padding: 8px 10px;
	background: #5f7dcb url(images/templates/wis-blue-grad-bg.gif) 0 0 repeat-x;
}

#productRegion p#description {
	font-size: 12px;
	color: #3e3e3e;
	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 1.5em;
}

#productRegion p#price{
	color: #fe0000;
	margin: 0 0 10px 0;
	padding: 10px;
	background: url(images/wis-pagetag-bg.gif) top left repeat-x;
	border-bottom: 1px solid #dadee8;
}

#productRegion h3{
	font-size: 12px;
	color:  #fff;
	background: #5f7dcb url(images/templates/wis-info-icon.gif) 10px 50% no-repeat;
	margin: 20px 0 10px 0;
	padding: 10px 10px 10px 38px;
}

#productRegion p#options1{
	margin:0 10px 10px 10px;
	padding:0;
}

#productRegion p#options2{
	margin: 0 12px;
	padding: 5px 0 10px 0;
}

#productRegion label{
	color:#f00;
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px;
	line-height: 2em;
}

#productRegion input.qty{
	width: 25px;
	height: 15px;
	border: 1px solid #A6A9D0;
	font-size: 10px;
	display: inline-block;
	margin-right: 10px;
	color: #444;
	text-align: right;
	font-weight: bold;
}

#productRegion select{
	border: 1px solid #A6A9D0;
	font: 12px  Arial, Helvetica, sans-serif;
	color: #444;
	width: 226px;
}

#productRegion input#cart_button_01{
height: 30px;
width: 120px;
display: block;
margin: 5px auto;
}

#productRegion div#detail{
	padding-bottom: 10px;
}

#productRegion a#sizeGuideLink{
	display: block;
	width: 240px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/templates/wis-size-guide-icon.gif) 0 0 no-repeat;
}

#productRegion span#availability{
	padding: 5px 5px 5px 85px;
	background: url(images/templates/time.gif) 0 50% no-repeat;
	display: block;
	font-weight: bold;
	text-transform: lowercase;
	width: 100px;
	float: left;
}

#productRegion img#availHelp{
	float: right;
	display: block;
	padding: 5px;
	cursor: pointer;
}

#productRegion div#availInfo{
	display: none;
	clear: both;
	position: absolute;
	left: 80px;
	padding: 10px 10px 10px 80px;
	border: 1px solid #7B97DF;
	background: #DFE6F5 url(images/templates/wis-delivery-icon.gif) 10px 4px no-repeat;
	width: 200px;
	z-index: 999;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
#productRegion table{
	margin-bottom:5px;
	border-bottom: 1px solid #eee;
}

/* images region */

#imagesRegion{
	width: 269px;
	margin: 0 0 10px 0;
	padding:0 0 0 10px;
	float: left;
	border-left:1px solid #dadee8;
}

#imagesRegion h4{
	font-size: 12px;
	color: #45588b;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #45588b;
}

p#mainImage img{
	border: 1px solid #6983c5;
}

p#img1, p#img2, p#img3{
	float: left;
}

p#img1 a, p#img2 a, p#img3 a{
	display: block;
	padding-bottom: 12px;
	background: url(images/templates/wis-zoom-icon.gif) 0 100% no-repeat;
}

p#img1 a:hover, p#img2 a:hover, p#img3 a:hover{
	background-position: -82px 100%;
}

p#img1{
	padding-right: 1px;
}
p#img2, p#img3{
	padding-left: 11px;
}

p#img1 img, p#img2 img, p#img3 img{
	width: 80px;
	height: 107px;
	border: 1px solid #6983c5;
}

/*related items */
#relatedProducts{
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #c7cddc;
	margin-top: 20px;
	background: url(images/templates/wis-cartRelated-bg.gif) left bottom no-repeat;
	overflow: hidden;
	padding-bottom: 30px;
	width: 540px;
}

#relatedProducts p{
	width: 240px;
	padding-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#relatedProducts h3{
background: url(images/templates/wis-related-products.gif) 0 0 no-repeat;
	height: 31px;
	text-indent: -999em;
	overflow:hidden;
}

#relatedProducts p#related1{
	padding:42px 0 0 7px;
	background: url(images/us-related.gif) center 0 no-repeat;
}

#relatedProducts a.productLink{
	background: #dce3f5 url(images/templates/wis-light-grad-bg.gif) 0 0 repeat-x;
	border: 1px solid #c1cae3;
	display: block;
	margin-top: 40px;
	padding: 5px;
	font-weight: bold;
}

#relatedProducts p.relatedStockGroup{
	float: left;
	width: 80px;
	margin: 0 0 0 13px;
	padding: 0;
}

#relatedProducts p.relatedStockGroup img{
	width: 80px;
	height: 107px;
	border: 1px solid #6983c5;
}

#relatedProducts p.relatedStockGroup{
	float: left;
	width: 80px;
	margin: 0 0 0 13px;
	padding: 0;
}

#relatedProducts p.relatedStockGroup img{
	width: 80px;
	height: 107px;
	border: 1px solid #6983c5;
}


/* products Page */

#content div.stockGroupLink{
	float:left;
	width: 260px;
	height: 130px;
	padding: 0;
	margin: 4px 2px 4px 3px;
	border: 1px solid #c1ceee;
	background: #fff url(images/templates/wis-stockGroupLink-bg.gif) 0 100% repeat-x;
}

div.stockGroupLink a{
	display: block;
	height: 100%;
	width: 100%;
}

div.stockGroupLink a:hover{
	background-color: #dce3f3;
}

div.stockGroupLink a img{
	display: block;
	width: 80px;
	float: left;
	margin: 10px;
	border: 1px solid #101171;
}

* html body div.stockGroupLink a img{
	margin-left: 5px;
}

div.stockGroupLink strong{
	display: block;
	padding-top: 55px;
	color: #000;
	margin-left: 90px;
}

div.stockGroupLink span, div.stockGroupLink em{
	display: block;
		margin-left: 90px;
}

div.stockGroupLink span{
	color: #000;
	padding-bottom: 5px;
}

div.stockGroupLink em{
	color: #d30114;
	font-style: normal;
	font-weight: bold;
}

div.newProduct a{
	background: url(images/templates/wis-new-icon.gif) 0 10px no-repeat;
}

div.newProduct a:hover{
	background-position: -260px 10px;
}


div.discountedProduct a{
	background: url(images/templates/wis-sale-icon.gif) 0 10px no-repeat;
}

div.discountedProduct a:hover{
	background-position: -260px 10px;
}


/* news articles & help menu */

#newsRegion, #helpRegion{
	float: right;
	margin: 40px 0 0 0;
	padding: 30px 0 0 0;
	width: 230px;
	background: url(images/templates/wis-newsRegion-bg.gif) 0 0 no-repeat;
}

#news #content ul{
	margin-right: 240px;
}

#helpRegion{
	background: url(images/templates/wis-helpRegion-bg.gif) 0 0 no-repeat;
	margin: 0 10px 10px 10px;
}

#news #content ul#newsMenu, #content ul#helpMenu{
	list-style: none;
	background: #A4B8EA url(images/templates/wis-news-ul-bg.gif) 0 100% no-repeat;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #fff;
}

ul#newsMenu li{
	margin-bottom: 5px;
}

ul#helpMenu li{
	margin-bottom: 7px;
	padding-left: 18px;
	background: url(images/templates/wis-li-help-bg.gif) 0 0 no-repeat;
}

#news #content p{
	margin-right: 240px;
	text-align: justify;
}

#news h2#newsHead{
	overflow:hidden;
	height: 31px;
	text-indent: -999em;
	background:url(images/templates/wis-h2-news-bg.gif) 0 0 no-repeat;
	margin: 0 0 10px 0;
	padding:0;
	border: none;
}

#help strong{
	color: #222289;
}


/* cart summary */


div#cartRegion{
	background:#CDD7F3 url(images/templates/wis-cart-region-bg.gif) 0 100% no-repeat;
	padding-bottom: 10px;
	width: 540px;
	overflow: hidden;
}

h2#mainCartContents{
	overflow:hidden;
	height: 31px;
	text-indent: -999em;
	background:url(images/templates/wis-cart-contents-bg.gif) 0 0 no-repeat;
	margin: 0;
	padding:0;
	border: none;

}

table#cartSummaryTable{
	width: 520px;
	border: none;
	border-collapse: collapse;
	margin: 15px 0 0 10px;
}

table#cartTotalTable{
	width: 520px;
	border: none;
	border-collapse: collapse;
	margin: 0 0 15px 10px;
	font-size: 12px;
	text-align:right;
}

table#cartSummaryTable th{
	font-size: 12px;
	background:	#B6C5ED;
	color: #121283;
}

table#cartSummaryTable td{
	background: #E6EBF9;
	font-size: 11px;
	text-align: center;
}

table#cartTotalTable th{
	width: 427px;
	padding: 3px;
	border-bottom: 1px solid #7B97DF; text-align: right;
}

table#cartTotalTable td{
	padding: 3px;
	border-bottom: 1px solid #7B97DF;
	text-align: center;
	}

table#cartSummaryTable th, table#cartSummaryTable td{
	padding: 3px;
	border-bottom: 1px solid #7B97DF;
}

table#cartTotalTable td#cartTotal{
	color: #fe0000;
	font-weight:bold;
}

p#buttons{
	margin-left: 92px;
}

#discNote{
	width:250px;
	margin: 0;
	padding: 0;
	background: url(images/templates/wis-voucher-bg.gif) bottom left no-repeat;
	float: left;
	margin: 0 0 0 15px;
	height: 170px;
}

* html body #discNote{
	margin-left: 7px;
}

#discNote h3{
	overflow: hidden;
	height: 35px;
	text-indent: -999em;
	background: url(images/templates/wis-savings-h3-bg.gif) 0 0 no-repeat;
	margin:0;
	padding:0;
}

#voucher{
	width:250px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(images/templates/wis-voucher-bg.gif) bottom left no-repeat;
	float: left;
	height: 170px;
}

#voucher p, #discNote p{
	padding: 0 10px;
	color: #111182;
}

#discNote p#discMessage{
	font-size: 13px;
	color: #B81401;
}

#voucher h3{
	overflow: hidden;
	height: 35px;
	text-indent: -999em;
	background: url(images/templates/wis-discount-h3-bg.gif) 0 0 no-repeat;
	margin:0;
	padding:0;
}

#voucher label{
	display: block;
	margin: 0;
	padding: 0 20px 3px;
	text-align:right;
		color: #B81401;
}

#voucher label input{
	width: 140px;
}

#voucher p input{
	display: block;
	margin-left: 120px;
}


/* address Form */
form#addressForm{
	width: 540px;
	background:#CDD7F3 url(images/templates/wis-cart-region-bg.gif) 0 100% no-repeat;
	padding-bottom: 20px;
}

form#addressForm p{
	color: #03037D;
}

form#addressForm fieldset{
	padding: 0 0 10px 0;
	margin: 10px 20px;
	border: 1px solid #7B97DF;
	border-radius: 10px;
	background: #C0CCEF;
}

form#addressForm label{
	display : block;
	padding: 5px 30px 5px 100px;
	border-top: 1px solid #DAE2F6;
	border-bottom: 1px solid #AABCEA;
	margin: 0;
	font-size: 13px;
	text-align: right;
	color: #131383;
	font-weight: bold;
}

form#addressForm label.first{
	border-top: none;
}

form#addressForm label.last{
	border-bottom: none;
}

form#addressForm legend{
	background: #03037D;
	color: #fff;
	padding: 5px 10px;
	margin: 0 10px;
	border-radius: 10px;
}

form#addressForm label.error{
	padding:0;
	border-bottom: 0;
	color: #B50000;
}

form#addressForm label span{
	position: relative;
	left: -65px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	margin-right: -100px; /*reduce the values of this and the above commented elements to make a narrower label*/
	padding-top: 3px;
}

form#addressForm label.check, form#addressForm label.radio-label{
	text-align: left;
	padding-left: 35px;
}

form#addressForm label em{
	font-weight: normal;
	font-style: normal;
}

form#addressForm label.deactivated{
	color: #666;
	text-align: left;
	padding-left: 35px;
}

form#addressForm label.check input, form#addressForm label.deactivated input{
	margin-left: 82px;
}

form#addressForm label.check em, form#addressForm label.deactivated em{
	font-weight: normal;
}

form#addressForm input.txt{
	width: 260px;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
}

form#addressForm input.error{
	background-color: #FFFACD;
	border: 1px solid #B50000;
}

form#addressForm select{
font:11px Tahoma, Arial, Helvetica, sans-serif;
width: 265px;
}

form#addressForm h3{
	background: url(images/templates/wis-delivery-head-bg.gif) 0 0 no-repeat;
	width: 540px;
	height: 31px;
	text-indent: -999em;
	margin: 0;
}

form#addressForm h4{
	margin: 10px 30px;
}

form#addressForm h3#makePayment{
	background-image: url(images/templates/wis-payment-head.gif);
}

form#addressForm p{
	margin: 10px;
}

form#addressForm p#buttons{
	text-align: center;
	padding-top: 5px;
}

table#addressDetails {
	font-size: 12px;
	width: 400px;
	border-collapse: collapse;
}

table#addressDetails td, table#addressDetails th{
	border-bottom: 1px solid #7B97DF;
	padding: 5px;
}

table#addressDetails th {
	padding-right: 10px;
	text-align: right;
}


p#deliveryInfoPanel{
	padding: 10px 10px 10px 80px;
	border: 1px solid #7B97DF;
	background: #DFE6F5 url(images/templates/wis-delivery-icon.gif) 10px 4px no-repeat;
	display: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
}


p#check{
	color: #B81401;
	font-size: 12px;
	margin: 10px;
	text-align: left;
}

p#change{
	color: #B81401;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

p#change a{
	color: #fe0000;
	text-decoration: none;
}
p#continue{
	margin-left: 15px;
	margin-right: 15px;
}

/*search results page */
h2#searchResultsHead{
	color: #C0BFDF;
	margin-left: 20px;
}

div#searchResults{
	margin-left: 20px;
}

ol#searchResultsList{
	margin-right: 10px;
	}

ol#searchResultsList li{
	font-size: 17px;
}

ol#searchResultsList li p{
	font-size: 11px;
}

ol#searchResultsList p.item{
	color:#E50A08;
	font-weight: bold;
	font-size: 17px;
	}

/* subcontent ... specific styles */

#subcontent h2{
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 999em;
	overflow:hidden;
	height: 30px;
	width: 200px;
	margin : 0;
	padding:0;
	}

#subcontent p{
	margin: 0;
	font-size:12px;
	color: #080876;
}

#subcontent form#emailSignup{
	margin:10px 0;
	padding:0 0 10px 0;
	width: 200px;
	background : #a4b8ea url(images/templates/wis-email-form.gif) bottom left no-repeat;
	overflow: hidden;
}

#cartPage #subcontent form#emailSignup{
	margin-top:0;
}

#subcontent form#emailSignup p{
	text-align : left;
	margin: 0;
	padding:10px 10px 5px 10px;
}

#subcontent form#emailSignup p#priv{
	float:left;
}

#subcontent form#emailSignup h2{
	background : url(images/templates/wis-sub-h2-email-bg.gif) 0 0 no-repeat;
}

#subcontent form#emailSignup input{
	margin:0 0 0 10px;
	padding:2px;
	font-size: 11px;
	color: #fff;
	background : #38943F;
	vertical-align: baseline;
}

#subcontent form#emailSignup input#name, #subcontent form#emailSignup input#emailAddress{
	width: 130px;
	font-size: 10px;
	padding : 0;
	border: 1px solid #666;
	background: #fff;
	color: #006;
}

#subcontent form#emailSignup label{
	font-weight: bold;
	display:block;
	margin:0 0 0 0;
	padding: 0 8px 2px 0;
	color: #080876;
	text-align: right;
}

#subcontent form#emailSignup input#subscribeBtn{
	width: 77px;
	height: 34px;
	padding:0;
	margin:0;
	background: transparent;
}

/* cart styles */
#cart{
	background : #a4b8ea url(images/templates/wis-cart-bg.gif) bottom left no-repeat;
	width: 200px;
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
	overflow : hidden;
}

#cart h2{
	text-indent: -999em;
	overflow:hidden;
	height: 30px;
	background : url(images/templates/wis-cart-h2-bg.gif) 0 0 no-repeat;
	margin:0 0 10px 0;
}

#cart p{
	padding: 0 10px 5px 10px;
	margin: 0;
	color: #070759;
	font-size: 12px;
	font-weight: bold;
	}

#cart p#cart-checkout{
	margin:0 0 0 10px;
	padding:0;
	overflow : hidden;
}

p#cart-checkout a{
	height: 37px;
	width: 90px;
	text-indent:  -999em;
	overflow : hidden;
	display: block;
	float: left;
}

p#cart-checkout a#viewCartBtn{
	background: url(images/templates/wis-btn-viewcart.gif) 0 0 no-repeat;
}

p#cart-checkout a#checkoutBtn{
	background: url(images/templates/wis-btn-checkout.gif) 0 0 no-repeat;
}

#cartRelatedProducts{
	margin-top: 20px;
	background: url(images/templates/wis-cartRelated-bg.gif) left bottom no-repeat;
	overflow: hidden;
	width: 540px;
	padding-bottom: 20px;
}

#cartRelatedProducts h3{
	background: url(images/templates/wis-related-products.gif) 0 0 no-repeat;
	height: 31px;
	text-indent: -999em;
	overflow:hidden;
}

#cartRelatedProducts p{
	width: 150px;
	float: left;
	margin-left: 15px;
}

#cartRelatedProducts p.relatedStockGroup{
	float: left;
	width: 80px;
	margin: 0 0 0 25px;
	padding: 0;
}

#cartRelatedProducts p.relatedStockGroup img{
	width: 80px;
	height: 107px;
	border: 1px solid #6983c5;
}

/* following styles create the background images for the logos in the right column */

#subcontent h2{
	width: 200px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
}

#subcontent  p a{
	font-weight: bold;
}

h2#freedelivery{
	background: url(images/templates/wis-sub-h2-delivery-bg.gif) 0 0 no-repeat;
	margin-top: 10px;
}
p#deliveryText{
	background : url(images/templates/wis-sub-p-delivery-bg.gif) 0 0 no-repeat;
	width: 80px;
	height: 110px;
	padding: 30px 110px 0 10px;
}

h2#discountAd{
	background: url(images/templates/wis-sub-h2-disc-bg.gif) 0  0 no-repeat;
	margin-top: 10px;
}

#subcontent p#discountText{
	background: url(images/templates/wis-sub-p-disc-bg.gif) 0  0 no-repeat;
	width: 180px;
	height: 70px;
	padding: 30px 10px 0 10px;
}

h2#voucherAd{
	background: url(images/templates/wis-sub-h2-voucher-bg.gif) 0  0 no-repeat;
	margin-top: 10px;
}

#subcontent p#voucherText{
	background: url(images/templates/wis-sub-p-voucher-bg.gif) 0  0 no-repeat;
	width: 180px;
	height: 75px;
	padding: 25px 10px 0 10px;
	text-align: right;
}

/* footer ... specific styles */

#footer p{
	margin: 0;
	padding: 10px;
	font-size: 11px;
	float: left;
}

#footer p#copy{
	width: 600px;
}

#footer p#terms{
	background : url(images/wis-footer-r-bg.gif) bottom right no-repeat;
	width: 340px;
	text-align: right;
}

p#cards{
	background: url(images/us-cards.gif) 50% 0 no-repeat;
	width: 200px;
	line-height: 999em;
	overflow:hidden;
}

p#worldpay{
	background: url(images/us-worldpay-logo.gif) 50% 0 no-repeat;
	line-height: 999em;
	overflow:hidden;
	width: 180px;
}

/*---------- contact form ------------*/

form#contactform{
	width: 300px;
	float: left;
	margin-right: 20px;
}

#contactform label{
	display:block;
	margin: 0;
	padding: 5px 5px 5px 100px;
	border-bottom: 1px solid #B4BFE3;
}

#contactform label.noborder{
	border: none;
}

#contactform label.check{
	padding-left: 5px;
	text-align: center;
}

#contactform span{
	position: relative;
	left: -100px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	padding-top: 5px;
	margin-right: -100px; /*reduce the values of this and the above commented elements to make a narrower label*/
}

#contactform input{
	width: 180px;
}

#contactform input.check{
	width: auto;
	vertical-align: baseline;
}

#contactform textarea{
	width: 180px;
}

#contactform p#buttons{
	text-align : center;
	margin: 0;
	padding:0;
}

#contactform p#buttons input{
	width: 180px;
	height: 40px;
}


/* ------------------------------ home page offer panels ------------------------------ */
#slider {
  width: 440px;
  height: 400px;
  margin: 0 auto 10px auto;
  position: relative;
  float:left;
}

.scroll {
  height: 510px;
  width: 540px;
  overflow: auto;
  overflow-x: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF;
}

.scrollContainer div.featuredProducts{
  padding: 0;
  margin:0;
  height: 250px;
  width: 540px; /* change to 560px if not using JS to remove rh.scroll */
}

#content .scrollButtons {
  position: absolute;
  top: -25px;
  cursor: pointer;
  z-index: 999;
}

#content .scrollButtons.left {
  right: 135px;
}

#content .scrollButtons.right {
  right: 23px;
}

#content ul#nav{ /* nav is generated by jquery cycle */
	background: transparent;
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
}

#content ul#nav li{
	margin: 0;
	padding:0;
	list-style: none;
	width: 100px;
	height: 100px;
}

#content ul#nav li a{
	padding:0;
	margin:0;
	width: 100px;
	height: 100px;
}

#content ul#nav li a:focus{
	outline: none;
}

/*
#content div#nav a{
	display: block;
	float: left;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 4px;
	margin-right: 5px;
}

#content div#nav a:hover{
	color:#fff;
		background: #2F2F8D;
		text-decoration: none;
}

#content div#nav a.activeSlide{
	background: #DC143C;
}

#content div#nav a.selected:hover{
	color: #fff;
} */


/* --- home page link 3 panels plus 'top ten' panels --- */

#content a.homeadlinkpanel, #content a:active.homeadlinkpanel{
	text-indent: -999em;
	float:left;
	outline:none;
	width:176px;
	height:215px;
	margin: 4px 0 0 6px;

}


#content a#panel_one, #content a:active#panel_one{
	background:url(images/templates/wis-main_imagelink1.png) no-repeat;
	margin: 4px 0 0 0;

}


#content a#panel_two, #content a:active#panel_two{
	background:url(images/templates/wis-main_imagelink2.png) no-repeat;

}


#content a#panel_three, #content a:active#panel_three{
	background:url(images/templates/wis-main_imagelink3.png) no-repeat;

}


/* --- content panels for new additions and best sellers with heading and list/link styles.. list styles are unfinished --- */
#content #newadditionspanel{
	float:left;
	width:270px;
	background:#a4b8ea url(images/templates/wis-newadditions-footer.gif) bottom left no-repeat;
	margin:4px 10px 0 0;
	padding: 0 0 10px 0;

}


#content #newadditionspanel h2{
	background:url(images/templates/wis-h2-newadditions.gif) no-repeat;
	height:31px;
	margin:0;
	text-indent:-999em;
	border:none;

}


#content #bestsellerspanel{
	float:left;
	width:260px;
	background: #a4b8ea url(images/templates/wis-bestsellers-footer.gif) bottom left no-repeat;
	display:inline;
	overflow:hidden;
	margin-top:4px;
	padding: 0 0 10px 0;

}


#content #bestsellerspanel h2{
	background:url(images/templates/wis-h2-bestsellers.gif) no-repeat;
	height:31px;
	margin:0;
	text-indent:-999em;
	border:none;

}


/* --- subcontent panel list styles --- */
#content #newadditionspanel ul, #content #bestsellerspanel ul{
	margin:0;
	padding:0 0 0 10px;
	list-style-type: none;
	font-size:11px;
	font-weight:bold;
}


#content #newadditionspanel ul li , #content #bestsellerspanel ul li {
	background: url(images/templates/wis-additions-bg-bullet.gif)  no-repeat;
	margin:4px 0 4px 4px;
	padding:1px 0 1px 2px;
	color:#fff;

}


#content #newadditionspanel ul li span, #content #bestsellerspanel ul li span{
	color:#fff;
	padding:0 16px 0 0;
	/*font-size:0.8em;*/

}


/* fixes slight offcentreing of the text on list item 10 */
#content #newadditionspanel ul li span.last, #content #bestsellerspanel ul li span.last{
	color:#fff;
	padding:0 16px 0 0;
	margin-right:-3px;

}



/* --- content subpanels for main page end --- */

/*------ additions for new mini cart -----*/
	#cart{height: auto; position: relative; overflow:visible; padding-bottom: 10px;}
	
	div#miniCart p.miniCartImage{float: right; padding: 10px 0 10px 10px;}
	
	div#miniCart p.miniCartImage img{border:1px solid #bbb;}
	
	#miniCart p{font: 12px Arial, Helvetica, sans-serif; margin-bottom: 0.5em;}
	
	#cart p.cartRow{
	margin-right: 5px;
	padding: 5px 15px 5px 10px;
	position:relative;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	z-index: 1000;
	}
	
	div.popupRow{
	width: 220px; 
	padding: 10px; 
	background: #7593DF; 
	display:none; 
	position:absolute;
 	right: 200px;
  	margin-top: -25px;	
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	z-index: 999;
	-moz-box-shadow:0 -2px 5px #444;
	-webkit-box-shadow: 0 -2px 5px #444;
	box-shadow: 0 -2px 5px #444;
	}
	#cart div.popupRow p{font-weight: normal}
	#cart p#cart-checkout{
	margin:0 0 0 10px;
	padding:0;
	overflow : hidden;
	width:auto; float:none;
}

p#cart-checkout a{
	height: 37px;
	width: 90px;
	text-indent:  -999em;
	overflow : hidden;
	display: block;
	float: left;
}

p#cart-checkout a#viewCartBtn{
	background: url(http://www.workinstyle.com/images/templates/wis-btn-viewcart.gif) 0 0 no-repeat;
}

p#cart-checkout a#checkoutBtn{
	background: url(http://www.workinstyle.com/images/templates/wis-btn-checkout.gif) 0 0 no-repeat;
}

button#checkoutBtn{margin-left:126px;}

a.deleteRow{display:block; background:url(http://www.workinstyle.com/images/templates/wis-btn-remove.gif) 0 0 no-repeat; width:12px; height: 12px; text-indent:-999em; overflow:hidden; position: absolute; right: 10px; top: 6px; cursor:pointer}
