h1 {
	color: #ff0000;
	font-size: 20px;
}

h2 {
	color: #000;
	font-size: 15px;
}

h3 {
	font-size: 13px;
}


img {
	border: 0;
}

.red {
	color: #ff0000;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.blue {
	color: #375b76;
}

.normal_red {
	color: #ff0000;
}


a {
	color: #0b78a0;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

.float_image_right {
	float: right;
	padding: 0 0 5px 10px;
}

	.float_image_right img {
		border: 1px solid #ccc;
	}

#cart, table.checkout
{
    width: 100%;
}

#cart th, table.checkout th
{
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    padding: 5px;
}

#cart td, table.checkout td
{
    padding: 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

#cart .update_btn
{
    padding: 2px;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
}

input.quantity
{
    width: 20px;
}

.left { float: left; }
.right { float: right; }
.onsale { color: #ff0000; }

#caption {
	text-align: center;
	font-size: 10px;
	width: 170px;
	margin-left: 40px;
}