/* CSS Document */
.productPanel, .finalProductPanel
{
	background-image:url(../../images/panels/product_panel_background.png);
	background-repeat:no-repeat;

	padding-left:10px;

	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;

	padding-bottom:0px;
	padding-right:0px;

/*	height:230px;*/
	width:171px;
	height:150px;
	
	float:left;
	text-align:left;
/*	background-color:white;*/

	cursor:pointer;
	
	font-size:0.85em;
	


}

.finalProductPanel
{

}


.productPanelMoreInfo
{
	text-align:right;
	margin-top:2px;
	margin-right:31px;
}

.productPanelMoreInfo a
{
	color:red;
}


.productPanelImage
{
	width:160px;
	height:86px;

	text-align:center;
	
	background-repeat:no-repeat;

}

.productPanelText
{
	margin-left:3px;
	margin-top:5px;
/*	height:50px;*/
}

.productPanelPrice
{
	width:1px;
}














.productCategoryPanel, .finalProductCategoryPanel
{
	background-image:url(../../images/buttons/category_button_middle.png);
	background-repeat:repeat-x;
	height:24px;
	
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;


	width:154px;
	
	float:left;
	text-align:center;
	font-size:0.9em;

	

}



	.productCategoryPanel_left, .productCategoryPanel_right
	{
		width:1px;
		height:24px;

		background-image:url(../../images/buttons/category_button_left.png);
		background-repeat:no-repeat;
	}
	
	.productCategoryPanel_left
	{
		float:left;
		background-image:url(../../images/buttons/category_button_left.png);
	}
	.productCategoryPanel_right
	{
		float:right;
		background-image:url(../../images/buttons/category_button_right.png);
	}

	.productCategoryPanelText
	{
		margin-left:3px;
		margin-top:3px;
		text-align:left;
		float:left;
	}

