/* CSS Document */

/****************************************
STANDARD
****************************************/

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	line-height: 15px;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 11px;
}

td {
	vertical-align: top;
}

a {
	color: #aa1e34;
	text-decoration: none;
}

a:hover {
	/*color: #e9f2f9;*/
	color: #ab1032;
}

ul, ol {
	margin: 0;
	padding: 0;
}

a:focus, img, object {
	border: none;
	outline: none;
}

form, input {
	margin: 0;
	padding: 0;
	border: 0;
}



/****************************************
CLEARING
****************************************/
.container,
.clear /* For IE/MAC. */
{
	display: inline-block;
}

.container:after,
.clear:after /* For Non-IE browsers. */
{
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
}

* html .container,
* html .clear /* For IE6 and below, trigger hasLayout. */
{
	height: 1%;
}

.container,
.clear /* For IE/Win. */
{
	display: block;
}


/****************************************
HEADINGS
****************************************/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 32px;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 28px;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	padding: 0 0 20px 0;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 10px 0;
}

h4.productCodePD {
	font-size: 18px;
	color: #666666;
	padding: 0 0 20px 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h6 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#wysiwyg h1 {

}

#wysiwyg h2 {
	font-size: 24px;
	padding: 0 0 20px 0;
	color: #949494;
}

#wysiwyg h3 {
	font-size: 18px;
	padding: 0 0 20px 0;
}

#wysiwyg ul {
	padding: 0 0 20px 25px;
}

/* ------------------------------- sIFR Headings */

body.dialog #product-options h1 {
	font-size: 28px;
	padding: 0 0 5px 0 !important;
}

#short-desc h3 {
	color: #535353;
}

#side #newsletter h3,
#side #enquire h3,
#newsContainer h3 {
	color: #666;
	padding: 0 0 12px 0;
}

#product-options h3 {
	color: #666;
}

#related-products h4 {
	color: #404040;
}

/* ------------------------------- Webfont Headings */
#product-options h1,
#related-products h4,
#related-products h4 {
	font-family:'Frutiger LT W01 65 Bold',Arial,sans-serif; font-weight: normal;
	color: #6A6A6A;
}

h1.homeTitle {
	font-family:'Frutiger LT W01 65 Bold',Arial,sans-serif; font-weight: normal;
	font-size: 15px;
	padding: 10px 10px 0 10px;
	float: left;
	clear: left;
	display: block;
	background-color: #fff;
	color: #000;
	border: 1px solid #D6D6D7;
	border-bottom: none;
	position: relative;
	z-index: 2;
}

#side h3,
#newsContainer h3,
#product-options h3,
.contactPopup_container h3 {
	color: #666666;
	font-family:'FrutigerLTW01-45Light',Arial,sans-serif; font-weight: normal;
}

#wysiwyg h2 {
	font-family:'FrutigerLTW01-45Light',Arial,sans-serif; font-weight: normal;
	color: #949494; font-size: 24px;
}

	#side h3, #newsContainer h3 { font-size: 21px; }

#related-products h4 { color: #404040; }

.contactPopup_container h3 { font-size: 20px; }


/****************************************
CMS STYLES
****************************************/



/****************************************
FORMS
****************************************/

/* ------------------------------- Error Messages */



/****************************************
GLOBAL
****************************************/

.Container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}


/* ------------------------------- Header */

#headerContainer {
	height: 116px;
	position: relative;
	z-index: 99;
}

	#headerContainer .Container {
		width: 960px;
	}

		#headerContainer .top {
			float: left;
			padding: 15px 0 0 0;
			width: 730px;
		}

			.home-link,
			.suppliers-link,
			.contact-link {
				display: block;
				float: left;
				font-weight: bold;
				line-height: 26px;
				padding-right: 25px;
				position: relative;
					z-index: 99;
			}

			.home-link {
				color: #aa1e34;
			}

			.suppliers-link{
				/*color: #6a6a6a;*/
				color: #adadae;
				padding-right: 25px;
			}

			.contact-link {
				/*color: #6a6a6a;*/
				color: #adadae;
				padding-right: 45px;
			}

			#headerContainer .cart {
				position: relative;
				left: -10px;
				z-index: 91;
			}

			#headerContainer .cart ul {
				list-style-type: none;
			}

				#headerContainer .cart li {
					display: inline;
					line-height: 26px;
					color: #adadae;
				}

					#headerContainer .cart a {
						/*color: #000;*/
						color: #adadae;
						padding-right: 10px;
					}

					.icon-trolley {
						background: url(../images/icons/cart_trolley.gif) no-repeat 0 0;
						display: block;
						float: left;
						height: 18px;
						padding: 0 0 0 25px;
					}

					#headerContainer .cart .checkout-link {
						color: #aa1e34 !important;
						font-weight: bold;
						padding-left: 8px;
						padding-right: 8px
					}

					#headerContainer .cart .headerLink {
						color: #aa1e34 !important;
						font-weight: bold;
					}

		#headerContainer .bottom {
			float: left;
			padding: 20px 0 0 0;
			width: 750px;
			position: relative;
			z-index: 90;
		}

		#headerContainer #logo {
			float: right;
			text-align: right;
			width: 180px;
			position: absolute;
			top: 30px;
			right: 0;
			z-index: 999;
		}


/* ------------------------------- Top Navigation */

ul#top-navigation {
	clear: both;
	height: 42px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#top-navigation li {
	display: block;
	float: left;
	height: 54px;
	position: relative;
	z-index: 10;
}

ul#top-navigation a {
	background-image: url(../images/hover/nav-1.png);
	background-repeat: no-repeat;
	display: block;
	/*height: 42px;*/
	height: 50px;
	position: relative;
	z-index: 12;
}

ul#top-navigation li ul li {
	display: block;
	float: none;
	height: auto !important;
	position: relative;
	z-index: 10;
	padding-bottom: 4px;
}


ul#top-navigation li ul li a {
	line-height: 16px;
	height: auto !important;
}

li#navHome { width: 45px; }
li#navHome a { background-position: 0px top; }
li#navHome:hover a,
li#navHome a:hover,
li#navHome a:focus,
li#navHome a:active { background-position: 0px -42px !important; }
li#navHome a.active { background-position: 0px -84px; }

/*
li#navAir { width: 60px; }
li#navAir a { background-position: -65px top; }
li#navAir:hover a,
li#navAir a:hover,
li#navAir a:focus,
li#navAir a:active { background-position: -65px -42px; }
li#navAir a.active { background-position: -65px -84px; }
*/
li#navAir { width: 137px; }
li#navAir a { background-position: -640px top; }
li#navAir:hover a,
li#navAir a:hover,
li#navAir a:focus,
li#navAir a:active { background-position: -640px -41px !important; }
li#navAir a.active { background-position: -640px -84px; }

