﻿
/*首页的搜索框区别于其他页面*/
.mainContent .left .search .input .textbox{float: left; width:100px; margin-right:0;}
.mainContent .left .search .input label{width:44px;}
.mainContent .left .search p.lang{padding-left: 100px;}
.mainContent .left .search p.input{margin-bottom: 8px; height: 22px}
.mainContent .left .search p.input img{ width:49px; float:right; *float:left; *margin-left:1px;}
.mainContent .left .search p.lang span{ color:#e68438}
.mainContent .left .search #categorySelect{padding-right:15px; width:85px;}

#footer .pet
{
    position: absolute;
    right: 55px;
    bottom: 0;
    background: url(/images/pet_03.gif) no-repeat;
    width: 86px;
    height: 59px;
}
#imageFlow
{
    height: 143px;
    position: relative;
    overflow: hidden;
}
#viewArea
{
    height: 120px;
    width: 605px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
}
#dragTrack
{
    background: url(/images/barTrack.gif) no-repeat;
    position: absolute;
    bottom: 0px;
    width: 546px;
    height: 10px;
    margin-left: 26px;
}
#dargBar
{
    background: url(/images/dragBar.gif);
    position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0;
    width: 45px;
    height: 10px;
}


/*新品展示区*/
.viewBox
{
    height: 117px;
    position: relative;
    width: 562px;
    overflow: hidden;
    padding: 0 20px;
}
.viewArea
{
    position: absolute;
    margin-top: 10px;
    width: 2000px; left:-339px;
}
.within
{
    width: 562px;
    height: 117px;
    overflow: hidden;
    position: relative;
}
.viewBox .moveLeft, .viewBox .moveRight
{
    display: block;
    position: absolute;
    width: 17px;
    height: 22px;
    text-indent: -10000px;
    top: 50px;
    cursor: pointer;
}

.viewBox .moveLeft
{
    left: 0;
    background: url(/images/moveLeftButton.gif) no-repeat;
}
.viewBox .moveRight
{
    right: 0;
    background: url(/images/moveRightButton.gif) no-repeat;
}

.viewArea li
{
    text-align: center;
    float: left;
    margin-right: 7px;
    width: 106px; *display:inline;


}


.viewArea li span.box
{
    height: 76px;
    display: block;
    border: 1px solid #efefef;
}
/*.viewArea li span.box img{ width:103; height:74px;}
*/

.viewArea li .name
{
    line-height: 1.5em;
}


