html {	
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ececec;
}

body {	
	margin: 0;
	padding: 0;
	background: url('images/customer/bg_body.jpg') 0 0 repeat-x white;
}

#container {
	width: 870px;

	margin: 0px auto;
	background: url('images/customer/bg_container.jpg') 0 0 no-repeat;

	padding: 0px 28px 0px 28px;
}

/* Header
-------------------------------------------------------------- */

#header {
	width: 870px;
	height: 98px;
	background: url('images/customer/bg_header.jpg') 0 0 no-repeat;
}

	#tools {
		width: 46px;
		height: 20px;

		position: absolute;
		margin-bottom: -20px;

		background: url('images/customer/bg_lang.jpg') 0 0 no-repeat;

		margin-left: 800px;

		padding: 5px 0px 0px 8px;
	}

	#tools a {
		display: block;
		text-decoration: none;
		font-size: 11px;
		color: white;
		float: left;
	}

		#tools .lang {}

		#tools .lang .separator {display: block;height: 1px; width: 10px;float: left;}
		#tools .lang .fr {margin: 0px 0px 0px 0px;}
		#tools .lang .nl {}

	#logo {
		width: 290px;
		height: 126px;

		position: relative;
		margin-bottom: -126px;
	}

	#menu {
		float: right;

		margin: 67px 10px 0px 0px;
	}

		#menu a {
			display: block;
			float: left;
			height: 30px;
			padding: 0px 0px 0px 0px;


			font-size: 12px;
			color: #f5fbff;
			text-decoration: none;
			text-transform: uppercase;
			cursor: pointer;
			font-weight: bold;

			text-shadow: #0f2734 -1px -1px 0px;
		}

			#menu a:hover {
				color: white;
				text-shadow: #c08606 -1px -1px 0px;
			}

	#menu a .menuACenter {
		height: 21px;
		padding: 9px 0px 0px 0px;

		float: left;
	}

		#menu a:hover .menuACenter {
			height: 23px;

			padding: 7px 0px 0px 0px;
			background: url('images/customer/menuACenter.png') 0px 0px repeat-x;
		}

	#menu a .menuALeft {
		height: 30px;
		width: 9px;
		display: block;

		float: left;
	}

		#menu a:hover .menuALeft {
			height: 30px;
			width: 9px;
			background: url('images/customer/menuALeft.png') left no-repeat;
		}

	#menu a .menuARight {
			height: 30px;
			width: 9px;

			float: left;
		}

		#menu a:hover .menuARight {
			height: 30px;
			width: 9px;
			background: url('images/customer/menuARight.png') right no-repeat;
		}

#preFooter {
	display: block;
	background: url('images/customer/bg_preFooter.png') 0px 0px repeat-y;
}

/* Main
-------------------------------------------------------------- */

#main {
	background: url('images/customer/bg_main.jpg') top left no-repeat;
}

#main .column {
	float: left;
}

#main .two-columns #mainLeft {
	width: 260px;
	padding: 30px 20px 10px;
}

#main .two-columns #mainRight {
	width: 530px;

	padding: 15px 20px 5px;
	line-height: 18px;
}

#main .two-columns .columnSeparator {}


/* Footer
-------------------------------------------------------------- */

#footer {
	width: 100%;

	padding: 10px 0px;

	font-size: 10px;
	color: #878787;

	background-color: #ececec;
	text-align: center;
}

	#footer a {
		color: #878787;
		text-decoration: none;
	}

	#footerLink {
		margin: 10px 0;
		padding: 10px;
		background-color: #fff;
	}

		#footerLink a {
			cursor: default;
		}

	#footerLeft {
		width: 500px;
		float: left;
		margin-left: 10px;
	}

	#footerRight {
		width: 193px;
		float: right;
		margin-right: 10px;
	}

/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop {
	height: 23px;
	border-top: 1px solid #e7e7e7;

	font-size: 10px;
	font-weight: bold;
}

.pagerBottom {
	height: 23px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;

	position: relative;
	top: -1px;

	font-size: 10px;
	font-weight: bold;
}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		margin-right: 2px;
		padding: 0 2px 2px 2px;

		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 0;
		border-bottom: 2px solid #e5037f;

		color: #e5037f;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		background-color: #e5037f;

		color: #fff;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 30%;
		height: 18px;
		padding-top: 5px;
		float: left;

		text-align: left;
	}

	.pagerTop .center,
	.pagerBottom .center {	
		width: 40%;
		height: 18px;
		float: left;
		padding-top: 5px;

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 30%;
		height: 20px;
		float: right;
		padding-top: 3px;

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		padding: 0;
		border-color: #c7c7c7;
		background-color: #fff;

		font-size: 9px;
		color: #000000;
	}

/* Float Elements
-------------------------------------------------------------- */

.floatLeft { float:left; }
.floatRight { float:right; }

/* Misc classes
-------------------------------------------------------------- */

.cadre,
.notice, 
.important    { padding: 10px; margin-bottom: 0; }

.cadre      { border: 1px solid #ededed; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #e5037f; }
.importantText { color: #e5037f; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }
	
	
/* modal Popup
-------------------------------------------------------------- */

.modalPopup {
	padding: 10px; 
	border: 1px solid #cecdcd; 
	background-color: #fff;
}

.modalPopup  .btnClose {
	width: 26px;
	height: 26px;
	display: block;
	background: url('images/nyroModal/close.png') no-repeat;
	border: none;

	position: absolute;
	top: -15px;
	right: -15px;

	text-indent: -9999em;
	outline: 0;
}

.modalPopup  .btnClose:hover {
}
 
.nyromodal_PopUp {
	padding: 15px;
	background-color: #fff;
}
