/* 1312 vs. Charles Birch wholesale */

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */

#charlesBirch {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 935px;
	padding: 0;
}	
	
	#top {
		background-color: #00a6eb;
		border-bottom: 5px solid #e39312;
		position: relative;
		margin-bottom: 6px;
		height: 146px;
	}
	
		#navMisc {
			position: absolute;
			width: 675px;
			height: 30px;
			top: 10px;
			right: 20px;
			overflow: hidden;
		}
		
		#navPrimary {
			width: 700px;
			float: right;
		}
		
		#searchBox {
			clear: both;
			background-color: #002964;
			border-bottom: 2px solid #fff;
			width: 935px;
			padding: 8px 0;
		}

		
			
	#left {
		clear: left;
		display: inline;
		float: left;
		width: 194px;
		padding: 0;
		margin: 0;
	}
	
	#center {
		display: inline;
		float: left;
		width: 535px;
		padding: 0;
		margin: 0 0 0 9px;
	}
	    #center p {
		    line-height: 1.5em;	
		}
	
	#right {
		display: inline;
		float: right;
		width: 187px;
		padding: 0;
		margin: 0;
	}

			
	#footer {
		clear: left;
		background: #00a6eb url("../images/sitewide/bg-footer.gif") repeat-x left top;
		margin: 10px 0 0 0;
		padding: 15px 30px 0 30px;
	}
		#charlesBirch > #footer {
			padding-top: 10px;
		}
		#charlesBirch > #footer {
			padding-top: 15px;
		}
	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */

h1 {
	background: url("../images/sitewide/logo-charlesBirch.gif") no-repeat left top;
	text-indent: -100em;
	display: inline;
	width: 103px;
	height: 93px;
	margin: 5px 35px;
	padding: 0;
	float: left;
}

h2 {
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 3em;
	font-weight: normal;
	color: #009EEA;
}

h3 {
	margin: 0 0 1em 0;
	font-size: 1.6em;
	padding: 0;
	font-weight: bold;
	color: #002E85;
}

h4 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #002E85;
}

h5 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #002E85;
}

h6 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #002E85;
}

p {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 1.2em;
	color:#00010F;
}

strong {
	font-weight: bold;
	color: #e39312;
}

em {
	color: #00a6eb;
	font-style: normal !important;
	font-weight: bold;
}

ul {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.2em;
}

	ul li {
		margin: 0 0 0.8em 0;
		padding: 0;
	}

ol {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.2em;
}

	ol li {
		margin: 0 0 0.8em 0;
		padding: 0;
	}
	
