/*********************************************************************************/
/* Column                                                                        */
/*********************************************************************************/
#column_l {
	float: left;
	position: relative;
	width: 40%;
    min-height: 150px;
	margin: 0;
}

#column_l img{    
    margin-top: 20px;    
    width: 90%;
}

#column_r {
    float: right;
    position: relative;	
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#column_r p{
    font-size: 20px;
}    

/*********************************************************************************/
/* Details                                                                        */
/*********************************************************************************/
#Details
{
    background-color: #fff;    
	margin: 0;
}

/*********************************************************************************/
/* Features                                                                        */
/*********************************************************************************/
#Features
{
    background-color: #eee;    
	margin: 0;
}

/*********************************************************************************/
/* Screenshots                                                                        */
/*********************************************************************************/
#Screenshots
{
    background-color: #ddd;    
	margin: 0;
}

#Screenshots .Screenshot-item 
{
    margin: 0;
}

#Screenshots .Screenshot-item .Screenshot-link {
    display: block;
    position: relative;
    margin: 4px;
    max-width: 350px;
}

/*********************************************************************************/
/* Download                                                                        */
/*********************************************************************************/
#Download
{
    background-color: #ccc;    
	margin: 0;
}

#Download img{    
    margin: 4px;
}
