/*
	Lucy Games Component, CSS file
*/

.com_lucygames img{
border:none !important;
}

.com_lucygames .content{
padding-right:15px;
}

.com_lucygames .side-bar-left{
float:left;
width:220px;
text-align:center;
}
.com_lucygames .side-box{
padding:22px;
text-align:left;
}

.com_lucygames .side-box h3{
line-height:20px;
}

.com_lucygames .game-cell {
height:100px;
width:200px;
overflow:hidden;
float:left;
margin:5px;
}

.com_lucygames .game-cell:hover{
background-color: #f7f7f7;
}

.com_lucygames .game-cell img{
border:none !important;
float:left;
padding:5px 5px 5px 0;
}

.com_lucygames .gc-title{
font-weight:bold;
}

.com_lucygames #buy-down-links{
float:left;
min-height:130px;
margin:0;
padding:20px 0;
line-height:20px;
}

.com_lucygames #screen-thumbs{
float:left;
min-height:130px;
width:320px;
text-align:center;
margin:20px auto;
padding:10px;
border-bottom:1px solid #D8DFEA;
border-top:1px solid #D8DFEA;
}

.com_lucygames #screen-thumbs img{
margin:0 10px;
cursor:pointer;
}
.com_lucygames #tell-a-friend-link{
background:transparent url(images/kopete.png) no-repeat scroll left center;
padding-left:20px;
cursor:pointer;
}

.com_lucygames #watch-video-link{
background:transparent url(images/action.png) no-repeat scroll left center;
padding-left:20px;
cursor:pointer;
}

.com_lucygames #download-link{
background:transparent url(images/download.png) no-repeat scroll 2px center;
padding:5px 10px 5px 31px;
background-color:#5C74A3;
border:1px solid darkGray;
-moz-border-radius:3px;
color:white;
}

.com_lucygames #buy-link{
background:transparent url(images/enabled.gif) no-repeat scroll left center;
padding-left:26px;
}

.com_lucygames #play-link, #og-version{
background:transparent url(images/world.png) no-repeat scroll left center;
padding-left:26px;
}

.com_lucygames #mac-version{
background:transparent url(images/mac.png) no-repeat scroll left center;
padding-left:26px;
}

.com_lucygames #pc-version{
background:transparent url(images/win.png) no-repeat scroll left center;
padding-left:26px;
}


.com_lucygames #search-box{
width:100%;
text-align:right !important;
}

.com_lucygames #pagination-links{
display:block;
margin:20px auto;
padding:10px 5px;
min-height:40px;
text-align:center;
background-color: #f7f7f7;
border:1px solid #f2f2f2;
}

.com_lucygames .float-left{
float:left;
}
.com_lucygames .float-right{
float:right;
}
.com_lucygames .clear-fix{
clear:both;
}