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

#container {
	width: 951px;
	margin: 0 auto;
	background: url('images/customer/bg_container.gif') 0px 0px repeat-y;
}

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

#header {
	display: block;
	width: 951px;
	height: 290px;
}

	#menu {
		width: 800px;
		height: 41px;

		float: left;
		background: url('images/customer/bg_menu.jpg') 0px 0px repeat-x;
	}

		#menu a {
			display: block;

			color: white;
			text-decoration: none;
			font-size: 17px;
			text-shadow: #6b0100 0px -2px 0px;

			padding: 5px 20px;
			margin: 5px 0px 0px 0px;

			float: left;
		}

			#menu a:hover {
				margin: 11px 15px 0px 15px;
				padding: 0px 5px;
				
				color: #bc0403;
				background-color: white;
				text-shadow: none;
			}

			#menu .separator {
				display: block;
				width: 10px;
				height: 1px;
				float: left;
			}

	#lang {
		width: 151px;
		height: 28px;

		padding: 13px 0px 0px 0px;

		background: url('images/customer/bg_menu.jpg') 0px 0px repeat-x;

		float: left;
	}

		#lang a {
			display: block;
			width: 16px;
			height: 16px;

			margin: 0px 3px 0px 0px;

			float: right;
		}

			#lang a.fr {background: url('images/customer/lang_fr.png') 0 0 no-repeat;}
			#lang a.en {background: url('images/customer/lang_en.png') 0 0 no-repeat;}
			#lang a.ar {background: url('images/customer/lang_ar.png') 0 0 no-repeat;}
			#lang a.dz {background: url('images/customer/lang_dz.png') 0 0 no-repeat;}
			#lang a.ru {background: url('images/customer/lang_ru.png') 0 0 no-repeat;}

	#banner {
		display: block;
		width: 951px;
		height: 249px;

		position: relative;
		z-index: 1;

		margin-bottom: -120px;
	}

		#tools {}

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

#main {}

#main .column {
	float: left;
}

#main #mainFull .two-columns .column {}

#main #mainFull .two-columns #mainLeft {
	width: 230px;
}

	#main #mainFull .two-columns #mainRight .page {
		padding: 20px 10px 10px 10px;
		background-color: #e0e1e5;
		min-height: 280px;
	}

#main #mainFull .two-columns #mainRight {
	width: 721px;
}

#main #mainFull .three-columns .column {
	float: left;
}

#main #mainFull .three-columns #mainLeft {
	width: 230px;
}

#main #mainFull .three-columns #mainCenter {
	width: 461px;
	min-height: 1px;
}

	#main #mainFull .three-columns #mainCenter .page {
		padding: 20px 10px 10px 10px;
	}

#main #mainFull .three-columns #mainRight {
	width: 260px;
}

#main #mainFull2 {
	width: 931px;
	padding: 10px;

	background-color: #dfdfe5;
}

	#main #mainFull2 .columnSeparator {
		display: block;
		width: 11px;
		height: 1px;
		float: left;
	}

	#main #mainFull2 .two-columns .column {
		width: 460px;
	}

#main #mainFull3 {
	width: 931px;
	padding: 10px;
}

#main #mainFull {
	width: 100%;
}

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

#footer{
	width: 951px;
	margin: 0 auto;
	font-size: 10px;
	color: #878787;
}

#footer .footerLinks {
	width: 179px;
	height: 110px;

	float: left;

	padding: 15px 25px;

	border-right: 1px solid #c8c8c8;
	border-left: 1px solid white;
	background-color: #ffffff;
}

	#footer .footerLinks a {
		padding: 0px 0px;

		color: #707173;
		text-decoration: none;
	}

	#footer .footerLinks a:hover {
		background-color: #f20202;
		color: white;
	}

	#footer .fabricants {
		width: 409px;
		height: 110px;

		float: left;

		padding: 15px 25px;

		border-right: 1px solid #c8c8c8;
		border-left: 1px solid white;
		background-color: #ffffff;
	}

	#footer .sepLinks {
		width: 5px;
		height: 5px;
	}

	#footer b {
		display: block;
		padding: 3px 0px;
		margin: 0 0 1px 0;

		color: #383939;
		text-decoration: none;
		text-transform: none;
		font-weight: normal;
		font-size: 11px;
		font-weight: bold;
	}

	.footerBottomLine {
		width:951px;
		height: 1px;
		background-color: #c7c7c7;
		border-bottom: 1px solid #ffffff;
	}
	
#footer .footerBottom {
	padding: 10px;

	font-size: 10px;
	color: #707173;
	text-align: center;
}

#footer .footerBottom a {
	color: #707173;
	text-decoration:none;
}

#footer .footerBottom a:hover {
	text-decoration: underline;
}

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

.pagerTop {
	height: 24px;
	
	padding: 1px 10px 0px 10px;

	background: url('images/customer/bg_pagerTop.png') 0 0 repeat-x #ededef;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;

	font-size: 10px;
	font-weight: bold;
	color: #5f6870;

	margin: 10px 0px;
}

.pagerBottom {
	height: 24px;
	
	padding: 1px 10px 0px 10px;

	background: url('images/customer/bg_pagerBottom.png') 0 0 repeat-x #ededef;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;


	font-size: 10px;
	font-weight: bold;
	color: #5f6870;

	margin: 10px 0px;
}

	.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 #d01714;

		color: #d01714;
	}

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

		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; border: 1px solid #ddd; }

.cadre      { border-color: #b0b8bd; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #cc1210;color: white;text-shadow: #5a0500 -1px -1px 0px;font-size: 13px;padding: 0px;border-bottom:1px solid #960200;}
.importantText { color: #d01714; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: white;}
	
	
/* modal Popup
-------------------------------------------------------------- */

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

.modalPopup  .btnClose {
	width: 20px;
	height: 20px;
	border: 0px solid #fff;
	background-color: #cecdcd;

	position: absolute;
	margin-top: -49px;
	margin-left: 511px;

	color: #fff;
	font-size: 10px;
}

.modalPopup  .btnClose2 {
	width: 20px;
	height: 20px;
	border: 0px solid #fff;
	background-color: #cecdcd;

	position: absolute;
	margin-top: -30px;
	margin-left: 400px;

	color: #fff;
	font-size: 10px;
}

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