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


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

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

/*	height:230px;*/

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


	height:254px;
	padding-top:5px;
	

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

	cursor:pointer;
	
	font-size:0.85em;
	
	color:black;
	


}

.finalProductPanel
{

}





.productPanelImage
{
	width:187px;

	height:187px;


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

}


.productPanelTitleAndDescriptionAndPrice
{

	height:64px;


}

	
	.productPanelText
	{
		margin-left:1px;
		margin-top:5px;
		height:32px;
	/*	height:50px;*/
	}
	
	.productPanelPrice
	{
		float:right;
		margin-right:10px;
		margin-top:6px;
		font-size:1.2em;
		font-weight:bold;
	}
	
	.productPanelDescription
	{
		display:none;
	
	}

	.productPanelMoreInfo
	{
		float:right;
	}
	
	.productPanelMoreInfo a
	{

	}









.productCategoryPanel, .finalProductCategoryPanel
{
	background-image:url(../images/buttons/category_button_middle.png);

	background-color:#999999;

	color:white;
	background-repeat:none;
	
	margin-top:0px;
	margin-bottom:10px;
	margin-left:9px;
	margin-right:0px;


	width:147px;
	padding-left:3px;

	height:38px;
	padding-top:12px;
	
	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;
	margin-top:3px;
	color:white;
}

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


.make_model_combos
{
	margin-left:9px;
	margin-bottom:10px;
	background-image:url(../../images/panels/make_model_year_select.png);
	background-repeat:no-repeat;
	width:641px;
	height:51px;
}	

	.make_model_combos select
	{
		margin-left:9px;
		margin-top:3px;
		width:180px;
	}
	

.wheelsize_combo
{
	margin-left:9px;
	margin-bottom:10px;

	background-image:url(../../images/panels/wheel_size_select.png);
	background-repeat:no-repeat;

	width:208px;
	height:50px;


}

	.wheelsize_combo select
	{
		margin-left:9px;
		margin-top:3px;
		width:180px;
	}




