/* -----------------------------------------------------------------------


Cinemon - TheatreLocation
http://cinemon.ca

Contains CSS styles for the TheatreLocation WordPress widget.

  * Copyright  2009-Present.
  * This is a compressed file.

----------------------------------------------------------------------- */

.TheatreLocation_Map h3
{
	text-shadow: none !important;
	color:#000 !important;
}

.TheatreLocation_Map p, .TheatreLocation_Map address
{
	color:#000 !important;
}

.TheatreLocation_Map address
{
	margin-bottom:0.4em;
	font-style: italic;
}

.TheatreLocation_Map img, .TheatreLocation_Map img:hover
{
	background:transparent !important;
}

.TheatreLocation_Options
{
	width:300px;
	margin-right:0;
}

#TheatreLocation_DirectionsForm {
	padding:10px;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
	border-top: 1px solid #333;
	margin-top: 1.5em;
	padding-top: 1.5em;
}


#TheatreLocation_DirectionsForm label {
	padding-right: 5px;
}

#TheatreLocation_DirectionsForm select {
	margin-right: 5px;
	padding: 5px;
	font-weight: bold;
	border: none;
}

#TheatreLocation_DirectionsForm input {
	padding: 5px;
	border: none;
	font-weight: bold;
	margin-right: 5px;
	width: 140px;
}

@media print {
 	#TheatreLocation_DirectionsForm
	{
		display:none;
	}
}


#TheatreLocation_Directions {
	padding:10px;
	width: 522px;
}

div.adp-list {
	background: #FFF7BF;
	border: none;
}

td.adp-listheader { font-weight: bold; }

td.adp-listsel {
	background: #FFEE7F;
}

span.adp-listinfo b {
	text-decoration: underline;
}

td.adp-listsel span.adp-listinfo b {
	text-decoration: none;
}

table.adp-placemark {
	border: none;
	background: #000;
	border-bottom: 3px solid #333;
	text-align: center;
}

#adp-placemark td { background: #333; }
#adp-placemark img { margin-left: 5px; }

td.adp-text { text-align: left; font-weight: bold; font-size: 110%; color: #fff; background: #000; }

table.adp-directions {
	color: #eee;
}

table.adp-directions tr { border-color: red; }

div.adp-summary {
	color: #fff;
	font-weight: bold;
}

td.adp-substep { border-color: #333; }

td.adp-substep b:hover { text-decoration: underline; color: #fff; }