﻿/*********************************************************************************** 
    MPP
***********************************************************************************/

/* layout */
.mpp-wrapper{margin:0 5px;}
.mpp-placeholder{}
.mpp-header{}
.mpp-logo-placeholder{height:90px; width:90px; float:right; margin:0 0 20px 20px; background-image:url(../img/bg-logo-frame.jpg);}
.mpp-logo-placeholder img{width:80px; height:80px; padding:5px;}
.mpp-title{}
.mpp-description{}
.mpp-device-bg{ background-repeat:no-repeat; border-top:1px solid #fff; height:350px; width:275px; background-position:top center; text-align:center;}
.mpp-screenshot{margin:0 auto;}
.mpp-devices{margin:0px;}
.mpp-device{float:left; margin:0px 0px 20px 0; width:275px;}
.mpp-device-end{margin-right:0px;}
.mpp-download{text-align:center; margin:10px 0 10px 0; font-size:11px;}
.mpp-download-img{text-align:center;margin:0px auto; width:190px; height:60px;}

/*text*/
.mpp-wrapper h1, .mpp-wrapper p, .mpp-wrapper ul{margin-bottom:20px;}
.mpp-wrapper h1{font-sise:24px;}

/* platform specific */
.mpp-android{	background-image:url(../img/device-android.jpg); }
.mpp-bb{		background-image:url(../img/device-bb.jpg);}
.mpp-iphone{	background-image:url(../img/device-iphone.jpg);}
.mpp-ipad{		background-image:url(../img/device-ipad.jpg);}
.mpp-java{		background-image:url(../img/device-java.jpg);}
.mpp-palm{		background-image:url(../img/device-palm.jpg);}
.mpp-windows{	background-image:url(../img/device-windows.jpg);}
.mpp-ppc{		background-image:url(../img/device-ppc.jpg);}
.mpp-bada{		background-image:url(../img/device-bada.jpg);}
.mpp-qt{		background-image:url(../img/device-qt.jpg);}


/* extras */
.mpp-clear{clear:both; height:0px; font-size:0px;}
.mpp-wrapper img{border:0px; display:block;}

/* apps */
.app
{      
    width:415px; 
    float:left;
}
.even
{
    margin:0 30px 30px 0;
}
.odd
{
    margin:0 0 30px 0;    
}
.app-col-1
{
    width:120px;
    float:left;
}
.app-col-2
{
    width:280px;
    float:left;
}
.app-image, .app-image-wrapper
{   
    height:85px;
    width:85px;
}
.app-image-wrapper
{
    background: #efefef;
    padding: 7px;
    border: 1px solid #ccc;
}
.app-title
{
    font-weight:bold;
    font-size:14px;
}
.app-details
{
}
.app-price
{
    color:#888;
}
.app-link
{    
}
.app-description
{
}