dl {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.2em;
}
	dt {		
		clear: left;
		display: inline;
		float: left;
		font-weight: bold;
		width: 5em;
		color: #00a6eb;
	}
	dd {
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	
img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

small {
	margin: 0;
	padding: 0;
	color: #999;
}

fieldset {
	margin: 0 0 0 0;
	padding: 20px 30px;
	border: 0 none;
}
	fieldset fieldset {
		padding: 0;
		border: 0 none;
		margin: 0;
	}
	fieldset legend {
		display: none;
	}
		fieldset fieldset legend {
			clear: left;
			display: inline;
			float: left;
			margin-right: 10px;
			padding-top: 0.3em;
			text-align: right;
			padding-left: 50px;
			color: #000;
		}
			fieldset fieldset>/**/legend {
				padding-left: 58px;
			}
	fieldset p {
		padding: 0 58px;
	}
	
	fieldset ol {
		list-style-type: none;
		margin-bottom: 2em;
	}
		fieldset ol li {
			padding-bottom: 1em;
		}
			fieldset ol li p {
				font-size: 1em;
			}
			fieldset ol li small, fieldset ol li .error {
				clear: left;
				display: inline;
				margin: 0 0 0 175px;
				padding: 0.4em 0 0 0;
				color: #000;
				font-size: 0.9em;
				letter-spacing: 0em;
				font-family: Arial, Helvetica, sans-serif;
			}
			
	fieldset label {
		clear: left;
		float: left;
		display: inline-block;		
		width: 165px;
		margin-right: 10px;
		padding-top: 0.3em;
		text-align: right;
	}
		fieldset fieldset div {
			width: 250px;
			margin-left: 170px;
			position: relative;
			top: -1.5em;
			margin-bottom: -1.5em;
		}
			fieldset fieldset div label {
				width: auto;
				float: none;
				display: inline;
				margin-right: 0;
				padding-top: 0;
				text-align: left;
				color: #000;
			}
	fieldset em {
		color: #00a5a1;
		font-weight: bold;
	}
	fieldset input {
		width: 230px;
		border: 1px solid #00a5a1;
		background-color: #fff;
		padding: 0.2em;
	}
		/* class given to it by javascript, see common.js */
		fieldset input[type=submit], fieldset input.submit {
			cursor: pointer;
			background-color: #00a5a1;
			width: auto !important;
			color: #fff;
			font-weight: bold;
			border: 1px solid #012964;
			padding: 3px 5px;
			text-decoration: none;
		}
		
		fieldset .SiteSearch {
		
			cursor: pointer;
			background-color: #00a5a1;
			width: auto !important;
			color: #fff;
			font-weight: bold;
			border: 1px solid #012964;
			padding: 3px 5px;
			text-decoration: none;
		
		
		}
		
			fieldset input.submitHover {
				cursor: pointer;
				background-color: #012964;
			}
			
		input.file {
			width: auto;
		}
		input.checkBox {
			width: auto !important;
			border: 0 none;
		}
			p.formField input.checkBox {
				display: inline;
			}
			
		input.radio {
			width: auto !important;
			border: 0 none;
		}
		
	fieldset select {
		border: 1px solid #00a5a1;
		background-color: #fff;
		padding: 0.2em;
		width: 235px;
	}
	
	fieldset button {
	
	}
	
	fieldset textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		width: 230px;
		padding: 0.2em;
		border: 1px solid #00a5a1;
		background-color: #fff;
		height: 100px;
	}
		fieldset textarea.shorter {
			height: 50px;
		}
	fieldset p.formField {
		color: #000;
	}
		fieldset p.formField label {
			display: inline;
			width: auto;
			text-align: left;
			margin: 0;
			padding: 0.2em 10px 0 0;
		}
		fieldset p.formField small {
			clear: right;
			display: inline;
			width: 395px;
			float: right;
			margin: 1em 0 0 0;
			padding: 0;
			font-size: 1.0em;
			color: #000;
		}
	fieldset p.submit {
		clear: both;
		float: none;
		display: block;
		text-align: right;
	}
	
a {
	color: #002964;
	text-decoration: underline;
}
	a:hover {
		color: #e39312;
	}
	
blockquote {
	margin: 0;
	padding: 0 15px;
}
	blockquote p {
		margin: 0;
		padding: 0;
		font-size: 1.4em;
		display: inline;
	}
	
:focus {
  -moz-outline-style: none;
}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common classes */

.floatLeft {
	float: left;
	text-align: left;
}
.floatRight {
	float: right;
	text-align: right;
}
	img.floatRight {
		margin: 0 10px 10px 10px;
	}

.floatClear {
	clear: both;
}
	br.floatClear {
		margin: -1px -1px 0px 0px;
		width: 1px;
		height: 1px;
		clear: both;
	}

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}

.hr { clear: both; }
	.hr hr { display: none; }
	
.hide { display: none; }

.bold {
	font-weight: bold;
}

.noBg {
	background: none !important;
}

.error {
	color: #f00 !important;
	font-weight: bold;
}

