
/* This is the style sheet for PacificCable.com;s Picture Pages */

h1 { width: 100%; text-align: center; font-size: 24px; }

h1.left { width: 100%; text-align: left; font-size: 24px; }

div { margin: 0 auto 0 auto; text-align: center; }

div.site_search { text-align: left; width: 325px; height: 45px; }

td#nav { text-align: left; width: 50%; }

td#dd_nav { text-align: right; width: 50%; }

th.pink { background-color: #ffb7b7; border: 1px #000 solid; }

table#product_info
{
    margin: 15px 15px 0 0;
    width: 60%;
    background-color: #fff;
    border: 0;
    float: left;
}

table#suggestions
{
    margin: 15px 0 0 0;
    width: 35%;
    background-color: #fff;
    float: right;
}

td.autosize
{
    width: 15px; 
    background-color: #fff;
    font-size: 9pt;
    padding: 5px 5px 5px 5px;
    border: 1px #000 solid;
    text-align: center;
}

.PicturePageThumbnail {
border-style:solid; 
border-color:black; 
margin:5px;
border-size:2px;

}