#main {
	float: left;
	width: 849px;
}

#items {
	float: left;
	width: 849px;
}

#items table {
	width: 800px;
	margin-top: 10px;
	margin-left: 25px;
	border: 2px solid #ddd;
}

#items thead {
	background: #ddd;
}

.title {
	text-align: left;
}

.title a {
	margin-left: 5px;
	text-decoration: none;
	color: #DF0101;
}

.unidades {
	width: 75px;
	text-align: center;
}

.precio {
	width: 100px;
	text-align: center;
}

.price {
	font-weight: bold;
}

.total {
	width: 100px;
	text-align: center;
}

.eliminar {
	width: 25px;
	text-align: center;
}

.eliminar a {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

.descripcion img {
	float: left;
	width: 80px;
	padding-right: 5px;
}

#caracteristicas {
	list-style: none;
}

#botones {
	float: left;
	width: 300px;
	margin-left: 150px;
	margin-top: 40px;
}

#botones img {
	margin: 0px 5px;
}

#totales {
	float: right;
	margin: 20px 50px;
	width: 250px;
}

#totales table {
	float:right;
	padding-bottom:5px;
}

#totales th {
	padding:5px;
	text-align:left;
}

#totales td {
	text-align:right;
}

#codigo {
	width: 95px;
}

#final {
	color:#DF0101;
	font-size:14px;
	font-weight:bold;
}

#similar {
	float: right;
	width: 99px;
	border-left: 1px dotted #999;
	text-align: center;
	margin-top: -20px;
}

#similares {
	margin-top: 5px;
	list-style: none;
}

#similares lh {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
}

#similares ul {
	list-style: none;
	padding-top: 15px;
}

#similares a {
	font-size: 10px;
	color: #cc0000;
}

#similar img {
	width: 80px;
}