.note {
	color: #c00;
	text-align: justify;
}
	.note strong {
		color: #c00;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ custom classes */

h2.headerBar {
	background: url("../images/sitewide/headerBar.gif") no-repeat left top;	
	font-size: 1.4em;
	height: 24px;
	color: #002964;
	font-weight: bold;
	padding: 4px 0 0 10px;
	height: 20px;
	margin: 0;
}

.important {
	background: url("../images/sitewide/icon-importantInfo.gif") no-repeat left center;
	color: #e60005;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 0 5px 25px;
	margin: 0 1em;
}

a.browse {
	width: 194px;
	border-bottom: 1px solid #a7a7ab;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #002964;
	text-decoration: none;
	padding: 8px 0px;
	font-size: 1.1em;
	font-weight: bold;
}
	a.browse:hover {
		background-color: #e39312;
		color: #002964;
	}

a.btn-moreInfo {
	display: -moz-inline-box;
	display: inline-block;
	display: block;
	width: 55px;
	height: 16px;
	background: url("../images/sitewide/btn-more.gif") no-repeat left top;	
	text-indent: -100em;
}	

.hr-visible {
	clear: both;
	border-bottom: 1px solid #a7a7ab;
	height: 1px;
	padding-top: 10px;
	margin-bottom: 10px;
}
	.hr-visible hr {
		display: none;
	}
	
.contentDiv {
	border: 1px solid #a7a7ab;
	margin-bottom: 10px;
}

#bannerRotator {
    margin-bottom: 10px;	
}
	
.banner {
	margin-bottom: 10px;
}

    .banner a {
	    display: block;
		margin-bottom: 10px;	
	}

.productImageLink {
	/* float: left; */
	margin-right: 10px;
}
	.productImageLink img {
		border: 1px solid #00a6eb;
	}

.buyBtns {
	
}

.moreInfo {
	display: block;
	float: left;
	width: 100%;
}

.code {
	display: block;
	font-weight: bold;
	color: #00a6eb;
	margin-bottom: 0;
	font-size: 1.2em;
	width: 100%;
}

.price {
	color: #e39312;
	font-weight: bold;
	font-size: 1.4em;
}

.oldPrice {
	color: #999;
	font-size: 0.9em;
}
	


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */

#top h2, #left h2 {
	display: none;
}

#navMisc ul {
	list-style-type: none;
	float: right;
	margin-right: -1px;
}
	#navMisc ul li {
		display: inline;
		padding: 0 5px 0 0;
		margin: 0 0 0 5px;
		border-right: 1px solid #fff;
	}
		#navMisc ul li a {
			color: #fff;
			text-decoration: none;
		}
			#navMisc ul li a:hover {
				color: #002964;
			}	
			
#navPrimary ul {
	list-style-type: none;
	margin-top: 72px;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
}
	#navPrimary ul li {
		display: inline;
		margin: 0 0 0 2px;
		width: 105px;
		height: 30px;
		float: left;
	}
		#navPrimary ul li.current {
		}
		#navPrimary ul li.shoppingBasket {
			width: 153px;
		}
		#navPrimary ul li a {
			display: block;
			background: url("../images/sitewide/nav-tab.gif") no-repeat left top;
			width: 105px;
			height: 30px;
			padding-top: 10px;
			height: 20px;
			color: #002964;
			text-decoration: none;
			text-align: center;
			border-bottom: 1px solid #00a6eb;
		}
			#navPrimary ul li.shoppingBasket a {
				width: 153px;
				background: url("../images/sitewide/nav-tab-basket.gif") no-repeat left top;
				border-bottom: 1px solid #e39312;
			}
				#navPrimary ul li a:hover {
					color: #fff;
					background-position: left -60px;
					border-bottom: 1px solid #002964;
				}
			#navPrimary ul li.current a {
				color: #fff;
				background-position: left -60px;
				border-bottom: 1px solid #002964;
			}
		
			
#searchBox fieldset {
	margin: 0 0 1px 0;
	padding: 0;
}
	#searchBox fieldset label {
		display: inline;
		font-size: 1.3em;
		color: #fff;
		font-weight: bold;
		width: auto;
		text-align: right;
		margin-left: 20px;
		margin-right: 5px;
	}
	#searchBox fieldset input {
		display: inline;
		margin-right: 5px;
	}
	#searchBox fieldset input.submit, #searchBox fieldset input[type="submit"] {
		background: url("../images/sitewide/btn-go.gif") no-repeat left top;
		width: 25px !important;
		height: 25px;
		text-indent: -100em;
		border: none;
		position: relative;
		top: 2px;
	}

#left p {

}

