html,body{	
	height: 100%;
	width: 100%;
	_overflow: hidden;
	}
*html, *body{	
	overflow: hidden;
	}

body{	
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0;
	height: 100%
	min-height: 100%
	position: relative;
}

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

#header {
	width: 320px;
	height: 100%;
	min-height: 100%;
	background: url('images/customer/bg_60.png');
	position: fixed;
	_position: absolute;
	left: 100px;
	z-index: 10;
}

	#logo {
		width: 290px;
		height: 109px;
		margin: 30px 15px 0 15px;
	}

		#menu {
			text-transform: uppercase;
			font-size: 14px;
			color: #1a171b;
			list-style-type: none;
			text-align: center;
			margin: 64px 15px 0 15px; 
			padding: 0;
		}

			#menu a {
				color: #ffffff;
				text-decoration: none;
				padding: 0 10px;
				margin: 7px 0;
				display:inline-block;
			}

			#menu li a:hover {
				color: #dddddd;
			}

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

#main {
	position: relative;
	height: 100%;
}

#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: 300px;
	background: url('images/customer/bg_60.png');
	padding: 10px;
	position: absolute;
	bottom: 0;
	z-index: 1000;

	font-size: 10px;
	color: #7b7b7b;
	text-transform: uppercase;
}

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

/* 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 #97bf0d;

		color: #97bf0d;
	}

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

		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      { background: url('images/customer/bg_60.png'); margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #97bf0d; }
.importantText { color: #97bf0d; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }
	
	
/* modal Popup
-------------------------------------------------------------- */

.modalPopup {
	padding: 20px;  
	background-color: #000;
}

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

	position: absolute;
	margin-top: -20px;
	margin-left: 500px;

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

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