/* CSS Document */

/* body,html {
	scrollbar-arrow-color: white;
	scrollbar-base-color: #0071b6;
	scrollbar-dark-shadow-color: #0071b6;
	scrollbar-3dlight-color:white;
	scrollbar-face-color: #b0c4de;
	scrollbar-highlight-color: #0071b6;
	scrollbar-shadow-color: #0071b6;
	scrollbar-darkshadow-color: #0071b6;
} */
body {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	background-color:#1DBACB;
	padding:15px;
	margin:0;
	text-align:center;
}
p {
	padding:0;
	margin:0;
	margin-bottom:0.5em;
	font-size:120%;
}
.container {
width:90%;
margin:0 auto;
text-align:left;
}
.maindiv {
	float:left;
	text-align:left;
	position:relative;
	font-size: 9px;
	color: #999;
	background:#fff;
	width:auto;
}
.maindiv:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
h1, h2 {
	width:auto;
	font-size:180%;
	font-weight:normal;
	text-transform:uppercase;
	white-space:nowrap;
	padding:0;
	margin:0;
	padding-top:15px;
	margin-left:15px;
}
h2 {
	clear:both;
	font-size:140%;
	text-transform:lowercase;
	margin-bottom:15px;
}
.item {
	display:block;
	float:left;
	position:relative;
	color:#999;
	width:320px;
	height:160px;
	border:1px solid #fff;
	border:1px solid #999;
	margin:10px;
}
.item .mirror {
	text-align:center;
	display:block;
	float:left;
	width:160px;
}
.item h1 {
	display:block;
	background:#fff;
	position:absolute;
	top:-10px;
	left:160px;
	padding:0 5px;
	clear:none;
	white-space:nowrap;
	width:auto;
	text-align:center;
}
.item .about {
	text-align:left;
	display:block;
	float:left;
	width:150px;
	padding:5px;
	padding-top:20px;
}
.dimensions {
position:absolute;
bottom:0;
right:0;
width:42px !important;
height:42px !important;
padding:3px;
color:#fff;
background-color:#999;
line-height:115%;
overflow:hidden;
width /**/:48px;
height /**/:48px;
}
.lights {
position:absolute;
bottom:8px;
right:55px;
width:110px;
height:auto;
font-size:120%;
line-height:115%;
text-align:right;
}
.middle {
	vertical-align:middle;
}
.right {
	text-align:right;
}