#left ul {
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
	width: 194px;
}
	#left ul li {
		margin: 0;
	}
		#left ul li a {
			display: block;
			background: url("../images/sitewide/nav-left-tab.gif") no-repeat left top;
			width: 194px;
			color: #002964;
			text-decoration: none;
			text-align: center;
			padding:8px 0 4px 0;
			_background-position: 2px top;
			_width: 196px;
		}
		#left ul li a:hover {
			background-position: left -44px;
		}
		#left ul li.current a {
			background-position: left -44px;
		}
		
		#left ul li.current ul {
			font-size: 1em;
			font-weight: normal;
			border: 0 none;
			border: 1px solid #a7a7ab;
			border-bottom: 0 none;
			border-top: 0 none;
			width: auto;
			padding: 15px 0 20px 15px;
			margin: 0 0 -3px 0;
		}
			#left ul li.current ul li {
				margin-bottom: 0.8em;
			}
				#left ul li.current ul li a {
					background: url("../images/sitewide/triangle-right.gif") no-repeat left top;
					border-bottom: 0 none;
					width: auto;
					text-align: left;
					padding: 0px 15px;
					height: 14px;
				}
					#left ul li.current ul li a:hover {
						background-position: left -28px;
					}
		
		#left ul li.top a {
			display: block;
			background: url("../images/sitewide/nav-left-tab_top.gif") no-repeat left top;
			width: 194px;
			color: #002964;
			text-decoration: none;
			text-align: center;
			padding:8px 0 4px 0;
			_background-position: 2px top;
			_width: 196px;
		}
		#left ul li.top a:hover {
			background-position: left -44px;
		}
		#left ul li.current a {
			background-position: left -44px;
		}
	
#left .offers {
	border-bottom: 1px solid #a7a7ab;
	margin-top: 10px;
	
}

	#left .offers ul {		
		width: auto;
	}
		#left .offers li {
		    font-weight: normal;
			list-style-type: none;
			width: auto;
			text-transform: capitalize;
			_margin-bottom: 0;			
		}
		
		#left .offers li li {
		    font-size: 1em;
			font-weight: 700;	
			padding: 0.4em 15px 0.4em;
		}
		
		#left .offers ul li {
		    border-left: 1px solid #a7a7ab;
	        border-right: 1px solid #a7a7ab;	
		}
		
			#left .offers ul li a {
				color: #002964;
				background: transparent;
				border-bottom: 0 none;
				text-align: left;		
				width: auto;
				display: block;
				padding: 0;
				margin: 0;
			}
				#left .offers ul li a:hover {
					text-decoration: underline;
				}
				
 .banner-birchDeals {
	background: url("../images/sitewide/banner-birchDeals.gif") no-repeat left top;
	border-bottom: 1px solid #a7a7ab;
	padding: 90px 15px 20px 15px;
	width: auto;
}
	 .banner-birchDeals h2 { display:none}
	
	 .banner-birchDeals ul {
		font-size: 1.2em;
		font-weight: normal;
		list-style-type: none;
		width: auto;
		background-color: #e60005;
	}
		 .banner-birchDeals ul li {
			margin-bottom: 0.3em;
			padding: 0 !important;
			width: auto;
			_margin: 0 !important;
		}
			 .banner-birchDeals ul li a {
				color: #fff;
				text-decoration: underline;
				background: none;
				height: auto;
				border-bottom: 0 none;
				text-align: left;
				padding: 0 !important;
				margin: 0 !important;
				width: auto;	
			}
				 .banner-birchDeals ul li a:hover {
					color: #e39312;
				}

.home .floatLeft {
	width: 285px;
	margin: 0;
	padding: 0;
}

#center .featuredProduct {
	float: right;
	border-bottom: 1px solid #a7a7ab;
	border-top: 0 none;
	width: 237px;
	padding: 80px 0px 10px 0px;
	
	background: url("../images/sitewide/headerBar-featured.gif") no-repeat left top;	
}

				
				
				
.recommended {}

.recommended ul{
			list-style-type: none;
			border-top: 1px solid #a7a7ab;
			border-left: 1px solid #a7a7ab;
			margin-bottom: 10px;
			
			}

.recommended ul li{
			
			border-left: 1px solid #a7a7ab;
				border-right: 1px solid #a7a7ab;
				border-bottom: 1px solid #a7a7ab;
				
				float: left;
				padding: 10px;
				width: 157px;
				margin: 0 -1px 0 0;
				margin-bottom: 10px;
				height:220px;
				}

