
/* ------------------------------- favorite */

div#favorite {
	position:fixed;
	bottom:0;
	right:0px;
}

div#favorite-line {
	position:absolute;
	bottom:0;
	right:165px;
	height:210px;
	width:1px;
	/*background-color:#f60;*/
	background-color:#cf0;
}

div#favorite-circle {
	position:absolute;
	bottom:200px;
	right:151px;
}

div#my-favorite {
	position:absolute;
	bottom:205px;
	right:85px;
}

div#favorite-content {
	position:absolute;
	bottom:175px;
	right:45px;
	width:100px;
	padding:5px;
	text-align:center;
	color:#ccc;
}

div#favorite-content a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

div#favorite-full-line {
	position:absolute;
	top:100px;
	right:0;
	left:210px;
	height:1px;
	background-color:#cf0;
}

div#favorite-full-circle {
	position:absolute;
	top:100px;
	left:201px;
}

div#favorite-full-my-favorite {
	position:absolute;
	top:87px;
	left:230px;
}

div#favorite-view input.quantity {
	width:15px;
	text-align:right;
	/*border:1px solid #f60;*/
}

div#favorite-view td.qty span.ok {
	display:none;
}

div#favorite-view td.qty {
	padding-left:5px;
	text-align:right;
	padding-top:2px;
//	padding-top:0px;
}

div#favorite-view td.qty span.ok {
	display:none;
	padding-left:5px;
//	padding-top:2px;
	float:right;
	cursor:pointer;
}

div#favorite-view td.qty span.qty {
	float:left;
}

div#favorite-view td.ht {
	text-align:right;
	font-weight:bold;
	padding-left:20px;
}

div#favorite-view td.ttc {
	text-align:right;
	color:#999;
	padding-left:20px;
}

div#favorite-view td {
	padding:4px 10px;
}

div#favorite-view tr.headline td {
	font-weight:bold;
	color:#f60;
	/*padding-left:20px;*/
	padding-top:20px;
	border-bottom:1px solid #556;
}

div#favorite-view tr.headline td.center {
	text-align:center;
}

div#favorite-view tr.headline td.right {
	text-align:right;
	padding-right:15px;
}


