﻿#boxadvertsarea
{
    float:left;
    width: 950px;
    padding: 5px;
    border-top: 1px dotted #cdcdcd;
}

.AdvertBox
{
    float:left;
    width: 300px;
    height: 240px;
    border-right:1px dotted #cdcdcd;
    margin-right: 10px;
}

.AdvertBox-Inner
{
    float:left;
    width: 280px;
    padding: 10px;
}

.AdvertBox-Heading
{
    float: left;
    width: 280px;
    border-bottom: 2px solid #333333;
    margin-bottom: 5px;
}

.AdvertBoxImage
{
    float: left;
    width: 280px;
    height: 100px;
}

.AdvertBox-Text
{
    float: left;
    margin-top: 5px;
    width: 280px;
    height: 80px;
}

.read{
      float:left; 
      width:123px;
      height:28px;
      background-image: url(/images/read.png);
      background-repeat:no-repeat;
}

.read:hover{
      float:left; 
      width:123px;
      height:28px;
      background-image: url(/images/read.png);
      background-repeat:no-repeat;
      background-position:bottom;
}

#AdvertLinks{
    float:left;
    width: 310px;
    height: 250px;
}

.AdvertLinks-TextArea
{
    background-color: #888888;
    color: #ffffff;
}

.AdvertLinks-TextArea a
{
    color: #ffffff;
    font-size: 12px;
}

.AdvertLinks-TextArea a:hover
{
    color: #333333;
    font-size: 12px;
}

#AdvertLinks-Image1{
    height: 90px;
    width: 305px;
    background-image: url(/images/AdvertBox-Image2.jpg);
}

#AdvertLinks-Image2{
    height: 90px;
    width: 305px;
    background-image: url(/images/AdvertBox-Image1.jpg);
}