@import url('secondary-nav.css');
/***************begin reset styles*********************/
img {
	border: 0; /*all image borders 0*/
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

/***************end reset styles***********************/

/***************begin general styles*********************/
.clear {
	clear: both;
}

/*algemene tekstlinks*/
a {
	text-decoration: none;
	cursor: pointer;
}

/*tekstlinks content*/
p a:link, p a:active, p a:visited {
	/*color: #0091dd;*/
	color: #E58700;
}

p a:hover {
	/*color: #000000;*/
	text-decoration: underline;
}

/***************end general styles*********************/

body {
	margin: 0px 0px 0px 0px; /*evt. space top*/
	padding: 0; /*cross browser*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center; /*IE5 hack center design - CP1 set text-align in other elements*/
	background: url(../images/header_background.jpg) repeat-x scroll 0 1px #FFFFFF; /*bg image scrolls with page*/
	/* behavior: url(http://www.staplesadvantage.co.uk/fileadmin/templates/tld.san/fileadmin/csshover.htc); */
	behavior: url(http://www.staplesadvantage.co.uk/fileadmin/csshover.htc); /*IE 5,6 rollover hack door behavior call, maakt alle elementen dus niet alleen <a rollover-able>*/
}

#container {
	/* =wrapper */
	width: 962px; /*widht page*/
	padding: 12px 0px 20px 0px; /*space border to inside*/
	margin: 0 auto 0 auto; /*center container ex IE5, req fixed width & body - text-align: center for IE5*/
	text-align: left; /*CP1 body - text-align: center for IE5 hack*/
	position: relative; /*all elements to container*/
	/*border: 1px solid red;*/
}

/***************begin header section********************/
#header-top {
	padding-bottom: 66px;
	/*border: 1px solid blue;*/
}

#staples_logo {
	padding: 0 0 0 10px;
	float: left;
	display: block; /*generate linebreak before & after element*/
}

/**begin secundaire navigatie rechts boven & serchbox*/
#main-nav {
	float: right;
	padding: 7px 10px 0 0;
	width: 500px;
	/*border: 1px solid green;*/
}

#main-nav ul {
	font-size: 11px;
	float: right;
	margin: 0px;
	/*border: 1px solid black;*/
}

#main-nav ul li {
	display: inline;
	border-left: 1px solid #666666;
	padding: 0 2px 0 5px;
}

#main-nav ul li.first {
	border: medium none;
}

#main-nav ul li a {
	color: #666666;
}

/*search*/
#main-nav #global-search {
	float: right;
	padding: 6px 0 0 0;
}

#main-nav #global-search input {
	border: 1px solid #666666;
	float: left;
	margin: 2px 3px 0 0;
	width: 198px;
	height: 18px;
}

/*#main-nav #global-search button*/
.gray-btn-search div button {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	/*background:transparent url(../images/go-img.gif) no-repeat scroll 0 0;*/
	background: url(../images/gray-btn-search-center.gif);
	/*width: 38px;*/
	/*height: 26px;*/
	height: 22px;
	/*text-indent: -99999px;*/
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

/* #main-nav #global-search button:hover */
/* #main-nav #global-search */
.gray-btn-search:hover div button {
	/*background:transparent url(../images/hover-go-img.gif) no-repeat scroll 0 0;*/
	background: url(../images/gray-hover/gray-btn-search-center.gif);
	color: #666666;
}

/**end secundaire navigatie rechts boven & serchbox*/

/**begin mainnavigation (3 menu points, flyover, submenu)*/
.navigation {
	/*border: 1px solid green;*/
	padding: 0px;
	margin: 0px;
}

/*greay button search*/
.gray-btn-search {
	background: url(../images/gray-btn-search-left.gif) 0 0 no-repeat;
	padding-left: 6px;
	float: left;
}

.gray-btn-search div {
	background: url(../images/gray-btn-search-right.gif) right top no-repeat;
	padding-right: 6px;
	float: left;
}

.gray-btn-search div a,
.gray-btn-search div input {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	display: block;
	background: url(../images/gray-btn-search-center.gif);
	float: left;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	height: 17px;
	margin: 0;
	padding: 6px 12px 3px;
}

.gray-btn-search div input {
	height: 25px;
	padding: 0 10px 0 10px;
	font-size: 70%;
	font-weight: bold;
}

/* hover btn gray */
div.gray-btn-search:hover {
	background: url(../images/gray-hover/gray-btn-search-left.gif) no-repeat 0 0;
}

div.gray-btn-search:hover div {
	background: transparent url(../images/gray-hover/gray-btn-search-right.gif) no-repeat right top;
}

div.gray-btn-search:hover div a,
div.gray-btn-search:hover div input {
	background: transparent url(../images/gray-hover/gray-btn-search-center.gif) repeat-x;
	color: #393939;
}

/*mainmenu div id="global-navigation" - styled in global-navigation.css*/
/*submenu div id="sec-navigation-wrapper" - styled in sec-navigation.css*/

/**end mainnavigation*/
/***************end header section********************/

/***************begin content section********************/
/*page title*/
h1 {
	float: left;
	font-size: 166%;
	font-weight: bold;
	padding: 32px 0 0 13px;
	color: #333333;
	margin: 0; /*added*/
}

h1 a {
	color: #333333;
}

/*subsubmenu*/
#primary-lob-navigation {
	font-size: 75%;
	font-weight: bold;
	padding: 10px 0 0 16px;
	height: 18px;
	clear: both;
	margin: 0; /*added*/
}

