/* ********* IE 6 PNG FIX ********* */

	/*img, div { behavior: url(includes/css/iepngfix.htc) }*/

/* ********* BODY PROPERTIES ********* */

	html, body {
		height: 100%;
		width: 100%;
	}

		body{
		margin:0px;
		padding:0px;
		background-color:#fff;
		background-position:center;
		font-family:arial;
		font-size:12px;
		line-height: 16px;
		color:#333;
	}

/* ********* BANNER DIV PROPERTIES ********* */

#widthcontainertop {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 895px;
	height:114px;
	z-index: 20000;
}

#onlineres {
   position: absolute;
   right:0px;
   top:8px;
   width: 376px;
   height:68px;
}

#logo {
   position: absolute;
   left: 0px;
   width: 142px;
   height: 77px;
}

#contentWrapper {
	background-color: white;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 895px;
}

/*cartonhouse.tpl*/

#expand {
	padding: 16px;
	display: none;
	background-color: #fff;
}

#expand2 {
	background-color: #fff;
	display: none;
}

#expand2 div {
	padding: 16px;
}
		
.expandInfo {
	/*background-color: #fff;*/
	position:relative; /* NEW VALUE TO STYLE*/
	width: 110px; /* NEW VALUE TO STYLE*/
	margin: 0 auto;
	padding-top: 20px;
	padding-right:782px;
	
	
}

a {
	color: #0000C4;
	text-decoration: none;
}

.white {
	background-color: #fff;
	padding: 10px;
}