li#navElec { width: 140px; padding-left: 20px; }
li#navElec a { background-position: -1271px top; }
li#navElec:hover a,
li#navElec a:hover,
li#navElec a:focus,
li#navElec a:active { background-position: -1271px -41px !important; }
li#navElec a.active { background-position: -1271px -83px; }

/*
li#navEnvi { width: 150px; }
li#navEnvi a { background-position: -230px top; }
li#navEnvi:hover a,
li#navEnvi a:hover,
li#navEnvi a:focus,
li#navEnvi a:active { background-position: -230px -42px; }
li#navEnvi a.active { background-position: -230px -84px; }
*/
li#navEnvi { width: 90px; padding-left: 5px;}
li#navEnvi a { background-position: -907px top; }
li#navEnvi:hover a,
li#navEnvi a:hover,
li#navEnvi a:focus,
li#navEnvi a:active { background-position: -907px -41px !important; }
li#navEnvi a.active { background-position: -907px -84px; }

/*
li#navScie { width: 190px; }
li#navScie a { background-position: -380px top; }
li#navScie:hover a,
li#navScie a:hover,
li#navScie a:focus,
li#navScie a:active { background-position: -380px -42px !important; }
li#navScie a.active { background-position: -380px -84px; }
*/

li#navScie { width: 192px; padding-left: 10px;}
li#navScie a { background-position: -1032px top; }
li#navScie:hover a,
li#navScie a:hover,
li#navScie a:focus,
li#navScie a:active { background-position: -1032px -41px !important; }
li#navScie a.active { background-position: -1032px -84px; }

li#navSola { width: 152px;}
li#navSola a { background-position: -581px top; }
li#navSola:hover a,
li#navSola a:hover,
li#navSola a:focus,
li#navSola a:active { background-position: -581px -41px !important; }
li#navSola a.active { background-position: -581px -84px; }


/* ------------------------------- Homepage Tab Navigation */

ul#product-tabs {
	background-image: url(../images/hover/tab.gif);
	background-repeat: no-repeat;
	background-position: -100px 0;
	clear: both;
	height: 41px;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#product-tabs li {
	display: block;
	float: left;
	height: 41px;
	position: relative;
	padding: 0;
	margin: 0;
}

ul#product-tabs a {
	background-image: url(../images/hover/tab.gif);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	position: relative;
	z-index: 9999999;
}

li#tabAir { width: 149px; }
li#tabAir a { background-position: 0px top; }
li#tabAir a.active,
li#tabAir:hover a,
li#tabAir a:hover,
li#tabAir a:focus,
li#tabAir a:active { background-position: 0px bottom; }

li#tabElec { width: 100px; }
li#tabElec a { background-position: -149px top; }
li#tabElec a.active,
li#tabElec:hover a,
li#tabElec a:hover,
li#tabElec a:focus,
li#tabElec a:active { background-position: -149px bottom; }

li#tabEnvi { width: 106px; }
li#tabEnvi a { background-position: -249px top; }
li#tabEnvi a.active,
li#tabEnvi:hover a,
li#tabEnvi a:hover,
li#tabEnvi a:focus,
li#tabEnvi a:active { background-position: -249px bottom; }

li#tabScie { width: 105px; }
li#tabScie a { background-position: -394px top; }
li#tabScie a.active,
li#tabScie:hover a,
li#tabScie a:hover,
li#tabScie a:focus,
li#tabScie a:active { background-position: -394px bottom; }

li#tabSola { width: 75px; }
li#tabSola a { background-position: -574px top; }
li#tabSola a.active,
li#tabSola:hover a,
li#tabSola a:hover,
li#tabSola a:focus,
li#tabSola a:active { background-position: -574px bottom; }


/* ------------------------------- Product Detail Tab Navigation */

ul#product-info-tabs {
	background-image: url(../images/hover/product-detail-tab.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	clear: both;
	height: 32px;
	list-style-type: none;
	margin: 10px 0 20px;
	padding: 0;
}


ul#product-info-tabs li {
	display: block;
	float: left;
	height: 32px;
	position: relative;
	padding: 0;
	margin: 0;
}


ul#product-info-tabs a {
	background-image: url(../images/hover/product-detail-tab.gif);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
}


li#tabDesc { width: 100px; }
li#tabDesc a { background-position: 0px 1px; }
li#tabDesc a.active,
li#tabDesc:hover a,
li#tabDesc a:hover,
li#tabDesc a:focus,
li#tabDesc a:active { background-position: 0px bottom; height:33px; }

li#tabSpec { width: 59px; }
li#tabSpec a { background-position: -99px 1px; }
li#tabSpec a.active,
li#tabSpec:hover a,
li#tabSpec a:hover,
li#tabSpec a:focus,
li#tabSpec a:active { background-position: -99px bottom; height:33px; }

li#tabOthe { width: 62px; }
li#tabOthe a { background-position: -157px 1px; }
li#tabOthe a.active,
li#tabOthe:hover a,
li#tabOthe a:hover,
li#tabOthe a:focus,
li#tabOthe a:active { background-position: -157px bottom; height:33px; }


/* ------------------------------- Product Pop up Dialog Tab Navigation */

body.dialog ul#product-info-tabs {
	background-image: url(../images/hover/dialog-tab.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 41px;
	list-style-type: none;
	margin: 10px 0 20px;
	padding: 0;
}

body.dialog ul#product-info-tabs li {
	display: block;
	float: left;
	height: 41px;
	position: relative;
	padding: 0;
	margin: 0;
}

body.dialog ul#product-info-tabs a {
	background-image: url(../images/hover/dialog-tab.gif);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
}

body.dialog li#tabDesc { width: 85px; }
body.dialog li#tabDesc a { background-position: 0px top; }
body.dialog li#tabDesc a.active,
body.dialog li#tabDesc:hover a,
body.dialog li#tabDesc a:hover,
body.dialog li#tabDesc a:focus,
body.dialog li#tabDesc a:active { background-position: 0px bottom; }

body.dialog li#tabSpec { width: 101px; }
body.dialog li#tabSpec a { background-position: -85px top; }
body.dialog li#tabSpec a.active,
body.dialog li#tabSpec:hover a,
body.dialog li#tabSpec a:hover,
body.dialog li#tabSpec a:focus,
body.dialog li#tabSpec a:active { background-position: -85px bottom; }


