@charset "utf-8";
/* CSS Document */

#store {
/* margin: 20px; */
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: orange;
	padding: 4px;
	background: #fafafa;
}
.product {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	margin: 20px 0;
	padding: 12px;
	border: 1px #aaa solid;
	line-height: 1.5em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f8f8f8;
}
.product a:hover {
	border-bottom: none;
}
p {
	margin: 8px 0;
}
.tag {
	font-style: italic;
}
div.message p.prodname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	letter-spacing: 1px !important;
	margin: 6px 0;
	color: #000;
	text-shadow: 1px 1px 2px #ccc;
}
.co {
	font-weight: bold;
	font-size: 12px !important;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0px #ddd;
}
.price {
	color: #446;
}
.buynow {
	margin: 12px 0 0px 0;
}
div.message p {
	line-height: 1.5em;
	color: #444;
}
p.first {
	padding-top: 12px;
	border-top: 1px #ccc solid;
}
.icon {
	float: right;
	margin: -12px 0 10px 20px;
	padding: 10px;
}
div.col2 p {
	color: #666;
	line-height: 1.5em;
}
div.message p.more {
	margin-top: 12px;
	margin-bottom: 10px;
	color: #666;
}
.fr {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
ul.sidebar, li.sidebar {
	font-size: 12px;
	list-style: none;
	list-style-image: url(/images/check.gif);
}
