﻿.none
{
    display:none;   
}

.mediaTopLevelContainer 
{
    position:relative;
    float: left;
    width: 300px;
    height: 330px;
    overflow: hidden;
    margin: 5px;
    border:1px solid lightgray;
}

/* ---------- FIRST TIME EXPERIENCE ---------*/
.mediaTopLevelContainerFirstTime 
{
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 5px;
    background-color: #F2F2F2;
    text-align: left;
}

ul.firstTimeAddLook
{
    padding: 0;
    position: relative;
    margin: 20px 0px 0px 40px;    
    font-size: large;
}

ul.firstTimeAddLook li
{
    display: inline;
    list-style: none;
}

ul.firstTimeAddLook li a
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.0em;
    background-color: #808080;
    color: #FFFFFF;    
    font-size: 75%;
}

ul.firstTimeAddLook li a:hover
{
    background-color: #CFFFFF;
    text-decoration: none;
}

/*--------------------------*/

.mediaDetails
{
    /*background: url(images/black_transparent_bg.png); */
    background-color:white;
    margin-top:0px; 
    padding:0px 5px 5px 15px;  
    display:inline; 
    position:absolute; 
    width:100%; 
    height:35px; 
    top: 290px;
    left:0px;
    text-align:left;
}

.imgContainerHome
{
    z-index: 1;
}

#overlayMarker
{
    height: 1px;
}

#overlay  
{
    position: relative;    
    height: 60px;
    text-align:center;
    padding-top:50px;
    /*background: url(images/transpBlue_overlay.png); */
}

#overlay img 
{ 
    position: relative;
}

.rootDiv
{
    overflow: hidden;
    background-color: #EEEEEE;
}

.innerMediaDetails
{
    white-space: nowrap; 
    height: 7px; 
    margin: 0px 0px 5px 0px
}

.innerMediaDetailsSpan
{
    color: #9A9A9A;
    font-size:14px;
}

.tooltip
{
    z-index: 2;
}

.alignCenter
{
    text-align:center;
}

.tooltip a.goToLook
{
    text-align:center;
    background-color:Red;
    padding:3px;   
}

.tooltip a.goToLook:hover
{
    background-color:maroon;
    color:White;   
}

.noProductsTagged
{
    margin-top:110px;
    text-align:center;   
}

.favContainer
{
    margin-top:0px; 
    padding:5px; 
    display:inline; 
    position:absolute; 
    width:100%; 
    height:20px; 
    width:20px;
    top: 5px; 
    right:5px;
}

.delContainer 
{
    margin-top:0px; 
    padding:5px; 
    display:inline; 
    position:absolute; 
    height:13px; 
    color:White;
    width:80px;
    top:0px;
    left:555px;
    text-align:center;
}

.delContainer:hover 
{
     cursor: pointer;   
}

.favImgInactive
{
    height:20px;
    width:20px;
    background: url(images/Heart_Inactive.png) no-repeat; 
}

.favImgActive
{
    height:20px;
    width:20px;
    background: url(images/Heart_Active.png) no-repeat; 
}

.delImg
{
    height:25px;
    width:30px;
}