﻿@import url("TrolleyUserState.css");
#TrolleyListTitle
{
    height:25px;
    background-image:url(UserSpaceImages/Trolley_09.jpg);
    background-repeat:no-repeat;
}
/**/
#ListLeft,#ListRight,#ListMiddle,#BestLeft,#BestRight,#BestMiddle
{
    width:5px;
    height:28px;
    background-repeat:no-repeat;
}
#ListLeft
{
    background-image:url(UserSpaceImages/Trolley_10.jpg);
}
#BestLeft
{
    background-image:url(UserSpaceImages/Trolley_13.jpg);
}
#ListRight
{
    background-image:url(UserSpaceImages/Trolley_11.jpg);
}
#BestRight
{
    background-image:url(UserSpaceImages/Trolley_14.jpg);
}
#ListMiddle
{
    width:940px;
    background-color:#6ca3d9;
}
#BestMiddle
{
    width:940px;
    background-color:#83bb74;
}
#ListMiddle td,#BestMiddle td
{
    height:20px;
    color:White;
    margin-top:5px;
    text-align:center;
    vertical-align:middle;
}
#ListContent td,#BestContent td
{
    /*height:32px;*/
    vertical-align:middle;
}
.ListContentTable
{
    vertical-align:middle;
    border-bottom:#cdcdcd dashed 1px;
}
.WhiteBorder
{
    border-right:White solid 1px;
}
.ProductName
{
    text-align:left;
}
.OldPrice,.aNiPrice,.Saving
{
    width:7%;
    text-align:center;
}
.Number
{
    width:10%;
    text-align:right;
}
.NumberButton
{
   width:5%;
   text-align:center; 
}
.SelectInput
{
    width:5%;
    height:40px;
    text-align:center;
}
#TrolleyCount
{
    padding:5px;
    text-align:left;
    border:#d1d1d1 solid 1px;
    background-color:White;
}
#TrolleyCount td
{
    height:30px;
    text-align:left;
    vertical-align:middle;
}

/**/

#TrolleyBestTitle
{
    height:31px;
    text-align:left;
    padding-left:20px;
    background-image:url(UserSpaceImages/Trolley_12_2.jpg);
    background-repeat:repeat-x;
}
#TrolleyBestTitle div
{
    width:248px;
    height:31px;
    display:block;
    float:left;
    background-image:url(UserSpaceImages/Trolley_12.jpg);
    background-repeat:no-repeat;
}
/*Over*/
.OverLeft,.OverRight
{
    width:20px;
    height:495px;
    background-repeat:no-repeat;
}
.OverLeft
{
    background-image:url(UserSpaceImages/Trolley_Over_01.jpg);
}
.OverRight
{
    background-image:url(UserSpaceImages/Trolley_Over_03.jpg);
}
.OverMiddle
{
    width:910px;
    background-image:url(UserSpaceImages/Trolley_Over_02.jpg);
    background-repeat:repeat-x;
    text-align:left;
    vertical-align:top;
}
.OverTitle
{
    height:58px;
    background-image:url(UserSpaceImages/Trolley_Over_04.jpg);
    background-repeat:no-repeat;
}