.recommended h3 {
	font-size: 1.3em;
	margin-bottom: 0;
}
					
.recommended img {
	margin-right: 5px;
}

.RecommendedItems{ 
    border: 1px solid #a7a7ab;
}

.RecommendedItem1{ 
    float: left;
	width: 166px;
	padding: 5px;
}

.RecommendedItem{
	float: left;
	border-left: 1px solid #a7a7ab;
	width: 167px;
	padding: 5px;
}

.recommended .productImageLink { height: 150px; width: 100%; }
.recommended .productImageLink img { max-height: 150px; }


.DepartmentChild {
float:left;
padding:2px

}
				
#center ul.subCategories {
	margin: 0 1em;
	padding: 0;
	list-style-type: none;
}
	#center ul.subCategories li {
		margin: 0;
		padding: 0;
		display: inline;
		color: #00a6eb;
	}
	
	#center ul.subCategories li a {
		    line-height: 1.75em;
		}
			#center ul.subCategories li a:hover {
			
			}
			
#center fieldset.subCategories {
	text-align: center;
}
	#center fieldset.subCategories label {
		width: auto;
		display: inline;
		font-size: 1.2em;
		margin: 0 -25px 0 20px;
		padding: 0.6em 0 0 0;
	}
		#center fieldset.subCategories>/**/label {
			padding: 0.4em 0 0 0;
		}
	#center fieldset.subCategories input {
		width: 150px;
		display: inline;
		margin: 0 0 0 5px;
	}
		#center fieldset.subCategories input.submit, #center fieldset.subCategories input[type="submit"] {
			width: auto !important;
			display: inline;
		}
	#center fieldset.subCategories select {
		width: 150px;
		display: inline;
		margin: 0 0 0 5px;
	}

#center .headerBar {
	background: url("../images/sitewide/headerBar.gif") no-repeat left top;		
	height: 20px;
	padding: 4px 0 0 10px;
	margin: 25px 0 0 0;
}
	#center >/**/.headerBar {
		margin: 0 0 0 0;
	}
	
	#center .headerBar h2 {
		font-weight: bold;
		font-size: 1.4em;
		display: inline;
		color: #002964;	
		padding: 0;
		margin: 0;
		position: relative;
		top: 0px;
		left: 10px;
	}
	
	#center .headerBar .itemsPerPage {
		margin: 0;
		padding: 0;
		display: inline;
		position: relative;
		top: 0;
		left: 60px;
	}
		#center .headerBar .itemsPerPage fieldset {
			margin: 0;
			padding: 0;
			display: inline;
		}
			#center .headerBar .itemsPerPage fieldset label {
				width: auto;
				margin: 0;
				padding: 0;
				float: none;
				font-size: 1.2em;
				color: #002964;
				font-weight: bold;
				display: inline;
			}
			#center .headerBar .itemsPerPage fieldset select {
				width: auto;
				margin: 0;
				padding: 0;
				float: none;
				display: inline;
				font-size: 1.2em;
			}
		
