﻿/******************************************************************************************************
* copyright (c) 2010 MEDIAL MULTIMEDIA SERVICES
* client: gulp
* project: website
*
* version: 1.0.0
* date: 2010-08
*******************************************************************************************************/

/**/

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
.clearfix {display:block;} /* Hide from IE Mac \*/

/**/

/*new: 18.12.2010*/
.nav 
{
    z-index:2;
}

.content .unit.mbox .icon 
{
    margin:-15px 0px 0px -15px;
    z-index:1; /*new: 18.12.2010*/
}

/*new: 18.12.2010*/
.content .unit.teaser span.subtitle a 
{
    margin-bottom:0px;    
    padding-bottom:1px;
}

/*new: 18.12.2010*/
.content .unit.teaser span.subtitle a:hover
{
    padding-bottom:0px;
}

.content .button 
{
    padding-bottom:0px;
}
 
.header .search select, .content .search select, .content .unit.form select 
{
    height: 20px !important;    
}

.header .search input[type=submit]
{
    height:19px;
}

.facts .unit ul.tab 
{
    float:none;    
}

/*new: 18.12.2010*/
.facts span.more a.no-icon
{
    background: none;
}

/*new: 18.12.2010*/
.facts span.more a span.icon
{
    background: url(/images/redesign/ico-unit-more.gif) no-repeat right center scroll transparent;
    width:12px;
    height:10px;
    display:inline-block;
}

.content .unit.form .form-item .button
{
    padding-right:0px;
    padding-bottom:0px;
}

.content input[type=submit].button 
{
    padding-bottom:0px !important;
}

/*new: 18.12.2010*/
.facts .unit .form-item input[type=submit].more{
    width:90% !important;
}

/*new: 18.12.2010*/
.facts .unit label{
    vertical-align:middle;
}

/*new: 18.12.2010*/
.facts .unit form{
    padding: 0px !important;
    margin: 0px !important;
}

/*new: 22.12.2010*/
a.secure span.icon 
{
    background: url(/images/redesign/ico-secure.gif) no-repeat right center scroll transparent;
}

/* IE7 HACK */
/*
*+html ... {
}
*/