﻿.pg-incipit
{
    color: White;
    font-size: 12px;
    height: 25px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-top: 13px;
    background-color: #00B1ED;
}
.pg-incipit select
{
    float: right;
    margin-right: 10px;
    font-size: 10px;
}
.pg-pager
{
    text-align: center;
    font-size: 12px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: 145px 8px;
    background-color: #00B1ED;
}
.pg-pager-up
{
    background-image: url(img/arw-up.gif);
}
.pg-pager-down
{
    background-image: url(img/arw-down.gif);
}
.pg-pager a
{
    color: White;
    display: block;
    height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    width: 100%;
}
#pg-brands
{
    width: 182px;
    float: left;
}

#pg-brands ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#pg-brands li
{
    margin-bottom: 1px;
    background-color: White;
    text-align: center;
    height: 112px;
    position: relative;
}

#pg-brands li a
{
background-image:url("img/arw-select.gif");
background-position:right bottom;
background-repeat:no-repeat;
bottom:0;
height:110px;
position:absolute;
right:0;
text-align:right;
text-decoration:none;
vertical-align:bottom;
width:179px;
z-index:10;
display:none;
}

#pg-brands li div
{
    position: absolute;
    left: -10px;
    top: 0;
    font-size: 1px;
    width: 10px;
    height: 112px;
}
#pg-brands li div.pg-brands-li-selected
{
    background-color:#F78F1E;
}

#pg-brands img
{
    border: 0;
}

.lc-shadowsingle
{
    width: 100%;
    margin-top: 5px;
}

#pg-main
{
    float: left;
    margin-left: 5px;
    width: 495px;
    position: relative;
    background-color: White;
}
#pg-main-logo
{
    background-color: white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    width: 155px;
    z-index: 10;
}
#pg-main h1
{
    border-bottom: 1px solid white;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #092b51;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 20px;
}

#pg-main-content ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#pg-main-content li
{
    text-align: center;
    border-bottom: 1px solid white;
    padding-top: 1px;
}

#pg-main-closing
{
    background-color: #00B1ED;
    height: 42px;
    position: relative;
}


#pg-main-closing a
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    left: 160px;
    position: absolute;
    text-decoration: none;
    top: 18px;
}
