/* Main structural elements for 1024 * 768 Layout */
#page-container, #top-border, #bottom-border
{
    width: 994px;
}
#top-border
{
    background: url(../../IMG-tesco/images/app/border-top-994x5.gif) 0 0 #fff no-repeat;
}
#bottom-border
{
    background: url(../../IMG-tesco/images/app/border-bottom-994x5.gif) bottom left #fff no-repeat;
}
#page-container
{
    background: url(../../IMG-tesco/images/app/border-sides-994x1.gif) 0 0 #fff repeat-y;
}
#aspnetForm, #form1
{
    width: 994px;
}
#producttitle
{
    width: 100%;
}


#primary-content
{
    width: 723px;
    margin-right: 9px;
}
#secondary-content
{
    width: 235px;
    margin-top: 0;
}

#extra
{
    width: 967px;
}

.elh
{
    margin-right: 0;
    float: none;
}
.dummy
{
    display: block;
    padding: 10px;
    width: 200px;
    text-align: justify;
}



