@charset "utf-8";
/* CSS Document */

body {
	font-family:arial;	
}

.qitem {
	width:252px;
	height:126px;
	margin:4px 4px 4px 0;
	background: url('../images/product_bg.jpg') no-repeat;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	cursor:hand;
	cursor:pointer;
}

	.qitem img {
	z-index:200;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #EAEAEA;
	}

	.qitem .caption {
	position:absolute;
	z-index:0;
	color:#FFF;
	display:block;
	text-align: center;
	width: 250px;
	}

		.qitem .caption h4 {
	font-size:10pt;
	padding:10px 5px 0 8px;
	margin:0;
	color:#F00;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
		}

		.qitem .caption p {
	font-size:9pt;
	padding:3px 5px 0 8px;
	margin:0;
		}



/* Setting for corners */

.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;
	height: 1px;
}
.moreinfo a {
	line-height: 250%;
	font-style: italic;
	font-size: 9pt;
	color: #F00;
	text-decoration: underline;
}
