﻿/*-------------------------------------------------
Resets 
-------------------------------------------------*/
* { margin: 0; font-size: 100%; outline: none; } /*   padding: 0;    */
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
/*   th, b, strong,   */ h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
/*	table { border-collapse: collapse; border-spacing: 0; } */
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1em; background: white; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; margin:0; padding:0; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
u {  text-decoration: underline; }

/* Added to make sure global left and right panels stretch in height 100% */
div#s4-workspace, div#s4-bodyContainer, div.content-container, div.s4-ca{height:100%; margin-left:0;}

.clearfix:before,
.clearfix:after {content: "."; display: block; height: 0; overflow: hidden;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

/*-------------------------------------------------
Standards / HTML
-------------------------------------------------*/
/*html { overflow-y:scroll; }*/ /*	Prevent Firefox Scrollbar Jump	*/
a, input[type=submit], label, select, .pointer { cursor:pointer; } /*	CSS Pointer Cursors	*/
html, body { height: 100%; }

/*   .clear prevents divs from flaoting out side a container div.   */
.clear, .clear_margin{
height:0;
font-size:0;
line-height:0;
clear:both;
}

.fit_image { margin-bottom: -4px; }
.fit_image, .noborder{ border:0; } /* this removes the white space below an image in FF*/

.loc { border:1px solid green; }

.lfloat { float:left; }
.rfloat { float:right; }

.bold { font-weight:bold; }

.auto-width {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

/*-------------------------------------------------
Client Side - Site wide 
-------------------------------------------------*/
body { 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 115%; 
	font-size: 13px; 
	background-color: #000;
	height:100%;
}

#wrapper{ background: #fff; }

#header_container, #content-container, #footer_container { width:100%; }

#header-container {
	background-color:#000000;
	height:133px;
	margin-bottom: -1px;
}

#header {
	position:relative;
	margin:0 auto; 
	/* background:url(http://assets.fellowes.com/images/site/logo-background.jpg) no-repeat;  */
	width:980px; 
	height:129px;
}

#header-line {
	height:3px; 
	background-color:#FDB813;
}

/*#content-container {
	background: #fdfdfd url(http://assets.fellowes.com/images/site/body-bg.gif) repeat-x; 
	margin:0 auto;
}*/

#content-overview-container {

	background:url(http://assets.fellowes.com/images/site/body-overview-bg.png) repeat-x; 
	margin:0 auto;
	height:695px;

}

#content-generic-container {

	background:url(http://assets.fellowes.com/images/site/generic-bg.png) repeat-x; 
	margin:0 auto;
	height:497px;

}

#content-category-container {

	background:url(http://assets.fellowes.com/images/site/products-category-bg.png) repeat-x; 
	margin:0 auto;
	height:924px;

}

#content {
	width:980px; 
	margin:0 auto;
}
#content-inner {
	padding:0px 10px 0px 25px;
}
#top-bar-container {
	position:relative;
	width:980px; 
	margin:0 auto;
	margin-bottom:15px;
}

.tab-dots{
	background: url(http://assets.fellowes.com/images/site/horizontal-dots.png) bottom repeat-x;
}

/* Erich's */

h1, h2, h3, h4, h5, h6 { }

div#manual-selector.review {
	position:relative;
	height:250px;
}

div#group-box.nm,
div.group-box.nm {
	margin-right:0;
}

div#group-box.sub,
div.group-box.sub {
	margin-top:28px;
	border-left: none;
	height:168px;
	min-height:168px;
}


div#group-buttons {
	position:absolute;
	left:577px;
	top: 205px;
}

div#review-step {
	float:left;
	background-color:#bbbbbb;
	width:658px;
	margin:70px 0 0 30px;
}

div#review-step h1 {
	font-size:16px;
	width:634px;
	height:29px;
	background-color:#dcdcdc;
	margin:1px;
	border: 1px solid white;
	line-height:29px;
	padding-left:20px;
}

div.step-box {
	float:left;
	background: url(http://assets.fellowes.com/images/site/review-gradient.jpg) repeat-x;
	width:176px;
	height:127px;
	border: 1px solid white;
	margin:0 1px 1px 0;
	padding: 20px;
}
div.step-box.first {
	margin-left:1px;
}

div.step-box.last {
	margin-right:0;
}

div.step-box img {
	margin-bottom:20px;
}

div.step-box p {
	color:#444444;
	font-size:11px;
}

div.step-box p {
	color:#444444;
	font-size:11px;
}

div#review-links {
	float:left;
	width:245px;
	background-color:#bbbbbb;
	padding:1px;
	margin:70px 0 0 20px;
}

#review-links h4 { 
	background:#616161; color:#fff; display:block; font-size:12px; padding:9px 8px;
	font-weight:bold;
	text-transform:uppercase;
}

div#review-links div {
	border: 1px solid white;
	background: white url(http://assets.fellowes.com/images/site/review-gradient.jpg) repeat-x;
	height:127px;
	padding: 20px;
}

#review-left {  margin-left:5px; float:left; width:375px;}
#review-right {margin:45px 10px; float:right; width:536px; }

#review-left {
	text-align:center;
}

#review-left p {
	text-align:left;
}

/*
Review Form fields
*/

div#review-container { width:547px; }

div.review-header {
	position:relative;
	background:#616161; 
	color:#fff; 
	font-weight:bold;
	width:547px;
}

div.review-header h4 { 
	background:#616161; 
	color:#fff; 
	display:block; 
	font-size:16px; 
	padding:4px;
}

div.review-header span {
	position:absolute;
	bottom: 4px;
	right:4px;
}

div#review-container p {
	color:#a3a3a3;
	font-size:10px;
}

#review-container label.title { float:left; width:141px; padding: 12px; color:#121212; text-align:right; font-weight:bold; }

#review-container label {
	color:#333333;
	font-size:11px;
}

#review-container textarea {
	width:372px;
	height:167px;
}

.frm-review-input {
	width:367px;
	padding: 12px 12px 12px 0;
	float:left;
}

/* Product Search Results */

div#search-container {
	width:940px;
	margin-left:30px;
	min-height:500px;
	position:relative;
}

div#search-nav {
	position:relative;
	height:40px;
	background-color:#fff;
	padding: 10px;
	border:1px solid #c4c6c8;
	margin-bottom:40px;
}

div#search-nav p {
	color:#121212;
	font-size:12px;
	line-height:21px;
	margin-bottom:20px;
}

ul.pagination{
	padding: 0;
	margin: 0 0 0 3px;
	list-style: none;
	float:right;
}
ul.pagination li {
	float: left;
	padding: 0;
	margin:  0 3px;
	display: inline;
}

ul.pagination li.next {
	margin-left:30px;
}

div.pagination.top {
	position:absolute;
	bottom: 10px; right:20px;
	text-align:right;
	font-size:12px;
}

