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

	border-top:5px solid #999999;

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


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

/*	height:230px;*/


	padding-left:5px;



	padding-top:5px;
	
	clear:both;
	

	

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


	
	color:black;
	


}

.finalProductPanel
{
	/*border-bottom:5px solid #999999;*/
}

.productPanelEnder
{
	border-bottom:5px solid #999999;
	margin-bottom:30px;
}





.productPanelImage
{
	width:250px;
	background-color:white;
	background-position:center top;

	height:300px;
	


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

	
	float:left;
	

}

.productPanelTitleAndDescriptionAndPrice
{
	float:left;
	width:480px;
	margin-left:10px;
}

.productPanelText
{
	font-size:2em;
	font-weight:bold;
/*	height:50px;*/
	margin-top:5px;
	margin-bottom:14px;
}

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

}

.productPanelDescription a
{
	font-weight:bold;
	color:#0000CC;
}

.productPanelDescription p
{
	margin-top:7px;
	margin-bottom:7px;
}


.productPanelPrice
{
	font-size:1.4em;
margin-top:3px;

	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;
	

	

}



	.productCategoryPanel_left, .productCategoryPanel_right
	{
		width:2px;
		height:27px;
		display:none;

		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:5px;
		text-align:left;
		float:left;
		color:white;
	}
	
		.productCategoryPanelText a
		{
		color:white !important;
		}

.category_panel_show_only_text
{
	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;
}	