/* 
CSS from html5boilerplate.com
Contains a reset, font normalization and some base styles.
Credits has been removed for brevity - please download the original from the address above for credits and links to more info!
*/

#store-main-div {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	width: 785px;
	margin: 15px;
}
#store-main-div .store-sub-div {
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	
}
h1 {
	font-size: 35px;
}
#store-search-again {
	width: 450px;
	height: 180px;
	border: 1px solid #D0D0D0;
	border-radius: 10px;
}
#store-search-again .store-search-again-margin-div {
	margin: 15px;
}
#store-search-again .store-search-again-margin-div h2 {
	font-size: 24px;
	color: #ed1c24;
	margin-bottom: 0;
}
.siTag {
	margin-top: 0;
}
.main-content-first-store {
	padding: 0;
	margin: 0 0 10px 0;
}
.main-content-header {
	position: relative;
	height: 25px;
	border-bottom: 1px solid #cecece;
}
.main-content-header h2 {
	float: left;
	color: #666;
	font-size: 15px;
	width: 80%;
}
.main-content-header a {
	float: right;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.main-content-header a:link {
	-webkit-tap-highlight-color: #ed1c24;
}
.main-content-header a, .main-content-header a:hover, .main-content-header a:visited {
	color: #ed1c24;
}
#storesNear {
	width: 240px;
	float: left;
}
#storesNear h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 20px;
}
#storesNear h4 {
	margin: 0 0 5px;
	color: #000;
	line-height: 1em;
	font-size: 1.0em;
}
#map_store {
	width: 430px;
	float: right;
	margin-top: 20px;
}
#theStoreList {
	clear: both;
	padding-top: 15px;
}
.main-content-container {
	padding-left: 0;
	clear: both;
}
.main-content-container .bottom-border {
	width: 100%;
	border-bottom: 1px solid #cecece;
	margin-top: 10px;
}
.main-content-container h2 {
	flaot: left;
	color: #666;
	font-size: 15px;
}
.main-content-container h3 {
	font-size: 17px;
	margin-top: 5px;
	color: #ED1C24;
}
.main-content-container .store-detail {
	width: 50%;
	float: left;
}
.main-content-container .opening-detail {
	width: 45%;
	float: right;
}
.main-content-container .opening-detail h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 15px;
	color: #4d4d4d;
}
.no-found {
	position: relative;
	height: 25px;
	border-top: 1px solid #cecece;
	padding-top: 2px;
}
.store-border {
	width: 100%;
	border-bottom: 1px solid #cecece;
}
#middile-box-main {
	height: 275px;
	border-bottom: 1px solid #cecece;
}
#middile-box {
	width: 300px;
	float: left;
}
#left-side {
	width: 390px;
	float: left;
}
#right-side {
	width: 510px;
	float: right;
}
#product_detail ul {
	list-style-type: disc;
}
address {
	font-style: normal;
	font-weight: bolder;
}
#map_store {
	width: 100%;
	max-width: 430px;
	min-height: 425px;
	position: relative;
	background-color: rgb(229, 227, 223);
	overflow: hidden;
	-webkit-transform: translateZ(0px);
}
#map_store_single {
	width: 100%;
	min-height: 240px;
	position: relative;
	background-color: rgb(229, 227, 223);
	-webkit-transform: translateZ(0px);
}
.map_window {
	width: 200px;
	height: auto;
}
.map_window strong {
	font-size: 12px;
}
.map_window p {
	font-size: 11px;
}

.store-product-detail {
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.store-product-detail h6{
	margin:0; padding:0;color:#ed1c24;margin-bottom:10px;font-size:18px;
}
.store-product-detail ul{
	margin-left:20px;
	list-style: disc outside;
}
.store-product-detail li{
	list-style: url('../images/bullet-red.png');
}
.store-health-specialist {
	padding-top:10px;
	padding-bottom:10px;
}
.store-health-specialist h6{
	margin:0;
	padding:0;
	color:#ed1c24;
	margin-bottom:10px;
	font-size:20px;
}
.store-health-specialist .health-specialist{
	margin-top:10px;
}
.store-health-specialist .health-specialist .sp-img{	
	width:100px; float:left;
}
.store-health-specialist .health-specialist .sp-detail{
	float:left; margin:15px; margin-top:50px;
}
.store-main-header h1 {
	font-size: 35px;
	color: #ed1c24;
	margin: 0;
}


.user-search-input{font-weight:bolder !important;}