/***********************************************************
*  css file for item list								   *
***********************************************************/

.category{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:1.0em;
	font-weight:bold;
	background-color:#99B7E3;
	
	width:450px;
	margin:0px auto 0;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:23px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.item{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	margin:0px auto 0;
	width:400px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.content{	/* Content that is slid down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

/* Title of the box */
.title {
color:#FFF;
background-color:#3062AC;
margin:0px auto 0; 
margin-left:114px;
width:452px;"
}


/************************************************************
Table format												*
************************************************************/
.item_name {
width:200px;
}

.quantity {
width:25px;
}

.i_price {
width:75px;
}

.t_price {
width:75px;
}