div.pagination.btm {
	position:relative;
	height:30px;
	text-align:right;
	font-size:12px;
	border-top:1px dotted #979797;
	padding: 10px 20px 0 0;
}

.pagination a {
	color:#263b97;
	text-decoration: none;
	font-weight:normal;
}

.pagination a:hover {
	color:#263b97;
	text-decoration:underline;
}

.pagination a.current {
	color:#121212;
}

.pagination a.current:hover {
	color:#263b97;
}

.search-image {
	position:relative;
	float:left;
	text-align:center;
	width:227px;
	height:200px;
	margin-right:10px;
}

.search-image.last {
	margin-right:0px;
}

.search-image a {
	display:block;
	position:absolute;
	top: 0; left:0;
	width:227px;
	height:40px;
	text-decoration: none;
	color: #263B97;
	padding-top: 160px;
	font-weight:normal;

}

.search-image a:hover, .search-image a:active {
	color: #696969;
}

div#search-container p {
	color:#444444;
	margin-bottom:10px;
}

div#search-container a.result {
	color:#263b97;
	text-decoration:none;
	font-weight:bold;
}

div#search-container a.result:hover {
	color:#000;
}

div#search-container a.url {
	color:#888888;
	text-decoration:none;
	font-weight:normal;
}

div#search-container a.url:hover {
	text-decoration:underline;
}

/* Global Landing Page */

.remember { 
	color:#444444;
	font-size:10px;
	padding-bottom:3px;
	float:left;
}

body#global-body {
	height:100%;
	background: #000;
}

body#global-body div#content-container {
	height:100%;

}

#global-left {
	position:relative;
	background-color: #fff;
	border-right: 1px solid #FDB813;
	width:345px;
	height:100%;
	overflow:hidden;
}

#global-left,#global-right {
	float:left;
}

#global-logo {
	position:relative;
	width:345px;
	height:160px;
	background-color: #000;
}

#global-logo div {
	position:absolute;
	top: 57px;
	left:57px;
}

#global-location {
	width:345px;
	height: 100%;
	background: #fff url(http://assets.fellowes.com/images/site/gradient-global.jpg) repeat-x;
	padding: 39px 0 0 10px;
}

#global-location fieldset{
}

.flag-container {
	width:30px; 
	margin-top:7px; 
	float:left;
}

#global-location select{
	padding:4px;
	width:250px;
	font-size:14px;
}

h1.global-header {
	display:block;
	width:345px;
	height:30px;
	background: url(http://assets.fellowes.com/images/site/global-header.jpg) no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid black;
}

body#global-body input.msg-links{
	border: 0;
	background: none;
	margin:10px 0px 0 150px;
}

body#global-body input.msg-links {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: solid 1px #f5bd00;
  padding: 5px 15px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  box-shadow: 0px 0px 1px #fff;
  -webkit-box-shadow: 0px 0px 1px #fff;
  -moz-box-shadow: 0px 0px 1px #fff;
  -o-box-shadow: 0px 0px 1px #fff;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(94%, #e8e8e8), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  -pie-background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 94%, #d9d9d9 100%);
  behavior: url("../_layouts/Scripts/pie/PIE.htc");
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0);
  /* IE6-8 */
  color:#555555;
}

body#global-body input.msg-links:hover:enabled {
  color: #000;
  border: solid 1px #f5bd00;
  /*padding: 5px 20px;*/
  text-decoration: none;
}
/*
input.go{
	display:none;
}
*/
body#global-body input.msg-links:disabled{
	border: 1px solid #CCCCCC;
	cursor:default;
	color:#ccc;
}

#lang-select { display:none; }

/* Support */

#support-left {  margin-left:5px; float:left; width:375px;}
#support-right {margin:45px 10px; float:right; width:536px; color:#444444;}

#support-right label.input {
	float:left;
	display:block;
	width:100px;
	line-height:20px;
	margin-bottom:8px;
}

#support-right p {
	margin-bottom:12px;
}

#support-right label.radio {
	margin-bottom:12px;	
}


/* About Us */

div#about-container {
	width:940px;
	margin-left:30px;
	min-height:500px;
}

#about-left {
	width:200px;
	margin-right:20px;
}

#about-left, #about-right {
	float:left;
}

#about-callout-box {
	width:198px;
	border: 1px solid #c4c6c8;
	margin-top:20px;
}

#about-callout-box img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

#about-callout-box h4 {
	font-size:13px;
	line-height: 16px;
	margin-bottom:16px;
}

#about-callout-box p {
	color:#444444;
	font-size:11px;
}

#about-callout-box .msg-links { font-size:11px; }

#about-callout-box  div {
	background: white url(http://assets.fellowes.com/images/site/about_us-gradient.jpg) repeat-x;
	border:1px solid white;
	padding: 14px;
}

#about-left div.shadow {
	width:198px;
	height:10px;
	background: url(http://assets.fellowes.com/images/site/about_us-callout-shadow.png) no-repeat center top;
}

#about-right {
	width:720px;
}

#about-right p {
}

hr.dotted {
	border-top: 1px dotted #a9a9a9;
	border-bottom:0;
	border-left:0;
	border-right:0;
	height:1px;
	margin: 10px 0px 10px 0;
}

#about-right h2 {
	color:#444444;
	font-weight:bold;
	font-size:14px;
}

#about-right img.fleft {
	float:left;
	margin: 0 10px 10px 0;
}

#about-right img.fright {
	float:right;
	margin: 0 0 10px 10px;
}

#about-right img.fleft {
	float:left;
	margin: 0 20px 10px 0;
}

#about-right div#logos {
	width:616px;
	background: url(http://assets.fellowes.com/images/site/about-logos.jpg) no-repeat center top;
	padding:105px 0px 15px 0px;
	margin: 0 auto;
}

#about-right div#logos p {
	float:left;
	width:130px;
	font-size:11px;
}

#about-right a.pdf, #about-right a.pdf:visited
{
	color:#263b97;
    background:  url(http://assets.fellowes.com/images/site/icon_pdf2.gif) no-repeat right;
    padding: 0px 20px 2px 0px;
    height:28px;
    vertical-align:middle;
	font-size:12px;
	text-decoration:none;
}
#about-right a.pdf:hover {
	color:red;
}

/* Four Columns */

ul.column{
	width: 965px;
	padding: 0;
	margin: 10px 0 0 3px;
	list-style: none;
}
ul.column li {
	float: left;
	width: 200px; /*Set default width*/
	padding: 0;
	margin:  0;
	display: inline;
}

.4columns {

}

.box220 {
	width:220px;
	height:200px;
	margin-bottom:5px;
}

.box220 h4 {
	font-size:12pt;
	font-weight:bold;
	margin:0 0 22px 0;
}

