#buyWindow{
	position: fixed;
	visibility: hidden;
	width: 90%;
        max-width: 380px;
	min-height: 150px;
	background-color: white;
	z-index: 2;
	padding: 10px;
	text-align: center;
        font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.buyWindow_button:hover{
	cursor: pointer;
	background-color: #0B9931;
	color: white;
}
.buyWindow_button{
	color: #0B9931;
	text-align: center;
	background-color: #F0FAF3;
	border: #0B9931 2px solid;
	transition: all 0.5s;
	width: 110px;
        font-size: 18px !important;
}
#custom_buyWindow_good_name{
        font-size: 14pt;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ab9500;
}
.custom_buyWindow_nameAndPrice{
        text-align: right;
}
#custom_buyWindow_good_picture{
	max-width: 360px;
	margin: auto;
        border: 1px solid white;
        border-top: #e1e1e1 1px solid;
}
#custom_buyWindow_good_picture img{
        margin-top: 5px;
	max-width: 360px;
        max-height: 120px;
}
#custom_buyWindow_good_price{
        color: #005689;
        font-size: 16pt;
        font-weight: bold;
}