/* column container */
.colmask
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

/* split columns */
.twocol
{
	background: #fff;
}

.twocol .colright
{
	float: left;
	width: 200%;
	position: relative;
	left: 244px;
	background: #fff;
}

.twocol .col1wrap
{
	float: right;
	width: 50%;
	position: relative;
	right: 244px;
}

.twocol .col1
{
	margin: 0 0 0 244px;
	position: relative;
	right: 100%;
	overflow: hidden;
	1border-left: 1px solid #999;
}

.twocol .col2
{
	float: left;
	width: 244px;
	position: relative;
	right: 244px;
}


/* customizations */
.col1 .padded
{
	margin: 20px 10px 0px 10px;
	position: relative;
	
}

.col2 .padded
{
	margin: 20px 20px 0px 20px;
}

#directions
{
	font: 9pt Arial;
	line-height: 20px;
}

#directions .header
{
	border-bottom: 1px solid #999;
}

#directions_buttons a
{
	display: block;
	margin: 0px 0px 12px 0px;
}

#directions .name h1
{
	font: 14pt Arial;
	font-weight: bold;
	color: #0078C9;
}

#directions .addr
{
	position: absolute;
	right: 20px;
	top: 0;
	font: 10pt Verdana;
	font-weight: bold;
}

#directions .maplink
{
	margin-top: 10px;
	width: 127px;
	height: 25px;
	background: url('/weblog/Templates/ferrari/images/button_getdirections.png') no-repeat;
}

#directions .maplink a
{
	display: block;
	width: 100%;
	height: 100%;
}

#directions .maplink a:hover
{
	background: transparent url('/weblog/Templates/ferrari/images/button_getdirections.png') 0 -25px no-repeat;
}

#directions .desc
{
	clear: both;
	padding-top: 10px;
}

#directions #map
{
	margin: 5px 0 20px 0;
}
