﻿.SearchPro
{
    color: #eee;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.SearchPro .title
{
    float: left;
    width: 120px;
    font-size: 14px;
    padding-top: 5px;
}
.SeachPro .inputs
{
    float: left;
}
.SearchPro input
{
    border: #ccc 1px solid;
    background: #fff;
}
.SearchPro input#search
{
    padding: 4px 0 0 8px;
    background: url('images/searchBg.jpg') #fff repeat-x left top;
    float: left;
    width: 480px;
    overflow: hidden;
    position: relative;
    height: 20px;
    border-right-width: 0px;
    color: #666666;
    font-size: 14px;

}

.SearchPro input#searchGo
{
    background: url('images/search.jpg') no-repeat 2px 0px;
    float: left;
    overflow: hidden;
    width: 25px;
    position: relative;
    top: 0px;
    height: 24px;
    cursor: pointer;
    border-left-width: 0px;
    margin-left: -5px;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 0;    
}
.SearchPro .foucs
{
    border-color: #83C13A;
    color: #83C13A;
}
.SearchPro .null
{
    border-color: red;
}
.SearchPage .subTab
{
    border-top: 1px solid #97a5b0;
    padding-top:5px;
    display:none;
}
.SearchPage  .searchtable 
{
}
.SearchPage  .searchtable th
{
   height:20px;
}
.SearchPage .searchImg
{
    margin-top:22px;
    display:none;
}
.SearchPage .searchImg .v_caption
{
    padding-left:0px;
    height:28px;
    border:1px solid #f9f9f9;
}
.SearchPage .searchImg .closethis
{
    padding-left:20px;
    display:block;
    
}

.hasImg
{
    margin-left:15px;
    width:16px;
    height:16px;
     background: url(images/common/picture.png) no-repeat;
    cursor:pointer;
}
*div.hasImg
{
    margin-left:0px;
}

.highlight{background-color:yellow ;}

.serachLeftMore
{	
	position:absolute;
	list-style-type: none;
	background-color:#eee;
	border:1px solid #e3e3e3;
	min-width:150px;
	display:none;
	margin-top:-4px;
}

.serachLeftMore li
{		
	list-style-type: none;
}
.serachLeftMore li.close
{
	margin-left:-10px;
	padding-left:-10px;
	cursor:pointer;
}

.pSearchleft
{
    padding-left: 10px;
}
.pSearchleft .extlink
{
}
.pSearchleft .plus
{
    /*background: url(images/common/plus.gif) no-repeat left 3px;*/
    /*padding-left: 15px;*/
    cursor: pointer;
    line-height:200%;
}
.pSearchleft ul
{
    padding: 0px;
    overflow: auto;
}
.pSearchleft li
{
    padding-left: 13px;
    margin-right: 3px;
    background:url(images/Product/v-nav-arrow.gif) no-repeat 6px 2px;
list-style:none outside none;
}

.pSearchleft li.cur
{
	 padding-left: 14px;
    background: url(images/Product/filter-selected.gif) no-repeat;
    font-weight:bold;
}
.pSearchleft .line
{
    height: 1px;
}
