@charset "utf-8";
#bottomCart_wrap {
	text-decoration: none;
	display: block;
	background-color: #F00;
	width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
}

#no {
	background-color: #00263D;
	position: fixed;
	bottom: 0px;
	display: block;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #69ADD2;
	width: 100%;
	overflow: auto;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 200px;
}
.maybe {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.yes {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #f4f4f4;
	text-align: center;
	line-height: 24px;
	height: 24px;
	margin-bottom: 0px;
	display: block;
}
.shadow {
	position: fixed;
	height: 247px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	z-index: -999;
}
