div#wrapper {
	background: #fff url(./images/used-machinery-bg.jpg) no-repeat scroll 0 61px;
}

div#wrapper div.col-sx {
	float: left;
	width: 330px;
	padding-top: 300px;
	padding-left: 10px;
	background: url(./images/col-sx-bg.jpg) no-repeat;
}

div#wrapper div.col-sx h2 {
	float: left;
	width: auto;
	font-size: 19px;
}

div#wrapper div.col-sx h2 a {
	text-decoration: none;
	color: #666;
	font-size: 19px;
}

div#wrapper div.col-sx h2.name {
	float: left;
	width: auto;
	padding-left: 15px;
	color: #ef8935;
	font-weight: bold;
	font-size: 19px;
	padding-bottom: 20px;
}

div#wrapper div.col-sx h2.month {
	color: #ef8935;
	font-weight: bold;
	padding-top: 20px;
	font-size: 19px;
}

div#wrapper div.col-sx h2.name a {
	color: #ef8935;
	font-size: 19px;
}

div#wrapper div.col-sx div.scroll-pane {
	width: 300px;
	height: 220px;
	overflow: auto;
	margin-bottom: 15px;
}

div#wrapper div.col-sx div.scroll-pane p {
	padding-bottom: 4px;
}

div#wrapper div.col-sx div.scroll-pane a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dashed #ccc;
}

div#wrapper div.col-sx div.scroll-pane a:hover {
	color: #ccc;
	border-bottom: 1px dashed #333;
}

div#wrapper div.col-dx {
	float: left;
	width: 650px;
}

div#wrapper div.col-dx p.story {
	padding-top: 80px;
}

div#wrapper div.col-dx p.story big {
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #ef8935;
    font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
    margin: -3px 5px -20px 0;
}

div#wrapper div.col-dx div.info {
	padding-top: 20px;
}

div#wrapper div.col-dx div.info h2.title {
	color: #ef8935;
	padding-bottom: 10px;
}

div#wrapper div.col-dx div.info div.images {
	float: left;
	width: 350px;
	text-align: center;
}

div#wrapper div.col-dx div.info div.images img {
	border: 4px solid #d5d5d5;
}

div#wrapper div.col-dx div.info div.text {
	float: left;
	width: 250px;
	padding-left: 20px;
	color: #7b7b7b;
}

div#wrapper div.col-dx div.info div.text span.request {
	display: block;
	background: #ffce9e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 2px;
	color: #414141;
	text-align: center;
	margin-top: 40px;
	font-size: 11px;
}

div#wrapper div.col-dx div.info div.text span.request a {
	text-decoration: none;
	color: #666;
}

div#wrapper div.col-dx div.info div.text span.request a:hover {
	color: #414141;
	border-top: 1px dashed #fba34e;
	border-bottom: 1px dashed #fba34e;
}

div#wrapper div.co p.image {
	float: left;
	width: 150px;
	height: 110px;
	text-align: center;
	color: #ef8935;
	font-weight: bold;
}

div#wrapper div.co p.image img {
	border: 4px solid #d5d5d5;
}

div#wrapper div.cont {
	width: 970px;
	margin: 0 auto;
}

div#wrapper div.cont h2 {
	float: left;
	width: auto;
}

div#wrapper div.cont h2 a {
	text-decoration: none;
	color: #666;
}

div#wrapper div.cont h2.name {
	float: left;
	width: auto;
	padding-left: 15px;
	color: #ef8935;
	font-weight: bold;
}

div#wrapper div.cont div.macchina {
	float: left;
	width: 300px;
	height: 111px;
	margin-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 4px solid #989898;
}

div#wrapper div.cont div.macchina p.img {
	float: left;
	width: 140px;
}

div#wrapper div.cont div.macchina p.img img {
	border: 4px solid #d5d5d5;
}

div#wrapper div.cont div.macchina p.text {
	float: left;
	width: 140px;
	padding-left: 5px;
}

div#wrapper div.cont div.macchina p.text span.title {
	display: block;
	color: #ef8935;
	font-weight: bold;
}

div#wrapper div.cont div.macchina p.text span.info {
	display: block;
	color: #8d8d8d;
	padding-top: 10px;
	font-style: italic;
	font-size: 12px;
}

div#wrapper div.cont div.macchina p.text span.scheda {
	display: block;
	background: #ffce9e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 2px;
	color: #414141;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
}

div#wrapper div.cont div.macchina p.text span.scheda a {
	text-decoration: none;
	color: #666;
}

div#wrapper div.cont div.macchina p.text span.scheda a:hover {
	color: #414141;
	border-top: 1px dashed #fba34e;
	border-bottom: 1px dashed #fba34e;
}

div#request {
	width: 500px;
	padding: 10px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -250px;
	background: #fff;
	border: 8px solid #666666;
	display: none;
	z-index: 999999;
}

div#request p {
	padding-bottom: 15px;
}

div#request p input[type=text] {
	width: 170px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #666;
}

div#request p input[type=submit] {
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #666;
	cursor: pointer;
}

div#request p textarea {
	width: 300px;
	height: 100px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #666;
}

div#request p span {
	font-style: italic;
	font-size: 12px;
	color: #333333;
	padding-left: 20px;
}

div#request div.close {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding-top: 5px;
	text-align: right;
}
