#PageOuterLeft
{
    border: solid 1px #432E1B; 
    width: 470px; 
    float: left;
    margin-top: 3px;
    height: 492px;
}
#PageOuterRight
{
    width: 350px;
    height: 500px;
    float: right; 
    background-image: url(../images/briony/template/image_back.gif); 
    background-repeat: no-repeat;
}
#LeftInnerTop
{
    width: 470px;  
    height: 200px; 
    overflow-y: auto;
}
#LeftInnerFull
{
    width: 470px;  
    height: 500px; 
}
#InnerTopContent
{
    margin: 30px 20px 20px 33px;
}
#LeftInnerBottom
{
     margin: 10px 0px 20px 33px;
}
#LargeImage
{
padding: 5px;
margin: auto;
}
.ProductItem
{
    width: 91px; 
    border: solid 1px #432E1B; 
    height: 111px; 
    float: left; 
    margin: 0px 10px 10px 0px;
}
.PagerOuter
{
    margin: 0px 0px 10px 0px;
    width: 100%;
}
.PagerLeft
{
    float: left;
}
.PagerRight
{
    float: right;
    margin-right: 33px;
}
.AddProductLeft
{
    float: left; 
    width: 30%; 
    padding-bottom: 5px;
}
.AddProductOuter
{
    width: 98%;
}
.AddProductsRight
{
    float: left; 
    width: 68%;
    padding-bottom: 5px;
}
.NoneFound
{
text-align: center; padding-top: 10px;
}