.ShopPageLeft {
	width: 375px;
	height: 430px;
	position: absolute;
	top: 20px;
	left: 20px;
	}
	
.ShopPageRight {
	width: 385px;
	height: 430px;
	position: absolute;
	top: 20px;
	right: 20px;
	}

.ShopDesc {
	width: 355px;
	height: 415px;
	padding: 10px;
	border: 2px white solid;
	text-align: left;
	}

.ShopPicView , .ShopThumbs {
	border: 1px white solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url("/imgsrc/fog.png");
	margin-bottom: 12px;
	padding: 5px;
	font-weight: normal;
	position: relative;
	}
	
.ShopPicView {
	height: 305px;
	width: 365px;
	float: right;
	overflow:auto;
	text-align: center;
	}
.ShopPicView td {
	width: 365px;
	height: 300px;
	text-align: center;
	}
	
.ShopThumbs {
	text-align: left;
	height: 100px;
	width: 365px;
	position: absolute;
	right: 20px;
	bottom: 0px;
	}
	
.ShopThumbs100 {
	width: 100px;
	height: 100px;
	margin-left: 5px;
	background-color: #141414;
	float: left;
	position: relative;
	left: 30px;
	text-align: center;
	cursor: pointer;
	}
.ShopThumbs100 table {
	border: 0px;
	}
.ShopThumbs100 td {
	width: 100px;
	height: 100px;
	text-align: center;
	}
	
.BuyButton {
	position: relative;
	left: -5px;
	width: 118px;
	height: 100px;
	text-align: center;
	float: left;
	font-size:x-small;
	}
	
