﻿.SideWidget
{   width:400px;
    height:100px;
    max-height:100px;
    margin-left:30px;
    margin-bottom:0;
}

.WidgetIcon
{   width: 60px;
    overflow: hidden;
    position: absolute; /*Float*/
}
.WidgetIcon img {
    margin: 5px 3px 0 3px;
}

.WidgetContainer
{   width: 100%;
    height: 100px;
    max-height:100px;
}

.WidgetContent
{   width: 360px;
    height: 100px;
    position: relative;
    left: 45px;
    cursor: pointer;
}

.WidgetContent h1, .WidgetContent p
{   padding: 0 5px 0 5px;
}

.WidgetContent h1
{   margin: 0;
    font-size: 16px;
    color:#272525;
    letter-spacing: 1px;
}

.SideWidget p
{   font-size: 14px;
    color:#272525;
}

.WidgetContentLeft
{   width: 20px; 
    height: 100px;
    background: none;
}
.WidgetContentRight
{   width: 20px; 
    height: 100px;
    background: none;
}
.SideWidget:hover .WidgetContentLeft
{   width: 20px; 
    height: 100px;
    background: url('/Images/shadow-left.png') no-repeat;
}
.SideWidget:hover .WidgetContentRight
{   width: 20px; 
    height: 100px;
    background: url('/Images/shadow-right.png') no-repeat;
}
.SideWidget:hover .WidgetTextContent 
{   background-color: #FDFDFD;
}
.WidgetTextContent {
    padding-top: 5px;
    border-bottom: dashed 1px #A0A0A0;
    height: 90px;
}

.SideWidget a
{   text-decoration: none;
}

.SideWidget a:hover 
{   font-weight: normal;
    color:#272525;
}