.box220 .img-box {
	width:185px;
	text-align:center;
}
.box220 .img-title {
	position:relative;
	top:-26px;
	left:0px;
	text-align:right;
	padding-top:3px;
} 
.box220 .img-title a {
	position:relative;
	left:-10px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(http://assets.fellowes.com/images/site/arrow-yellow.png) no-repeat right 4px; padding-right:12px;
}

/* Two Columns */

.2columns {
	
}

.box460 {
	position:relative;
	width:426px;
	height:163px;
	float:left;
	background:#fdfdfd url(http://assets.fellowes.com/images/site/460_box.png) no-repeat;
	margin-right:20px;
	padding: 17px 17px 31px 17px;
	overflow:hidden;
}

.box460.last {
	margin-right:0;
}

.box460 h2 { 
	font-weight:bold;
	font-size: 16pt;
	line-height:100%;
	display:block;
	clear:both;
	margin-bottom:10px;
}
 .box460  p {
	color:#444444;
}

 .box460 img.photo { 
	float:left; 
	margin:5px 15px 5px 0px;
}

.box460 a img.box-button {
	position:absolute;
	bottom: 38px;
}

/* Three Columns */

.3columns {
	
}
.box310{ 
	width:310px;
	height:310px;
	float:left;
	background:#fdfdfd url(http://assets.fellowes.com/images/site/310_box.png) no-repeat;
	margin:5px 5px;
	padding:0px;
}
.box310 h2 { 
	margin:15px 0px 10px 20px;
	font-weight:bold;
	font-size: 16pt;
	line-height:100%;
	display:block;
	clear:both;
}
 .box310  p {
	color:#444444;
	margin:0px 5px 0px 0px;
	width:140px;
	float:left;
 }
 .box310 img { 
	float:left; 
	margin:5px 15px 5px 20px;
}

.box300 {
	width:300px;
	height:220px;
	float:left;
	background:#fdfdfd url(http://assets.fellowes.com/images/site/300x220_box.png) no-repeat;
	margin:5px 9px 5px 5px;
	padding:2px 2px;
}
.zero-right { 
	margin-right:0px; padding-right:0px;
}
.box300 h4 {
	font-size:12pt;
	font-weight:bold;
	margin: 15px 0px 0px 15px;
}
.box300 .img-box {
	width:300px;
	text-align:center;
	padding-top:30px;
}
/*
.box300 .img-box img {
	border:1px solid #c3c5c8;
}
*/
.box300 .img-title {
	/*
	width:275px;
	height:25px;
	background: url(http://assets.fellowes.com/images/site/300x220_box_gradient.png) no-repeat;
*/	
	position:relative;
	top:-26px;
	left:-20px;
	text-align:right;
	padding-top:3px;
} 
.box300 .img-title a {
	position:relative;
	left:-10px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(http://assets.fellowes.com/images/site/arrow-yellow.png) no-repeat right 4px; padding-right:12px;
}

#article-left { margin-left:5px; float:left; width:600px;}
#article-right {margin-left:10px; float:right; width:321px;}
#article-box-single {
	border:1px solid #b8b8b8;
	background: url(http://assets.fellowes.com/images/site/box-bg.png) 0px 24px repeat-x;
	min-height:150px;
	width:320px;
	margin-bottom:10px;
}
#article-box {
	border:1px solid #b8b8b8;
	background: url(http://assets.fellowes.com/images/site/article-box-bg.png) 0px 24px repeat-x;
	min-height:150px;
	width:320px;
	overflow:hidden;
	margin-bottom:10px;
}
#article-box-single h4,
#article-box h4,
#group-box h4,
.group-box h4,
#crc-box h4,
#result-box h4,
#detail-box h4,
#detail-box-single h4 { 
	background:#616161; color:#fff; display:block; font-size:12px; padding:5px 8px;
	font-weight:bold;
	text-transform:uppercase;
}

#dynamic-box,#dynamic-box2,#dynamic-box3,#group-buttons { display:none; }
#dynamic-box3 .subtitle { color:#000; margin:10px 0 0 10px; padding:0px; text-align:left; font-size:11px; color:#444444; }
#dynamic-box3 .title { font-weight:bold; margin:10px 0 0 10px; color:#000; padding:0px; text-align:left; }

#manual-selector {
	margin:15px 0px 10px 25px;
	position:relative;

}
#crc-box,
#group-box,
.group-box {
	float:left; 
	border:1px solid #b8b8b8;
	background: #ffffff;
	height:190px;
	width: 180px;
	overflow:hidden;
	margin:0px 20px 10px 0px;
	text-align:center;
}  

#group-box { height:195px; }
#crc-box { height:195px; }

#crc-request {
	padding:10px 7px;
}
#group-box {
	margin:0px 0px 10px 0px;
}  

#dynamic-box,
#dynamic-box2,
#dynamic-box3 {
	float:left; 
	border:1px solid #b8b8b8;
	background: #ffffff;
	height:170px;
	width: 180px;
	overflow:hidden;
	margin:25px 0px 10px 0px;
	text-align:center;
	color:#979797;
}

/*nudge for safari/chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #dynamic-box,#dynamic-box2,#dynamic-box3  {  min-height:167px; }
 }

#review-step, #review-links, #manual-selector { margin-left:30px;}

#result-box {
	clear:both;
	border:1px solid #b8b8b8;
	background: url(http://assets.fellowes.com/images/site/manual-results-bg.png) 0px 0px repeat-x;
	min-height:210px;
	width: 100%;
	overflow:hidden;
	margin:10px 0px 10px 25px;
} 
#crc-box div,
#group-box div,
.group-box div,
#result-box div,
#dynamic-box div,
#dynamic-box2 div,
#dynamic-box3 div {
	padding:10px 7px;
}

#or-div {
	position:absolute;
	z-index:2;
	top:77px;
	left:170px;
}

.result-box-items b{ font-size:11px; }
.result-box-items p{ margin:0px 0px 10px 0px; }
.prod-desc {font-size:12px; color:#000000; }

.pdfList {
    list-style-image: url(http://assets.fellowes.com/images/site/icon_pdf2.gif);
    line-height: 150%;
}
.pdf, .pdf:visited
{
    background:  url(http://assets.fellowes.com/images/site/icon_pdf2.gif) no-repeat left;
    padding: 0px 0px 2px 20px;
    height:28px;
    vertical-align:middle;
	font-size:11px;
	text-decoration:none;
}
.pdf:hover {
	color:red;
}

#article-box div,
#article-box-single div { padding: 15px 10px 10px 10px;}
#article-box #box-left { float:left; width:139px; text-align:center;}
#article-box #box-right { float:right; width:140px; text-align:center;}

a.tools, a.tools:visited {
	font-size:11px;
	background: url(http://assets.fellowes.com/images/site/icon_tools.png) 0px -4px no-repeat; 
	padding-left:22px; 
	margin-left:15px;
	text-decoration:none; 
	white-space:nowrap;
}
h4.button { 
	background:#616161  url(http://assets.fellowes.com/images/site/arrow-yellow-left.png) 4px 6px no-repeat; 
	color:#fff; 
	display:block; 
	font-size:12px; 
	padding:2px 12px;
	width:256px;
	white-space:nowrap
	margin:8px 0px;
	cursor:pointer;

}
h4.button a:link, h4.button a:visited{ color:#fff; text-decoration:none;}
h4.button a:hover { color:#000; }
h4.button{ background:#8f8f8f  url(http://assets.fellowes.com/images/site/arrow-yellow-left.png) 4px 6px no-repeat;  }
h4.button:hover {background:#d9d9d9 url(http://assets.fellowes.com/images/site/arrow-yellow-left.png) 4px 6px no-repeat;  }


#faqs-left {  margin-left:5px; float:left; width:375px;}
#faqs-right {margin:45px 10px; float:right; width:536px; }

/* product detail boxes */
#pd-left {  margin-left:5px; float:left; width:300px;}
#pd-left ul li { font-size:11px; color:#474747; font-size:11px;}
#pd-right {margin:45px 0px 10px 25px; float:right; width:596px; }

