/* Layout hacks
---------------------------------------------------------------------------------------------------- */
.clearfix:after {   /* fixes FF (applies background color regardless of height of left content or sidebar) */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* Landing page
---------------------------------------------------------------------------------------------------- */
#desc {
	background: transparent url(/images/bg_box.gif) no-repeat left top;
	padding: 10px;
	margin: 10px 0 20px;
	width: 280px;
	height: 130px;
}

#desc p {
	margin: 0 0 5px;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
}

.download {
	text-align: center;
	margin: 25px 0 0 !important;
}
/*
a, a:visited {
	color: #028bda;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
*/
/* modmac elements
---------------------------------------------------------------------------------------------------- */
.dropdown {
	margin-bottom: 5px;
}

.dropdown,
.dropdownitem {
	width: 170px;
}

.dropdown .arrow {
	background: transparent url(/images/bg_dropdown_arrow.jpg) no-repeat right top;
	display: inline;
	float: left;
	width: 100%;
	padding-right: 19px;
	cursor: pointer;
}

.dropdown .list {
	background: transparent url(/images/bg_dropdown.jpg) no-repeat left top;
	height: 19px;
}

.dropdown .list p {
	margin: 0;
	padding: 0 0 0 10px;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 19px;
}

.dropdownitem {
	position: absolute;
	z-index: 20;
	border: 1px solid #427cd9;
}

.dropdownitem p {
	background: transparent url(/images/transparency.png) no-repeat left top;
	margin: 0;
	padding: 0;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.dropdownitem p.selected {
	background-image: url(/images/bg_selected.gif);
}
