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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	overflow: hidden;
	background-color: #FFFFFF;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #333333;
}
p {
	/*margin: 0;
	margin-bottom: 2px;*/
}
.main {
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -480px;
	top: 50%;
	margin-top: -210px;
	width: 960px;
	/*height: 450px;*/
}
.admin {
	overflow: auto;
	height: 450px;
}
.shop {
	background-color: #FFFFFF;
	background-image: url(../images/shop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 450px;
}
.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 40px;
	border-bottom: 1px solid #999999;
}
.menu {
	width: 760px;
	height: 40px;
	margin-left: 200px;
	border-bottom: 1px solid #999999;
}
.fullmenu {
	width: 960px;
	height: 40px;
	border-bottom: 1px solid #999999;
}
.menuitem {
	float: left;
	padding: 15px;
	padding-bottom: 0;
	font-size: 13px;
}
.selected {
	color: #333333;
}
.nav {
	width: 760px;
	height: 30px;
	margin-left: 200px;
	padding: 10px;
}
.items {
	width: 760px;
	height: 380px;
	margin-left: 200px;
}
.item {
	float: left;
	width: 160px;
	height: 160px;
	margin: 15px;
	background-image: url(../images/indent_off.gif);
	background-position: 0px 124px;
	background-repeat: no-repeat;
}
.item:hover {
	color: #333333;
	background-image: url(../images/indent_on.gif);
}
.photo {
	width: 160px;
	height: 120px;
	overflow: hidden;
	/*background-color: #CCCCCC;*/
}
.itemname {
	height: 30px;
	text-indent: 8px;
}
.itemprice {
	font-weight: bolder;
}
.detailimage {
	position: absolute;
	left: 200px;
	top: 52px;
	width: 430px;
	height: 398px;
}
.detailtext {
	position: absolute;
	left: 640px;
	top: 52px;
	width: 320px;
	height: 398px;
	color: #333333;
}
.purchase {
	margin-top: 30px;
}
.detailtext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
#gallery {
	margin-top: 12px;
}
#apDiv1 {
	position: absolute;
	left: 10px;
	top: 250px;
	width: 142px;
	height: 166px;
	z-index: 1;
}
#history {
	position: relative;
	background-image: url(../images/bghistory.png);
	overflow: auto;
	height: 400px;
	padding: 5px;
	padding-top: 10px;
}
#flags {
	position: absolute;
	left: 5px;
	top: 7px;
}
#flags img {
	border: 0 none;
}
.sizeTable {
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.sizeTable th {
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.sizeTable td {
	text-align: center;
	border-right: 1px solid #CCCCCC;
}
.sizeTable .blue {
	background-color: #EEEEFF;
}