

/* --- Stylesheet 1431 () --------- */ 

#FertaleCartBoxLogo {
	position:fixed;
	right: 250px;
	width:100px;
	top:5px;
	height:50px;
	background: #EF7F01 url(http://tramino.s3.amazonaws.com/gfx/cart.png) no-repeat 5px center !important;
	padding: 20px 15px 20px 50px;
	color:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size:12px;
	overflow:hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	z-index: 9;
	cursor:pointer;
}

#FertaleCartBoxLogo:hover {
	right: 270px;
}
#FertaleCartBoxLogo b {
	font-size:15px;
}