#primary-lob-navigation li {
	background: url(../images/tertiary-nav.jpg) left no-repeat;
	padding: 3px 20px 0 20px;
	float: left;
	list-style: none;
	height: 19px;
	margin-left: -1px;
}

#primary-lob-navigation li a {
	text-decoration: none;
	color: #666;
}

#primary-lob-navigation li:hover {

	background: #c2c5c5;
	color: #393939;
	margin-left: -1px;
}

#primary-lob-navigation li a.set-active {
	color: #0083C5;
}

#primary-lob-navigation li.first {
	border: none;
	padding-left: 0;
	background: none;
}

#primary-lob-navigation li.first:hover {
	background: #c2c5c5;
	margin-left: -1px;
}

/*b.v. products_services_office_home*/
.fce-3col_splitcontent {
	/*= content-modules*/
	clear: both;
	padding: 20px 0 0 13px;
	width: 1000px;
}

/*b.v. range of products*/
.content-M1 {
	/*, .content-M2, .content-M4, .content-M5, .content-M11 */
	float: left;
	margin-right: 50px;
	width: 270px;
}

.content-M1 h4, .main-content h4, .fce-1col_content h4 {
	color: #0081B5;
	font-size: 105%;
	font-weight: normal;
	padding-bottom: 12px;
	margin: 0px; /*added*/
}

.content-M1 h4 a, .main-content h4 a, .fce-1col_content h4 {
	color: #0081B5;
}

.content-M1 p {
	font-size: 75%;
	padding: 14px 0 17px 0;
	/*width: 250px;*/
	margin: 0px;
}

/*b.v. products_services_furniture_home*/
.fce-23_13_splitcontent {
	/*= content-modules*/
	clear: both;
	padding: 20px 0 0 13px;
	width: 1000px;
}

.content-M9 {
	float: left;
	margin: 0px 45px 0px 0px;
	/*width: 596px;*/
}

.content-M9 .content-M9-text {
	background: url("../images/m9_rigth.jpg") no-repeat scroll 0 0 transparent;
	float: left;
	height: 199px;
	width: 298px;
}

.content-M9 img {
	float: left;
}

.content-M9 .M9-right-content {
	padding: 44px 5px 0 22px;
}

.content-M9 h4 {
	color: #0081B5;
	font-size: 22px;
	font-weight: normal;
	/*padding-bottom: 12px;*/
	padding: 0 0 13px;
	margin: 0px; /*added*/
}

.content-M9 p.bodytext {
	color: #666666;
	font-size: 12px;
	padding: 0 15px 15px 0;
}

/*b.v. home*/
/*links orange arrow = class="link-arrow" in original*/
/*link style internal links*/
a.internal-link:link, a.internal-link:active, a.internal-link:visited {
	color: #E58700;
	background: transparent url(../images/tech_img_bullet3.png) no-repeat scroll right 3px;
	padding-right: 14px;
}

a.internal-link:hover {
	text-decoration: underline;
}

/*link style external links*/
a.external-link:link, a.external-link:active, a.external-link:visited {
	color: #E58700;
	background: transparent url(../images/tech_img_bullet3.png) no-repeat scroll right 3px;
	padding-right: 14px;
}

a.external-link:hover {
	text-decoration: underline;
}

.link-arrow {
	background: transparent url(../images/tech_img_bullet3.png) no-repeat scroll right 3px;
	padding-right: 14px;
}

/*greay button*/
.gray-btn {
	background: url(../images/gray-btn-left.gif) 0 0 no-repeat;
	padding-left: 6px;
	float: left;
}