/* ------------------------------- Sub Navigation */

.sub-navigation {
	background-color: #fff;
	border: 1px #d9d9d9 solid;
	border-top: none;
	min-height: 255px;
	padding: 20px;
	width: 370px;

	position: absolute;
	z-index: 9;
	/*top: 32px;*/
	top: 52px;
	left: 0;
	display: none;
}

	.sub-navigation-inner {
		background: url(../images/icons/vr.gif) repeat-y 130px top;
		/*height: 100%;*/
		min-height: 255px;
	}

	.sub-navigation .left {
		float: left;
		width: 120px;
		/*border-right: 1px solid #D6D6D7;*/
		padding-right: 10px;
	}

		.sub-navigation li {
			float: none !important;
			height: 18px !important;
			/*line-height: 26px;*/
			padding: 0 0 7px 0;
			z-index: 20;
		}

			.sub-navigation a {
				background-image: none !important;
				color: #666;
				height: 18px !important;
			}

			.sub-navigation a:hover,
			.sub-navigation a:active,
			.sub-navigation a:focus {
				color: #aa1e34;
			}

	.sub-navigation .right {
		float: right;
		width: 235px;
	}

		.sub-navigation .right a {
			display: block !important;
			height: 200px !important;
			padding-bottom: 10px;
		}

		.sub-navigation .right h5 {
			color: #666;
			padding: 0;
		}

		.sub-navigation .right span {
			color: #666;
			font-size: 11px;
			line-height: 16px;
		}



/* ------------------------------- Side Navigation */

ul#side-navigation {
	list-style-type: none;
	padding: 0 0 40px 0;
}

	ul#side-navigation li {
		width: 230px;
	}

	ul#side-navigation li.first {
		border: 0 none;
	}

		ul#side-navigation a {
			background: url(../images/icons/bullet_grey-arrow-right.gif) no-repeat 200px 50%;
			color: #666;
			display: block;
			font-size: 13px;
			font-weight: bold;
			padding: 10px 15px 9px 15px;
			width: 200px;
		}

		ul#side-navigation a:hover,
		ul#side-navigation a.active,
		ul#side-navigation a:active,
		ul#side-navigation a:focus {
			background: url(../images/icons/bullet_red-arrow-right.gif) no-repeat 200px 50%;
			color: #ab1032;
		}

		ul#side-navigation ul {
			list-style-type: none;
		}

			ul#side-navigation ul a {
				padding-left: 35px !important;
				width: 170px !important;

			}

			ul#side-navigation ul li ul a {
				padding-left: 55px !important;
				width: 160px !important;
				background: none;
				font-size: 11px;
			}
			ul#side-navigation ul li ul a:hover {
				background: none;
			}



/* ------------------------------- Footer */

#footerContainer {
	clear: both;
}

	#footerContainer .Container {
		border-top: 1px #ededed solid;
	}

		#footerContainer .top {
			font-size: 11px;
			padding: 20px 0;
		}

			#footerContainer .column {
				float: left;
				padding: 0 0 0 30px;
				width: 210px;
			}

			#footerContainer .column.first {
				padding-left: 0;
			}

			#footerContainer .column.last {
				width: 380px;
			}

				#footerContainer h1 {
					color: #000;
					font-size: 12px;
					font-weight: bold;
					padding: 0 0 10px 0;
				}

				#footerContainer .column ul {
					list-style-type: none;
				}

					#footerContainer .column li {
						color: #666;
						line-height: 17px;
						padding: 0 0 7px 0;
					}

						#footerContainer .column a {
							color: #666;
							display: block;
						}

						#footerContainer .column a:hover {
							color: #aa1e34;
						}

				#footerContainer .column.last ul {
					float: left;
					width: 185px;
				}

					#footerContainer .column.last li {
						color: #666;
						line-height: 17px;
						padding: 0;
					}

					#footerContainer .column.last li#email,
					#footerContainer .column.last li#phone,
					#footerContainer .column.last li#fax {
						padding-left: 20px;
					}

					#footerContainer .column.last li#email {
						background: url(../images/icons/email.gif) no-repeat left;
					}

					#footerContainer .column.last li#phone {
						background: url(../images/icons/phone.gif) no-repeat left;
					}

					#footerContainer .column.last li#fax {
						background: url(../images/icons/fax.gif) no-repeat left;
					}


		#footerContainer .bottom {
			border-top: 1px #ededed solid;
			clear: both;
			padding: 15px 0 0 0;
		}

			#footerContainer .bottom #copyright {
				color: #727272;
				float: left;
				font-size: 11px;
				line-height: 16px;
			}

			#footerContainer .bottom #secure-pay {
				color: #727272;
				float: right;
				font-size: 11px;
				font-weight: bold;
				line-height: 16px;
				text-align: right;
				width: 280px;
			}

				#footerContainer .bottom #secure-pay p {
					float: left;
					padding: 0 10px 0 0;
					width: 200px;
				}

				#footerContainer .bottom #secure-pay .icon {
					float: left;
					width: 70px;
				}


/****************************************
HOME PAGE
****************************************/

/* ------------------------------- Banner */

body.home #bannerContainer {
	height: 210px;
	margin: 0 auto 25px;
	width: 960px;

	position: relative;
	z-index: 1;
}

	body.home #bannerContainer .Container {
		position: relative;
	}

	.site-search {
		background-color: #fff;
		border: 1px #b4c2d0 solid;
		padding: 5px 0 5px 10px;
		width: 140px;
		z-index: 2;

		position: absolute;
		right: 10px;
		top: 17px;
	}

		.site-search input {
			display: block;
			float: left;
		}

		.site-search #search {
			color: #666;
			font-size: 11px;
			width: 115px;
		}

		.site-search #search-submit {
			background: url(../images/hover/search.gif) no-repeat center top;
			float: right;
			height: 13px;
			overflow: hidden;
			width: 25px;
		}

		.site-search #search-submit:hover {
			background-position: bottom;
			cursor: pointer;
		}

	.banner-holder {
		height: 254px;
		overflow: hidden;
		position: relative;
	}

	.banner-holder,
	.banner-slides,
	.banner-slides ul,
	.banner-slides li {
		height: 209px;
		width: 960px;
	}

	.banner-slides,
	.banner-slides ul,
	.banner-slides li {
		height: inherit;
		width: inherit;
	}

	.banner-slides {
		position: relative;
		z-index: 1;
	}

		.banner-slides li {
			background-position: center top;
			background-repeat: no-repeat;
			text-align: center;
		}

			.banner-slides img {
				display: block;
				height: 254px;
				margin: 0 auto;
				width: 960px;
			}


