/* 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 */


/* modmac elements
---------------------------------------------------------------------------------------------------- */
.dropdown {
	margin-bottom: 5px;
}

.dropdown,
.dropdownitem {
	width: 300px;
}

#country .dropdown, #country .dropdownitem  {
	width: 160px;
}


.dropdown .arrow {
	background: transparent url(/images/mac/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/mac/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: 992;
	border: 1px solid #427cd9;
}

.dropdownitem p {
	/*background: transparent url(/images/mac/transparency.png) no-repeat left top;*/
	
	margin: 0; background-color:#FFFFFF;
	padding: 0;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.dropdownitem p.selected {
	background-image: url(/images/mac/bg_selected.gif);
}
