
#pBubble{
	display:none;
	position:absolute;
	z-index:999;
	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;
	}


.title{
	height:70px;
}
	.title h1{
		float:left;
		width:350px;
	}
	.title ul{
		float:right;
		width:550px;
		text-align:right;
	}
		.title ul li{
			display:inline;
			margin:0 0 0 10px;
		}
			.title ul li span{
				color:#fff;
			}
			.title ul li span.range{
				color:#888;
			}
			.title ul li a{
				color:#53afd5;
			}
	
.patternsGallery{
	margin:0 auto;
	width:910px;
	clear:both;
}
		
	.patternsGallery .galleryItem{
		display:block;
		position:relative;
		float:left;
		margin:0 10px 10px 0;
		width:120px;
		height:120px;
		text-decoration:none;
		cursor: pointer;
	}
		.patternsGallery .galleryItem span, .patternsGallery .galleryItem img, .patternsGallery .galleryItem a{
			display:none;
		}
		.patternsGallery .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;
		}