

/*==== Store Locations ====*/

img#storeMap {
	float: left;
	display: inline;
	margin-right: 40px;
}

div#locationList {
	width: 520px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

div#locationList address {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 145%;
}

div#locationList a,
div#locationList big,
div#locationList small,
div#locationList span.phone {
	display: block;
}

div#locationList a {
	color: #666;
}
div#locationList a:hover {
	text-decoration: none;
}

div#locationList big {
	color: #98258E;
	font-size: 18px;
/*	font-weight: normal;*/
	line-height: 100%;
}

div#locationList big:hover  {
	color: #357C97;
	text-decoration: underline;
}

div#locationList a small {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	line-height: 125%;
	padding: 3px 0;
}

div#locationList a span.phone {
	background: url(/images/layout/phone_icon.gif) no-repeat left center;
	padding-left: 10px;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

/*==== Store Details ====*/

#col_left {
	float: left;
	display: inline;
	width: 570px;
	margin: 0 10px 0 0;
}
#col_right {
	float: left;
	display: inline;
	width: 378px;
	background: #F3F3F3;
	border: 1px solid #eaeaea;
	border-top: 2px solid #eaeaea;
	padding: 9px 0 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #222;
	
	min-height: 450px;
	_height: 450px;
	
	*float: none;
	*display: inline-block;
	_float: left;
	_display: inline;
}


.store_info {
	width: 180px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 145%;
	color: #666;
}
.store_info h4 {
	color: #333;
	margin-top: 16px;
}

#col_left h2 {
	margin: 0 0 14px 0;
}

#col_left p {
	font-size: 12px;
	line-height: 145%;
	margin: 0 0 16px;
}

#location_map {
	height: 275px;
	margin: 6px 0 0 0;
	background: #eee;
	border: 1px solid #e5e5e5;
}
#location_map p.map_marker_text {
	color: #444;
	font-size: 10px !important;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 10px;
}



/*==== Rt. Column - Shared Styles btwn Store Locations and News pgs ====*/

#col_right div.container {
	position: relative;
	margin: 0 6px 10px 6px;
	padding: 16px 16px;
}
#col_right div.container form {
	position: absolute;
	top: 18px;
	right: 16px;
}
#col_right div.containerWhite {
	background: url(/images/about/strores_rt_panel_bg.jpg) no-repeat left top;
	padding: 16px 16px 0 16px !important;
}
#col_right div.containerWhite div.cap_bottom {
	background: url(/images/about/strores_rt_panel_bg.jpg) no-repeat left bottom;
	height: 16px;
	margin: 0 -16px -16px -16px;
}

#col_right div.photos,
#col_right div.no-photos,
#col_right div.video {
	padding: 0;
	margin: 0 9px 10px 9px;
	width: ;
	height: 290px;
	background: #444;
}


ul#eventsList,
ul.eventsList {
	margin: 4px 0 10px 0;
	padding: 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
ul#eventsList li,
ul.eventsList li {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	color: #999;
}
ul#eventsList em,
ul.eventsList em {
	
}
ul#eventsList strong,
ul.eventsList strong {
	display: block;
	color: #222;
}
h3 {
	font-weight: normal;
	font-size: 22px;
	line-height: 125%;
	margin: 0;
}
#col_right a.more {
	font-family: Serif1, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 100%;
	color: #731867;
}

/*==custom selects==*/
dl.dropdown {
float:none !important;
display: inline-block !important;
width:140px !important;

*display: inline !important;
zoom: 1;
}
dl.dropdown div.options {
width:112px !important;
font-weight: bold !important;
}


#eventsContent 
{
	z-index: 1;
}
