.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	/*font-size: 80%;*/
	margin: 0px;
	padding: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}

html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}

.bookmark_popup_text {
    text-decoration: none;
}

.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}

.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}

.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 5px;
	padding: 1px;
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact {
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 5px 2px 5px 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
    text-decoration: none;
}

.bookmark_list a:hover {
    text-decoration: none;
}

#displayText {
    text-decoration: underline;
	cursor: pointer;
    color:#666;
    display:inline;
    margin-left: 16px;
}

.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
    text-decoration: none;
}

.bookmark_list img {
	border: none;
}

.bookmark_list span.bookmark_icons {
    background: url(../../img/bookmarks.gif) no-repeat center;
    margin-right: 5px;
    position:absolute;
}

#basicBookmark {
    background: url("../../img/bookmarks_button.png") no-repeat 0 0;
    width:85px;
    height: 20px;
}

#basicBookmark:hover {
    background-position: 0 -20px;
}

.bookmark_popup li {
    width: auto;
    border: none;
    background: transparent;
}

#basicBookmark .bookmark_popup li {
    margin: 5px 5px;
}

.bookmark_popup ul {
    width: 245px; float: left; border: 1px solid #247; background: #ffffff;
}

#basicBookmark .bookmark_popup ul {
    width: 265px;
}

.bookmarks {
    background-image: url("../../img/car_description/bookmarks.png");
}

#basicBookmarkTop {
    float:left;
    margin: 3px 5px 0 0;
    background: url("../../img/bookmarks_button.png") no-repeat 0 0;
    width:85px;
    height: 20px;
    text-align:left;
}

#basicBookmarkTop:hover {
    background-position: 0 -20px;
}

#basicBookmarkTop .bookmark_list span.bookmark_icons {
    margin-top: 5px;
}
