@charset "utf-8";

.qitem {
	width:173px;
	height:156px;
	border:1px solid #7d7d7d;
	margin:2px 2px 2px 0;
	overflow:hidden;
	position:relative;
	float:left;
	cursor:hand;
	cursor:pointer;
	background-color:#d3f2f9
}

	.qitem img {
		border:0;
	
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

		.qitem .caption h4 {
			font-size:12px;
			padding:10px 5px 0 8px;
			margin:0;
			color:#db595a;
		}

		.qitem .caption p {
			font-size:11px;	
			padding:3px 5px 0 8px;
			margin:0;
			color:#999999;
		}




.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}