.banner-controls ul {
	height: 38px;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	z-index: 2;

	position: absolute;
	right: 0;
	bottom: 0;
}

.banner-controls li {
	color: #000;
	float: left;
	font-weight: bold;
	height: 38px;
	text-align: center;
	width: 45px;
}
.banner-controls a {
	color: #000;
	cursor: pointer;
	display: block;
	height: 38px;
	width: 45px;
}

.banner-controls a.active img,
.banner-controls a:hover img,
.banner-controls a:focus img,
.banner-controls a:active img {
	margin-top: -38px;
}

.banner-controls img {
	position: relative;
	z-index: 1;
}

.banner-controls span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 45px;
}


/* ------------------------------- Content */

#bannerContainer {
	margin: 0 0 25px 0;
	position: relative;
	z-index: 88;
}

#mainContainer {
	padding: 0 0 20px 0;
	position: relative;
	z-index:7;
}

	#side {
		float: left;
		width: 230px;
	}

		#side #newsletter,
		#side #enquire {
			background-color: #D6D6D7;
			padding: 15px 0 15px 10px;
			margin: 0 0 20px 0;

			position: relative;
		}

			#side #enquire img {
				position: absolute;
				top: -10px;
				right: 0;
			}

			#side #newsletter p,
			#side #enquire p {
				line-height: 16px;
				padding-bottom: 5px;
			}

			.newsletter-form {
				/*background: url(../images/icons/hr_dotted.gif) repeat-x left top;*/
				/*padding: 15px 0 0 0;*/
			}

				.newsletter-form p {
					/*color: #4d5f76;*/
					font-size: 11px;
				}

				.newsletter-form input,
				.newsletter-form select,
				.enquire-select select {
					font-size: 11px;
				}

				.newsletter-form .select,
				.enquire-select div {
					background-color: #fff;
					border: 1px #e3e1e1 solid;
					height: 16px; /* height: 30px; */
					margin: 0 0 15px 0;
					padding: 7px 8px 7px 10px;
					width: 162px; /* width: 180px; */
				}

				.enquire-select div {
					margin: 0;
				}

				.enquire-select {
					border: 1px solid #ADADAE;
					width: 210px;
				}

					.newsletter-form select,
					.enquire-select select {
						border: 0 none;
						width: 210px;
					}

				.newsletter-form .input {
					background-color: #fff;
					border: 1px solid #ADADAE;
					float: left;
					height: 17px;
					margin-bottom: 5px;
					/*padding: 7px 4px 7px 10px;*/
					width: 207px;
				}

				.newsletter-form .email {
					width: 182px;
				}

				.newsletter-form .text {
					width: 200px;
					padding-left: 3px;
					padding-top: 3px;
				}

				.newsletter-form .submit {
					float: left;
					clear: left;
				}

				.newsletter-form .newsletter-submit {
					background: url(../images/forms/newsletter_submit.gif) no-repeat center top;
					cursor: pointer;
					display: block;
					height: 18px;
					overflow: hidden;
					width: 64px;
				}

		#other-business {
			background: url(../images/layout/enviro-technologies.jpg) no-repeat center top;
			height: 275px;
			width: 230px;

			position: relative;
		}

			#other-business a {
				background: url(../images/icons/bullet_red-arrow-right.gif) no-repeat left;
				font-size: 11px;
				padding: 0 0 0 10px;

				position: absolute;
				top: 20px;
				right: 20px;
			}

		#contentHeaderContainer {
			padding: 0 0 15px 0;
		}

			.title-holder {
				border-bottom: 1px #f2f2f2 solid;
				float: left;
				height: 175px;
				padding: 35px 30px 0 15px;
				width: 200px;
			}

				.title-holder h1 {
					padding: 0 0 10px 0;
				}

				.title-holder h6 {
					color: #666;
					line-height: 20px;
				}

		#content {
			float: right;
			width: 700px;
		}

		body.home #content {
			width: 960px;
		}

		#content #recycleSlim {
			/*float: left;
			width: 520px;*/
		}

		#content #recycleSlim #recycleSlimProducts {
			float: left;
			width: 520px;
		}

		body.home #content #recycleSlim #recycleSlimProducts {
			float: left;
			width: 785px;
		}

