@charset "UTF-8";
/* CSS Document */


#shop_products {
	width: 302px;
	margin-left: -1px;
	transition-duration: 1s;
	transition-property: opacity;
}

div.eos_product {
	width: 139px;
	height: 139px;
	border: 2px solid #A5A5A5;
	float: left;
	background: rgba(0, 0, 0, 0) url("../images/grew.png") repeat scroll 0 0;
	position: relative;
	transition-duration: 1s;
	transition-property: background, border, color;
	margin: 1px;
	cursor: pointer;
	padding: 3px;
	font-size: 11px;
}

div.eos_product:hover {
    background-color: #555;
    border: 2px solid #fff;
    color: #fff;
}

div.eos_productname, div.eos_productimage, div.eos_productcost, img.eos_coin {
    position: absolute;
}

div.eos_productname {
	top: 0px;
	line-height: 12px;
	width: 139px;
}

div.eos_productimage {
	text-align: center;
	width: 139px;
	top: 28px;
}

div.eos_productimage img {
	max-height: 102px;
	max-width: 139px;
	opacity: 0.5;
	transition-duration: 1s;
	transition-property: opacity;
}

div.eos_product:hover div.eos_productimage img, div.btn_reload img:hover {
    opacity: 1;
}

div.eos_productcost {
	text-align: right;
	width: 126px;
	top: 128px;
}

img.eos_coin {
	width: 12px;
	height: 12px;
	top: 131px;
	left: 131px;
}

div.btn_reload {
	text-align:right;
	width:300px;
}

div.btn_reload img {
	cursor: pointer;
	opacity: 0.5;
	transition-duration: 1s;
	transition-property: opacity;
}