/** SHOP **/
#shop div.right-top {
	float: right;
	padding: 0;
	margin: 6px 0 8px 0;
	border-right: 1px solid #787878;
}
#shop div.right-top a.arrow {
	text-decoration: none;
	color: #AC0000;
	border-left: 1px solid #787878;
	background: url(../resources/shop/menu-arrow.gif) 100% 50% no-repeat;
	padding: 0 8px 0 8px;
	margin: 0 8px 0 0;
}

#shop table.shop-row {
	margin: 4px 0 0 8px;
	padding: 4px 0 0 0;
}

#shop table.shop-row td {
	padding: 0 11px 0 3px;
	width: 150px;
	background: url(../resources/shop/box-bg.gif) top left repeat-y;
}
#shop table.shop-row tr.head td {
	padding: 4px 15px 2px 7px;
	width: 142px;
	background: url(../resources/shop/box-top.gif) top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
#shop table.shop-row tr.text td {
	padding: 3px 13px 3px 5px;
	width: 146px;
}
#shop table.shop-row tr.info td {
	padding: 4px 15px 7px 7px;
	width: 142px;
	background: url(../resources/shop/box-bottom.gif) bottom left no-repeat;
	font-size: 10px;
}
#shop table.shop-row tr.info td div.right {
	width: 47px;
	float: right;
}
#shop table.shop-row tr.info td div.right img {
	margin-bottom: 3px;
}
#shop table.shop-row tr.info td div.price {
	/* color: #6B8DA6; */
	color: #333;
}
#shop table.shop-row tr.info td div.member-price {
	color: #A7313B;
}

#shop table.creditcard td {
	vertical-align: middle;
}

/* used for news letter */
#shop table.shop-row tr.head td.spacer, #shop table.shop-row tr.img td.spacer, #shop table.shop-row tr.text td.spacer, #shop table.shop-row tr.info td.spacer {
	background-color: transparent;
	background-image: none;
	width: 63px;
	padding: 0;
	border: 0;
}

/** POPUP **/
#shop div.popup-item {
	display: block;
	background-color: #F6F7F7;
	padding: 5px;
	text-align: left;
}
#shop div.popup-item div.close {
	float: right;
}
#shop div.popup-item div.close a {
	text-decoration: none;
	color: #AC0000;
}
#shop div.popup-item div.head {
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}
#shop div.popup-item img {
	display: block;
	border: 1px solid #88A3B7;
}
#shop div.popup-item div.price {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #6B8DA6;
	padding-top: 10px;
}
#shop div.popup-item div.member-price {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #A7313B;
}

#shop table.popup td {
	vertical-align: top;
}

#shoptopbar {
	background: transparent url(../resources/shop/topbar_ny.gif) 8px 0px no-repeat;
	width: 686px;
	height: 53px;
	color: #FFFFFF;
}
#shoptopbar div {
	float: right;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}
#shoptopbar div img {}
