﻿/*graphicelements.aspx页面*/
#main .search
{
    width:920px;/*960px*/
    height:40px;
    background: url(/images/graphicelements_searchbg.gif) no-repeat;
    line-height:40px;
    font-size:14px;
    padding:0px 20px;
    color:#333333;
}
#main .search .input1
{
   height:18px;
   color:#666666;
   width:300px;
   height:22px;
   padding:0px 5px;
   border: 1px solid #333333;
}
#main .search .tj1 {
    vertical-align:middle;
    cursor:pointer;
	background: url(/images/graphicelements_searchbtn.gif) no-repeat;
	WIDTH:98px;
    height:26px;
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
    BORDER-BOTTOM-STYLE: none;
}
#main .one
{
    width:960px;
    background: url(/images/graphicelements_02.gif) repeat-y;
}
#main .one .top
{
    width:960px;
    height:2px;
    background: url(/images/graphicelements_01.gif) no-repeat;
}
#main .one .content
{
    width:930px;/*960px*/
    padding:10px 15px;
    font-size:14px;
    line-height:22px;
}
#main .one .content .item
{
    width:908px;/*920px*/
    padding-left:12px;
    font-size:12px;
    display:none; 
}
#main .one .content .item .children
{
    width:895px;/*908px*/
    padding-left:13px;
    display:none; 
}
#main .one .bottom
{
    width:960px;
    height:2px;
    background: url(/images/graphicelements_03.gif) no-repeat;
}


/*graphicelementssearch.aspx页面*/
#main .onesearch
{
    width:960px;
    background: url(/images/graphicelements_05.gif) repeat-y;
}
#main .onesearch .top
{
    width:960px;
    height:2px;
    background: url(/images/graphicelements_01.gif) no-repeat;
}
#main .onesearch .content
{
    width:930px;/*960px*/
    padding:5px 15px;
}
#main .onesearch .content .left
{
    float:left;
    width:180px;
    margin-right:32px;
}
#main .onesearch .content .left .content1
{
    width:180px;
    font-size:14px;
    text-align:center;
    line-height:22px;
}
#main .onesearch .content .right
{
    float:left;
    width:708px;
    font-size:14px;
    line-height:22px;
}
#main .onesearch .content .right .light
{
    color:red;
    background-color:#ffff66;
    font-weight:bolder;
}
#main .onesearch .bottom
{
    width:960px;
    height:2px;
    background: url(/images/graphicelements_03.gif) no-repeat;
}