#stores-table-content{
    background: url("../img/tabletop.png") no-repeat scroll center top transparent;
}

#stores-table {
	width: 100%;
	border-collapse: collapse;
	display: none;
}

#stores-table tr td {
	height: 95px;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding: 0.8em 12px;
}

#stores-table tr th, #stores-table tr td {
    color: #676767;
    font-size: 13px;
    font-weight: normal;
    padding-left: 12px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
	height: 24px;
    text-align: left;
    white-space: nowrap;
}

#stores-table tr.node {
	background: none repeat scroll 0 0 #FFFFFF;
}

#stores-table tr td.num {
	font-size: 16px;
}

#stores-table tr td.distance, #stores-table tr td.num {
	text-align: center;
}

#stores-table tr th {
	text-align: center;
	height: 37px;
	line-height: 37px;
}

div.store-small {
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
	margin-bottom: 10px;
}

#map {
	width: 556px;
	height: 375px;
	margin: 15px auto;
	float: left;
}

#locationSelect {
    background: url("../img/account_input_big_bg.png") no-repeat scroll left top transparent;
	width: 266px;
	visibility: hidden;
	padding: 0;
	margin: 10px 0;
}

#stores_loader {
	margin-left: 5px;
	display: none;
}

#store_hours {
	font-weight: bold;
	text-decoration: underline;
	width: 80px; 
	height: 15px;
	display: block;
}

#addressInput {
    background: url("../img/account_input_big_bg.png") no-repeat scroll left top transparent;
    width: 169px;
    margin: 10px 0;
	padding: 0 5px;
	height: 24px;
    min-height: 24px;
    width: 266px;
}

#radiusSelect{
    background: url("../img/account_input_small_bg.png") no-repeat scroll left top transparent;
    width: 169px;
	height: 24px;
    min-height: 24px;
    width: 70px;
}

.stores_normal_text{
	font-size: 14px;
	font-weight: normal;
}

.search_stores{
	background: url("../img/g-button.png") repeat-x scroll left top transparent;
	color: #FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    margin: 0 auto;
    padding: 0 15px;
	height: 27px;
	min-height: 27px;
}
