/*-------------------------------------
[ Favorites ]
-------------------------------------*/

.favoriteWrapper {float:left; position:relative;}
.favoriteBuffer {position:relative;}

/* bookmark background */
.favoritexxlg {background:url(../images/bg_corners.png) 0px 0px no-repeat;}
.favoritexlg {background:url(../images/bg_corners.png) -510px 0px no-repeat;}
.favoritelg {background:url(../images/bg_corners.png) -890px 0px no-repeat;}
.favoritesm {background:url(../images/bg_corners.png) -1150px 0px no-repeat;}


.favorite {position:relative; color:#cccccc; text-align:left;}

.favorite .thumbWrapper {position:relative; padding-top:25px; padding-left:20px; margin-bottom:20px;}



.favorite .thumb {cursor:pointer; padding:0; margin:0;}

.favoritexxlg .thumb {padding-left:10px;}

.favorite .siteName {height:16px; font-weight:bold; overflow:hidden; line-height:16px; padding-left:10px;}
.favorite .siteUrl {height:16px; overflow:hidden; line-height:16px; padding-left:10px;}
.favorite .siteUrl a {display:block; color:#c6c6c6; line-height:20px; overflow:hidden;}
.favorite .siteUrl a:link,
.favorite .siteUrl a:visited,
.favorite .siteUrl a:hover,
.favorite .siteUrl a:active {height:16px; line-height:16px; overflow:hidden;}
.favorite .siteDate {height:16px; overflow:hidden; line-height:16px; padding-left:10px;}
.favorite .siteTags {height:16px; overflow:hidden; line-height:16px; padding-left:10px;}


.favoriteDeleted {padding:30px 0px 0px 40px; color:#fff;}

.favorite .btnsRight {position:absolute; top:22px; right:17px; width:25px; height:25px; background:url(../images/btn_bookmark_options.png) top left no-repeat; cursor:pointer;}
