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

#container {
	width: 920px;
	margin: 0 auto;
	padding: ;
	
	background: url('images/customer/bg_test.gif') 0 0 repeat-y;
	*background-image: none;
}

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

#header {
	width: 920px;
	height: 100px;
	background: url('images/customer/bg_header.gif') 0 0 repeat-x;
}

	#logo {
		width: 106px;
		height: 100px;
		float: left;
	}

	#tools {
		width: 155px;
		height: 15px;
		float: right;
		background: url('images/customer/bg_tools.gif') 0 0 no-repeat;
	}

	#tools a {
		display: block;
		height: 16px;
		float: left;

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

		#tools .btn_tool1 { width: 53px; background: url('images/customer/btn_tool1.gif') 0 0 no-repeat; }
		#tools .btn_tool2 { width: 43px; background: url('images/customer/btn_tool2.gif') 0 0 no-repeat; }
		#tools .btn_tool3 { width: 59px; background: url('images/customer/btn_tool3.gif') 0 0 no-repeat; }

	#tools a:hover {
		background-position: 0 bottom;
	}

	#menu {
		width: 590px;
		height: 17px;
		float: right;

		position: relative;
		top: -22px;
		margin-bottom: -17px;
	}

		#menu a {
			display: block;
			width: 90px;
			height: 13px;
			float: left;
			padding: 2px 0;
			margin: 0 10px 0 0;
			background: url('images/customer/bg_menu-a.gif') 0 0 no-repeat #fff;
			
			text-align: center;
			font-size: 10px;
			color: #525252;
			text-transform: uppercase;
		}

		#menu a:hover,
		#menu a.active,
		#menu a.activity:hover {
			background-position: 0 -17px;

			color: #fff;
		}

		#menu a.activity {
			background-position: 0 -34px;

			color: #fff;
		}
	
/* Main
-------------------------------------------------------------- */

#main {
	width: 590px;
	min-height: 550px;
	float: right;
	margin: 45px 0 0 0;

	position: relative;
	z-index: 20;
}

#main .column {
	float: left;
}

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

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

#main .page .two-columns .column {
	width: 261px;
}

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

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

#footer{
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 74px 0;
	background: url('images/customer/bg_footer.gif') 0 0 repeat-x #d6d6d5;
	
	position: relative;
	bottom: 0;
	z-index: 30;
	
	text-align: center;
	font-size: 10px;
}

	#footer a {
		color: #525252;
	}

	#footer a:hover {
		color: #525252;
	}

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

		color: #ff6600;
	}

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

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

.important    { 
	margin: 0 0 10px 0;
	padding: 10px;
	background: #a6ca27; 
	
	color: #fff; 
}

.importantHigh    { 
	margin: 0 0 10px 0;
	padding: 10px;
	background: #f8044c; 
	
	color: #fff; 
}

.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }