


.collapsibleContainer
{
    padding: 10px 0px 10px 0px;
}

.collapsibleContainerTitle
{
    cursor:pointer;
	width:650px;
	height:auto;
	
}

.collapsibleContainerTitle div
{
    width:650px;
	height:70px;
 	background: url("../images/prod_head.png") no-repeat top center; 
}

.collapsibleContainerContent
{
    padding-top: 10px;
	width:650px;
	height:auto;
	
}



.product
{
	width:630px;
	height:auto;
		
	
}

.prod_text
{
	width:auto;
	padding: 5px 10px 5px 10px;
	height:auto;
	background-color:#CCC;
	float:left;
	text-align:left;
}
	
.prod_image
{
	width:110px;
	height: auto;
	padding: 5px 5px 5px 5px;
	background-color:#CCC;
	float:right;
	
}

.prod_title
{
	width:630px;
	height:40px;
	background: url("../images/prod_sub.png") no-repeat left center;
	text-align:left;
	padding: 20px 0px 0px 10px;
	float:left;
}
	
.clear { clear: both;}