#ratings-box {
	background: url(http://assets.fellowes.com/images/site/ratings-box-bg.png) no-repeat;
	height:130px;
	width:310px;
	overflow:hidden;
	margin-bottom:10px;
}
#ratings-box .msg-links { font-size:11px;}
#ratings-box  div { padding:10px; font-size:11px;}
/*stars*/
#ratings-box  div div{padding:0px 2px;} 

#detail-box {
	border:1px solid #b8b8b8;
	background: url(http://assets.fellowes.com/images/site/article-box-bg.png) 0px 24px repeat-x;
	min-height:150px;
	width:310px;
	overflow:hidden;
	margin:15px 0 0 0;
}
#detail-box-single {
	border:1px solid #b8b8b8;
	background: url(http://assets.fellowes.com/images/site/box-bg.png) 0px 24px repeat-x;
	min-height:150px;
	width:310px;
	overflow:hidden;
	margin:20px 0 0 0;
}

#detail-box div, #detail-box-single div { padding: 15px 10px 10px 10px;}
#detail-box #box-left, #detail-box-single  #box-left { float:left; width:135px; text-align:center;font-size:11px; color:#444444;}
#detail-box #box-right, #detail-box-single  #box-right { float:right; width:135px; text-align:center;font-size:11px; color:#444444;}

#box-right p, #box-left p { text-align:left; margin:8px; }

#preview-box {float:left; width:330px; margin-right:10px; }
#preview-box #large_image { float:right; padding-right:10px;}
#preview-box #thumbnails { clear:both; margin:15px 0px; }
#preview-box #thumbnails img {float:left; margin-right:10px;  border:1px solid #ccc; padding:2px;}
#shopping-box { float:right; width:250px; }
#scroll-box { width: 228px; height:325px; overflow:auto; padding:10px; margin:0px 0px 2px 0px; border:1px solid #b8b8b8; background:#fff; }
#scroll-box li {clear:both; height:50px; list-style-type:none; border-bottom:1px dotted #666; margin:5px 0px; } 
#scroll-box li img.buylogo { float:left; padding-top:8px;}
#scroll-box li div {float:right; text-align:center; font-size:11px; color:#474747}


#lower-page {margin:10px 0px 10px 25px; }
#lower-left { float:left; width:220px; position:relative; z-index:10; }
#lower-right { float:left; width:720px; }
#category-box { 
		width:199px;
	overflow:hidden;
	margin-bottom:10px;
	font-size:11px;
}
#category-box ul {
	list-style:none; margin:0px 0px 10px 0px; 
	border:1px solid #b8b8b8;
	background: #fdfdfd;

}
#category-box ul li {
	color:#000000; 
	line-height:125%;
	height:30px;
	border-bottom:1px dotted #666;
}
#category-box ul li a {
	background:url(http://assets.fellowes.com/images/site/arrow-gray.png) no-repeat 0 4px; 
	padding-left:12px; 
	position:relative;
	top: 8px;
	margin-left:10px;
	text-decoration:none;
}
#category-box ul li:hover{background:#dbdbdb; }
#category-box ul li.active {font-weight:bold; background:#dbdbdb;} 
#category-box ul li:last-child { border-bottom:0px;}

#features {width:180px; border:1px solid #BBBBBB; background-color:#F5F5F5; padding:10px; }
#features h3 a{ color:#666666; font-size:12px; }
#features div { font-size:10px; padding:3px 3px; margin:5px 0px;  background-color:#F5F5F5; color:#666666;}
#features div .l { float:left; width:80px;}
#features div .r { float:right; width:80px;}

.prod-div {
	width:200px;
	float:left;
	margin:0px 15px;

}
div.prod-title {
	background:#ebebeb;
	font-weight:bold;

	clear:both;
	text-align:center;
	padding:5px 10px;
}
div.prod-details {
	font-size:11px;
	padding:10px 5px;
	border-top:1px dotted #666;
	min-height:90px;
}
div.prod-details a, div.prod-details a:visited {
	text-decoration:none;
	color:#1c6379;
}
div.prod-details a:hover {
	color:#000;
}

#products-container{
	background:url(http://assets.fellowes.com/images/site/products-box.png) no-repeat; 
	width:960px; 
	height:185px;
	margin:25px 0 0 20px;
	position:relative;
	padding:15px 0 0 0;
}

#products-overview-container{
	background:url(http://assets.fellowes.com/images/site/products-box-overview.png) no-repeat; 
	width:960px; 
	height:226px;
	margin:25px 0 0 20px;
	position:relative;
	padding:25px 0 0 0;

}

#messages-container{
	background:url(http://assets.fellowes.com/images/site/messages-box.png) no-repeat; 
	width:940px; 
	height:130px;
	margin:15px 0 70px 30px;

}

#footer-container {
	clear:both;
	background: url(http://assets.fellowes.com/images/site/footer-fade-bg.png) repeat-x;
	padding-top:49px;
	background-color:#fdfdfd;
	margin-top: -2px;
	border-bottom:1px solid transparent;
}

#footer-container-nest {
	background-color: #000;
	height:360px;
	margin-bottom: -2px;
}


#footer-container-short {
	background-color:#000;
	height:190px;
}

#footer, #line-content{
	margin:0 auto; 
	width:980px; 
}

#footer-black-line {
	background-color:#000;
	height:1px;
}

#footer-line {
	background:url(http://assets.fellowes.com/images/site/footer-yellow-bar.png) repeat-x; 
	background-color:#000;
	height:30px;
}

#footer-grey-line{
	width:940px; 
	height:1px; 
	background-color:#555555; 
	margin:30px 30px 15px 30px;
}

#footer-tagline {
	margin-top:8px;
}

#footer-logo {
	margin:1px 30px 0 10px;
}

.msg-title {
	font-size:18px;
	margin-top:3px;
}

.msg-content {
	font-size:14px; 
	color:#696969; 
	margin-top:5px;
	line-height:140%;
}
.msg-content-white { 
	color:#fff;
	font-size:12px; 
	margin-top:10px;
	line-height:140%;
}

