@charset "UTF-8";
/* CSS Document */
.big_border {
	padding: 0px;
}
.showroom_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	color: #AF3900;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: .5em;
	margin: 0px;
	padding: 0px;
}
.image_link_border {
	border: 2px solid #EEE;
	padding: 2px;
	font-weight: bold;
	color: #7E2B00;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFF;
}
.image_link_border:hover {
	border-top-color: #4183C8;
	border-right-color: #4183C8;
	border-bottom-color: #4183C8;
	border-left-color: #4183C8;
}
.mover {
	font-size: 10px;
	line-height: 22px;
	text-align: center;

}
.image {
	position:relative;
	float:left; /* optional */
}
#image_text {
	background-image: url(images/white_80per.png);
	color: #333;
}
#main_info {
	display: block;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	height: 26px;
	width: 30px;
	position: absolute;
	top: 20%;
	right: 0px;
}
#main_info .title {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
#main_info .text {
	font-size: 12px;
}

