@charset "utf-8";
/* CSS Document */

/* PRODUCT THUMBNAIL PAGE */
#cardstyle {
	margin: 0px 0px 0px 30px;
}
#product {
	border-collapse:collapse;
	border-spacing:0px;
	border:none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:55px;
}
#product th{
	text-align:center;
	vertical-align:bottom;
	padding:0px;
	height:150px;
	width:170px;
	margin:0px;
}
#product td{
	text-align:center;
	padding:10px;
	margin:0px;
	background:url("/_structure/images/site/bg_shelf.gif") repeat-x ;
}
#product img{
	border:0px;
}

/* PRODUCT THUMBNAIL FOOTER */
#productfooter {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	display: inline-table;
	padding:0px;
	border-collapse:collapse;
}
#footer-hr {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	border-top:#999999 1px solid;
	border-bottom:#FFFFFF 1px solid;
	border-left:none;
	border-right:none;
	height:1px;
	float:left;
}
#page {
	text-align:center;
	position:relative;
	float:left;
	width:50%;
	padding:0px;
}
#back {
	text-align:left;
	position:relative;
	float:left;
	width:25%;
	margin:0;
	padding:0px;
}
#next {
	text-align:right;
	position:relative;
	float:right;
	width:22%;
	margin:0;
	padding:0px;
}
#card-code {
	text-align:center;
	position:relative;
	float:left;
	width:50%;
	padding:0px;
	color:#399;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: text-top;
}
#RP-code {
	text-align:center;
	position:relative;
	float:left;
	width:50%;
	padding:0px;
	color:#F39;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: text-top;
}
#QC-code {
	text-align:center;
	position:relative;
	float:left;
	width:50%;
	padding:0px;
	color:#993;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: text-top;
}

/* CHECK PRICE PAGE */
#product-pic {
	padding-left:10px;
}
#checkprice {
	margin:0px;
}
#price th {
	font-size:120%;
	padding-left:8px;
	padding-top:8px;
	text-align:left;
	color:#FF3333;
}
#price td {
	padding:8px;
	white-space:normal;
	font-size:95%;
}
#price b {
	color:#993333;
}
#price select {
	font-size:100%;
	color:#666666;
	margin-top:4px;
}
#price hr {
	border: none 0;
	border-top: #999999  dashed 1px;
	height:1px;
}
#price-detail {
	font-size:112.5%;
	color:#339966;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 20px 10px 10px 10px;
	border: 1px dashed #FF3333;
	font-weight: normal;
}