#identity-content { margin:0px 0px 10px 10px; }
#identity-content-container {
	border:1px solid #b8b8b8;
	width:940px;
	margin:5px 0px 5px 4px;
}
#identity-content-container .id-header
{
	background:#313032; 
	color:#ffffff; 
	padding:10px;
	border-bottom:1px solid #b8b8b8;
}
#identity-content-container h3 { font-size:18px; }
.id-body {
	background: url(http://assets.fellowes.com/images/site/id-body-bg.png) repeat-y;
}
.id-col1 {
	width:260px;
	float:left;
}
.id-col2 {
	padding:0px 10px;
	width:455px;
	min-height:329px;
	float:left;
	background: url(http://assets.fellowes.com/images/site/id-col3-bg.png) repeat-x;
	border-right:1px solid #b8b8b8;
		border-left:1px solid #b8b8b8;
}
.id-col3 {
	padding:0px 10px 0px 15px;
	width:178px;
	min-height:329px;
	float:left;
	background: url(http://assets.fellowes.com/images/site/id-col3-bg.png) repeat-x;
	text-align:center;
}
.id-col3 #generic-page-title-bold {
	margin:20px 0px 10px 0px;
}
.id-col2 p, .id-col2 ul {
	padding-left:10px;
}
.sep {
	border-top:1px solid #b8b8b8;
	margin:10px 5px 10px 0px;
}	
ul.arrow {
list-style:none; margin:10px 0px 10px 0px; 
}
ul.arrow li {
	color:#444444; 
	background:url(http://assets.fellowes.com/images/site/arrow-black.png) no-repeat 0 4px; 
	padding-left:12px; 
	line-height:140%; 
	font-size:12px;
}
.pop-content {
	font-size:14px; 
	margin-bottom:11px; 
	text-align:center;
}

.pop-links-container {
	width:145px;
	margin:0 0 15px 5px;
	float:left;
}

.pop-links, .pop-links:active {
	color: #263B97;
	font-size:11px;
	text-decoration: none;
}

.pop-links:hover {
	color: #696969;
}

.msg-links-container {
	margin-top:10px;
	color: #263B97;
	font-size:12px;
}

.msg-links, .msg-links:active {
	text-decoration: none;
	/*color: #263B97;*/
	font-size:10px;
}
/*
.msg-links:hover {
	color: #696969;
}
*/
#messages-left {
	width:447px; 
	padding:21px 0 0 23px;
	float:left;
}

#messages-left-content {
	width:265px; 
	margin:0 0 0 25px;
	float:left;
}

#messages-right {
	width:410px; 
	padding:18px 0 0 60px;
	float:left;
}

#messages-right-content {
	width:265px; 
	margin:0 0 0 38px;
	float:left;
}

.tooltip {
	background:url(http://assets.fellowes.com/images/site/products-pop-bg.png) repeat-x;
	width:212px; 
	border:1px solid #CCCCCC;
	position:relative;
	z-index:5;
	display:none;
}

#pop-overlays {
	position:absolute;
	top:180px;
	left:0px;
	z-index:100;
}

.products-pop-img {
	margin:10px 0; 
	text-align:center;
	line-height:115px;
}

.products-pop-img img {
	vertical-align:middle;
}

#pop-holder {
	position:relative;
}

#logo {
	position:absolute;
	top:25px;
	left:30px;
	cursor:pointer;
}

#top-right-content {
	position:absolute;
	top:25px;
	right:10px;
}

#top-right-links {
	text-align:right;
}

.top-right-links  {
	text-decoration: none;
	color: #999999;
	font-size:10px;
}

.top-right-links:hover {
	text-decoration: none;
	color:#fff;
}

#localization{
	margin-top:20px;
	float:right;
}

#current-lang {
	margin-left:10px;
	float:right;
}

input.search {
	width: 178px;
	border:1px solid #FDB813;
	font-size:9px;
	color:#999999;
	height:18px; 
	background-color:#000;
	padding-left:3px;
}

#search{
	float:right;
	margin-top:15px;
	position:relative;
}

#search-drop{
	border:1px solid #555555; 
	background-color:#252526; 
	width:161px; 
	height:34px; 
	padding:15px 10px; 
	font-size:11px; 
	color:#888888; 
	position:absolute; 
	top:-44px; 
	z-index:1; 
	right:0;
	display:none;
}

.search-radio { 
	margin:0px 6px 0 0;
	float:left;
}

#main-nav-container {
	position:absolute;
	top:100px;
	left:30px;
	font-size:12px;
	z-index:100000;
}

#main-nav {
	width:600px;
	color:#FDB813;
}

#main-nav ul {
	padding: 0;
	margin: 0;
}

#main-nav ul li {
	display:inline;
	padding: 0;
	margin-right: 50px;
	cursor:pointer;
}

#drop-down {
	border:1px solid #555555;
	background-color:#252526;
	/*position:absolute; FE: caused fade without transition in IE7/8 */
	/*position:relative;
	top:43px; 
	left:0px;
	z-index:4;*/
}

#mainnav {
	padding: 0;
	margin: 10px 0 10px 11px;
}

#mainnav li {
	padding: 0;
	margin: 4px 40px 4px 0;
	font-size:11px;
}

#subnav {
	padding: 0;
	margin: 15px 0 0 20px;
}

#subnav li {
	padding: 0;
	margin: 3px 40px 3px 0;
	font-size:10px;
}

#mainnav a, #subnav a  {
	color:#888888;
	text-decoration:none;
}

#mainnav a:hover, #subnav a:hover {

	color:#ffffff;
	/*
	background:url(http://assets.fellowes.com/images/site/sprite.png) no-repeat; display:block;
	background-position:-87px -163px; width:4px; height:7px;
	*/

}

.dots {
	background:url(http://assets.fellowes.com/images/site/nav-dots.png) repeat-y right;
}

.main-nav-center {
	background:url(http://assets.fellowes.com/images/site/main-nav-center.png) repeat-x;
	font-size:12px;
	color:#ffffff;
	padding:10px;
	float:left;
	height:23px;
	cursor:pointer;
	
}

#mainnav-title-ov {
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
	border-width:1px;
	border-color:#555555;
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:5;
	color:#ffffff;
}

#drop-down-container {
	/*
	position:relative; 
	top:-11px;
	left:-12.5px;
	*/
}

/*
#ProductsNav-ov, #SolutionsCenterNav-ov, #SupportNav-ov, #AboutUsNav-ov {
	position:relative;
	top:0px;
	left:0px;

}
*/

#drop-down-sub {
	display:none;
	float:left;
}

#mainnav-container {
	float:left;
}

#drop-nav-container {
	position:absolute;
	/*width:600px;*/
	top:89px;
	left:17px;
	z-index:101;
	padding-top:43px; /* FE: reserve space for absolute positioned title */
}