.gray-btn div {
	background: url(../images/gray-btn-right.gif) right top no-repeat;
	padding-right: 6px;
	float: left;
}

.gray-btn div a,
.gray-btn div input {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	display: block;
	background: url(../images/gray-btn-center.gif);
	float: left;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	height: 17px;
	margin: 0;
	padding: 6px 12px 3px;
}

.gray-btn div input {
	height: 25px;
	padding: 0 10px 0 10px;
	font-size: 70%;
	font-weight: bold;
}

/* hover btn gray */
div.gray-btn:hover {
	background: url(../images/gray-hover/gray-btn-left.gif) no-repeat 0 0;
}

div.gray-btn:hover div {
	background: transparent url(../images/gray-hover/gray-btn-right.gif) no-repeat right top;
}

div.gray-btn:hover div a,
div.gray-btn:hover div input {
	/*background:transparent url(../images/gray-hover/gray-btn-center.gif) repeat-x;*/
	background: transparent url(../images/gray-hover/gray-btn-center.gif) repeat-x;
	color: #393939;
}

/** why us content pages - class main-content */
/*original.template-5-a .main-content*/
.main-content {
	width: 700px;
	padding: 0 0 0 38px;
	float: left;
}

/**2col_splitcontent*/
.t5-row {
	width: 800px;
	float: left;
	padding: 24px 0 24px 0;
}

.main-content .paragraph-img-cta {
	float: left;
	padding: 0 57px 0 0;
	width: 300px; /*added*/
}

.main-content h2 {
	color: #0083C5;
	padding: 26px 0 26px 0;
	font-size: 170%;
	font-weight: normal;
}

.main-content h2.subtitle {
	font-size: 149%;
	line-height: 1.1;
	padding: 20px 0 21px;
	width: 700px;
	color: #666666;
	font-weight: normal;
	margin: 0;
	position: relative;
	top: -26px;
}

p.bodytext {
	/*clear: both;*/
	/*width: 525px;*/
	/*padding: 0 0 0 0;*/
	padding: 0px 0px 17px 0px;
	line-height: 1.4;
	font-size: 75%;
	/*text-align: justify;*/
}

/* paragraph list  */
.main-content li {
	font-size: 75%;
	line-height: 1.5;
	list-style: disc;
}

.main-content ul {
	padding: 4px 0 0 15px;
	clear: both;
}

/* paragraph list fce-1col_content  */
.fce-1col_content li {
	font-size: 75%;
	line-height: 1.5;
	list-style: disc;
}

.fce-1col_content ul {
	padding: 4px 0 0 15px;
	clear: both;
}

/*stippellijn boven - met frame rulerBefore*/
div.csc-frame.csc-frame-rulerBefore {
	border-top: 1px solid #EDEDED;
	padding: 5px 10px 0px 10px;
	clear: both;
	width: auto;
	/*height: 1px;*/
	/*dit uitzetten voor p109780 want div is om content en niet apart*/
	/*border: 1px solid red;*/
}

.main-content h3 {
	clear: both;
	color: #0083C5;
	font-size: 105%;
	font-weight: bold;
	padding: 20px 0 11px;
}

/***************end content section********************/

/****************begin Tertiary Nav - needs to be stripped tertiary not used yet **********************/
.tertiary-nav {
	padding-left: 10px;
	padding-top: 8px;
}

.tertiary-nav li {
	width: 140px;
	border-top: none;
	padding: 8px 0 8px 3px;
}

.secondary-nav .tertiary-nav li a {
	color: #333;
	background: none;
	font-size: 100%;
	width: 165px;
}

.secondary-nav .tertiary-nav li a:hover {

}

.tertiary-nav li a.set-active {
	color: #0083C5;
}

/****************end Secondary and Tertiary Nav**********************/

/***************begin footer section*******************/
#footer {
	clear: both;
	background: #666;
	width: 100%;
	height: 70px;
	color: #000;
	padding: 10px 0 10px 0;
}

#footer div {
	width: 940px;
	margin: 0 auto;
}

#footer ul:not(.footer-menu) {
	height: 20px;
}

#footer ul li {
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: solid 1px #fff;
	list-style: none;
	font-size: 60%;
}

#footer ul li.last {
	border-right: none;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	color: #fff;
	font-size: 60%;
}

.clear {
	clear: both;
}

/*copy*/

#footer p.copyright {
	float: left;
	clear: both;
	font-weight: bold;
}