/*		#content #recycleSlim .sort-by {
			display: none;
		}

		#content #recycleSlim .item-display {
			display: none;
		} */

		#content #productRecycleLeft {
			width: 160px;
			float: left;
			overflow: hidden;
			margin-left: 15px;
		}

		#productRecycleLeft .enquiry-submit {
			background: url(../images/forms/newsletter_submit.gif) no-repeat center top;
			cursor: pointer;
			display: block;
			height: 18px;
			overflow: hidden;
			width: 61px;
		}

		/*#productRecycleLeft .enquiry-submit:hover {
			background-position: bottom;
		}*/

		#content #makeAnEnquiry {
			background: #d6d6d7;
			padding: 13px;
			margin: 10px 0;
		}


		#makeAnEnquiry input,
		#makeAnEnquiry select {
			color: #666;
			font-size: 11px;
			width: 95px;
		}

		#makeAnEnquiry .select,
		#makeAnEnquiry div.input {
			background-color: #fff;
			border: 1px #e3e1e1 solid;
			height: 16px; /* height: 30px; */
			margin: 0 0 11px 0;
			padding: 3px 6px 3px 7px;
			width: 118px; /* width: 180px; */
		}


		.two-column {
			float: left;
			padding: 0 60px 0 0;
			width: 415px;
		}

			#short-desc {
				clear: both;
				padding: 30px 0 0 0;
			}

			/* ------------------------------- Product Listing */

			#product-listing {
				overflow: hidden;
				padding: 0;
				position: relative;
				z-index: 1;
			}

			#product-listing .thumb img{
				height: 157px;
			}

				#product-listing .controls {
					position: relative;
					z-index: 3;
				}

				#product-listing .left,
				#product-listing .right {
					position: absolute;
					z-index: 2;
				}

				#product-listing .left {
					top: 230px;
					left: 0;
				}

				#product-listing .right {
					top: 230px;
					right: 0;
				}

					#product-listing .left a,
					#product-listing .right a {
						display: block;
						overflow: hidden;
						height: 44px;
						width: 25px;
					}

					#product-listing .left a {
						background: url(../images/hover/product-slider_left.gif) no-repeat center left;
					}

					#product-listing .right a {
						background: url(../images/hover/product-slider_right.gif) no-repeat center left;
					}

					#product-listing .left a:hover,
					#product-listing .right a:hover {
						background-position: right;
					}

				#product-listing ul {
					list-style-type: none;
					z-index: 1;
				}


					#product-listing li {
						display: block;
						padding: 0;
						width: 700px;
					}

					#recycleSlim #product-listing li {
						display: block;
						padding: 0;
						width: 540px;
					}

						#product-listing li div {
							border: 1px #efefef solid;
							color: #000;
							/*cursor: pointer;*/
							display: block;
							float: left;
							margin: 0 0 20px 20px;
							padding: 0 0 20px 0;
							width: 158px;
							height: 230px;
							position: relative;
						}

						#product-listing li div.first {
							margin-left: 0;
						}

						#recycleSlim #product-listing li div {
							margin: 0 20px 20px 0;
						}

							#product-listing li .detail-view {
								z-index: 2;

								position: absolute;
								/*top: 80px;
								left: 50px;*/
								top: 5px;
								left: 5px;

								display: none;
							}

							#product-listing li a.quick-view {
								z-index: 2;

								position: absolute;
								right: 0;
								bottom: 0;

								display: none;
							}

							#product-listing span {
								display: block;
								padding: 0 10px;
							}

							#product-listing .icon {
								height: 0px;
								z-index: 10;

								position: absolute;
									top: 5px;
									left: 5px;

								padding: 0px;
							}

							#product-listing span.status {
								padding: 0;

								position: absolute;
								top: 5px;
								right: 5px;
								z-index: 2;
							}

							#product-listing span.thumb {
								padding: 0;
								text-align: center;
							}

							#product-listing span.title {
								font-size: 11px;
							}

								#product-listing span.title a {
									color: #000;
								}

								#product-listing span.title a:hover,
								#product-listing span.title a:active,
								#product-listing span.title a:focus {
									color: #aa1e34;
								}

							#product-listing span.price {
								color: #991017;
								line-height: 18px;
								font-weight: bold;
							}


			/* ------------------------------- Ad Banner */

			body.home .dkshHomepage p {
				padding-right: 15px;
			}

			body.home #adContainer {
				clear: both;
				height: 176px;
				margin: 0 auto 25px;
				width: 700px;

				position: relative;
				z-index: 1;
			}

				body.home #adContainer .Container {
					position: relative;
				}

					#adContainer .banner-holder {
						height: 176px;
						overflow: hidden;
						position: relative;
					}

					#adContainer .banner-holder,
					#adContainer .banner-slides,
					#adContainer .banner-slides ul,
					#adContainer .banner-slides li {
						height: 176px;
						width: 700px;
					}

							#adContainer .banner-slides img {
								display: block;
								height: 176px;
								margin: 0 auto;
								width: 700px;
							}


/* ------------------------------- News */

#newsContainer {
	clear: both;
}

	#newsContainer .Container {
		border-top: 1px #ededed solid;
		padding: 20px 0;
	}

		#newsContainer ul {
			list-style-type: none;
		}

			#newsContainer li {
				float: left;
				padding: 0 20px 0 0;
				width: 460px;
			}

				#newsContainer .thumb {
					float: left;
					padding: 0 10px 0 0;
					width: 80px;
				}

				#newsContainer .snippet {
					float: left;
					font-size: 11px;
					width: 310px;
				}

					#newsContainer .snippet p {
						line-height: 16px;
					}

					#newsContainer span.date {
						background: url(../images/icons/bullet_red-arrow-right.gif) no-repeat left;
						color: #999;
						padding: 0 0 0 10px;
					}

					#newsContainer .more-link {
						background: url(../images/icons/bullet_red-arrow-right.gif) no-repeat left;
						padding: 0 0 0 10px;
					}

/* ------------------------------- Breadcrumb */


#product-listing-header {
	border-bottom: 1px #f1f1f1 solid;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

	.page-results {
		float: right;
		text-align: right;
		width: 100px;
	}

	.breadcrumb {
		color: #991017;
		float: left;
		font-size: 11px;
		width: 350px;
		padding-top: 10px;
	}

	.breadcrumb a {
		color: #999;
	}

		.breadcrumb ul {
			list-style-type: none;
		}

			.breadcrumb li {
				background: url(../images/icons/bullet_grey-arrow-right.gif) no-repeat left;/*bullet_red-arrow-right.gif*/
				display: inline;
				margin: 0 4px 0 0;
				padding: 0 0 0 10px;
			}

			.breadcrumb li.first {
				background: none;
				padding: 0;
			}

			.breadcrumb li.second {
				background: url(../images/icons/bullet_grey-arrow-right.gif) no-repeat left;
			}

				.breadcrumb a:hover,
				.breadcrumb a:active,
				.breadcrumb a:focus {
					color: #991017;
				}

/* ------------------------------- Pagination */

.pagingNumbersContain {
	padding: 0 0 20px 0;
}

	.pagination {
		float: left;
		padding: 10px 0 0 0;
		width: 315px;
	}

		.pagination .left a,
		.pagination .right a {
			display: block;
			float: left;
			height: 14px;
			width: 5px;
		}

		.pagination .left a {
			background: url(../images/hover/bullet_grey-arrow-left.gif) no-repeat left center;
		}

		.pagination .right a {
			background: url(../images/hover/bullet_grey-arrow-right.gif) no-repeat left center;
			margin: 0 0 0 10px;
		}

		.pagination .left a:hover,
		.pagination .left a:active,
		.pagination .left a:focus,
		.pagination .right a:hover,
		.pagination .right a:active,
		.pagination .right a:focus {
			background-position: right;
		}

		.pagination ul {
			list-style-type: none;
		}

			.pagination li {
				background: url(../images/icons/paging-divder.gif) no-repeat left;
				float: left;
				padding: 0 10px;
			}

			.pagination li.first {
				background: none;
			}

			 .pagination a {
				font-size: 11px;
				color: #000;
			 }

			 .pagination a.active,
			 .pagination a:hover,
			 .pagination a:active,
			 .pagination a:focus {
					color: #991017;
			 }

	.sort-by {
		float: left;
		text-align: right;
		width: 180px;
	}

	.item-display {
		float: left;
		text-align: right;
		padding: 0 0 0 40px;
		width: 165px;
	}

		.sort-by h6,
		.item-display h6 {
			float: left;
			padding: 8px 25px 0 0;
		}

		.sort-by div,
		.item-display div {
			border: 1px #d9d9d9 solid;
			float: left;
			/*padding: 5px;*/
			position: relative;
			top: 7px;
		}

		.sort-by div {
			width: 100px;
		}

		.item-display div {
			width: 40px;
		}

			.sort-by select,
			.item-display select {
				border: 0 none;
				font-size: 11px;
			}

			.sort-by select {
				width: 100px;
			}

			.item-display select {
				width: 40px;
			}