#drop-nav {
	/* FE: caused fade without transition in IE7/8 
	position:relative;
	z-index:1; */
}

#footer-nav {
	margin:10px 0 0 0px;
	width:980px;
}

.footer-nav-ul {
	padding: 0;
	margin: 0;
	font-size:10px;
	float:left;
}

.footer-nav-li {
	padding: 0;
	margin:0 0 20px 0px;
}

.footer-subnav-li {
	padding: 2px 0;
	color:#555555;
	
}

.footer-subnav-li a, .footer-links {
	text-decoration: none;
	font-size:10px;
	color:#555555;
}

.footer-subnav-li a:hover, .footer-links:hover {
	color:#fff;
}

#footer-links {
	width:940px; 
	margin:0px 30px 0px 30px;
	font-size:10px;
	color:#555555;
}

#top-bar {
	background:url(http://assets.fellowes.com/images/site/top-bar.png) no-repeat;
	margin: 0 30px;
	width:940px;
	height:42px;
}

#top-bar.location {
	background:url(http://assets.fellowes.com/images/site/top-bar-location.png) no-repeat;
}

/* Location Page */

#location-content {
	width:913px;
	background-color:#fff;
	margin-left:30px;
	padding-left:27px;
}

#location-banner {
	position:relative;
	width:757px;
	height:101px;
	background:url(http://assets.fellowes.com/images/site/location-banner.jpg) no-repeat;
	overflow:hidden;
	margin-bottom:15px;
}

#location-banner table {
	margin:14px 0 0 300px;
}

#location-banner table td {
	height:30px;
	vertical-align:middle;
}

#location-banner input#location {
	width:202px
}

#location-banner select {
	margin-right:20px;
}

#location-banner label {
	margin-right:10px;
}

#location-banner input.button {
	position:absolute; 
	top:41px; right:21px;
}

div#found-locations {
	float:left;
	margin-right:5px;
}

div#found-locations table {
	width:290px;
}

div#found-locations table td.head {
	background-color:#ecf1f4;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

div#found-locations table td h1 {
	font-weight:bold;
	font-size:15px;
}

div#found-locations table td span.location-title {
	font-weight:bold;
	text-decoration:underline;
}

div#found-locations table td {
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #8eabb5;
	line-height:18px;
}

div#locations-map {
	float:left;
}

div#locations-map h2.retailers {
	font-size:14px;
	background-color:#616161;
	color:#fff;
	padding:5px;
	margin:5px 0 20px 0;
}

/* End Location Page */


#banner {
	margin: 0 10px;
	padding: 0 10px;
	width:960px;
	height:213px;
}
#banner275 {
	background:url(http://assets.fellowes.com/images/site/banner_275.png) no-repeat;
	margin: 0px 0px 0px -3px;
	padding: 0px 0px 0px 8px;
	width:956px;
	height:288px;
}
#banner330 {
	background:url(http://assets.fellowes.com/images/site/banner_330.png) -6px -6px no-repeat;
	margin: 0px 0px 0px -5px;
	padding: 0 10px;
	width:970px;
	height:330px;
}
#banner375 {
	background:url(http://assets.fellowes.com/images/site/banner_375.png) no-repeat;
	margin: 0px 0px 0px -8px;
	padding: 0px 0px 0px 7px;
	width:364px;
	height:309px;
}
#products-title {
	font-size:18px;
	margin:15px 0 15px 30px;
}

#tag-line {
	font-size:12px;
	color:#444444;
	margin:5px 30px 0 30px;
}

#instruction {
	font-size:10px;
	color:#666666;
	margin:15px 0 0 30px;
}

.overview-tooltip {
	background:url(http://assets.fellowes.com/images/site/overview-bg.png) repeat-y; 
	border:1px solid #555555; 
	width:198px; 
	padding:10px 0px 15px 0px;
	font-size:11px; 
	display:none;
	float:left;
	position:relative;
	z-index:5;

}

#overview-pop-title {
	font-weight:bold; 
	padding: 0px 15px;
	font-size:11px;
}

#overview-pop-description {
	color:#333333; 
	padding: 0 15px;
	font-size:11px;
}

#overview-pop-line {
	width:198px; 
	height:1px; 
	margin-top:10px; 
	background-color:#555555;
}

#overview-pop-tools {
	margin-right:11px;
}

#overview-pop-help {
	color:#263B97; 
	margin-top:10px;
	font-size:11px;
}

#overview-pop-links {
	margin:15px;
}

.overview-link, .overview-link:active {
	color:#263B97;
	text-decoration:none;
	font-size:11px;
}

.overview-link:hover {
	color:#555555;
}

.add-this{
	margin:7px 12px 0 0;
}

.footer-nav-link, .footer-nav-link:active {
	color:#FDB813;
	font-size:10px;
	text-decoration:none;
}

.footer-nav-link:hover {
	color:#ffffff;
}

.footer-nav-title {
	color:#ffffff;
	margin-top:10px;
}

.footer-nav-pop a {
	text-decoration:none;
}

.footer-nav-pop a:hover {
	color:#ffffff;
}

.footer-nav-pop {
	border:1px solid #555555; 
	background-color:#252526;
	font-size:10px;
	color:#888888;
	text-align:left;
	padding:10px;
	position:relative;
	z-index:10;
	top:0px; 
	left:0px;
}

.footnav-title-ov {
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-width:1px;
	border-color:#555555;
	background-color:#252526;
	position:absolute; 
	bottom:-1px; 
	left:0px; 
	z-index:11;
}

.foot-nav-center {
	font-size:10px;
	color:#ffffff;
	padding:10px;
	height:15px;
	cursor:pointer;	
}

.center{ text-align:center; }

#generic-page-title {
	margin:15px 0 20px 30px; 
	font-size:18px;
}
#generic-page-title-nomargin {
	margin:15px 0px; 
	font-size:18px;
}
#generic-page-title-bold {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:20px 0px 10px 10px;
}
#generic-page-subtitle {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#generic-page-title-bold span{
	font-weight:normal;
}
#generic-img {
	float:left; 
	margin-left:30px;
}

#generic-img img {
	width:400px;
	height:325px;
}

#generic-content {
	margin:0 0 0 25px; 
	float:left;
}

#generic-title {
	font-size:14px; 
	font-weight:bold; 
	margin-bottom:18px;
}

#generic-description {
	font-size:12px; 
	margin-bottom:16px; 
	width:460px;
}

.msgLayerOne {
	padding-left:10px; 
	border:1px solid #40403F; 
	background-color:#2D2D2D; 
	height:70px; 
	line-height:70px;
	float:left;
	margin: 0 5px;
}

.msgLayerOne > img {
	vertical-align:middle;
}

.msgLayerTwo {
	border:1px solid #40403F; 
	height:70px; 
	float:left;
	margin: 0 5px;
}

#tools-line {
	width:1px; 
	height:70px; 
	background-color:#40403F; 
	float:left;
}

