#pBubble{
	display:none;
	position:absolute;
	width:141px;
	height:77px;
	background:url(/images/bg_pBubble.png) no-repeat;
	color:#272727;
	font-size:12px;
}
	#pBubble img{
		display:block;
		float:left;
		margin:7px;
		border:1px solid #aaa;
	}
	#pBubble span{
		display:block;
		float:left;
		margin:10px 0 0 0;
		width:70px;
		text-align:center;
	}
		#pBubble span a{
			color:#096595;
		}
		#pBubble span a.rateIt{
			display:block;
			margin:3px auto 0;
			font-size:14px;
			font-weight:bold;
		}
	#pBubble ins{
		display:none;
	}

.boxesHolder{
	margin:0 0 15px 0;
	width:960px;
	clear:both;
}

/*-------------------------------trophys----------------------------------*/

.trophyBox{
	float:left;
	margin:0 15px 0 0;
	width:310px;
}
#trophyVBox{
	float:right;
	margin:0;
}
	.trophyBox .m{
		height:131px !important;
	}
	
	.trophyBox .trophy{
		float:left;
		width:155px;
		height:131px;
	}
		.trophyBox .trophy a{
			display:block;
			width:155px;
			height:131px;
		}
		
		#trophyGBox .trophy a{
			background:url(/images/bg_trophyGold.png) no-repeat;
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_trophyGold.png',sizingMethod='crop',enabled='true');
		}
		#trophySBox .trophy a{
			background:url(/images/bg_trophySilver.png) no-repeat;
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_trophySilver.png',sizingMethod='crop',enabled='true');
		}
		#trophyVBox .trophy a{
			background:url(/images/bg_trophyVacated.png) no-repeat;
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_trophyVacated.png',sizingMethod='crop',enabled='true');
		}
			.trophyBox .trophy a span{
				display:none;
			}
		
	.trophyBox .descr{
		float:right;
		width:115px;
		height:131px;
		font-size:14px;
	}
		.trophyBox .descr h1{
			font-size:20px;
			margin-bottom:10px;
		}
		#trophyVBox .descr h1{
			color:#fc0;
		}
		.trophyBox .descr a{
			color:#eee;
		}
		#trophyVBox .descr a{
			text-decoration:none;
			border-bottom:1px dashed #eee;
		}
		

/*------------------------------------patterns--------------------------------------*/

.titles{
	margin:25px 0 10px;
}
	.titles div{
		float: left;
		width:472px;
	}
	.titles div.right{
		float:right;
	}
		.titles h2{
			display:inline;
			margin:0 7px 0 18px;
			color:#fff;
			font-size:20px;
		}
		.titles a{
			color:#53afd5;
		}

.patternsBox{
	float:left;
	margin:0 15px 0 0;
	width:472px;
}
	.patternsBox .m{
		height:211px !important;
	}
	.patternsBox .content{
		width:440px;
		height:210px;
		overflow:hidden;
	}

#recentPatternsBox{
	float:right;
	margin:0;
}

	.patternsBox .galleryItem{
		display:block;
		position:relative;
		float:left;
		margin:0 10px 10px 0;
		width:100px;
		height:100px;
		text-decoration:none;
		cursor:pointer;
	}
		.patternsBox .galleryItem span, .patternsBox .galleryItem img{
			display:none;
		}
		.patternsBox .galleryItem ins{
			position:absolute;
			right:0;
			bottom:0;
			padding:2px 2px 2px 19px;
			background:url(/images/bg_thumbstar.gif) 2px 5px no-repeat #000;
			color:#fff;
			fint-size:10px;
			opacity:0.6;
			_filter:alpha(opacity=60);
			text-decoration:none;
		}