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

.left {
	float:left;
}

.right {
	float:right;
}

#items {
	position:relative;
	overflow:hidden;
	width:890px;
	margin:0 auto;
}

#items a img {
	border:1px #FFF solid;
	padding:0;	vertical-align:top;
}

#items div {
	overflow:hidden;
}

#items div.both {
	position:absolute;
	top:23px;
	left:0;
	width:890px;
	z-index:0;
	margin:0;
	padding:0;
}


#items div.ranka {
	float:left;
	position:relative;
	z-index:10;
}

#items div.sheryl {
	float:right;
	z-index:10;
	position:relative;
}

#items ul {
	list-style:none;
	width:300px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#items div ul li {
	float:left;
	padding-bottom:10px;
}

#items div ul li a {
	margin:0;
	padding:0;
	display:block;
}

#items div.ranka ul li {
	padding-right:10px;
}

#items div.sheryl ul li {
	padding-left:10px
}

#items ul li.li04 {
	padding-left:50px !important;
}

#items ul li.li09{
	padding-left:60px !important;
}

#itemdetails {
	overflow:hidden;
	margin:30px auto 0;
	width:700px;
}

#itemdetails .box {
	width:300px;
	border:#CCCCCC 1px solid;
	overflow:hidden;
	padding:15px;
	background-color:#FFFFFF;
}

#itemdetails .box img {
	float:left;
}

#itemdetails .box a img {
	border:0;
}

#itemdetails .box p {
	text-align:left;
	margin:10px 0 0 115px;
}