#wrapper_buy_elephant {
	position:absolute;
	padding:3px;
	bottom:0;
	height:0;
}
#buy_elephant {
	box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.3);
	background-color:#428355;
	padding:7px 18px;
	text-align:right;
	width:198px;
	color:#fff;
	margin:0;
}
#buy_elephant .btn.buy {
	background-color:#ff002a;
	padding:0.5em 1.5em;
	white-space:normal;
	line-height:1em !important;
	height:auto;
}
#buy_elephant .btn.close {background-color:#7ED41F;}
#buy_elephant h3, #buy_elephant p {margin:8px 0;}
#buy_elephant .compact {font-size:.9em;}
#buy_elephant > div {text-align:left;}
#buy_elephant .red {color:#7ED41F;}

#wrapper_buy_elephant.elephant_estore {
	width:808px;
	border:4px solid #82c02f;
	border-width:2px 4px 2px 4px;
	box-shadow: 0 0 3px #6c6363;    
	background-color:#fff;
	position:fixed;
	height:auto;
	top:30%;
	left:50%;
	margin: 0 0 0 -404px;
	z-index:9999;
	height: 342px;
}

#buy_elephant_estore .btn.close {
	color:#82c02e;
	text-decoration:underline;
	font-size:24px;
}

#buy_elephant_estore .btn.close:hover {
	color:#6dac18;
}

.elephant_image_block {
	width:333px;
	float:left;
} 

.elephant_text_block {
	float: right;
	padding: 20px 100px 0 0;
	text-align: justify;
	width: 370px;
}

.elephant_comment {
	color:#636363;
	font-size:12px;
}

.elephant_text_block .grad_link {
	display:block;
	padding:5px 0;
	font-size:24px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background: #96c940;
	background: -moz-linear-gradient(top, #96c940 0%, #59ac08 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #96c940), color-stop(100%, #59ac08));
	background: -webkit-linear-gradient(top, #96c940 0%, #59ac08 100%);
	background: -o-linear-gradient(top, #96c940 0%, #59ac08 100%);
	background: -ms-linear-gradient(top, #96c940 0%, #59ac08 100%);
	background: linear-gradient(to bottom, #96c940 0%, #59ac08 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c940', endColorstr='#59ac08', GradientType=0 );    
}

.elephant_text_block .grad_link:hover {
	color:#fff;
	text-decoration:none;
	background: #7eb520;
	background: -moz-linear-gradient(top, #7eb520 0%, #4c9604 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #7eb520), color-stop(100%, #4c9604));
	background: -webkit-linear-gradient(top, #7eb520 0%, #4c9604 100%);
	background: -o-linear-gradient(top, #7eb520 0%, #4c9604 100%);
	background: -ms-linear-gradient(top, #7eb520 0%, #4c9604 100%);
	background: linear-gradient(to bottom, #7eb520 0%, #4c9604 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb520', endColorstr='#4c9604', GradientType=0 );    
}
