div.products {
	position: absolute;
	top: 130px;
	right: 185px;
	width: 232px;
	min-height: 433px;
	margin-left: 20px;
}
	div.products div.list {
		padding: 8px 5px;
		width: 180px;
		margin: 180px auto 10px auto;
		font-size: 10px;
	}
		div.products div.list img {
			float: left;
			margin-right: 7px;
			margin-bottom: 12px;
		}
		div.products div.list a.highlight {
			display: block;
			width: 100px;
			height: 13px;
			overflow: hidden;
		}
		div.products div.list div.text {
			margin-bottom: 12px;
		}

div.newmachines div.list {
	float: left;
	margin-right: 15px;
	height: 485px;
	width: 116px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #f0f4f7;
	border-top: 1px dotted #555;
}
	div.newmachines div.list h1 {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		background-color: #b4bdc5;
		padding: 8px 0px;
		margin: 0px 0px 5px 0px;
	}
	div.newmachines div.list div {
		padding-bottom: 6px;
	}
		div.newmachines div.list h2 {
			background-repeat: no-repeat;
			padding: 0px;
			margin: 0px;
			height: 36px;
			width: 116px;
		}
		div.newmachines div.list ul {
			margin-top: 10px;
			margin-left: 20px;
		}
		div.newmachines div.list li {
			color: #7E7E7E;
			margin: 5px 0px;
		}
		div.newmachines div.list li a {
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			color: #7E7E7E;
		}

div.box {
	float: left;
	border: 1px solid #d8d3d2;
	width: 460px;
	min-height: 100px;
	margin-top: 20px;
	background-image: url(../images/boxheader.jpg);
	background-repeat: no-repeat;
	padding: 7px 5px 16px 10px;
}
div.boxdouble {
	width: 295px;
	background-image: url(../images/boxheaderdouble.jpg);
	margin-right: 15px;
}
	div.box h1 {
		margin: 0px 0px 15px 0px;
		font-size: 16px;
	}
	div.box img {
		float: left;
		width: 75px;
	}
	div.box span {
		display: block;
		margin-left: 90px;
	}

div.tabs {
	height: 21px;
}
	div.tabs span {
		display: block;
		float: left;
		background-image: url(../images/tab.jpg);
		background-repeat: no-repeat;
		background-position: center 0px;
		width: 93px;
		height: 15px;
		padding-top: 6px;
		text-align: center;
		cursor: pointer;
		position: relative;
		top: 1px;
	}
	div.tabs span:hover {
		background-position: center -21px;
	}
	div.tabs span.on {
		background-position: center -42px;
		cursor: default;
	}