/* ------------------------------- Filter */


#filter {
	padding: 0 0 0 15px;
	display: none;
}

#filter #Filters_Price {
	display: none;
}

	#filter-attribute,
	#Filters_Price,
	#filter-brand {
		padding: 0 0 12px 0;
	}

		#filter h6 {
			background: url(../images/icons/bullet_red-arrow-down.gif) no-repeat left 5px;
			padding: 0 0 10px 20px;
			cursor: pointer;
		}

		#filter form div {
			padding: 0 0 10px 0;
		}

			#filter form input {
				float: left;
				margin: 0 10px 0 0;
			}

			#filter form label {
				color: #676767;
				float: left;
				font-size: 11px;
			}

			#price-slider-holder {
				padding: 10px 0;
			}

				#price-slider-holder input {
					font-size: 11px;
					padding: 10px 0 0 0;
					width: 50%;
				}

				#price-slider-holder input#amount-from {
					float: left;
				}

				#price-slider-holder input#amount-to {
					float: right;
					text-align: right;
				}


/* ------------------------------- Product Detail */

#product-detail {
	padding: 40px 0 0 0;
	border-top: 1px solid #D6D6D7;
}

	#product-detail .left {
		float: left;
		width: 430px; /* width: 420px; */
	}

		#product-options {
			clear: both;
			padding: 10px 0 0 0;
			width: 370px;
		}

			#product-options select {
				border: 0 none;
				font-size: 11px;
				width: 135px;
			}

			#product-variations {

			}

				#product-variations .variation {
					border: 1px #d9d9d9 solid;
					float: left;
					margin: 0 20px 20px 0;
					padding: 6px 8px;
				}

			.label_prod {
				float: left;
				color: #666;
				font-size: 18px;
				margin: 13px 10px 0 0;
				cursor: pointer;
			}

			#product-qty {
				border: 1px #d9d9d9 solid;
				float: left;
				height: 35px;
				margin: 5px 20px 0 0;
				padding: 2px;
			}

				input#qty {
					font-size: 11px;
					height: 35px;
					line-height: 35px;
					text-align: center;
					width: 35px;
				}

			#product-add {
				float: left;
			}

				input#add-to-cart {
					background: url(../images/forms/add-to-cart.gif) no-repeat center top;
					display: block;
					height: 48px;
					width: 220px;
				}

				input#add-to-cart:hover,
				input#add-to-cart:active,
				input#add-to-cart:focus {
					background-position: bottom;
					cursor: pointer;
				}

		#product-info {
			clear: both;
			padding: 30px 0; /* padding: 0 0 30px 0; */
		}

			#product-info p {
				color: #000;
				line-height: 14px;
			}

				#product-info div ul {
					padding-left: 15px;
				}

		#product-info-holder {
			width: 380px;
		}

		#product-info-desc li {
			color: #AB1032;
		}

		#product-info-desc p {
			padding-bottom: 15px;
		}

		#product-info-desc ul p {
			padding-bottom: 5px;
			font-size: 11px;
		}

		#product-docs ul {
			list-style-type: none;

		}

			#product-docs li {
				background: url(../images/icons/pdf.gif) no-repeat left top;
				display: block;
				font-weight: bold;
				height: 20px;
				padding: 0 0 10px 30px;
			}

			#product-docs a {
				font-weight: normal;
				color: #000;
			}

	#product-detail .right {
		float: left;
		width: 525px;
	}

		#product-image {
			height: 530px;
			padding: 0 0 15px 0;
		}

		#product-image ul {
			list-style-type: none;
		}

		#product-thumbs {
			padding: 0 0 30px 0;
		}

			#product-thumbs ul {
				list-style-type: none;
			}

				#product-thumbs li {
					display: block;
					float: left;
					padding: 0 15px 0 0;
					text-align: center;
					width: 137px;
				}

					#product-thumbs a {
						display: block;
						width: 137px;
						border: 1px #ffffff solid;
					}

					#product-thumbs a.active {
						border: 1px #e1e0e1 solid;
					}

		#related-products {
			clear: both;
		}

			#related-products li {
				width: auto;
			}


/* ------------------------------- Product Detail Pop up Dialog */

body.dialog {
	background-color: #fff;
	width: 700px;

	position: relative;
}

	body.dialog a#close {
		/*background: url(../images/hover/close.gif) no-repeat top;*/
		display: block;
		height: 39px;
		width: 39px;

		position: absolute;
		top: 15px;
		right: 0;
		z-index: 99;
	}

	body.dialog #mainContainer {
		padding: 30px 20px 100px 40px;
	}

		body.dialog #mainContainer .left {
			width: 265px;
		}

			body.dialog #product-detail {
				padding: 0 !important;
			}

			body.dialog #product-options {
				width: auto !important;
			}

				body.dialog #product-variations .variation {
					clear: both;
					margin: 0 0 14px 0;
					padding: 7px;
				}

					body.dialog #product-variations select {
						border: 0 none;
						font-size: 11px;
						width: 120px;
					}

					body.dialog #product-qty {
						height: 31px;
						margin: 2px 15px 0 0;
					}

						body.dialog input#qty {
							height: 30px;
							width: 30px;
						}

					body.dialog input#add-to-cart {
						background: url(../images/forms/dialog_add-to-cart.gif) no-repeat top;
						height: 42px;
						width: 184px;
					}

					body.dialog input#add-to-cart:hover,
					body.dialog input#add-to-cart:active,
					body.dialog input#add-to-cart:focus {
						background-position: bottom;
					}


		body.dialog #product-info {
			padding: 0;
		}

		body.dialog #mainContainer .right {
			padding-top: 15px;
			width: 345px;
		}

			body.dialog #product-thumbs {
				padding: 0;
			}

				body.dialog #product-thumbs li,
				body.dialog #product-thumbs a {
					width: 93px;
				}

		body.dialog #product-image {
			height: 345px;
		}



/* PRODUCT DETAILS */
#product-info-spec, #product-info-other {
	display: none;
}




.dropdownItem
{
  background-color: #fff;
	border: 1px #c7c7c7 solid ;
  font-size: 13px;
  position: absolute;
    left: 0;
    top: 35px;
    z-index: 110;
  padding: 10px;
}

.dropdownItem .inner
{
  background-color: #ffffff;

  padding: 15px;
}

