﻿/****************************** Override core.css ******************************/
.ms-WPBody, .ms-WPBody th, .ms-WPBody td, .ms-WPBody h1, 
.ms-WPBody h2, .ms-WPBody h3, .ms-WPBody h4, .ms-WPBody h5, .ms-WPBody h6 {
	font-family: Helvetica, Arial, "Trebuchet MS", Sans-Serif;
  text-decoration: none;
	border-top: none;
	font-size:100%;
	font-weight: normal;
	text-transform: none;
}

div.ms-WPBody, .ms-WPBody table {width:98%;}

.ms-WPBody a:link, .ms-WPBody a:visited {
	text-decoration: none;
}

/****************************** OpticianStoreLocator class *************************/
.opticianStoreLocator {
	background-color: white;
}

.OpticianStoreSearchForm {
	width: 100%;
}

.OpticianStoreSearchForm .ButtonBox {
	vertical-align: middle;
}

.OpticianStoreSearchForm td {
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6e6e6e;
	font-size: 1em;
	font-family: Helvetica, Arial, "Trebuchet MS", Sans-Serif;
}

.OpticianStoreSearchForm input, .OpticianStoreSearchForm .ButtonBox input {
	margin-left: 8px;
	margin-right: 8px;
	text-align: left !important;
	color: #000000 !important;	
}

.OpticianStoreSearchFormAddressProperty, .OpticianStoreSearchFormZipProperty, .OpticianStoreSearchFormCityProperty {
	font-size: 1.1em;
	font-family: Helvetica, Arial, "Trebuchet MS", Sans-Serif;
	border: 1px solid #ededef;
	background: url(../images/divers/repeat_form.jpg) repeat-x top left;
}

.OpticianStoreSearchFormAddressProperty {
	width: 152px;
}

.OpticianStoreSearchFormZipProperty {
	width: 57px;
}

.OpticianStoreSearchFormCityProperty {
	width: 124px;
}

.OpticianStoreSearchFormSubmit {
	text-transform: uppercase;
	background-color: #0193c2;
	font-size: 1.2em;
	font-family: Helvetica, Arial, "Trebuchet MS", Sans-Serif;
	color: white;
	border-style: none;
	padding: 3px;
}

.OpticianLocatorStoreMap {
	height: 350px;
	margin: 10px 10px;
}

.OpticianLocatorStoreList {
	width: 90%;
	margin-left: 10px;
  border-collapse: separate;
	border-spacing: 10px;
	empty-cells: show;
}

.OpticianLocatorStoreListCaption {
	color: #4DB3D6;
	font-family: Helvetica, Arial, "Trebuchet MS", Sans-Serif;
	font-size: 1.9em;
	padding: 10px 15px;
	text-align: left;
}

.OpticianLocatorStoreList th {
	color: #6E6E6E;
	font-family: Helvetica, Arial, "Trebuchet MS", Sans-Serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 3px;
}

.OpticianLocatorStoreList td {
	color: #02407C;
	font-family: Helvetica, Arial, "Trebuchet MS", Sans-Serif;
	font-size: 1.1em;
	padding-bottom: 7px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted Gray;
}

.OpticianLocatorStoreList a {
	font-weight: bold;
  color: #4DB3D6;
}

.OpticianLocatorStoreMapOptions {
	background-color: #e5ecf9;
	padding-left: 1px;
	border: 1px #97acd4 solid;
	width: 210px;
	position: absolute;
	right: 30px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.OpticianLocatorStoreMapOptions ul {
	list-style-type: none;
}

.OpticianStoreSearchFormButton div {
	position: relative;
	float: right;
	width: 16px;
	height: 16px;
	right: 15px;
	top: 3px;
}

/****************************** ButtonBox *************************/
.ButtonBox {
	border-collapse: collapse;
	display: inline;
	vertical-align: middle;
}

.ButtonCheckBoxes
{
    border-collapse: collapse;
	display: inline;
	vertical-align: middle;
	
}

.ButtonBox, .ButtonBox a, .ButtonBox a:hover {
	color: #000000 !important;
	display: inline;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	empty-cells: show;
}

.ButtonBox input {
	color: #000000 !important;
	display: inline;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	empty-cells: show;
  text-transform: uppercase;
}
.ButtonCheckBoxes input {
	color: #000000 !important;
	display: inline;
	font-size: 1.0em;
	text-align: left;
	text-decoration: none;
	empty-cells: show;
  text-transform: none;
}

.ButtonBox td {
  font-weight:bold;
}

.ButtonBox a, .ButtonBox a:hover {
	cursor: pointer !important;
	font-weight:normal;
  text-transform: uppercase;
  font-size:0.9em;
}

.ButtonPanLeft, .ButtonPanRight, .ButtonPanMiddle, td.ButtonPanLeft, td.ButtonPanRight, td.ButtonPanMiddle {
	height: 26px;
	margin: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.ButtonPanLeft {
	background-image: url(../images/divers/BLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 7px !important;
}

.ButtonPanRight {
	background-image: url(../images/divers/BRight.gif);
	background-repeat: no-repeat;
	width: 7px !important;
}

.ButtonPanMiddle {
	background-image: url(../images/divers/BMiddle.gif);
}

#MapAndResultsPanel {font-size:1.1em;}