#center ul.searchResults {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}
	#center ul.searchResults li {
		margin: 10px 5px 0 5px;
		padding: 0;
		border-bottom: 1px solid #a7a7ab;
	}
		#center ul.searchResults li .productImageLink {
			float: left;
			margin: 0px 10px 10px 5px;
			min-height: 100px;
			width: 35px;
		}
			#center ul.searchResults li .productImageLink a {
			
			}
				#center ul.searchResults li .productImageLink a img {
				
				}
				
		#center ul.searchResults li .productDetails {
			display: inline;
			float: left;
			width: 233px;
			padding-top: 6px;
		}
			#center ul.searchResults li .productDetails h3 {
				margin: 0 10px 0 0;
				display: inline;
				font-size: 1.2em;
			}
			#center ul.searchResults li .productDetails p {
				margin: 0;
			}
				#center ul.searchResults li .productDetails p.code {
					/*display: inline;*/
				}
				
		#center ul.searchResults li .buyBtns {
			display: inline;
			float: right;
			width: 225px;
			margin: 10px 5px 10px 10px;
			
			position: relative;
		}
		.buyBtns a {
			width:110px;
			float:left;
		}
			#center ul.searchResults li .buyBtns p.price {
				margin: 0;
				font-size: 1.2em;
				width: 92px;
				padding: 0;
				position: absolute;
				bottom: 0px;
			}
				#center ul.specialOffers li .buyBtns p.price {
					margin: 0;
					font-size: 1.3em;
					width: 100px;
					padding: 0;
					position: absolute;
					bottom: 14px;
				}
				#center ul.specialOffers li .buyBtns p.oldPrice {
					margin: 0;
					width: 100px;
					padding: 0;
					position: absolute;
					bottom: 0px;
					font-size: 11px;
				}
				
			#center ul.searchResults li .buyBtns fieldset {
				width: 82px;
				margin: 0;
				float: right;
				padding: 0;
			}
				#center ul.searchResults li .buyBtns fieldset label {
					display: none;
				}
				#center ul.searchResults li .buyBtns fieldset input {
					width: 18px;
					margin: 0 5px 0 0;
					display: inline;
				}
					#center ul.searchResults li .buyBtns fieldset input.submit, #center ul.searchResults li .buyBtns fieldset input[type="submit"] {
						width: 48px !important;
						height: 16px;
						background: url("../images/sitewide/btn-addToBasket.gif") no-repeat left top;	
						text-indent: -100em;
						border: 0 none;
						margin-right: 0;
						position: relative;
						top: 0.5em;
					}

#center .itemDetail {
	margin: 20px 10px;
	background-color: #eee;
}
	#center .itemDetail .buyBtns {
		float: right;
		width: 200px;
		text-align: right;
		margin: 0 0 100px 0;
		padding: 0;
	}
		#center .itemDetail .buyBtns fieldset {
			margin: 0;
			padding: 0;
		}
			#center .itemDetail .buyBtns fieldset label {
				width: 50px;
				padding: 0.6em 0 0 0;
				margin: 0;				
			}
			#center .itemDetail .buyBtns fieldset input {
				width: 20px;
				margin: 0 0 0 5px;
			}
				#center .itemDetail .buyBtns fieldset input.submit, #center .itemDetail .buyBtns fieldset input[type="submit"] {
					margin: 0;
				}
	#center .itemDetail .productDetails {
		float: left;
		width: 300px;
	}
		#center .itemDetail .productDetails img {
			float: left;
			margin: 0 10px 10px 0;
		}
		#center .itemDetail .productDetails h3 {
		}
		#center .itemDetail .productDetails h4 {	
			clear: left;
		}
		#center .itemDetail .productDetails p {
		}
	#center .itemDetail .otherSku {
		clear: right;
		float: right;
		width: 200px;
	}
		#center .itemDetail .otherSku h3 {
			background: url("../images/sitewide/headerBar-sm.gif") no-repeat left top;	
			font-size: 1.1em;
			height: 24px;
			color: #002964;
			font-weight: bold;
			padding: 6px 0 0 5px;
			height: 20px;
			margin: 0;
		}
		#center .itemDetail .otherSku .contentDiv {
			margin: -2px 0 5px 0;
		}
			#center .itemDetail .otherSku .contentDiv ul {
				width: 190px;
				padding: 5px;
			}
				#center .itemDetail .otherSku .contentDiv ul li {
					list-style-type: none;
				}
					#center .itemDetail .otherSku .contentDiv ul li .price {
						font-size: 1.0em;
					}
					

	 .basket h3 {
	}
	 .basket p {
	}
		#center .basket p.submit {
			text-align: right;
			margin: 1em 0 2em 0;
		}
	 .basket table {
		font-size: 2em;
		width: 100%;
		
		
	}
		 .basket tr {
		}
			 .basket td {
				padding: 5px;
				font-size: 1.5em;
				border:1px solid #ccc
			}
			 .basket th, .basket td.tableHeader {
				color: #e39312;
				font-weight: bold;
				padding: 5px;
			}
			 .basket td.tableHeaderTotal {
				font-weight: bold;
				color:e39312;
				font-size: 1.5em;
			}		
			 .basket td input {
				width: 20px;
			}	
			
