﻿@charset "utf-8";

/* CSS Document */

.boxwrapper {
	height: 276px;
	width: 308px;
	margin-left: 9px;
	margin-bottom: 3px;
	margin-top:9px;
	position: relative;
	float: left;
	background-color:#999999;
	/*background-image: url(../images/boxwrapper.png);*/
	background-repeat: repeat-y;
	cursor: auto;
}
.boxwrapper a {
	border:none;
}

.boxdetails {
	font-size: 11px;
	color: #000000;
	text-align: center;
	position: absolute;
	top: 12px;
	width: 250px;
	height: 41px;
	font-weight: normal;
	left: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	overflow: hidden;
}
.boxtitle {
	text-align: center;
	position: absolute;
	height: 16px;
	width: 308px;
	font-size: 12px;
	color: #000000;
	text-transform: capitalize;
	top: -3px;
	left: -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.boxphoto {	
	position: absolute;
	left: 9px;
	height: 188px;
	width: 250px;
	z-index: 0;
	top: 54px;
}

.boxphoto a img {
	border: 1px;
	border-color: #000;
	border-style: solid;
}

.boxcontent {
	z-index: 10;
	left: 20px;
	top: 5px;
	right: 20px;
	bottom: 20px;
	position: absolute;
}
.boxprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 245px;
	font-size: 14px;
	width: 200px;
	text-align: left;
	font-weight: bolder;
	color: #333;
	left: -15px;
}
.boxmoreinfo {
	position: absolute;
	left: 200px;
	top: 245px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #990000;
	z-index: 5;
	width: 120px;
	font-weight: bold;
}
.boxmoreinfo a {
	text-decoration: none;
	color: #990000;
}
.boxmoreinfo a:hover {
	text-decoration: underline;
	color: #990000;
}
.boxmoreinfo a:visited {
	text-decoration: none;
	color: #990000;
}
.boxrefid {
	display: none;
}
.boxvat {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.boxpricesold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 110px;
	font-size: 50px;
	width: 250px;
	text-align: center;
	font-weight: bolder;
	color: #F00;
	left: 9px;
}

.detailcontent {
	width: 100%;
	margin-top: 9px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #8DA1AC;
}
.detailcontent img {
	border: 1px;
	border-color: #000;
	border-style: solid;
}
.detailwrapper {
	width: 100%;
	height: 100%;
	margin-bottom: auto;
}
.detailtitle {
	margin-left: auto;
	margin-right: auto
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bolder;
	color: #000000;
}
.detaildescription {
	margin-left: auto;
	margin-right: auto
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.detailprice {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #000000;
}
.detailpricesold {
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}
.detailimage {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
