/*
 *  Copyright 2012 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

.ametys-cms-content.myfavorites ul.links
{
	list-style-type: none;
	background-image: none;
}

.ametys-cms-content.myfavorites ul.links li
{
	float: left;
}

.ametys-cms-content.myfavorites {
    padding-top: 54px;
    padding-bottom: 60px !important;
    position: relative;
    margin-bottom: 10px;
}

.ametys-cms-content.myfavorites a:link,
.ametys-cms-content.myfavorites a:visited{
	font-size:1.5em !important;
}

.ametys-cms-content.myfavorites a.label:link,
.ametys-cms-content.myfavorites a.label:visited,
.ametys-cms-content.myfavorites span.label{
    color: #0084BB /* AMETYS ("default.default.bgcolor.main") */;
    font-size: 40px !important;
    font-weight: 800;
    margin-top: 9px;
    line-height: 1em;
    margin-bottom: 9px;
}

.ametys-cms-content.myfavorites .description{
    color: #60616d;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1em;
    line-height: 1.2em;
}

.ametys-cms-content.myfavorites ul.links li img{
    display: inline-block;
    border-width: 0;
}

.ametys-cms-content.myfavorites ul.links li span.label{
    display: inline-block;
    width: 100%;
}

.ametys-cms-content.myfavorites ul.links li span.description{
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 1094px) {
	.ametys-cms-content.myfavorites ul.links li img{
        float: left;
        margin-right: 22px;
        margin-top: 15px;
    }
    
    .ametys-cms-content.myfavorites ul.links li span.label,
    .ametys-cms-content.myfavorites ul.links li span.description{
        display: block;
        width: auto;
    }
    
    .ametys-cms-content.myfavorites ul.links li span.label{
        margin-top: 0;
    }
    
    .ametys-cms-content.myfavorites{
        padding-top: 41px;
    }
}
