﻿.InternalMaster2Container
{
    width:980px;
    overflow:hidden;
    margin:0 auto;
    margin-bottom:35px;
}
.InternalMaster2ContentContainer
{
    margin:0px auto;
    overflow:hidden;
}
.InternalMaster2ContentMenu
{
    width:655px;
    height:40px;
    background-image:url(../images/sprite.jpg);
    background-repeat:no-repeat;
    background-position:-980px -55px;
    overflow:hidden;
    padding:14px 0 0 6px;
}
.InternalMaster2ContentLeft
{
    position:relative;
    float:left;
    display:inline;
    width:661px;
    overflow:hidden;
    margin-right:9px;
    min-height:1272px;
    background-color:#fff;
    padding-bottom:35px;
}
.InternalMaster2ContentRight
{
    float:left;
    display:inline;
    width:310px;
    overflow:hidden;
}
.InternalMaster2ContentRightImage
{
    width:100%;
    height:350px;
    overflow:hidden;
}

.InternalMaster2ContentRelatedBox
{
    width:300px;
    text-align:left;
    margin:0px auto;
    margin-top:10px;
}
.InternalMaster2ContentRelatedTitle
{
    font-size:18px;
    font-weight:bold;
    color:#366e93;
    margin-bottom:5px;
}
.InternalMaster2ContentRelatedBody
{
    height:103px;
    background-color:#f6f6f6;
    padding:5px;
}

.InternalMaster2ContentRelatedBody a, .InternalMaster2ContentRelatedBody a:visited
{
    color:#000000;
    text-decoration:none;
}

.InternalMaster2ContentRelatedBody a:hover
{
    color:#000000;
    text-decoration:underline;
}
.InternalMaster2ContentRelatedBody ul
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.InternalMaster2ContentMenuList
{
    color:#ffffff;
    margin:0px;
    padding:0px;
    font-size:13px;
    font-weight:bold;
}

.InternalMaster2ContentMenuList a, .InternalMaster2ContentMenuList a:visited, .InternalMaster2ContentMenuList a:hover, .InternalMaster2ContentMenuList li .Selected
{
    color:#ffffff;
    text-decoration:none;
    padding:0 12px;
    height:22px;
    padding-top:5px;
    display:block;
    float:left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.InternalMaster2ContentMenuList li
{
    display:inline;
    padding:0 2px;
    float:left;
}

.InternalMaster2ContentMenuList a:hover, .InternalMaster2ContentMenuList li .Selected
{
    background-image:url(../images/spriteBg.png);
    background-repeat:repeat-x;
    background-color:Transparent;
}

.InternalMaster2ContentMenuList li .Selected
{
    cursor:default;
}
