﻿


/* MODULE ----------------------------------------------------------------------------------------*/

.module  {
	width:240px;
	height:299px;
	padding:8px 20px;
	float:left;
	margin:0 22px 32px 0;
	}

.moduleContent  {
	margin:0 39px 32px 0;
	}


.moduleContentRight  {
	margin:0 0 30px 0;
	}


.moduleCategoryPage  {
	width:240px;
	height:299px;
	padding:8px 20px;
	}



.emoticons {
	background: url(../images/emoticonModuleBgLarge.jpg);   
    }

.games {
	background: url(../images/gamesModuleBgLarge.jpg); 
    }

.bots {
	background: url(../images/botModuleBgLarge.jpg);  
    }



.emoticons .thumbBorder {
    border:1px solid #bae39a;
    }

.games .thumbBorder {
    border:1px solid #7095c6;
    }
    
.bots .thumbBorder {
    border:1px solid #fbb89d;
    }


	
	
/* BUTTON HOLDER --------------------------------------------------------------------------------- */

.moduleButtonHolder {
	margin:0 0 0 0;
	width:240px;
	float:left;   
	}
	
    
        
/* SOCIAL BOOKAMRKS ------------------------------------------------------------------------------*/      
   
   
   
.socialContainer { 
	width:122px;
	float:right;
	font-size:80%;
	margin:5px 0 0 0;	   
	}	
		
.module .leftImage {
    width:55%; 
    height:180px; 
    float:left; 
    }

.module .rightContent {
    width:40%; 
    height:180px; 
    float:left; 
    }

.module .ratingContainer {
    height:15px;
    float:left; 
    margin:10px 0 30px 0; 
    }
    
    .module .ratingContainer p  {
        margin:0; 
        padding:0; 
        /*line-height:1em;*/ 
        width:100%;
        }
    
        .ratingContainer .ratingLeftText  {
            float:left; 
            width:68px; 
            }
    
            .voted  {
                display:none;
                margin:10px 0 0 0;
                }
    
    

.module .comments {
    width:100px; 
    height:20px; 
    float:left; 
    }


.module .bookmark  {
    width:90px; 
    height:20px; 
    float:right; 
    }

.moduleCopy  {
    display:block; 
    height: 54px; 
    margin: 5px 0 0 0; 
    }

.fromVoters { margin-left:5px;}
