
#favorites-menu
{
	font-family: Arial;
	top: 7.5vh;
}
#favorites-menu-buttons
{
	z-index: 5;
	width: 11vw;
	left: 0.2vw;
	position: absolute;
	background: rgb(243, 243, 243);
	font-weight: bold;
}
.favorite-menu-button
{
	font-size: 1.4vmin;
	font-weight: bold;
	cursor: pointer;
}
#btn-add-to-favorites
{

}
#btn-show-favorites
{

}
#btn-update-favorite
{

}
#favorites-list-container, #compare-list-container
{
	font-family: Arial;
	z-index: 5;
	position: absolute; 
	display: none;
	left: 11.2vw;

	height: auto;
	background: rgb(243, 243, 243);
}
.favorites-element-height
{
	height: 90px;
}
.favorites-list
{
	height: 400px;
	width: 360px;
	overflow-y: auto;
}
.favorite-door-element
{
	padding-top: 10px;
	width: auto;
	border-top: 1px solid gray;
	margin: 0px 10px;
}
.favorite-door-element-desc
{
	width: 40%;
}
.favorite-door-element-desc-value
{
	width: 60%;
}
.favorite-door-element table
{
	float: left;
	width: 200px;
}
.favorites-title
{
	font-weight: bold;
}
.favorites-list-first-item
{
	border: medium none;
	margin-top: 0;
}
.favorite-door-preview-container
{
	width: 89px;
	float: left;
	text-align: center;
	background-repeat: no-repeat;

}
.favorite-door-preview
{
	width: 41px;
	height: 81px;
	background-origin: content-box;
	background-size: 100%;
	float: left;
}
.favorites-door-sp-preview
{
	width: 24px;
	height: 81px;
	background-origin: content-box;
	background-size: 100%;
	float: left;
}
.favorite-door-remove
{
	float: left;
}
.favorite-door-remove img
{
	top: 0px;
	right: 0;
	width: 28px;
	height: 28px;
	margin-top: -7px;
	cursor: pointer;
}
.favorites-list-bottom-button
{
	width: 50%;
	display: block;
	float: left;
	margin: 10px 0px;
	text-align: center;
}
.favorites-list-buttons
{
	width: 100%;
}
.compare-list-attributes 
{
	float: left;
	padding-left: 10px;
}
.compare-list-attributes tr td, .compare-list-element tr td
{
	padding-top: 10px;
}
.compare-list-element tr td
{
	text-align: center;
}
.compare-list
{
	float: left;
	overflow-x: auto;
	overflow-y: hidden;
/*
	//max-width: 570px;*/
	white-space:nowrap;
	float: left;
	max-width: 600px;
}
.compare-list ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.compare-list ul li
{
	display:inline-block;
}
.compare-list-element
{
	margin-right: 10px;
	float: left;
	display: block;
}
.compare-element-height
{
	height: 150px;
}
.compare-door-preview
{
	background-origin: content-box;
	background-size: 100% auto;
	float: left;
	height: 150px;
	width: 76px;
}
.compare-door-sp-preview
{
	background-origin: content-box;
	background-size: 100% auto;
	float: left;
	height: 151px;
	width: 45px;
}
#compare-list-print-button
{
	text-align: center; 
	padding: 10px 0px;
}
