.viewBtn {
	position: relative;
	background-color: #000;
	color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	height: 1.8em;
	border: none;
	width: 6em;
	left: 9.2em;
	top: -1.8em;
}
#hideBtn {
	font-size: small;
	padding:0.15em;
}
#cart {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	background-color: #FFF;
	display: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-box-shadow: 2px 2px 3px 3px #666;
	-webkit-box-shadow: 2px 2px 3px 3px #666;
	box-shadow: 2px 2px 3px 3px #666;
}
#basket {
	width: 320px;
}
#contents {
	width: 320px;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
#contents td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	border-bottom: #CCC thin solid;
	padding-bottom: 1em;
}
#fsub {
	background-color: #FCF;
	border: #000 thin solid;
	border-radius: 3px;
}
#addBtn {
	cursor: pointer;
	background-color: #000;
	color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	height: 1.8em;
	border: none;
	width: 8em;
	float: left;
}
#viewBtn {
	cursor: pointer;
	background-color: #000;
	color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 1em;
	height: 1.8em;
	border: none;
	width: 6em;
	float: right;
}
#wrapper {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.search {
	display: none;
	width: 210px !important;
	margin-top: 0px;
	//border: solid pink thin;
	height: 40px;
	margin-right: 100px;
}
.citem {
	margin-top: 33px !important;
}
