body {
	background-image: none;
	background-color: transparent;
	
	padding: 20px;
}

#root {
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: visible;
}

#root #logoRyobi {
	top: 0px;
	left: 0px;
}
#root #logoOneplus {
	top: 0px;
	left: 169px;
}

#root #path {
	left: 0px;
	width: 100%;
	background-color: transparent;
	color: #000;
}
#root #path .pathInfo {
	margin: 0px;
}
#root #path .pathInfo a {
	color: #000;
}

#root .hide {
	display: block;
}

#root .main,
#root .main #itemView,
#root .main #itemView h1  {
	left: 0px;
	width: 100%;
}
#root #content,
#root .main,
#root .main #itemView {
	overflow: visible;
}
#root .main #itemView #itemPhoto {
	top: 51px;
}

#root .main #itemDetail {
	top: 374px;
	right: auto;
	
	width: 100%;
	height: auto;
}
#root .main #itemDetail .itemContent {
	position: relative;
	
	width: 100%;
	height: auto;
	overflow: visible;
	
	padding: 0px;
	margin-top: 24px;
}

#root .main .selected {
	border-width: 0px;
}

#root .main #itemView #itemLabel {
	left: 0px;
}
#root .main #itemDetail #itemPrice {
	top: -52px;
	right: 0px;
	bottom: auto;
}

#root #naviMain,
#root #search,
#root #naviSub,,
#root #naviDetail,
#root #foot {
	display: none;
}
