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

#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}

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

#header {
	height: 240px;
}
	#header .column {
	width: 225px;
	height: 240px;
	float: left;
	}

	#logo {
		width: 115px;
		height: 97px;
		position:absolute;
		top:135px;
		left:50px;
	}

		#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;
		}

			#lang {
				margin: 0 10px;
			}

				#lang a {
					display: inline-block;
					padding: 0 3px 0 0;
					/*border-right: 1px solid #ddd6cc;*/

					text-decoration: none;
					color: #ddd6cc;
					text-transform: lowercase;
					line-height: 12px;
				}

			#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.column {
			width: 185px;
			height: 200px;
			padding: 20px;
			background: url('images/customer/bg_menu.jpg') 0 0 repeat-x;
		}

			#menu a {
				height: 23px;
				border-top: 1px dotted #a3254f;
				border-bottom: 1px dotted #d66395;
				display: block;

				color: #ffffff;
				text-shadow: #ae2354 0 1px 0;
				font-size: 15px;
				font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				line-height: 23px;
				text-decoration: none;
			}

			#menu a:hover {
				color:#30251c;
			}

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

#main {
	margin: 10px 0 0 0;
	background: url('images/customer/bg_main.gif') 0 0 repeat-y;
}

#main .column {
	float: left;
}

#main #mainLeft {
	width : 225px;
}

#main #mainRight {
	width : 675px;
}

#main #mainRight.fullSize {
	width : 100%;
}

	#main #mainRight .leftSide {
		width : 450px;
		_width : 449px;
	}

	#main #mainRight.fullSize .leftSide {
		width : 675px;
		_width : 674px;
	}

	#main #mainRight .rightSide {
		width : 225px;
	}

#main #mainRight.page {
	width : 635px;
	padding: 20px;
}

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

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

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

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

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

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

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

#footer{
	width: 920px;
	margin: 10px auto 50px auto;
	font-size: 10px;
	color: #e7ded7;
}

	#footer a {
		color: #e7ded7;
		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 #30251c;

		color: #30251c;
	}

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

		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    { padding: 10px; margin-bottom: 0; border: 3px solid #ddd; }

.cadre      { border-color: #f5f3f0; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #f5f3f0; }


.important {
	padding: 10px;
	background-color: #a61d49;

	color: #fff;
}

.importantText { color: #30251c; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }
	
	
/* modal Popup
-------------------------------------------------------------- */

.modalPopup {
	padding: 20px; 
	border: 5px solid #4f3e33; 
	background-color: #fff;
}

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

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

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

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