﻿h1 {
	font-size: 20px;
	color: white;
	width: 350px;
	margin-top: 10px;
}
h2 {
	font-size: 15px;
	color: white;
	width: 350px;
	margin-bottom: 10px;
}
h3 a {
	color: blue;
	font-size: 15px;
}
h4 {
	margin: 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFcc00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
}
.product-title {
	width: 100px;
}
.product {
	color: white;
	font-size: 12px;
	float: left;
	width: 110px;
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.description {
}
.price-sold {
	color: red;
}
.product img {
	margin-bottom: 20px;
	margin-top: 5px;
}
.description {
	font-size: 12px;
	color: white;
	width: 350px;
	margin-bottom: 10px;
}
.small_view img {
	padding-right: 10px;
	margin-bottom: 10px;
}
#product-list-buy {
	padding-bottom: 30px;
	margin-top: 30px;
	float: left;
}
#product-list {
	width: 440px;
	padding-bottom: 30px;
	margin-top: 5px;
}
#product-list a {
	color: #ffcc00;
	font-size: 13px;
}
.buy-about {
	color: white;
	font-size: 12px;
	width: 350px;
	padding-bottom: 20px;
}
#merchandise-list-buy {
	padding-bottom: 30px;
	margin-top: 30px;
	float: left;
	width: 375px;
}
#merchandise-list {
	background-image: url('../images/background-extend.jpg');
	background-repeat: repeat-y;
	padding-bottom: 30px;
	margin-top: 30px;
}
#merchandise-list a {
	color: blue;
	font-size: 12px;
}
.merchandise-about {
	color: white;
	font-size: 12px;
	width: 350px;
	padding-bottom: 20px;
}
.merchandise-left {
	width: 170px;
	float: left;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}
.merchandise-right {
	width: 170px;
	float: right;
	padding: 0 15px 0 0;
	margin: 0 0 10px 0;
}

