/* ============================================== links */

/* ============================================== icon labels */
.clusterlabel {
text-align: center;
font-size: 11px;
color: #FFFFFF;
width: 40px;
margin-left: -19px;
padding-bottom: 2px;
}

/* ==============================================  container definitions */
#StoresContainer h1{
font-size:20px;
font-weight:bold;
margin-top:0px;
margin-bottom:8px;
}
#StoresSearch {
width: 100%; 
border: none;
background-color: #0a98cc;
width:100%;
}
#StoresMap {
width: 100%; 
height: 388px; 
margin: 10px 0px;
border: 1px solid #333333;
}
#StoresLegend {
width: 100%; 
height: 24px;
margin: 0 0 10px 0;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
background-repeat: none;
}

#StoresResults {
width: 100%; 
max-height: 414px; 
overflow: auto;
border: 1px solid #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
color:#000000;
}
#StoresResultsSearch {

}
#StoresResultsDirections {

}
/* ============================================== Search Form */
#StoresSearchForm {
margin:10px;
}
#StoresSearchForm label {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
color: #48494c;
}
#StoresSearchForm input{
margin:13px 5px;
}

input#SEARCH{
border-color:#A3A3A3 #D1D1D1 #D1D1D1 #B7B7B7;
border-style:solid;
border-width:1px;
color:#2A2A2F;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
padding:4px;
}
select{
border-color:#A3A3A3 #D1D1D1 #D1D1D1 #B7B7B7;
border-style:solid;
border-width:1px;
color:#2A2A2F;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
padding:3px;
}
/* ============================================== Search Results*/
#ResultsTitle {
	background-color: #0a98cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 8px;
}
#ResultsLabels {
	clear: both;
	height: 25px;
	width: 100%;;
	line-height: 22px;
	
	font-weight:bold;
}
#ResultsLabelsLeft {
	float:left;
	padding: 0px 0px 0px 5px;
	
}
#ResultsLabelsRight {
	float:right;
	margin-right:5px;
}

.Result_Row_1{
	float:left;
	background-color: #ededed!important;
	width:100%;
}
.Result_Row_2{
	float:left;
	background-color: #ffffff!important;
	width:100%;
}
.Result_Icon_7, .Result_Icon_8{
	background: url(http://www.oceanminded.com/stores/images/OM/icons/S_Green.png) no-repeat;
	float: left;
	width: 18px;
	height: 25px;
}
.Result_Icon_9{
	background: url(http://www.oceanminded.com/stores/images/OM/icons/S_Orange.png) no-repeat;
	float: left;
	width: 18px;
	height: 25px;
}
.Result_Icon_10, .Result_Icon_11{
	background: url(http://www.oceanminded.com/stores/images/OM/icons/S_Red.png) no-repeat;
	float: left;
	width: 18px;
	height: 25px;
}
*html .Result_Icon_7{
	background: url(http://www.oceanminded.com/stores/images/OM/icons/S_Green.png) no-repeat;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.oceanminded.com/stores/images/OM/icons/S_Green.png', sizingMethod='fixed');
	float: left;
	width: 18px;
	height: 25px;
}
*html .Result_Icon_8{
	background: url(http://www.oceanminded.com/stores/images/OM/icons/S_Green.png) no-repeat;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.oceanminded.com/stores/images/OM/icons/S_Green.png', sizingMethod='fixed');
	float: left;
	width: 18px;
	height: 25px;
}
*html .Result_Icon_9{
	background: url(http://www.oceanminded.com/stores/images/OM/icons/S_Orange.png) no-repeat;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.oceanminded.com/stores/images/OM/icons/S_Orange.png', sizingMethod='fixed');
	float: left;
	width: 18px;
	height: 25px;
}
*html .Result_Icon_10{
	background: url(http://www.oceanminded.com/stores/images/OM/icons/S_Red.png) no-repeat;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.oceanminded.com/stores/images/OM/icons/S_Red.png', sizingMethod='fixed');
	float: left;
	width: 18px;
	height: 25px;
}
*html .Result_Icon_11{
	background: url(http://www.oceanminded.com/stores/images/OM/icons/S_Red.png) no-repeat;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.oceanminded.com/stores/images/OM/icons/S_Red.png', sizingMethod='fixed');
	float: left;
	width: 18px;
	height: 25px;
}
.Result_InfoBlock{
	float: left;
	width: 228px;
	margin: 0px 5px 0px 5px;
}
.Result_Storename{
}
.Result_Address{
}
.Result_Phone{
	font-weight: bold;
}
.Result_Distance{
	float:right;
	margin-right:5px;
}
/*table#ResultListTable {
width: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
border-collapse: collapse; 
}
table#ResultListTable tr{
background-color: #cbf3fd;
}
table#ResultListTable th{
background-color: #e6e7e9;
text-align: left;
font-weight: normal;
padding: 5px;
}
table#ResultListTable td{
vertical-align: top;
padding: 5px;
}
td.Result_Storename{
background-color: #fff;
font-weight: bold;
}
td.Result_Address{ 
padding-left: 20px!important;
vertical-align: top;
}
td.Result_Phone{
font-weight: bold;
}
td.Result_Distance{
padding-left: 20px!important;
vertical-align: top;
font-style:italic;
}
*/

