@charset "gb2312";
/* CSS Document */
#search-content{ min-height:600px; }
#search-content>.aui-layout-left{ margin-right:320px;}
#search-content>.aui-layout-left>.aui-tab{ height:100%; min-height:600px;}
#search-content>.aui-layout-left>.aui-tab .aui-tab-content{ padding:20px;}
#search-content>.aui-layout-right{ width:300px;}

#search-form{ padding:20px 0px 0 0px;  border-bottom:1px dotted #ccc;}
#search-form input{ border:1px solid #CCCCCC; width:250px; height:16px; border-radius:3px; background-color:#fff; padding:5px; margin:0px; box-shadow:1px 1px 1px rgba(255,255,255,0.8); vertical-align:middle;}
#search-form input:hover{ border:1px solid #999;}
#search-form input:focus{ border:1px solid #75B9F0; box-shadow:0px 0px 5px #75B9F0;}
#search-form button{ border:1px solid #C44742; height:28px; cursor:pointer; color:#fff; text-shadow:1px 1px 0px rgba(0,0,0,0.1); border-radius:3px; padding:5px 10px; box-shadow:1px 2px 1px rgba(255,255,255,0.8); vertical-align: middle;
    background: #ec5d59; /* Old browsers */
    background: -moz-linear-gradient(top, #ec5d59 0%, #ca413b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec5d59), color-stop(100%,#ca413b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ec5d59 0%,#ca413b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ec5d59 0%,#ca413b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ec5d59 0%,#ca413b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ec5d59 0%,#ca413b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5d59', endColorstr='#ca413b',GradientType=0 ); /* IE6-8 */}
#search-form button:hover{ text-decoration:none; border:1px solid #AC2A2A;
    background: #d04640; /* Old browsers */
    background: -moz-linear-gradient(top, #d04640 0%, #eb5d59 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d04640), color-stop(100%,#eb5d59)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d04640 0%,#eb5d59 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d04640 0%,#eb5d59 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d04640 0%,#eb5d59 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d04640 0%,#eb5d59 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d04640', endColorstr='#eb5d59',GradientType=0 ); /* IE6-8 */
}

#search-list li{ border-bottom:1px dotted #CCCCCC; padding:15px 10px;}
#search-list li:nth-child(odd){ background-color:#F5F5F5}
#search-list .leftauto>.aui-layout-left{ margin-right:100px;}
#search-list .leftauto>.aui-layout-right{ width:90px; text-align:right;}
#search-list a{margin-right:1px; font-size:14px;}
#search-list button{ height:20px; border:none; color:#fff; cursor:pointer; border-radius:2px;
    background: #ec5d59; /* Old browsers */
    background: -moz-linear-gradient(top, #ec5d59 0%, #ca413b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec5d59), color-stop(100%,#ca413b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ec5d59 0%,#ca413b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ec5d59 0%,#ca413b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ec5d59 0%,#ca413b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ec5d59 0%,#ca413b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5d59', endColorstr='#ca413b',GradientType=0 ); /* IE6-8 */
}

#search-list button:hover{
    background: #d04640; /* Old browsers */
    background: -moz-linear-gradient(top, #d04640 0%, #eb5d59 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d04640), color-stop(100%,#eb5d59)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d04640 0%,#eb5d59 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d04640 0%,#eb5d59 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d04640 0%,#eb5d59 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d04640 0%,#eb5d59 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d04640', endColorstr='#eb5d59',GradientType=0 ); /* IE6-8 */
}

#search-list button:active{ background:#DD724A; filter:none;}

#search-list .aui-content{  white-space: normal;}
