.shop-item {
	border-bottom:1px dotted #222222;
	padding-bottom:10px;
	margin-bottom:10px;
	position:relative;
}

.shop-item:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.shop-item .l {
	float:left;
	margin-right:20px;
	width:90px;
}

.shop-item .r {
	float:left;
	width:535px;
	font-size:8pt;
	color:#555555;
	position:absolute;
	left:110px;
	top:41%;
	transform: translate(0, -41%);
}

.shop-item .r span {
	font-size:8pt;
	color:#cccccc;
	font-family:"Futura";
	text-transform:uppercase;
}

.purchase  {
	float:right;
}

.purchase2  {
	position:absolute;
	right:0;
	top:0;
}

.shop-item img {
	padding:5px;
	border:1px solid #222222;
	background:#000000;
}

.shop p {
	border-bottom:1px dotted #222222;
	padding-bottom:5px;
	margin-bottom:5px;
}

.shop p:last-child {
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}

#shop {
	margin:auto;
}	

#shop img {
	opacity:0.5;
	-moz-transition: all 0.8s ease-out; 
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

#shop img:hover {
	opacity:1;
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#shop .item {
	float:left;
	width:200px;
	height:200px;
	display:block;
	text-align:center;
}

#shop .title {
	font-size:8pt;
	color:#cccccc;
	font-family:"Futura";
	text-transform:uppercase;
}