
.product {
    float:left;
    height:455px;
    margin:5px;
    width:240px;
    position:relative;
}
	.odd .image {
		float: right;
		margin: 0 0 50px 15px;
	}
	.odd .text {
		float: left;
	}
	.even .image {
		float: left;
		margin: 0 19px 5px 0;
	}
	.even .text {
		float: right;
        position:absolute;
        top:324px;
        left:0;
	}
	.image {
		padding: 9px;
		border: 1px solid #ccc;
	}
		.image img {
			display: block;
            height:auto;
            width:200px;
		}
	.text {
		margin-bottom: 50px;
		padding-top: 10px;
        text-align:center;
	}
		h3 {
			font-size: 1.4em;
			font-weight: bold;
			color: #820024;
			margin-bottom: 20px;
		}
		.description {
			margin-bottom: 20px;
		}
		.product form {
			padding: 10px;
			background-color: #ccc;
			font-weight: bold;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
		}
			.quantity {
				width: 35px;
				text-align: right;
			}
			.price {
				display: inline;
				line-height: 20px;
			}
			.input {
				float: right;
				display: inline;
                width:220px;
			}
				.input input {
					margin-right: 5px;
				}
			.product form a {
				color: #333;
				text-decoration: none;
			}
			.product form a:hover {
				text-decoration: underline;
			}



