/* total right width = 600 px */
#right_col1 {
	width: 440px;
	float: left;
}
#right_col2 {
	width: 150px;
	float: left;
	margin-left: 10px;
}
#left a:link, #left a:visited {
	color: #3F103A;
	text-decoration: none;
}
#left a:hover, #left a:active {
	color: #990000;
	text-decoration: underline;
}
#products_left {
	margin-left: 20px;
}
#products_left strong {
	color: #3F103A;
}

#product_img {
	text-align: center;
}

#product_info {

}
#product_info div {
	width: 105px;
	float: left;
}

#cart_quantity {
	font-size: 9px;
}

#right_col2 a {
	color: #333333;
	text-decoration: none;
}

#right_col2 a:hover {
	color: #333333;
	text-decoration: underline;
}

.homeBox {
	border: 1px solid #544715;
	background-color: #FFE8C5;
	color:  #3F103A;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
}