﻿.AddressSearchInput
{
    width:49px;
	height:24px;
	border:none;
	background:url(/Includes/images/searchIcon.jpg) no-repeat;
	cursor:pointer;
	color:#b22923;
	padding-bottom:3px;
	*+padding-bottom:0px;
}
.market_search
{
    width: 750px;
    border-bottom: 1px solid #b0b0b0;
    height: 36px;
    float: left;
 }
.searchleft
{
   float: left;
   width: 290px;
   line-height: 20px;
   height: 20px;
   color: #515050;
   font-size: 14px;
}
.searchright
{
   float: left;
   width: 290px;
}
        
/*#scrollbar1
{
   width: 320px;
   height: 420px;
   clear: both;
   overflow:hidden;
   float:left;
}
#scrollbar1 .viewport
{
   margin-top:10px;
   width: 300px;
   height: 400px;
   overflow: hidden;
   float:left;
   position: relative;
}
#scrollbar1 .overview
{
   list-style: none;
   position: absolute;
   left: 0;
   top: 0;
}
#scrollbar1 .thumb
{
   background: transparent url(/Includes/images/scrollbar_bg.png) no-repeat;
}
#scrollbar1 .scrollbar
{
   position: relative;
   background-position: 0 0;
   float: right;
   width: 9px;
}
#scrollbar1 .track
{
   background: transparent url(/Includes/images/scrollbar_bg.png) no-repeat;
   height: 100%;
   width: 9px;
   position: relative;
}
#scrollbar1 .thumb
{
   background-position: 100% 100%;
   height: 20px;
   width: 9px;
   cursor: pointer;
   overflow: hidden;
   position: absolute;
   top: 0;
}
.scrollbar .top
{
    background: transparent url(/Includes/images/arrow_top.png) no-repeat 0 0;
    _background: transparent url(/Includes/images/arrow_top.gif) no-repeat 0 0;
    height: 10px;
    width: 9px;
    margin-bottom:2px;
}
.scrollbar .end
{
    background: transparent url(/Includes/images/arrow_down.png) no-repeat 0 0;
    _background: transparent url(/Includes/images/arrow_top.gif) no-repeat 0 0;
    height: 10px;
    width: 9px;
}
#scrollbar1 .disable
{
    display: none;
}*/

.network_box
{
    width:240px; 
    float:left; 
    padding:0px 40px 10px 20px;
}
.networkList_box
{
    width:240px; 
    float:left; 
    border-bottom:1px solid #d0d0d0; 
    padding:10px 0px;
}
.networkList_num
{
    width:17px; 
    height:17px; 
    float:left; 
    background-color:#b22923; 
    color:#fff; 
    text-align:center;
}
.networkList_right
{
    width:213px; 
    float:right;
}
.networkList_right_companyName
{
    width:213px; 
    float:right; 
    text-align:left; 
    padding-bottom:10px;
}
.networkList_right_address
{
    width:65px; 
    float:left; 
    text-align:left;
}
.network_right_arrow
{
    width:8px; 
    height:10px; 
    float:left; 
    background:url('/Includes/images/arrow.png') no-repeat;
    _background:url('/Includes/images/arrow.gif') no-repeat;  
    margin-top:3px;
}
.network_right_check
{
    width:30px; 
    float:left; 
    text-align:left; 
    padding-left:5px;
}
.network_right_map
{
    float:right; 
    width:410px; 
    height:440px;
}

/* 后台网点添加 */
.Admin_network_box
{
    width:268px; 
    float:left;
    padding:2px 0;
}
.Admin_network_ltext
{
    width:70px; 
    float:left; 
    text-align:right;
}
.Admin_network_right
{
    width:188px; 
    float:left;
}
.Admin_network_right input
{
    width:180px; 
    float:left;
}
.Admin_network_upload
{
    width:190px; 
    float:right; 
    padding:2px 15px 2px 0px;
}