#footer ul li.copy {
	float: left;
	padding-right: 0px;
	margin-right: 0px;
	list-style: none;
	font-size: 60%;
	border-right: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/***************end footer section*******************/

/******************start sitemap*********************/
h2.csc-firstHeader {
	color: #0083C5;
	font-size: 105%;
	font-weight: bold;
}

div.csc-sitemap ul {
	list-style-type: none; /*remove default liststyle*/
	margin: 0; /*remove left indentation*/
	padding: 0; /*crossbrowser*/
	text-align: left;
}

/*L1*/
div.csc-sitemap ul li a {
	color: #333333;
	font-size: 95%;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}

/*L2*/
div.csc-sitemap ul li ul li a {
	color: #666666;
	font-size: 75%;
	padding: 0px 0px 0px 30px;
	font-weight: normal;
}

/*L3*/
div.csc-sitemap ul li ul li ul li a {
	color: #666666;
	font-size: 75%;
	padding: 0px 0px 0px 45px;
	font-weight: normal;
}

/*L4*/
/*div.csc-sitemap ul li ul li ul li ul li a {}*/
/******************end sitemap*********************/

/******************start forms*********************/
/* Felder und Submit Button fÃ¼r Email-Formulare */
.powermail_form h3 {
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 0 13px;
	padding-bottom: 0;
}

.powermail_form legend {
	font-size: 12px;
	margin-bottom: 17px;
}

.powermail_create dt {
	font-size: 12px;
	margin-left: 40px;
	width: 280px;
	float: left;
	clear: both;
}

.powermail_create dd {
	font-size: 12px;
	float: left;
}

.powermail_fieldset {
	border: 0;
	margin-bottom: 10px;
}

.powermail_check_inner {
	clear: both;
}

.powermail_fieldwrap_textarea {
	margin-bottom: 5px;
}

.csc-mailform-field input,
.powermail_fieldwrap .powermail_field.powermail_input {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #BDBDBD;
	font-size: 12px;
	line-height: 15px;
	width: 298px;
	padding: 3px;
}

.csc-mailform-field textarea,
.powermail_fieldwrap .powermail_field.powermail_textarea {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #BDBDBD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width: 298px;
	min-height: 140px;
	padding: 3px;
}

.powermail_fieldwrap .powermail_captcha_outer {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 320px;
}

/* select field formateren*/
.csc-mailform-field select,
.powermail_fieldwrap .powermail_select {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #BDBDBD;
	width: 304px;
	height: 21px;
}

/* checkbox formateren*/
.csc-mailform-check {
	position: relative;
	left: -310px;
	bottom: -2px;
}

.powermail_fieldwrap {
	clear: both;
}

.csc-mailform-field label,
.powermail_fieldwrap .powermail_label {
	/*afstand tussen regels oorspronkelijk 2px*/
	margin: 5px;
	font-size: 12px;
	line-height: 15px;
	/*color:#000000;*/
	float: left;
	text-align: left;
	margin-right: 0px;
	margin-left: 40px; /*to avoid checkbox outside page field*/
	/*ruimte tussen label en input field*/
	width: 280px;
	display: block;
}

/*Border um gesamtes Formular wenn gewÃ¼nscht*/
.csc-mailform {
	border-style: solid;
	border-width: 0px;
	border-color: #993300;
}

/*Ausrichtung des Submit Buttons*/
#mailformformtype_mail {
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	/*kleur submitbutton*/
	color: #ffffff;
	background-color: #666666;
	border-width: 1px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #A2A2A2;
	border-right-color: #A2A2A2;
	border-style: solid;
}

.csc-mailform-field {
	font-size: 11px;
	line-height: 15px;
	clear: both;
}

/* text label tussen velden */
.csc-mailform-label {
	border-bottom: 1px solid #EDEDED;
	font-weight: bold;
	/*color: #000000;*/
	font-size: 12px;
	border: 0px solid blue;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	/*margin-bottom: 13px;*/
	/*padding: 15px 0 0;*/
}

/* captcha image positioning*/
.form-image {
	left: 436px;
	position: relative;
	top: -59px;
}

ul.powermail_message_error,
ul.parsley-errors-list {
	list-style-type: none;
	padding: 0;
}

ul.powermail_message_error li,
ul.parsley-errors-list li {
	color: #d90000;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 40px;
	list-style-type: none;
}

/******************end forms*********************/

/******************begin jobcontrole*********************/
/* fix padding left with FCE 1col */
div.fce-1col_content {
	width: 1000px;
	padding-left: 15px;
	text-align: left;
}

