﻿div.product {
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	padding: 5px;
	width: 180px;
	height: 320px;
	margin: 7px;
	background-color: #FFFFFF;
}

.prodname {
	margin: 0px;
	font-size: small;
	width: 170px;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	left: 0px;
	font-weight: bold;
	text-align: center;
}
div.prodname {
	height: 32px;
}

.listprice {
padding: 2px;
text-align:center;
width:350px;
}

.addtocart{
	text-align: center;
}
.configbutton{
	text-align: center;
}
.prodname a {
	margin: 0px;
	color: #48154D;
	text-decoration: none;
}
.prodid {
	display: none;
}

div.prodprice{
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: small;
	font-weight: bold;
	text-align: right;
	width: 60px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	background-color: #48154D;
	margin-bottom: 10px;
}
div.prodprice strong {
	display: none;
}

div.prodcurrency{
padding: 2px;
text-align:center;
width:350px;
}
p.prodnavigation {
	margin: 0px;
	line-height: 25px;
	padding-left: 20px;
	color: #999999;
}
p.prodnavigation a {
	color: #4583C0;
	font-weight: bold;
	text-decoration: none;
}
p.prodnavigation a:hover {
	color: #4583C0;
	font-weight: bold;
	text-decoration: underline;
}

.allproddiscounts{
	padding-left: 5px;
	font-weight: bold;
	color: #95004A;
}
.discountsapply {
	display: none;
}
.extraimage {

}
div.prodimage {
	overflow: hidden;
}
