
#productContainer {
	max-width:440px;
	text-align:center;
	float:left;
}

#productImageContainer {
	position:relative;
	padding:10px;    
	border:1px solid #d3cdc0;
	text-align:center;
	background-color:#ffffff;
	max-width:440px;
	overflow:visible;
	margin-bottom:20px;
}
#productImage img {
	max-width:100%;
	height:auto;
	margin:auto;
}
#productImage a img {
	display:none;
}
#productImage a:first-child img {
	display:block;
}
#productImageClear {
	clear:both;
	height:10px;
}
#productImagePrev, #productImageNext {
	width:24px;
	height:24px;
	line-height:20px;
	cursor:pointer;
}
#productImagePrev {
	float:left;
}
#productImageNext {
	float:right;
}
#productImageCounter {
	line-height:24px;
}

#productDiscount {
	position:absolute;
	top:0;
	left:0;
	z-index:1002;
}
.productName {
	margin-bottom:10px;
}
.productTeaser {
	margin-bottom:10px;
}

#productPrice {
	font-size:1.2em;
	text-transform:uppercase;
	line-height:45px;
}



#productQuantityContainer {
    width: 100%;
	max-width:440px;
	position:relative;
}
.productQuantityPadding {
	padding-right:120px;
}
	
#productStock {
	position:absolute;
	top:0;
	right:0;
	width:110px;
	font-size:1em;
	color:#ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	padding:11px;
	text-align:center;
}
.productStockGreen {
	text-shadow:#6c7648 1px 1px 0;
	background-color:#97a464;
	border: 1px solid #788153 !important;
}
.productStockRed {
	text-shadow:#732e2e 1px 1px 0;
	background-color:#a44242;
	border: 1px solid #763132 !important;
}


#productQuantity {
	background-color:#ffffff;
	border: 1px solid #d3cdc0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
/*	line-height:40px;*/
	height:40px;
	-webkit-box-shadow:0px 1px 0 #c9c4c3;
	-moz-box-shadow:0px 1px 0 #c9c4c3;
	-ms-box-shadow:0px 1px 0 #c9c4c3;
	box-shadow:0px 1px 0 #c9c4c3;
	margin-bottom:10px;
	text-align:center;
	position:relative;
	padding-left:0px;
	padding-top:2px;
}
#productQuantity input {
	width:25px;
	font-size:inherit;
	font-family:inherit;
	color:inherit;
	line-height:24px;
}
#productQuantityLess, #productQuantityMore {
	position:absolute;
	top:0;
	width:40px;
	height:100%;
	line-height:40px;
	font-size:28px;
	font-family:inherit;
	color:inherit;
	cursor:pointer;	
}
#productQuantityLess {
	left:0;
	border-right:1px solid #d3cdc0;
}
#productQuantityMore {
	right:0;
	border-left:1px solid #d3cdc0;
}
#productQuantityLess:hover, #productQuantityMore:hover {
	color:#298d9f;
}
#productAddToBasket {
	width:100%;
	max-width:440px;
	margin-bottom:20px;
}
#productDescription {
	margin-top:20px;
}