/* fix heading padding in fce-1col_content */
div.fce-1col_content div.csc-header {
	clear: both;
}

/**** list template ****/
table.dmmjobcontrol_list_table {
	width: 600px;
}

/* table head */
table.dmmjobcontrol_list_table th.dmmjobcontrol_list_th1, th.dmmjobcontrol_list_th2 {
	width: 300px;
	font-weight: bold;
	margin-bottom: 13px;
	padding: 15px 0px 10px 0px;
	font-size: 80%;
}

table.dmmjobcontrol_list_table th.dmmjobcontrol_list_th2 {
	width: 180px;
}

table.dmmjobcontrol_list_table th.dmmjobcontrol_list_th3 {
	width: 20px;
}

/* table body */
table.dmmjobcontrol_list_table tr.dmmjobcontrol_list_tr, tr.dmmjobcontrol_list_tr_alt {
	font-size: 75%;
	line-height: 1.8;
	padding: 0 0 17px;
}

table.dmmjobcontrol_list_table tr.dmmjobcontrol_list_tr td.dmmjobcontrol_list_tr_left, tr.dmmjobcontrol_list_tr_alt td.dmmjobcontrol_list_tr_left {
	border-bottom: 1px dotted #D8D9DA;
	padding: 5px 0px;
}

/**** detail template ****/
div.tx-dmmjobcontrol-pi1 h3 {
	color: #0081B5;
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 12px;
}

div.tx-dmmjobcontrol-pi1 div.tx-dmmjobcontrol-strong {
	font-size: 75%;
	line-height: 1.4;
	font-weight: bold;
}

div.tx-dmmjobcontrol-pi1 a.dmmjobcontrol_internal-link {
	font-size: 75%;
	line-height: 1.4;
}

a.dmmjobcontrol_internal-link:link, a.dmmjobcontrol_internal-link:active, a.dmmjobcontrol_internal-link:visited {
	color: #E58700;
	background: transparent url(../images/tech_img_bullet3.png) no-repeat scroll right 3px;
	padding-right: 14px;
}

a.dmmjobcontrol_internal-link:hover {
	text-decoration: underline;
}

div.tx-dmmjobcontrol-pi1 ul {
	clear: both;
	padding: 4px 0 0 15px;
}

div.tx-dmmjobcontrol-pi1 li {
	font-size: 75%;
	line-height: 1.5;
	list-style: disc outside none;
}

/******************end jobcontrole*********************/

/******************start language switch belgium*********************/

div#taal {
	position: absolute;
	left: 839px;
	top: 85px;
}

#langmenu {
	text-align: right;
	padding: 0;
}

#langmenu li {
	list-style-type: none;
	border-right: 1px solid #666666;
}

#langmenu a {
	text-decoration: none;
}

#langmenu a:link, #langmenu a:visited {
	color: #666666;
}

#langmenu a:hover {
	color: #000000;
	text-decoration: none;
}

#taal ul li {
	border-left: medium none;
	border-right: 1px solid #666666;
}

#taal ul li.lang_last {
	border-right: medium none;
}

#taal ul li.lang_active {
	color: #000000;
}

#taal ul li.lang_last_active {
	color: #000000;
	border: medium none;
}

li.langmenuitemEmpty {
	visibility: hidden;
}

/******************end language switch belgium*********************/

/****************** start catalogs page *********************/

#module-catalog {
	background: transparent url(../images/catalogs_bg.png) no-repeat scroll 0 0;
	height: 310px;
	margin-left: -17px;
}

#catalog-wrapper {
	float: left;
	width: 940px;
	/* padding: 0px 0px 0px 45px; */
	padding: 50px 0px 0px 45px;
}

#catalog-wrapper h2 {
	font-size: 160%;
	color: #0085c3;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: left;
}

.catalog {
	float: left;
	width: 145px;
	margin: 0px 43px 30px 0px;
}

.catalog img {
	display: block;
	margin: 0px auto 15px auto;
	height: 140px;
	border: 1px solid #999999;
}

.catalog a {
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 85%;
	text-align: center;
}

.catalog a:hover {
	color: #E58700;
}

/****************** end catalogs page *********************/

/****************** start login home  *********************/

#fce-home_banner {
	margin-top: 15px;
	position: relative;
	left: 10px;
}

#home_banner_flash {
	float: right;
	width: 645px;
	overflow: hidden;
}

#home_banner_flash #flashContent {
	position: relative;
}

#home_banner_existing {
	padding-bottom: 20px;
}