.tools-content {
	background:url(http://assets.fellowes.com/images/site/tools-bg.jpg) repeat-x; 
	float:left; 
	height:70px; 
	padding:0 12px; 
	display: table; 
	_position: relative; 
	overflow: hidden;
}

#msgLayerOne {
	margin:25px 0 0 25px;
	height:70px;
}

#msgLayerTwo {
	margin:15px 0 0 25px;
	height:70px;
}

.tools-valign {
	_position:absolute; 
	_top:50%; 
	display:table-cell; 
	vertical-align:middle;
}

.tools-p-valign {
	_position:relative; 
	_top:-50%
}

.footer-nav-pop-container {
	display:none;
}

#clear-features {
	float:right;
	margin:10px 25px 0 0;
}

.footer-navigation-links {
	float:left;
	margin-right:40px;
}

table.specs td { width:50%; }

/*-------------------------------------------------
Sprites
-------------------------------------------------*/

.sprite			{ background:url(http://assets.fellowes.com/images/misc/Fellowes-Silver-shadow4.png) no-repeat;}

.home:hover		{ background-position:-316px -309px; width:51px; height:16px; }
.home_active	{ background-position:-316px -309px; width:51px; height:16px; margin:25px 0 0 318px; float:left; }
.home			{ background-position:-316px -325px; width:51px; height:16px; margin:25px 0 0 318px; float:left; }

.logo			{ background-position:-0px -0px; width:236px; height:75px; }
.footer-logo	{ background-position:-0px -132px; width:96px; height:26px; }
.msg-bubbles	{ background-position:-0px -0px; width:116px; height:77px; }
.msg-screen		{ background-position:-121px -0px; width:79px; height:76px; }
.tools			{ background-position:-144px -132px; width:19px; height:20px; margin:12px 5px 0 25px; float:left;  }
.flag			{ background-position:-40px -163px; width:19px; height:13px; }
.magnify-glass	{ background-position:-67px -163px; width:18px; height:18px; border:0; position:absolute; top:2px; right:2px; z-index-2; font-size: 0;}
.main-nav-left	{ background-position:-171px -82px; width:2px; height:43px; }
.main-nav-right	{ background-position:-179px -82px; width:2px; height:43px; }
.foot-nav-left	{ background-position:-186px -82px; width:2px; height:43px; }
.foot-nav-right	{ background-position:-194px -82px; width:2px; height:43px; }
.facebook		{ background-position:-101px -132px; width:12px; height:12px; }
.printer		{ background-position:-101px -157px; width:18px; height:13px; margin:8px 12px 0 0; }
.mail			{ background-position:-131px -157px; width:18px; height:13px; margin:8px 12px 0 0; }
.share			{ background-position:-161px -156px; width:14px; height:14px;  }

/*-------------------------------------------------
Home Page Products Gallery - http://flowplayer.org/tools/demos/scrollable/index.html
-------------------------------------------------*/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 915px;
	height:180px;
	margin:0 0 0 25px;
	z-index:4;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
	margin:0;
	height:115px;
	width:131px;
	position:relative;
}

.p-img{
	text-align:center;
	line-height:120px;
}

.p-img img {
	vertical-align:middle;
}

#p-name{
	text-align:center;
}

.p-name, .p-name:active{
	font-size:12px; 
	text-decoration: none;
	color:#000000;
}

.p-name:hover{
	text-decoration: none;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(http://assets.fellowes.com/images/site/sprite.png) no-repeat;
	display:block;
	float:left;
	margin:40px 10px;
	cursor:pointer;
}

/* right */
a.right { 
	background-position: -131px -133px; 
	width:8px; 
	height:17px;
	position:absolute; 
	top:45px; 
	left:925px; 
	z-index:5;
}
/*
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
*/

/* left */
a.left	{ 
	background-position: -118px -133px;  
	width:8px; 
	height:17px; 
	position:absolute; 
	top:45px; 
	left:7px; 
	z-index:5;
} 
/*
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
*/

/* disabled navigational button */
a.disabled { visibility:hidden !important; }

/*-------------------------------------------------
Accorion - /sec-product-category-detail.html - http://flowplayer.org/tools/demos/tabs/accordion.html
-------------------------------------------------*/
/* root element for accordion. decorated with rounded borders and gradient background image */
#shopping-box {
}

/* accordion header */
#shopping-box h3 {
	cursor:pointer;		
}

/* currently active header */
#shopping-box h3.current {
	cursor:default;
}

/* accordion pane */
#shopping-box .pane {
	display:none;
	height:180px;
}

/*-------------------------------------------------
Specs Tabs - /sec-product-category-detail.html - http://flowplayer.org/tools/demos/tabs/index.html
-------------------------------------------------*/

/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
}

/* single tab */
.tabs li { 
	font-size:12px;
	color:#A4A0A0;
	float:left;	 
	text-indent:0;
	padding:0 5px;
	margin:0 !important;
	list-style-image:none !important; 
	background-color:#616161;
}

/* link inside the tab. uses a background image */
.tabs a { 
	font-size:12px;
	color:#A4A0A0;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
}

.tabs a:active {
	outline:none;		
	color:#fff;	
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important; 
	color:#fff !important;
}

.panes {
	border:1px solid #BBBBBB;	
}

/* tab pane styling */
.panes div {
	display:none;		
	padding:15px 10px;
	border-top:0;
	background-color:#fff;
	color:#444444;
	font-size:12px;
}

/*-------------------------------------------------
About Us tabs - http://flowplayer.org/tools/demos/tabs/index.html
-------------------------------------------------*/

/* root element for tabs  */
.about-tabs { 
	list-style:none; 
	margin:0; 
	padding:0;
	height:28px;
}

/* single tab */
.about-tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	height: 28px;
	line-height: 28px;
	background: #616161;
	border-left: 1px solid #c4c6c8;
}

/* link inside the tab. uses a background image */
.about-tabs a { 
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	margin:0px;	
	position:relative;
	padding: 0 20px;
}

.about-tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.about-tabs a:hover {
	background-color:#fff;	
	color:#000;

}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.about-tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important; 
	color:#000 !important;
	background-color:#fff;	
}


.about-panes .pane {
	display:none;		
	padding:15px;
	border:1px solid #c4c6c8;
	border-top:0;
	background-color:#fff;	
}

/*-------------------------------------------------
Home Page Slide Show - http://flowplayer.org/tools/demos/tabs/slideshow.html
-------------------------------------------------*/
#slideshow-container{
	position:relative;
	z-index:1;

}

/* container for slides */
.slideshow-images {
	width:960px;
	height:290px;
} 

/* single slide */
.slideshow-images div {
	display:none;
	position:absolute;
	top:0;
	left:0;	
	padding:15px 0 0 20px;
	z-index:2;

}

/* single slide */
.slideshow-images div > img {
	width:960px;
	height:290px;
	margin-left:10px;
}

.slide_controls{
	position:absolute; 
	top:257px; 
	left:46px;
	z-index:3;
	width:960px;
}