#center .subDepartments {
	float: right;
	width: 200px;
}
	#center .subDepartments h3 {
		background: url("../images/sitewide/headerBar-sm.gif") no-repeat left top;	
		font-size: 1.1em;
		height: 24px;
		color: #002964;
		font-weight: bold;
		padding: 6px 0 0 5px;
		height: 20px;
		margin: 0;
	}
	#center .subDepartments .contentDiv {
		margin: -2px 0 5px 0;
	}
		#center .subDepartments .contentDiv p {
			padding: 5px;
		}
		#center .subDepartments .contentDiv ul {
			width: 190px;
			padding: 5px;
		}
			#center .subDepartments .contentDiv ul li {
				list-style-type: none;
				clear: left;
			}
				#center .subDepartments .contentDiv ul li .subDepartmentImageLink {
					float: left;
					margin-right: 5px;
					margin-bottom: 5px;
				}
				#center .subDepartments .contentDiv ul li .subDepartmentName {
					float: left;
					padding-top: 8px;
				}
				
#center ul.stocktypes {
	width: 490px;
	margin: 20px 0 10px 20px;
}
	#center ul.stocktypes li {
		list-style-type: none;
		border-bottom: 1px solid #a7a7ab;
		margin-bottom: 1em;
	}
		#center ul.stocktypes li h3 {
			margin-bottom: 0.25em;
			margin-left: 10px;
		}
		#center ul.stocktypes li ul {
			margin: 0 0 1em 30px;
			width: 370px;
		}
			#center ul.stocktypes li ul li {
				list-style-type: disc;
				font-size: 1em;
				padding-bottom: 0;
				border-bottom: 0 none;
				margin-bottom: 0.25em;
			}
					
#right .emailSignUp {
	background: #002964 url("../images/sitewide/signUpForOffers.gif") no-repeat center 10px;
	padding: 30px 10px 0 10px;
	margin-bottom: 13px;
	height: 120px;
	height: 90px;
}
	#right >/**/.emailSignUp {
		margin-bottom: 10px;
	}
	#right .emailSignUp fieldset {
		margin: 0 0 1px 0;
		padding: 0;
	}
		#right .emailSignUp fieldset label {
			float: left;
			font-size: 1.3em;
			color: #fff;
			font-weight: bold;
			width: auto;
			text-align: right;
		}
		#right .emailSignUp fieldset input {	
			clear: left;
			display: inline;
			margin-right: 5px;
			width: 115px;
		}
		#right .emailSignUp fieldset input.submit, #right .emailSignUp fieldset input[type="submit"] {
			background: url("../images/sitewide/btn-go.gif") no-repeat left top;
			width: 25px !important;
			height: 25px;
			text-indent: -100em;
			border: none;
			clear: none;
		}
	#right .emailSignUp p {
		clear: both;
		text-align: center;
		color: #fff;
		margin-top: 5px;
		margin-bottom: 0;
		font-weight: bold;
	}
	
#footer p {
	color: #fff;
	float: left;
	font-size: 1em;
}
#footer ul {
	color: #fff;
	list-style-type: none;
	font-size: 1em;
	float: right;
	overflow: hidden;
}
	#footer ul li {
		border-right: 1px solid #fff;
		padding-right: 5px;
		margin-left: 6px;
		margin-right: -1px;
		float: left;
	}
		#footer ul li a {
			color: #fff;
			text-decoration: none;
		}
			#footer ul li a:hover {
				color: #002964;
			}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page specific styles */

/*-------------------------added by vin-------------------------------*/

p.login {
	font-weight:bold;
	color:#000;
}

.biggerAlert {
	font-size:1.25em;
	color:#FF0000;
}

.chartHeader {
	width:180px;
	font-size:1.5em;
	text-align:center;
	text-decoration:underline;
	color:#002964;
	font-weight:bold;
	margin-bottom:10px;
}

.beginSearch {
	width:400px;
	float:left;
}

.FilterListDropDownList {
	width: 240px;
	float:left;
	margin: 2px 0px 5px 0px;
}

.FilterListClickList {    
    clear:both;
	float:left;
    margin-bottom: 10px;
	width:480px;
}