#home_banner_mod {
	width: 276px !important;
	height: 122px !important;
	background: url(../images/home/bg-homemod2.png) no-repeat;
	padding: 13px 15px 15px 15px; /*was 15px !important;*/
}

#home_banner_mod h3 {
	padding-bottom: 11px; /*12px to 11px*/
}

#home_banner_mod h3,
#home_banner_mod h3 a {
	font-size: 16px;
	color: #0081B5;
	font-weight: normal;
}

#existing_form {
	padding-bottom: 12px;
}

/*login to order*/
#existing_form label {
	font-size: 12px;
}

/*added for old login box e-mail & password input fields*/
#existing_form .input_dummy {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 19px; /*heights of input box*/
	width: 155px; /*width: 180px*/
	border: 1px solid #999999;
	padding-left: 4px; /*afstand text rand*/
	margin-top: 2px; /*afstand naar log in to order*/
	float: left; /*added om submit butten ernaast*/
}

/*greay button login*/
.gray-btn-login {
	background: url(../images/home/gray-btn-login-left.png) no-repeat scroll 0 0 transparent;
	float: left;
	padding-left: 6px;
	margin-left: 10px;
}

.gray-btn-login div {
	background: url(../images/home/gray-btn-login-right.png) no-repeat right top;
	padding-right: 23px;
	float: left;
}

.gray-btn-login div button {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background: url(../images/home/gray-btn-login-center.png) repeat scroll 0 0 transparent;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	/*width: 38px;*/
	/*height: 26px;*/
	height: 25px;
}

/* hover btn gray */
div.gray-btn-login:hover {
	background: url(../images/home/gray-btn-login-left-hover.png) no-repeat 0 0;
}

div.gray-btn-login:hover div {
	background: transparent url(../images/home/gray-btn-login-right-hover.png) no-repeat right top;
}

/* be aware use .gray-btn-login:hover div button; instead of expected .gray-btn-login div button:hover so that hover over corners lets center hover too*/
.gray-btn-login:hover div button {
	background: url(../images/home/gray-btn-login-center-hover.png) repeat-x;
	color: #666666;
}

#home_banner_mod .mod_help {
	font-size: 11px;
	text-align: left;
	clear: left;
	padding: 2px 0px 0px 1px; /*added*/
}

#home_banner_mod .mod_help a:hover {
	text-decoration: underline;
}

#fce-home_banner .content-M1 {
	margin: 0 !important;
}

/****************** end login home  *********************/

/****************** start login home ireland  *********************/

optgroup.selectdrop {
	color: #666666;
	background-color: #ffffff;
}

/* color optgroup and options */

select#selectdrop {
	font-family: Arial, sans-serif;
	color: #666666;
	border: 1px solid #a5a4a4;
	/* background:transparent;*/
	background-color: #f4f4f4;
	font-size: 12px;
	padding: 0px 0px;
	width: 195px;
	*width: 195px;
	*background: #ffffff;
}

#mainselection {
	overflow: hidden;
	width: 195px;
	background-color: #ffffff;
	margin-top: 5px;
	/* background: url(http://www.staplesadvantage.co.uk/fileadmin/templates/tld.san/styles/â€œarrow.gifâ€) no-repeat scroll 319px 5px #ffffff; */
}

input#selectdrop {
	float: right;
	position: relative;
	top: -22px;
	left: -5px;

	/* background: url("http://www.staplesadvantage.co.uk/images/home/btn-homemod-sub.png") no-repeat scroll 0 0 transparent; */
	background-position: 0 0;
	background: url(../images/home/dropdown/btn-homemod-sub.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 25px;
	width: 67px;
}

input#selectdrop:hover {
	background-position: -66px 0;
}

/****************** start country select eu go button *********************/
input#selectdrop_eu {
	float: right;
	position: relative;
	top: -22px;
	left: -5px;

	/* background: url("http://www.staplesadvantage.co.uk/images/home/btn-homemod-sub_eu.png") no-repeat scroll 0 0 transparent; */
	background-position: 0 0;
	background: url(../images/home/dropdown/btn-homemod-sub_eu.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 25px;
	width: 67px;
}

input#selectdrop_eu:hover {
	background-position: -66px 0;
}

/****************** end country select eu go button  *********************/

/****************** end login home ireland  *********************/

/****************** begin legal italy  *********************/
div#legal {
	margin: 0 auto;
	width: 940px;
	font-size: 60%;
	font-weight: bold;
	/* text-align: left; */
	padding: 10px 0;
	line-height: 1.6;
	color: #999999;
}

/****************** end legal italy  *********************/

