@CHARSET "UTF-8";
#product .priceBox ul {
	list-style: none;
}
#product .priceBox ul li p {
	margin: 0;
}
#product .listPrice,
#product .salePrice,
#product .yourPrice {
	font-weight: bold;
	text-align: right;
}

#product .old-price {
	color: #ff0000;
	font-weight: normal;
	text-decoration: line-through;
}

#product .item p {
	font-size: 1.2em;
}

#product .itemListTitle {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-image: none;
	border-left: 10px solid #990022;
	font-size: 1.5em;
	padding: 0.5em;
	text-align: left;
	text-transform: none;
}

#product .image {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 3px solid #C0C0C0;
	float: right;
	margin: 10px;
	padding: 4px;
	vertical-align: top;
}
#product .button {
	display: inline;
}

#product .image:hover {
	border: none;
	padding: 7px;
	background: url(img/diag-bg-alt.gif);
}

#product .button a:link,#product .button a:visited {
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	background-color: #000;
	font-size: 1.1em;
	padding: .1em;
	font-weight: bold;
	color: #fff;
}

#product form.admin_product {
	display: inline;
	margin: 0;
	padding: 0;
}