@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-image: url(/images/top_back_tile_nw.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3399CC;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #990000;
}
a:active {
	color: #3399CC;
}
#header-wrapper {
	display: block;
	height: 166px;
}

#content-wrapper {
	background-color: #FFFFFF;
	background-image: url(/images/frame/fw_sidebar_bg_nw.gif);
	background-repeat: repeat-y;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}


#center-wrapper {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#center-wrapper #sidebar-wrapper {
	width: 179px;
	float: left;
}
#center-wrapper #body-wrapper {
	width: 621px;
	float: right;
}
#body-wrapper #textpage-wrapper {
	padding: 10px;
	margin: 10px;
}

#footer {
	clear: both;
	text-align: center;
	position: relative;
	width: 621px;
	margin-left: 179px;
}

/* Product Pages */
#cart {
	width: 785px;
	text-align: right;
	position: absolute;
	top: 128px;
}
#astrix {
	font-size: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: 26px;
}
#gift-note {
	font-size: 11px;
	text-align: justify;
}

.oldprice {
	text-decoration: line-through;
	color: #999999;
}
.price {
	font-weight: bold;
}
.Onsale {
	font-weight: bold;
	color: #990000;
}.Store-State {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.Store-name {
	color: #3399CC;
	padding-left: 70px;
	font-weight: bold;
}
.Store-Address {
	font-size: 12px;
	padding-left: 70px;
	padding-bottom: 15px;
}
.Store-space {
	height: 20px;
}