/****************** start direct login lp  *********************/
#direct_login_lp {
	width: 176px !important;
	height: 150px !important;
	/*height: 158px;*/
	background: url(../images/home/bg_direct_login_lp.png) no-repeat;
	padding: 13px 15px 15px 15px !important; /*was 15px !important;*/
	/*padding: 15px 8px;*/
}

#direct_login_lp h3 {
	padding-bottom: 11px; /*12px to 11px*/
}

#direct_login_lp h3,
#direct_login_lp h3 a {
	font-size: 16px;
	color: #0081B5;
	font-weight: normal;
}

/*greay button login lp*/
.gray-btn-login-lp {
	background: url(../images/home/gray-btn-login-left.png) no-repeat scroll 0 0 transparent;
	float: left;
	padding-left: 6px;
	margin-left: 0px;
	margin-top: 4px;
}

.gray-btn-login-lp div {
	background: url(../images/home/gray-btn-login-right.png) no-repeat right top;
	padding-right: 23px;
	float: left;
}

.gray-btn-login-lp div button {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background: url(../images/home/gray-btn-login-center.png) repeat scroll 0 0 transparent;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	/*width: 38px;*/
	/*height: 26px;*/
	height: 25px;
}

/* hover btn gray */
div.gray-btn-login-lp:hover {
	background: url(../images/home/gray-btn-login-left-hover.png) no-repeat 0 0;
}

div.gray-btn-login-lp:hover div {
	background: transparent url(../images/home/gray-btn-login-right-hover.png) no-repeat right top;
}

/* be aware use .gray-btn-login:hover div button; instead of expected .gray-btn-login div button:hover so that hover over corners lets center hover too*/
.gray-btn-login-lp:hover div button {
	background: url(../images/home/gray-btn-login-center-hover.png) repeat-x;
	color: #666666;
}

#direct_login_lp .mod_help {
	font-size: 11px;
	text-align: left;
	clear: left;
	padding: 2px 0px 0px 1px; /*added*/
}

#direct_login_lp .mod_help a:hover {
	text-decoration: underline;
}

/****************** end direct login lp *********************/
/****************** start lp left column styling *********************/
div#lp_left_content {
	padding: 30px 0 0 14px;
	float: left;
	clear: left;
	width: 176px;
}

div#lp_left_content h4 {
	color: #0081B5;
	font-size: 105%;
	font-weight: normal;
	padding-bottom: 12px;
	margin: 0px; /*added*/
}

div#lp_left_content h4 a {
	color: #0081B5;
}

/****************** end lp left column styling  *********************/

/****************** fce featured component layout 2014 begin  *********************/
div.component.featured {
	position: relative;
	width: 700px;
	height: 328px;
	border-bottom: 10px solid #069;
}

.component.featured > img {
	position: absolute;
	left: 0;
	top: 0;
}

div.compContent {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 305px;
	min-height: 150px;
	background-color: rgb(255, 255, 255); /*Fallback*/
	background-color: rgba(255, 255, 255, 0.9);
	margin: 1.66667em 0;
	padding: 2em 1.66667em;
	border-radius: 8px;
	background-clip: border-box;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.compContent h2 {
	color: #0083c5;
	font-weight: bold;
	font-size: 1.9em;
	line-height: 1.1;
	margin-bottom: 0.5em;
	padding: 0;
}

.compContent p {
	font-size: 0.94em;
	color: #808080;
	margin-top: 1em;
	line-height: 1.34em;
}

/****************** fce featured component layout 2014 end  *********************/

/*************** begin cookie law *********************/
/*move background down in jquery class added to body if cookie banner displayed*/
body.cookie-bar {
	/*this value to change if banner gets higher*/
	background-position: 0px 67px;
}

#container.cookie-bar {
	/*this value to change if banner gets higher*/
	margin-top: 66px;
}

#cookie-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

/* style as staples.xx */
#cookie-bar {
	background: #fff5cc;
	height: 60px;
	line-height: 1.341;
	color: #eeeeee;
	text-align: center;
	padding: 3px 0;
	border-bottom: solid 1px #d8d8d8;
}

#cookie_container {
	font-size: 13px;
	color: #58595b;
	margin: 0 auto; /*center*/
	padding: 10px 0px 0px 0px;
	width: 962px; /*same as body container*/
	text-align: left;
	overflow: hidden;
}

#cookie_container a {
	color: #0072bc;
	text-decoration: none;
}

#cookie_container a:hover {
	text-decoration: underline;
}

