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

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

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

#header {
	width: 964px;
	height: 77px;
}

	#logo {
		width: 201px;
		height: 51px;
		float: left;
		margin: 26px 0 0 22px;
	}

	#headerRight {
		width: 671px;
		height: 77px;
		float: right;
		margin-right: 20px;
	}

		#tools {
			width: 369px;
			height: 28px;
			float: right;
			margin: 0 3px 19px 0;
		}

		#tools a {
			font-size: 10px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}

			#tools .lang {
				width: 34px;
				height: 28px;
				display: none;
				float: left;
				margin-right: 3px;
				background: url('images/customer/bg_lang.gif') 0 0 no-repeat;
			}

			#tools .btnDelivery,
			#tools .btnAccount,
			#tools .btnShoppingCart {
				display: block;
				width: 101px;
				height: 21px;
				float: right;
				padding: 7px 0 0 0;
				margin: 0 0 0 3px;
				
				text-align: center;
			}

			#tools .btnDelivery { background: url('images/customer/bg_tools.gif') 0 0 no-repeat;	}
			#tools .btnAccount { background: url('images/customer/bg_tools.gif') 0 0 no-repeat; }
			#tools .btnShoppingCart { background: url('images/customer/bg_tools.gif') 0 0 no-repeat; }

		#menu {
			height: 24px;
			float: right;
			background: url('images/customer/bg_menu.gif') 0 0 repeat-x;
		}

			#menu a {
				display: block;
				float: left;
				padding: 5px 10px 3px 10px;
				border-left: 1px solid #fff;
				border-right: 1px solid #e7e8e8;

				color: #000000;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
				letter-spacing: -1px;
			}

			#menu a:hover {
				color:#e5037f;
			}

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

#main {
	width: 920px;
	padding: 0 22px 0 22px;
	background: url('images/customer/bg_page2.gif') 0 600px repeat-y;
}

#main .column {
	float: left;
}

#main #mainRight .two-columns .column {
	width : 359px;
}

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

#main #mainRight .three-columns .column {
	width : 235px;
}

#main #mainRight .three-columns .columnSeparator {
	width: 12px;
	height:1px;
	float: left;
}

#main #mainFull .two-columns .column {
	width : 455px;
}

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

#main #mainFull .three-columns .column {
	width : 300px;
}

#main #mainFull .three-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;
}

#main .two-columns #mainLeft {
	width: 181px;
	/*background-color: #e8e7e7;*/
}

#main .two-columns #mainRight {
	width: 729px;
	padding-left: 10px;
}

#main .three-columns #mainLeft {
	width: 181px;
	/*background-color: #e8e7e7;*/
}

#main .three-columns #mainCenter {
	width : 538px;
	padding: 0 10px;
}

#main .three-columns #mainRight {
	width: 181px;
	/*background-color: #e8e7e7;*/
}

#main .full-column #mainFull {
	width: 100%;
} 

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

#footer{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-top: 20px solid #fff;
	font-size: 10px;
	color: #878787;
}

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

.cadre      { border-color: #eaeaea; 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: 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  .btnClose:hover {
	background-color: #181818;
}
 
.nyromodal_PopUp {
	padding: 15px;
	background-color: #fff;
}