@charset "utf-8";
/* CSS Document */

.dombox {
	border-style: solid;
	border-width: 0px;
	border-color: #CCCCCC;
	width: 100%;
	height: 650px;
}
.storelist_title {
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #CCCCCC;	
	height: 40px;		
}
.storelist_dom{
	width: 25%;	
	float: left;
}
.storelist_list{
	overflow-y : yes;
	overflow-y : auto;
	height: 570px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #F5F5F5;
}
.storelist_row{
	height: 118px;
	margin: 7px;
	background-color: #FFFFFF;
	padding: 12px;
	font-family:  'trebuchet MS', 'Lucida sans' ,"Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
	cursor:pointer;
	border: solid;
	border-width: 1px;
	border-color:rgba(255,255,255,0);
	
	
}
.storelist_row:hover{
	border-color: #db2f27;
	border-style: solid;
	border-width: 1px;
	padding: 12px;
	
}
.storelist_title_line{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 15px;
	padding-left: 15px;
}
.storelist_row_storename{
	color: #db2f27;
	font-weight:bold;
	margin-bottom: 5px;
	font-size: 16px;
	
}
.storelist_row_address{
	font-size: 12px;
	color: #CCCCCC;	
}
.storelist_title_word{
	font-size: 14px;
	font-family:  'trebuchet MS', 'Lucida sans' ,"Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #db2f27;
	cursor:default;

}
.map_dom{
	height: 645px;
	width: 75%;
	float: left;

}
.storelist_title_select{
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #CCCCCC;	
	height: 35px;
}
.storelist_alert_row{
	height: 80px;
	text-align: center;
	font-size: 14px;
	font-family:  'trebuchet MS', 'Lucida sans' ,"Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;	
	color: #db2f27;
	font-weight: lighter;
	padding-top: 33px;
	cursor:default;
}
#disselect{
	height: 35px;
	border-style: none none none none;
	border-width: 0px;
	
	
}
#map{
	height: 645px;
	width: 100%;
	background-color: grey;
}
