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

	border-top:2px solid #bbb;

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


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

/*	height:230px;*/


	padding-left:5px;



	padding-top:5px;
	
	clear:both;
	

	background:color:#999;

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

	width:750px;
	
	min-height:200px;
	
	color:black;
	
	cursor:pointer;

	position:relative;

}

.productPanelClear
{
	clear:both;
	width:740px;

}
/*
	.productPanel:hover, .productPanel:hover div
	{
		background:#DDDDDD;
	}*/
	.productPanel:hover .productPanelImage img
	{
		border:1px solid #666;
	}

	.productPanel:hover .productPanelPopup
	{

		background:green;
	}


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

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


.productPanelPopup
{
	position:	absolute;
	bottom:0px;
	left:0px;
	width:0px;
	height:15px;
	background:green;

	color:white;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	white-space:nowrap;
	font-size:12px;

}


.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;
	

}

.productPanelImage img
{
	border:1px solid white;	
}

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

.productPanelPricePanel
{
	margin-left:00px;
	margin-top:0px;
	margin-bottom:10px;
	background-image:url(../../images/panels/home_featured_price_background.png);
	background-repeat:no-repeat;
	width:228px;
	height:60px;
	position:relative;
}

			.productPanelStock
			{
				color:white !important;
				position:absolute;
				left:10px;
				top:3px;
				bottom:3px;

				width:100px;
				overflow:hidden;
				font-weight:normal;
			}
				.productPanelStock table
				{
				font-weight:normal;
					border:none;
					height:54px;
					width:100px;

					
				}
					.productPanelStock table td
					{
				font-weight:normal;
						vertical-align:middle;
						height:54px;
						width:100px;


					}
			



.productPanelPrice
{
	color:white;
	right:10px;
	top:17px;
	position:absolute;	
	font-size:2.0em;

}

.productPanelMoreInfo
{

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