/* tabs (those little circles below slides) */
.slidetabs { float:left; }

/* single tab */
.slidetabs a {
	background-position:-20px -163px; width:15px; height:15px;
	margin-right:5px;
	float:left;
}

/* single tab */
.slidetabs a:hover {
	background-position:-0px -163px; width:15px; height:15px;
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:-0px -163px; width:15px; height:15px;
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled { visibility:hidden !important; }

.forward { margin:0 5px 0 0; float:left; }

/*-------------------------------------------------
JCrumb - http://www.somethinghitme.com/projects/jCrumb/index.html
-------------------------------------------------*/

.jCrumb{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 10px;
}

.jCrumb li{
	float: left;
	margin-left: 5px;
}

.jCrumb li a{
	margin-right: 5px;
}

#crumb{  
	margin:6px 0px 0px 10px;
	font-size:10px; 
	color:#fff;
}
#crumb a, #crumb a:visited { color:#BBBBBB; text-decoration:none; }
#crumb a:hover,
#crumb a.active { color:#ffffff; text-decoration:none; }
#crumb a.active:hover { color:#BBBBBB; }


/*
Registration Form fields
*/
.frm_input,
.frm_input2,
.frm_input3 {
	border-top:1px dotted #979797;
	margin:3px;
	clear:both;
}
.frm_input2 div.radio { position:relative;top:25px; left:15px;}
.frm_input3 { padding-top:15px;}
.frm-field { float:left; width:250px; margin:12px; color:#454545;}
.frm_input input,
.frm_input select {float:left; width:200px; margin:8px; text-align:left;}
input.btnsubmit, input.btnreset {width:85px; height:20px; } 
.frm_input img { position:relative; top:9px; left:-2px;}

/*form error handling*/
input.error, textarea.error, select.error{border:1px solid red;background: url(http://assets.fellowes.com/images/site/fade-butt-red.png) repeat-x;}   
.lblerror{ color:red; }
div.error{
	position:absolute;
	z-index:2250;
	white-space:nowrap;
	background-color:#F3E6E6;
	border-color: #924949;
	border-style: solid solid solid none;
	border-width: 2px;
	padding: 2px 6px;
} 

div.errorContainer { 	
	border:2px solid red;
	background:#fff url(http://assets.fellowes.com/images/site/alert.png) right no-repeat;
	padding:5px 0px;
	margin:0px 0px 10px 0px;
	width:450px;
	position:absolute;
	margin:0px 0px 0px -470px;
	}
div.errorContainer label.error {
	font-size:11px;
	color:red;
	display: block;
	margin-left: 1em;
	width: auto;
}
div.errorContainer p {
	margin-left: .6em; color:red;font-size:11px; font-weight:bold;
}


/*Footer Nav */


ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
ul#nav {
	font-size:80%;
}
ul#nav ul {
	font-size:100%
}
ul#nav li {
	position: relative;
	float: left;
	margin-left:30px;
	display:inline;
}
ul#nav li a {
	display:block;
	height:36px;/* unfortunately need a pxel height to get everything exact*/
	line-height:36px;/* center text vertically */
	border:1px solid transparent;/* mask border by using background colour*/
	padding:0 12px;/* create space*/
}
* html ul#nav li a{float:left}
* html ul#nav li li a{float:none}

ul#nav li li a {
	height:auto;/* reset height on nested lists*/
	line-height:normal;/* reset line-height on nested lists*/
}
ul#nav li a, ul#nav li a:visited {
	color:#FDB813;
	text-decoration:none;
}
#nav li ul {
	position: absolute;
	left: 0;
	margin-left:-999em;/* hide the menu*/
	border:1px solid #555;
	background:#252526;
}
#nav li:hover ul, #nav li.over ul {
	margin:0;/* show the menu*/
}
#nav li li {
	margin:0;
	float:none;
	white-space:nowrap;/* stop text wrapping */
}
ul#nav li:hover ul,
ul#nav li.over ul{/* style hover nav*/
	border:1px solid #555;
	background:#252526;
	color:#fff;
	font-weight:bold;
	z-index:99;
	bottom:37px;/* on top of current item*/
	padding:5px 0px;
}

ul#nav li:hover,
ul#nav li.over {z-index:99}
ul#nav li:hover a,
ul#nav li.over a {
	padding-top:1px;/* make up for missing border top*/
	border:1px solid #555;
	background:#252526;
	border-top:none;
	position:relative;
	z-index:1000;/* hide border on ul with anchor background*/
	text-decoration:none;
}


ul#nav li:hover a.nobg,
ul#nav li.over a.nobg {
	border:1px solid #000;
	background: none;
	border-top:none;
}

ul#nav li:hover a,
ul#nav li.over a{
	color:#fff;
}
ul#nav li:hover li a,
ul#nav li.over li a {
	border:none;
	background:#252526;
	color:#888888;
	padding:2px 10px;
	font-weight:normal;
	text-decoration:none;
}
ul#nav li:hover li a:hover,
ul#nav li.over li a:hover {/* keep main item in hover state while sub menu is visible*/
	color:#fff
}

/* end footer nav */

.country_select h5, .country_select h6{
	border: 1px solid #c4c6c8;
	color: #444444;
	padding: 5px 10px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 12px;
}

.country_select div{
	border: 1px solid #c4c6c8;
	border-top: 0;
	display: none;
}

.country_select div h6{
	padding: 5px 10px;
	line-height: 17px;
	border: none;
}

.country_select h6.active, .country_select h5.active, .country_select h6:hover, .country_select h5:hover{
	background: #444;
	color: #c4c6c8;
}

.country_select h6 img{
	margin-right: 10px;
	vertical-align: middle;
}

#slides-container{
	position: absolute; 
	top: 0; 
	left: 346px; 
	width: 601px; 
	height: 607px; 
	overflow: hidden;				
}

#slides-container img{
	position: absolute;
	left: 0;
	top: 0;
    z-index:8;
}

#slides-container img.active {
    z-index:10;
}

#slides-container img.last-active {
    z-index:9;
}


#search_options{
	position: absolute;
	left: 0; 
	right: 0; 
	top: 22px; 
	height: 50px; 
	background: #252526; 
	z-index: 100; 
	display: none;	
}

#search_options p{
	color: #999999; 
	padding: 10px; 
	font-size: 11px;
}

#search_options input{
	vertical-align: middle;
}
.button {
    background: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 94%, #D9D9D9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #F5BD00 !important;
    border-radius: 5px;
    box-shadow: 0 0 1px #FFFFFF;
    font-family: 'PT Sans',sans-serif;
    font-size: 9px;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.country_select {
    margin-bottom: 5px;
}
input.button {
    margin-left: 162px;
}
#global-left #global-location {
    height: 100%;
}
#header_container, #content-container {
    height: 100%;
}
.remember, .rememberMe {
    display: none;
}
.btnGo {
    display: none;
}