/* 
    Document   : layout
    Created on : Jan 29, 2010, 10:19:16 AM
    Author     : marcello
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#topNavigation {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: #FFD75D url("/images/nav.gif") left top repeat-x;
    clear: both;
}

#topNavigation ul {
    list-style-type: none !important;
}

#topNavigation ul li {
    display: block;
    float: left;
    vertical-align: middle;
    height: 34px;
    background-image: none;
    padding: 0;
    margin: 0;
}

#topNavigation ul li a {
    display: block;
    float: left;
    vertical-align: middle;
    height: 34px;
    background: #FFD75D url("/images/nav.gif") left top repeat-x;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #D5B34F;
    border-right: 1px solid #FFE3B4;
}


#topNavigation li#homelink a {
    background: #FFD75D url("/images/nav.gif") left bottom repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    border-right: none;
}

#topNavigation li#homelink a img {
    padding-top: 8px;
}

#topNavigation ul li a:hover ,
#topNavigation li#homelink a:hover {
    background: #C49106 url("/images/nav.gif") left center repeat-x;
}

#topNavigation ul li a:hover {
    border-right: 1px solid #F6CA4D;
}

#topNavigation ul li.last{
    border-right: 1px solid #D5B34F;
}

#logoContainer #shopapologo {
    text-align: right;
    padding-top: 12px;
    padding-right: 20px;
    float: right;
}

#logoContainer {
    height: 80px !important;
    background: #FFFFFF url("/images/apopartnerlogo.png") 10px center no-repeat;
}

div.leftGreyHeaderBox,
div.leftBorderContainer,
div.rightGreyHeaderBox,
div.rightBorderContainer,
div.rightBoxBorderContainer,
div.rightBoxBorderContainerActive,
div#rightBoxBorderContainerImg,
div#leftBoxBorderContainerImg
{
    background-image: none !important;
    background-color: #E8E8E8 !important;
    border: none;
}
div.rightBoxBorderContainer,
div.rightBoxBorderContainerActive,
div#rightBoxBorderContainerImg{
    padding-left: 5px;
}
div#rightBoxBorderContainerImg,
div#leftBoxBorderContainerImg{
    width: 135px;
}

div.rightBorderContainer,
div.leftBorderContainer {
    padding-left: 5px;
    width: 140px;
}
a.leftBlockLink {
    background-image: url("/images/list_icon_right_new.gif") !important;
    border: none;
}

div.bottomHeadline1, div.bottomHeadline1Short{
    background: #FFD75D url("/images/bh_triple_arrow.gif") 5px center no-repeat;
    border: none;
    min-height:  20px;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
}