#favorites_wrapper
{
	bottom: 0px;
	right: 50px;
	position: fixed;
	display: none;
	width: 480px;
	z-index: 9001;
}

#favorites_top
{
	height: 48px;
	width: 100%;
	clear:both;
}

#favorites_button
{
	float: right;
	height: 48px;
	background-color: #5F760C;
	overflow: auto;
	cursor: pointer;
}

#favorites_button_inner
{
	height: 28px;
	margin: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}

#favorites_bottom
{
	width: 100%;
	height: 400px;
	background-color: #5F760C;
	clear:both;
	overflow: hidden;
}

#favorites_bottom_message
{
	text-align: center;
	color: #888;
	font-size: 18px;
	margin-top: 40px;
	cursor: default;
}

#favorites_bottom_inner
{
	height: 380px;
	margin: 10px;
	background-color: #fff;
	overflow-y: scroll;
}

#favorites_bottom_inner form
{
	padding: 15px;
}

#favorites_bottom_inner button
{
	float: right;
}

#favorites_bottom_inner.loading
{
	background-image: url("https://s3.amazonaws.com/cdn.builderdesigns.com/favorites/images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

#favorites_bottom_footer
{
	background-color: #ccc;
	padding: 10px;
	margin: 10px;
	position: absolute;
	right: 20px;
	bottom: 0;
}

#favorites_left
{
	position: absolute;
	left: -48px;
	top: 58px;
	width: 48px;
}

.favorites-tab
{
	width: 48px;
	height: 48px;
	background-color: #435404;
	cursor: pointer;
	border-top: 1px solid #3a4903;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	position: relative;
}

.favorites-tab span
{
	display: block;
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-size: 8px;
}

.favorites-tab:hover
{
	background-color: #4d6007;
}

.favorites-tab:first-child
{
	border-top: 0px;
}

.favorites-tab.active
{
	width: 48px;
	height: 48px;
	background-color: #5F760C;
}

.favorites-tab.active:hover
{
	background-color: #5F760C;
}

.favorites-tab-community
{
	background-image: url("https://s3.amazonaws.com/cdn.builderdesigns.com/favorites/images/communities.png");
}

.favorites-tab-inventory
{
	background-image: url("https://s3.amazonaws.com/cdn.builderdesigns.com/favorites/images/inventory.png");
}

.favorites-tab-model
{
	background-image: url("https://s3.amazonaws.com/cdn.builderdesigns.com/favorites/images/models.png");
}

.favorites-tab-communitymodel
{
	background-image: url("https://s3.amazonaws.com/cdn.builderdesigns.com/favorites/images/models.png");
}

.fav-item
{
	clear: both;
	width: 100%;
	padding: 5%;
	padding-right: 0;
	border-top: 1px solid #bbb;
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
}

.fav-item:nth-child(2n)
{
	background-color: #eee;
}

.fav-item:first-child
{
	border-top: 0;
}

.fav-item-blank{
	height: 50px;
}

.fav-item-left
{
	width: 70%;
	float: left;
}

.fav-item-right
{
	width: 30%;
	float: left;
}

.fav-left-inner-img
{
	width: 30%;
	float: left;
}

.fav-left-details
{
	width: 70%;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

.fav-left-details-row
{
	clear: both;
}

.fav-left-details-row.strong
{
	font-weight: 700;
}

.fav-item-right li
{
	font-size: 10px;
	text-align: center;
	width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width: 767px) {
	#favorites_wrapper
	{
		width: 340px;
		right: 0px;
	}

	#favorites_wrapper .nav-pills li a
	{
		font-size: 10px;
	}
}