/**** default css not used *****/
#cookie-bar .cb-disable {
	background: #990000;
}

#cookie-bar .cb-disable:hover {
	background: #bb0000;
}

#cookie-bar .cb-policy {
	background: #0033bb;
}

#cookie-bar .cb-policy:hover {
	background: #0055dd;
}

/* text & button in two columns & button styling */
#cookie_left {
	float: left;
	width: 95%;
}

#cookie_right {
	float: right;
}

/* close button */
#cookie-bar .cb-enable {
	background: url(../images/cookie/cookie_close.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px 0px 17px 32px;
}

/* close button hover */
#cookie-bar .cb-enable:hover {
	background: url(../images/cookie/cookie_close_hover.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px 0px 17px 32px;
	text-decoration: none;
}

/*************** end cookie law *********************/
.tx-powermail {
	position: relative;
}

.mandatory {
	color: #d90000;
}

.required {
	display: block;
	margin: 5px 0;
}

.parsley-errors-list {
	list-style: outside none none;
	position: absolute;
	left: 300px;
	z-index: 100;
}

.parsley-errors-list li {
	background: white none repeat scroll 0 0;
	border: 2px solid #d90000;
	border-radius: 4px;
	color: #d90000;
	padding: 4px 10px;
}

.parsley-errors-list li::before {
	border-bottom: 10px solid #d90000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	top: -10px;
	width: 0;
}

ul.powermail_message_error.form-error {
	background: #d90000 none repeat scroll 0 0;
	border-radius: 4px;
	color: white;
	padding: 10px;
	text-align: left;
	margin: 0 0 15px 0;
	width: 606px;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
}

ul.form-error li {
	font-size: 13px;
	color: #ffffff;
}

ul.powermail_message_error li {
	margin-left: 0;
}

.powermail_fieldwrap {
	margin: 0 0 20px;
}

input.powermail_checkbox {
	margin-top: 5px;
}


/*************** Begin table styling *********************/

.san_table p {
	font-size: 12px;
}

/*************** End table styling *********************/

/*********** Begin Compact Form Styling ***********/
.compact-form {
	background: #efefef;
	padding: 15px;
}
.compact-form .text-image {
	display: block;
	margin-bottom: 10px;
}
.compact-form .text-image img {
	float: left;
	margin-right: 5px;
}
.compact-form .text-image .text {
	font-weight: bold;
	color: #d11d07;
	font-size: 13px;
}
.compact-form .text-image .clear {
	clear: both !important;
}
.compact-form .powermail_form .powermail_message_error.form-error {
	width: auto !important;
}
.compact-form .powermail_form .powermail_fieldset {
	margin-bottom: 0;
}
.compact-form .powermail_form .powermail_fieldset .powermail_fieldwrap {
	position: relative;
}
.compact-form .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_label {
	float: none;
	display: block;
	width: auto;
	margin: 5px 0;
}
.compact-form .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field:not(.powermail_submit) {
	width: calc(100% - 10px);
	display: block;
	padding: 0 5px;
	margin: 0;
	height: 21px;
}
.compact-form .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_field.powermail_select {
	width: 100%;
}
.compact-form .powermail_form .powermail_fieldset .powermail_fieldwrap .parsley-errors-list {
	top: 52px;
	left: 30px;
	width: 185px;
}
.compact-form .powermail_form .powermail_fieldset .powermail_fieldwrap:last-child {
	margin-bottom: 0;
}
.compact-form .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit {
	margin-left: 0;
}

.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit {
	background-image: url("../images/btn-secondary-left.gif"), url("../images/btn-secondary-right.gif"), url("../images/btn-secondary-middle.gif");
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left top, right top, left top;
	height: 25px;
	overflow-y: hidden;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	line-height: 25px;
	border: 0;
	cursor: pointer;
	font-size: 11px;
	margin: 0;
	margin-left: 40px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit:hover, .powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit:active {
	background-position: left bottom, right bottom, left bottom;
	text-decoration: none;
	color: #333333;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap .powermail_submit.hidden {
	display: none !important;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.btn-primary .powermail_submit {
	background-image: url("../images/btn-primary-left.png"), url("../images/btn-primary-right.png"), url("../images/btn-primary-middle.png");
	height: 35px;
	line-height: 31px;
	padding: 0 20px;
}
.powermail_form .powermail_fieldset .powermail_fieldwrap.btn-primary .powermail_submit:hover, .powermail_form .powermail_fieldset .powermail_fieldwrap.btn-primary .powermail_submit:active {
	color: #424242;
}