body,html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../../graphic/bg.png);
	background-repeat:repeat-y;
	background-color:#000;
	color:#999;
}

#top {
	width:1000px;
	height:80px;
	background-color:#000;
}
#logo {
	width:110px;
	height:80px;
	float:left;
	background:url(../../graphic/logo.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#shopLogo {
	width:160px;
	height:80px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
}
#searchBox {
	width:470px;
	height:80px;
	float:left;
}
#searchBox {
	margin:20px 0 0 40px;
	
}
#topSearchTable td {
	padding-left:10px;
}
#searchButton {
	position:relative;
	top:0px;
}
#searchLabel {
	width:60px;
}
#searchPhrase {
	width:170px;
}
#language {
	width:180px;
	height:80px;
	float:left;
	position:relative;
	left:84px;
	top:10px;
	text-align:center;
}
#topText {
	width:180px;
	height:80px;
	float:left;
	text-align:center;
	color:#FFF;
	position:relative;
	font-size:9px;
}


#siteHolder {
	width:1000px;
	clear:both;
}
#leftHolder {
	width:160px;
	float:left;
}
#menu {
	position:relative;
	left:12px;
	top:4px;
	width:146px;
	overflow:hidden;
}
#body {
	width:630px;
	position:relative;
	left:15px;
	top:15px;
	float:left;
	min-height:500px;
	padding-right:20px;
}
#right {
	width:184px;
	float:left;
	position:relative;
	left:15px;
}
#left {
	padding:7px;
	position:fixed;
	bottom:5px;
	left:2px;
}
#shoppingCartHead {
	background:url(../../graphic/shoppingCart.gif);
	background-repeat:no-repeat;
	width:184px;
	height:50px;
}

.km_flag {
	padding-right:13px;
}