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

	border-bottom:1px solid #999999;
	


	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;


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


/*	height:230px;*/

	height:130px;


	



	padding-left:5px;
	width:710px;

/*	height:200px;*/
	padding-top:5px;



	text-align:left;
/*	background-color:white;*/


	
	color:black;
	
	clear:both;

}

.finalProductPanel
{
	border-bottom:none !important;

}

.productPanelEnder
{

	
}





.productPanelImage
{
	width:120px;
	height:120px;

	background-color:white;
	background-position:center top;
	
	padding:0px;
	background-color:white;

	border:1px solid #CCCCCC;
	
	margin-right:10px;
	padding:2px;
	
	


	text-align:center !important;
	background-repeat:no-repeat;
	
	min-height:1px;
	

	
	float:left;
	

}

.productPanelTitleAndDescriptionAndPrice
{

	width:560px;
	float:left;


}

.productPanelText
{

	font-weight:bold;
/*
	font-size:1em;


	margin-top:5px;
	margin-bottom:5px;*/
}

.productPanelDescription
{
/*	margin-left:1px;
	margin-top:5px;
*/

	height:90px;
	min-height:90px;
	padding:0px;

	


	
}

.productPanelPrice
{
	
	font-size:1em;
	font-weight:bold;
	margin-top:4px;

	float:right;

}

.productPanelMoreInfo
{

	margin-top:2px;
	margin-left:10px;
	float:right;
	cursor:pointer;
}












.productCategoryPanel, .finalProductCategoryPanel
{/*
	background-image:url(../images/buttons/category_button_middle.png);
	color:white;
	background-repeat:repeat-x;
	height:27px;
	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:7px;
	margin-right:0px;


	width:146px;
	
	float:left;
	text-align:center;
	font-size:0.9em;
	
	cursor:pointer;
	*/
	
	border:1px solid #B8027E;
	width:150px;
	height:150px;
	background-color:white;

	position:relative;
	float:left;
	margin:10px;

	cursor:pointer;
}



	.productCategoryPanel_left, .productCategoryPanel_right
	{
		display:none;
	}
	
	.productCategoryPanelImage
	{
		position:		absolute;
		top:5px;
		left:5px;
		right:5px;
		bottom:35px;
		text-align:center;
		overflow:hidden
		background-repeat:no-repeat;
	}

	.productCategoryPanelText
	{

		position:absolute;
		bottom:0px;
		height:30px;
		left:0px;
		right:0px;font-size:0.85em;
		text-align:center;

		color:black;
	}
	
		.productCategoryPanelText a
		{
		color:black !important;
		}

.category_panel_show_only_text
{
	display:none;
	clear:both;
	margin-left:9px;
}

.category_panel_bottom
{
	border-bottom:3px solid #999999;
	margin-bottom:15px;
	padding-bottom:5px;
	display:none;
}



.make_model_combos
{
	margin-left:9px;
	margin-bottom:10px;
}	