.cartDisplaySection
{
/* width: 485px;*/
}
.cartDisplaySection .inner
{
  width: 385px;
}

.cartDisplaySection .close
{
  background-image: url(../images/bg/cartDisplaySectionClose.gif);
  position: absolute;
    right: 0;
    top: -28px;
  text-indent: -9999px;

  height: 32px;
  width: 36px;
}

.cartDisplaySection .close a
{
  display: block;

  margin: 7px 8px;

  height: 15px;
  width: 16px;
}

.cartDisplaySection .itemsTable .columns
{
  background-image: url(../images/bg/dotted-grey.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #383838;
  font-weight: bold;

  padding-bottom: 15px;
}

.cartDisplaySection .cartItems
{
  overflow: auto;

  margin-bottom: 15px;

  max-height: 290px;
}
* html .cartDisplaySection .cartItems
{
  height: 291px;
}

.cartDisplaySection .columns .column,
.cartDisplaySection .cartItems .cartItem .column
{
  display: inline;
  float: left;

  min-height: 12px;
}
* html .cartDisplaySection .columns .column,
* html .cartDisplaySection .cartItems .cartItem .column
{
  height: 12px;
}

.cartDisplaySection .column.item
{
  margin-right: 20px;

  width: 160px;
}

.cartDisplaySection .column.item .option {
	font-size: 11px;
}

.cartDisplaySection .column.options
{
  margin-right: 20px;

  width: 60px;
}
.cartDisplaySection .column.quantity
{
  text-align: center;

  margin-right: 20px;

  width: 60px;
}
.cartDisplaySection .column.price
{
  margin-right: 20px;

  width: 45px;
}
.cartDisplaySection .column.itemActions
{
  width: 55px;
}

.cartDisplaySection .cartItems .cartItem
{
  margin-bottom: 18px;

  min-height: 85px;

  display: block !important;
  width: 385px;
}
* html .cartDisplaySection .cartItems .cartItem
{
  height: 85px;
}
.cartDisplaySection .cartItems .cartItem.last-child
{
  margin-bottom: 0;

}

.cartDisplaySection .column.item .thumb
{
  display: inline;
  float: left;

  margin-right: 15px;
}

.cartDisplaySection .column.item h3,
.cartDisplaySection .column.options .value,
.cartDisplaySection .column.quantity .value,
.cartDisplaySection .column.price .value
{
  display: block;

  margin-top: 4px;
}

.cartDisplaySection .column.item h3
{
  line-height: 13px;

  margin-bottom: 4px;
}
.cartDisplaySection .column.item h3 a
{
  color: #333333;
}

.cartDisplaySection .column.item .productCode
{
  color: #888888;
}

.cartDisplaySection .column.itemActions .remove
{
  background-image: url(../images/forms/remove.gif);
  background-position: 0 0;
	background-repeat: no-repeat;
  display: block;

  margin: 10px auto;
	padding-right: 0 !important;

  height: 11px;
  width: 11px;
}
.cartDisplaySection .column.itemActions .remove:hover
{
  background-position: 0 bottom;
}

.cartDisplaySection .cartSummary
{
	border-top: 1px #d1d1d1 solid;
  padding-top: 16px;
}

.cartDisplaySection .additionalItems .label
{
  display: inline;
  float: left;
	font-size: 21px;
	font-weight: bold;

  width: 150px;
}

.cartDisplaySection .additionalItems .value
{
  color: #2a2a2a;
  display: inline;
  float: right;
  font-size: 21px;
  font-weight: bold;
  text-align: right;

  width: 150px;
}

#headerContainer #shoppingcartDropdown .continueShopping {
  float: left !important;
  top: 0px;
}

.cartDisplaySection .cartActions
{
  padding-top: 20px;
}

.cartDisplaySection .cartActions .spendTilFreeShipping
{
  background-color: #e9edef;
  color: #666666;
  float: left;

  border: 1px solid #b8b8b8;
  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  padding: 6px 15px;
}

.cartDisplaySection .cartActions .checkout
{
	background: url(../images/forms/checkout.gif) 0 0 no-repeat;
	display: block;
  float: right;
	height: 40px;
	padding: 0 !important;
	width: 141px;
}

#shoppingcartDropdown {
	color: #383838;
	left: 250px;
	display: none;
}

#shoppingcartDropdown.visible {
	display: block !important;
}

#shoppingcartDropdown .continueShopping {
	position: relative;
	top: 10px;
	font-size: 11px;
	text-decoration: underline;
	color: #f31f1f !important;
	cursor: pointer;
}

#shoppingcartDropdown a {
	color: #383838;
}

.finePrint {
	color: #666;
	font-size: 11px;
}

.normalFilters .filters {
	/*display: none;	*/
}

/* news */

div.newsPaging.top  {
  padding-top: 0px;
  top: -40px;
  position: relative;
  z-index: 1;
}

div#content ul#newsList {
  padding-top: 20px;
}

div#content ul#newsList li {
  display: block;
  width: 736px;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

div#content ul#newsList li .nContent {
  width: 440px;
  float: left;
}

div#content ul#newsList li .nContent h1 {
  font-size: 24px;
  color: #ff4702;
}

div#content ul#newsList li .nContent p {
  margin: 0;
}

div#content ul#newsList li div.newsItemCommentInfo {
  padding: 0px 0 0 0;
  height: 38px;
}

div#content .nDate {
  padding: 7px 13px 5px 0px;
  background: url(../images/ico_calander.gif) left no-repeat;
  color: #000000;
}

div#content .nComment  {
  padding: 7px 0 5px 25px;
  background: url(../images/ico_comment.gif) left 4px no-repeat;
}


div#content ul#newsList li .nImage {
  width: 240px;
  overflow: hidden;
  float: right;
}


div#content div#newsDetails {
  padding: 20px 0 10px 0;
}

div#content #userComments {
  padding: 20px 0;
  border-top: 1px solid #d1d1d1;
}

div#content #userComments ul {
  padding-bottom: 10px;
}

div#content #userComments ul li {
  margin-bottom: 15px;
}

div#content #userComments .nComment {
  font-size: 14px;
  color: #ff4701;
  margin-bottom: 10px;
}

div#content #userComments .author {
  color: #333333;
}

div#content #userComments .comment {

}

div#content #userComments #commentsArea {
  width: 694px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 20px 20px 0 20px;
}

div#content #userComments #commentsArea .left {
  width: 280px;
  float: left;
}

div#content #userComments #commentsArea .right {
  width: 400px;
  float: left;
}

div#content #userComments #commentsArea .label {
  color: #272727;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

div#content #userComments #commentsArea .label span {
  color: #ff4500;
}

