body{	
	margin: 0;
	padding: 0;
	height: 100%;
	background: url('images/customer/bg_body.gif') 0px 0px repeat-x #e9e9e9;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

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

#header {
	width: 1000px;
}

	#logo {
		width: 190px;
		height: 100px;
		float: left;
		margin: 0 0 0 30px;
	}

	#lang {
		width: 50px;
		height: 19px;

		position: relative;
		margin-left: 905px;
		margin-bottom: -19px;
	}

		#lang .fr,
		#lang .en,
		#lang .frActive,
		#lang .enActive {
			display: block;
			width: 22px;
			height: 19px;
			float: left;
			margin: 0 3px 0 0;
		}

		#lang .fr { background: url('images/customer/lang_fr.jpg') 0 bottom no-repeat; }
		#lang .en { background: url('images/customer/lang_en.jpg') 0 bottom no-repeat; }
		
		#lang .frActive { background: url('images/customer/lang_fr.jpg') 0 0 no-repeat; } 
		#lang .enActive { background: url('images/customer/lang_en.jpg') 0 0 no-repeat; }

		#lang .fr:hover,
		#lang .en:hover {
			background-position: 0 0;
		}

	#menu {
		width: 750px;
		height: 60px;
		float: left;
		padding: 40px 0 0 0;
	}

		#menu a {
			float: right;
			padding: 0 10px;
			margin: 0 5px;

			font-size: 11px;
			color: #676767;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
		}

		#menu .btn1:hover, #menu .btn1Active { background: url('images/customer/menu/btn1.jpg') center 0 no-repeat; color: #ffffff; }
		#menu .btn2:hover, #menu .btn2Active { background: url('images/customer/menu/btn2.jpg') center 0 no-repeat; color: #ffffff; }
		#menu .btn3:hover, #menu .btn3Active { background: url('images/customer/menu/btn3.jpg') center 0 no-repeat; color: #ffffff; }
		#menu .btn4:hover, #menu .btn4Active { background: url('images/customer/menu/btn4.jpg') center 0 no-repeat; color: #ffffff; }
		/*#menu .btn4Disabled:hover { background: url('images/customer/menu/btn4_disabled.jpg') center 0 no-repeat; color: #ffffff; }*/
		#menu .btn5:hover, #menu .btn5Active { background: url('images/customer/menu/btn5.jpg') center 0 no-repeat; color: #ffffff; }
		#menu .btn6:hover, #menu .btn5Active { background: url('images/customer/menu/btn6.jpg') center 0 no-repeat; color: #ffffff; }
		#menu .btn7 {padding: 0px 12px;}
		#menu .btn7:hover, #menu .btn6Active { background: url('images/customer/menu/btn2.jpg') center 0 no-repeat; color: #ffffff;padding: 0px 12px;}
		#menu .btn8:hover, #menu .btn7Active { background: url('images/customer/menu/btn8.jpg') center 0 no-repeat; color: #ffffff; }

	#banner {
		width: 1000px;
		height: 150px;
	}

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

#main {
	width: 920px;
	margin: 0 40px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
	 
		#main P{
		 margin:0px;
		 padding:0px;
		}

#main .column {
	float: left;
}

#main .two-columns #mainLeft {
	width: 590px;
	padding: 10px 10px 10px 10px;
	margin: 20px 10px 0 0;
}

	#main .two-columns #mainLeft .column {
		width: 285px;
		margin: 20px 0 0 0;
	}

	#main .two-columns #mainLeft .columnSeparator {
		width: 20px;
		height: 1px;
		float: left;
	}

#main .two-columns #mainRight {
	width: 280px;
	min-height: 280px;
	padding: 10px 10px 10px 10px;
	margin: 20px 0 0 0;
	background: url('images/customer/bg_mainright.jpg') 0 0 no-repeat;
}


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

#footer{
	width: 920px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #f4f4f4;

	font-size: 10px;
	text-align: center;
}

/* 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: 3px;
		padding: 0px 2px 2px 2px;

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

		color: #e8026f;
	}

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

		color: #ffffff;
	}

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

		text-align: left;
	}

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

		text-align: center;
	}

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

		text-align: right;
	}

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

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

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

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

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

.cadre,
.notice, 
.important    { padding: 10px; margin-bottom: 0px; border: 1px solid #ddd; }

.cadre      { border-color: #fafafa; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #e8026f; }
.importantText { color: #e8026f; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }

/* ajax modal popup
-------------------------------------------------------------- */

.modalBackground {
	background-color: #000;

	filter:alpha(opacity=70);
	opacity:0.7;
}	

.modalPopup {
	padding: 10px;
    background-color: #fff;
}

.modalPopup .btnCloseSendToFriend {
	width: 26px;
	height: 26px;
	display: block;
	border: 0px solid #fff;
	background: url('images/nyroModal/close.gif') no-repeat;

	position: absolute;
	top: -40px;
	right: -10px;

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