.FilterListClickList li a {
    font-size: 0.8125em;
	margin-right: 5px;	
}

.FilterListClickList li span {
	font-size: 0.8125em;	
}

.SearchDropDown {float:left;clear:both}
.SearchLabel {width:75px;padding:10px;float:left}
.SearchControl {float:left;clear:right}


.quantity {
	width:400px;
	float:left;
	text-align:left;
}

.quantity p {
	width:300px;
	clear:both;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:0 10px 0 -80px;
}

.quantity input {
	width:60px;
	clear:right;
	float:left;
	border:1px solid #00A6EB;
}

.quantity2 {
	width:100px;
	float:left;
	text-align:left;
}

.quantity2 p {
	width:80px;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:0 10px 0 -60px;
}

.quantity2 input {
	width:60px;
	clear:right;
	float:left;
	border:1px solid #00A6EB;
}
.changePass label {
	font-size:1.3em;
	display:block;
	margin:10px 0 3px 0;
}
	.changePass input {
		width:200px;
		display:block;
	}
	.changePass input.button {
		width:110px;
		margin:10px 0 0 0;
	}
	.changePass .error {
		width:200px;
		font-size:1.3em;
		display:block;
		margin:3px 0 0 0;
	}
.freqOrdered {
	border:none !important;	
}
.unCheckAll {
	font-size:1.5em;	
}
.freqOrdPara {
	border-bottom:2px solid #009EEA;
	padding: 0 0 10px 0;
}
.loginList ul {
	list-style:none;
	padding:0 !important;
}
	.loginList ul li {
		width:225px;
		height:60px;
		background:url(../images/sitewide/birchArrow.gif) 0 0 no-repeat;
		float:left;
		margin-right:10px;
		padding-left:30px;
	}
	.loginList ul li a {
		color:#DC800F;
		text-decoration:none;
	}
	.loginList ul li a:hover {
		color:#00A6EB;
	}
#center ul {
	padding:0 0 0 25px;	
}
.loginForBest {
	font-size:1.3em;
	text-decoration:none;
	background:url(../images/sitewide/birchArrow.gif) 0 center no-repeat;
	padding:0 0 0 28px;
	display:block;
	font-weight:bold;
}

/*** HOMEPAGE SICLO PDF BOX ADDED 24/06/2011 T.S ***/

#silcaPDFs {
    border: 1px solid #a7a7ab;
	float: right;
	margin-top: 10px;
	width: 235px;
}

#silcaPDFs h2 {
	background: url('../images/slicaBoxHead.jpg') no-repeat left top;
	display: block;
	height: 55px;
	text-indent: -9999px;
    width: 100%;	
}

#silcaPDFs h3 {
    color: #000;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	width: 100%;	
}

#silcaPDFs a {
    color: #000;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	width: 50%;	
}

#silcaPDFs a img {
	margin-bottom: 5px;
}

#silcaPDFs p {
	clear: both;
	font-size: 10px;
    text-align: center;
	text-transform: uppercase;
	width: 100%;	
}

#richContentPage .buttons {
    border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	clear: left;
	margin: 0 0 10px;
	padding: 5px 0 0;
	width: 100%;	
}

#richContentPage .buttons h3 {
    margin-bottom: 0;	
}

#richContentPage .buttons strong {
    display: block; 
	float: left; 
	width: 150px;	
}

#richContentPage .loginForBest {
	margin-bottom: 10px;	
}

#richContentPage .buttons input[type=image] {
	float: right;
}

#left .blueTriangles .chartHeader {
    font-size: 1em;
	margin-bottom: 0;	
}

#left .blueTriangles ul li {
	font-size: 0.8125em;
}

/*** MEDIA RULES FOR IMAGE ALIGNMENT AND SIZE 

.medrule_11 { height: 120px; width: 536px; } Full Width
.medrule_12 { height: 273px; width: 273px; } Half Width
.medrule_13 { height: 187px; width: 100px; } Quarter Width

***/

.medrule_11 {
	float: left;
    margin-bottom: 10px;
}

.medrule_12 {
    float: left;
	margin: 0 10px 10px 0;	
}

.medrule_13 {
    float: left;
	margin: 0 10px 10px 0;	
}


