/*
Print Master
Author:   shenouda
Created:  7/27/2009 2:40:23 PM
*/

page 
{	
	height: 100%;
}

body 
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background: white;
	font-size: 10pt;
	padding: 1em 20px;
	height: 100%;
}

h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 115%; }
h5 { font-size: 105%; }
h6 { font-size: 90%; font-weight: bold; margin-bottom: 3px; }
p, label, legend, ol, table, input { font-size: 90%; }
td { padding: 0.25em; }
strong { font-weight: bold; }
ol { list-style-type: decimal; margin-left: 1.75em; }

a:link, a:visited 
{
	color: #000;
	background: transparent;
	text-decoration: underline;
}


#page 
{
	position: relative;
	height: 100%;
}

#content 
{
	position: relative;
	padding: 1em 0 0.5em 0;
}

#search
{
	display: none;
}

#bpHeader
{
	display: none;
}


#Storeid
{
	display: none;
}

#sidebar
{
	float: none;
	position: absolute;
	left: 0;
	top: 450px;
    width: 100%;
    overflow: hidden;
}

#poi  
{
	list-style-type: decimal;
}



#poi li { border-bottom: 1px solid #009900; border-left: 1px solid #009900; border-right: 1px solid #009900; padding: 5px 0px 5px 30px; border-collapse: collapse; margin: 0 0 0 0; position: relative; cursor: pointer; font-size: 11px; font-weight: normal; }


#poi li img.drivingLink 
{
	display: none;
}

#drivingDirections table 
{
	width: 100%;
}

#drivingDirections h5
{
	margin: 0.5em 0;
}

#drivingDirections tr
{
	border-bottom: 1px dotted #ccc;
}

#drivingDirections tr.segmentTotal 
{
	border-bottom: none;
}

#drivingDirections tr.segmentTotal  td
{
	text-align: right;
}


#map
{
	float: none;
    height: 400px;
    width: 860px; /* 2px border! */
    font-size: 90%;
    margin: 10px auto;
}

#drivingDirections .back 
{
	display: none;
}

#footer 
{
	clear: both;
	padding: 1em 0 0 0;
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 10pt;
}

#footer p
{
	text-align: center;
	font-size: 75%;
}

* html #footer { position: absolute; }

#header
{
    display:none;
}