div#content #userComments #commentsArea .mediumInputField, div#content #userComments #commentsArea .smallTextArea {
  margin-bottom: 12px;
}


div#content #userComments #commentsArea .rightAlign {
  width: 680px;
}

.mainTitle {
	color: #aa1e34;
	padding-top: 20px;
}

/* Forms. */

.pageForm
{
  margin-bottom: 25px;

  width: 517px;
}

.pageForm input.text {
    height: 16px;
}

.pageForm input.text, .pageForm select, .pageForm textarea {
    background-color: transparent;
    border: 0 none;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 4px;
}

.pageForm .formRow
{
  margin-bottom: 15px;
}

.pageForm .formRow label
{
  float: left;

  margin-top: 5px;
  margin-right: 16px;

  width: 80px;
}

.pageForm .formRow label .req
{
  color: #bf0d1e;
}

.pageForm input.text,
.pageForm textarea,
.pageForm select
{
  float: left;
  font-size: 12px;
}

.pageForm input.text,
.pageForm textarea
{
  border: 1px solid #e9e9e9;

  width: 410px;
}
.pageForm input.text.short,
.pageForm textarea.short
{
  width: 100px;
}

.pageForm .formRowSubmit .image
{
  float: right;
}

.success {
	border: 1px solid #98989a;
	background: #ffffff;
	padding: 20px;
	margin: 20px 0;
}

.right .iconSales {
	position: relative;
	top: 10px;
	float: left;
	z-index: 20;
}

/* PRODUCT REUQEST QUOTE */
.enquiryCartList {
	width: 620px;
}

.enquiryCartList .details table {

}

.enquiryCartList .details table th {
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #696969;
}

.enquiryCartList .details table tr {

}

.enquiryCartList .details table td {
	padding: 10px;
	border-bottom: 1px dotted #696969;
}

.enquiryCartList .details table .actions {
	width: 85px;
	text-align: center;
	vertical-align: middle;
}

.enquiryCartList .instructions {
	float: left;
	font-size: 11px;
	font-style: italic;
	padding-top: 15px;
	width: 380px;
}

.enquiryCartList .continue {
    float: right;
    padding: 15px 0 0;
    text-align: right;
    width: 190px;
}
.enquiryCartForm {
    padding: 30px 0 0 20px;
}
.enquiryCartForm form {
}
.enquiryCartForm .formArea .formLabel {
    width: 200px;
		float: left;
}
.enquiryCartForm .formArea .formInputField {
    width: 410px;
		padding-bottom: 7px;
		float: left;
}
.enquiryCartForm .formArea .formInputField input, .enquiryCartForm .formArea .formInputField select, .enquiryCartForm .formArea .formInputField textarea {
    width: 398px;
		height: 22px;
		background: none repeat scroll 0 0 transparent;
    border: 1px solid #D9D9D9;
    color: #666666;
}
.enquiryCartForm .formArea .formInputField select {
    width: 402px;
		border: 1px solid #D9D9D9;
		color: #666666;
		height: 22px;
}
.enquiryCartForm .formArea .formInputField textarea {
    height: 60px;
    max-width: 465px;
}
.enquiryCartForm .formArea .formSubmit {
    padding-right: 20px;
		padding-top: 10px;
}
.enquiryCartForm .formArea .formSubmit .formAgree {
    margin-right: 240px;
    padding-top: 20px;
    text-align: right;
    display: none;
}
.enquiryCartForm .formArea .formSubmit input {
    border: 0 none;
    cursor: pointer;
    float: right;
}

.btnSendEnquiry {
    background: url("../images/btn_enquire_now.gif") no-repeat scroll center 0 transparent;
    height: 18px;
    width: 102px;
}

/*contact form popup*/
.fancybox-outer {
	border-radius: 0 !important;
}

.contactPopup_container {
	position: relative;
	width: 250px;
	height: 650px;
	/*overflow: hidden;*/
	padding: 20px;
}

.contactPopup_container #close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.contactPopup_container label {
	font-size: 11px;
	clear: left;
	display: block;
	cursor: pointer;
	margin-bottom: 1px;
}

.contactPopup_container input.text,
.contactPopup_container textarea {
	width: 242px;
	height: 15px;
	padding: 3px 3px 0 3px;
	font-size: 11px;
	color: #333;
	border: 1px solid #D6D6D7;
	clear: left;
	margin-bottom: 5px;
}

.contactPopup_container textarea {
	height: 64px;
	padding: 3px 3px 2px 3px;
	resize: none;
}

.btnSendContactPopup {
	background: transparent url(../images/forms/send.gif) 0 0 no-repeat;
	width: 50px;
	height: 18px;
	cursor: pointer;
}

.contactPopup_container .success {
	margin: 0 0 10px 0;
}

.your_telephoneformError,
.your_subjectformError,
.your_nameformError,
.your_emailformError {
	left: 150px !important;
}

.your_telephoneformError .formErrorContent,
.your_subjectformError .formErrorContent,
.your_nameformError .formErrorContent,
.your_emailformError .formErrorContent {
	width: 110px !important;
}

/* privacy page overrides wysiwig */
#wysiwyg .page-privacy h1 {
	font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #333;
}

#wysiwyg .page-privacy h2 {
	font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  color: #666;
}

#wysiwyg .page-privacy h3 {
	font-size: 11px;
  line-height: 15px;
	color: #000;
	font-weight: bold;
	padding: 0;
}

ul#side-navigation li {
	position: relative;
}
ul#side-navigation a {
	width: 185px;
	padding-left: 0;
	margin-left: 20px;
	background-position: 100% 50% !important;
}
ul#side-navigation a:hover,
ul#side-navigation a.active,
ul#side-navigation a:active,
ul#side-navigation a:focus {
	background-image: url("../images/icons/bullet_red-arrow-right.gif");
}
ul#side-navigation ul a {
	margin-left: 0;
}
ul#side-navigation .sidebar-toggler {
	position: absolute;
	top: 11px;
	left: 0;
	width: 14px;
	height: 14px;
	background: url("../images/sidebar-toggler.gif") no-repeat top center;
	cursor: pointer;
}
ul#side-navigation .sidebar-toggler.active {
	background-position: bottom center
}
ul#side-navigation .sidebar-toggler:hover {
	opacity: 0.8;
}
ul#side-navigation .hasChildren + ul {
	display: none;
}
ul#side-navigation .hasChildren_active + ul {
	display: block;
}


.photoGalleryArea #product-thumbs .photoItem img {
	width:94px;
}
/* END OF CSS */