/*#right.saved-items {
    float: left;
    margin-left: 10px;
    width: 230px;
}*/

#right.saved-items #searchInput {
    background: #fcfcfc url("../images/find.png") no-repeat scroll right center;
    border: 1px solid #d7d6d7;
    border-radius: 5px;
    color: #5b5b5b;
    /*height: 20px;*/
    margin: 0 0 5px;
    overflow: auto;
    padding: 5px;
    width: 100%;
}


#right.saved-items #right_content p {
    float: left;
    margin-right: 5px;
    /*width: 183px;*/
}
#right.saved-items p {
    /*border-radius: 5px;
    color: #5b5b5b;*/
    cursor: pointer;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
}

#right.saved-items p:hover {
    /*background: none repeat scroll 0 0 #ffc021;
    color: #ffffff;
    font-weight: bold;*/
}

#right.saved-items #right_content {
    -moz-user-select: none;
/*    border: 1px solid #b5b5b5;
    border-radius: 5px;*/
/*    height: 300px;
    overflow: auto;*/
}

#right.saved-items .selected p {
	color : #ffc021;
	font-weight: bold;
}

#right.saved-items .selected p:hover {
	color: #ffffff;
}
#right.saved-items img {
	float:right;
}
#right.saved-items img.remove {
	cursor:pointer;
}