﻿
.ContentContainer
{
   padding-top:3px;
   margin-left:61px;
   margin-right:61px;
   text-align:left;
   vertical-align:top;
}

.Header
{
    height:47px;
    overflow:hidden;
    border-bottom:1px solid #666463;
}
.MainMenu
{
    
    height:23px;
}
.MainMenueLink,.MainMenueDynamicLink
{
    text-decoration:none;    
    color:#6c6b69;
    font-size:13px;
}
.MainMenueDynamicLink
{
    
}
.MainMenueLink:hover , .MainMenueDynamicLink:hover
{
  color:#fa6d15;
}
.MainMenueLinkActive
{
    color:#4170a0;
}

.MainMenueDynamicLinkActive
{
    color:#999933;
    background-color:white;
}



.PageContent
{
    margin-top:74px;
}
.ContentHeader
{
    color:#6c6b69;
    font-size:14px;
    height:24px;
}

.Brand
{
    color:#6c6b69;
}
.Emphesize
{
    color:#fa6d15;   
}

.ContentLeftPane
{
    color:#6c6b69;
    font-size:12px;
    width:307px;
    height:252px;
    overflow:auto;
    /*border:1px solid red;*/
    float:none;
}

.ContentRightPane
{
    color:#6c6b69;
    font-size:12px;
    width:310px;
    float:right;
}
.RightPaneImageMask
{
    height:252px;
    width:310px;
    overflow:hidden;
}



.ContentPaneStretch
{
   color:#6c6b69;
   font-size:12px;
}

.PortpholioContentHeader
{
    text-transform:uppercase;
    font-weight:normal;
    font-size:12px;
    height:33px;
}

a.PortpholioContentHeader
{
    display:block;
    
    font-weight:normal;
    font-size:12px;
    height:33px;
    text-decoration:none;
}
.PortpholioListBg
{
    background-image:url(Images/PortpholioListBg.gif);
    width:256px;
    height:250px;
    padding-right:42px;
    overflow:hidden;
    background-repeat:no-repeat;
    border-right: 1px solid #666463;
}

.PortpholioThumb
{
    width:58px;
    height:58px;
    margin-right:6px;
    margin-bottom:6px;
    float:left;
    position:relative;
    overflow:hidden;
    
}
.PortpholioThumb a
{
   position:absolute;
  
   height:58px; 
   width:58px;
   filter:alpha(opacity=0);
   -moz-opacity:0;
   opacity: 0;
   text-align:left;
   background-image:url(Images/PortpholioThumbHover.gif);
   background-repeat:no-repeat;
   color:White;
   font-size:11px;
   font-weight:bold;
   text-decoration:none;
   display:block;
   vertical-align:middle;
   z-index:3;
}
.PortpholioThumb table
{
    width:58px;
    height:58px;
    position:relative;
    
    
}
.PortpholioThumb table tr td span
{ 
    
    margin:0px 0px 0px 0px;
    cursor:pointer;
    text-align:center;
    overflow:hidden;
    color:white;
    font-weight:bold;
    font-size:9px;
    z-index:2; 
}

.PortpholioThumb a:hover
{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
   
}

.PortpholioThumb img
{
    width:58px;
    height:58px;
    position:absolute;
}

.LeftPaneFooter
{
    margin-top:30px !important;
    margin-top:29px;
    margin-bottom:-31px !important;
    margin-bottom:0px;
       
}
.LeftPaneFooter a
{
    font-weight:bold;
    font-size:12px;
    color:#666463;
    text-decoration:none;
}


.RightPaneSubTitle
{
    height:20px;
    line-height:20px;
    overflow:hidden;
}
.RightPaneFooter
{
    height:13px;
    overflow:hidden;
    margin-top:6px !important;
    margin-top:0px;
    margin-bottom:-37px !important;
    margin-bottom:0px;
 
}


.productButton
{
   filter:alpha(opacity=20);
   opacity:1;
}
.productButton:hover
{
    filter:alpha(opacity=50);
    -moz-opacity:50%;
    moz-opacity:50%;
    opacity:0.5;
    
}