#comp_box {
	position: fixed;
	_position: absolute;
	height: auto;
	width: 128px;
	background: #FFFEED;
	border: 1px solid #FFAE40;
	text-align: center;
	overflow: hidden;
	right: 20px;
	top: 40px;
	z-index: 100000;
	font: 12px SimSun;
}

#comp_box a {
	color: #0368A8;
	text-decoration: none;
}

#comp_box a:hover {
	color: #f30;
	text-decoration: underline;
}

#comp_box div {
	float: left;
}

#comp_box input {
	float: none;
}

#comp_box form {
	width: 100%;
}


#comp_top {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	background: #F0974F;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

#comp_top .top_l {
	padding-left: 5px;
}

#comp_top span {
	font-weight: normal;
}

#comp_top .close {
	float: right;
	width: 16px;
	height: 16px;
	margin: 5px;
	background: url(../images/hidden.gif);
	cursor: pointer;
}

#comp_top b {
	color: #FF9;
}

#comp_items {
	width: 128px;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}

#comp_items li {
	width: 100%;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #FFAE40;
	float: left;
}

#comp_items li.over {
	background: #FFFCBF;
}

#comp_items li p {
	margin: 10px auto 0;
	padding: 0;
	float: none;
	display: block;
}

#comp_items li .icon {
	position: absolute;
	right: 0;

	background: url(../images/del.gif);
	height: 16px;
	width: 16px;
	font-size: 0;
	line-height: 0;
	text-indent: -1000px;
	margin: 2px 2px 0 0;
	display: none;
	cursor: pointer;
}

#comp_items li p.img {
	width: 100%;
	text-align: center;
}

#comp_items li p.img img {
	width: 60px;
	height: 45px;
	border: 1px solid #B2CFE6;
	float: none;
}

#comp_items li p.title {
	margin: 5px 5px 2px;
	line-height: 15px;
	height: 100%;
}
#comp_btn_con {
	clear: both;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#comp_btn_con input {
	width: 80px;
	margin: 5px auto 0;
	display: block;
	font-size: 100%;
	cursor: pointer;
}
#comp_boot {
	width: 110px;
	padding: 0 9px 0;
	line-height: 30px;
}

#comRemAll {
	cursor: pointer;
	font-style: normal;
}
