/* CSS Document
   setup for wide content templates
*/

/* main content structure */

div.article
{
    width: 560px;
    float: left;
    background-repeat: no-repeat;
    font-size: 13px;
}

div.contentimage
{
    margin: 10px;
    margin-top: 0px;
    background-image: url(../images/common/bg/content_imgbu.png);
    background-position: right bottom;
}

div.contentimage img
{
        border: 0px;
}

div.contentimage div.copy
{
  margin: 5px;
  color: #888888;
  font-size: 10px;
}

div.contentimage div.copy a,
div.contentimage div.copy a:link,
div.contentimage div.copy a:visited,
div.contentimage div.copy a:active,
div.contentimage div.copy a:hover
{
  color: #888888;
  font-size: 10px;
  text-decoration: underline;
}

div.contentimage div.imgbu
{
        margin: 5px;
        color: #000000;
        font-size: 10px;
}

div.contentimage div.imgbu a,
div.contentimage div.imgbu a:visited,
div.contentimage div.imgbu a:hover
{
  color: #000000;
  font-size: 10px;
  text-decoration: underline;
}

div.imgleft
{
        float: left;
        margin-left: 0px;
}

div.imgright
{
        float: right;
        margin-right: 0px;
}

div.breadcrumb div.addicons
{
        position: absolute;
        top: 20px;
        right: 20px;
}

div.breadcrumb div.addicons img
{
        margin-left: 10px;
}

div.half
{
    float: left;
    width: 265px;
    margin: 0px;
    margin-left: 25px;
    margin-bottom: 10px;
}

div.morearticles
{
    font-size: 12px;
}

/* special classes that remove paddings and margins */

div.clearmargin
{
    margin-left: 0px;
}

/* footer styles */

div#footer
{
    margin: 20px 0px 20px 0px;
    width: 600px;
    height: 56px;
    background-image: url('/images/common/bg/footer_bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    color: #FFFFFF;
}
