/**
 * Author: Michael Kinkaid
 **/

	#contenttoppng{
		height: 24px;
		width: 800px;
		padding: 0px;
		margin:0px;
		background: url("../../images/competitionGraphics/box_top_grey.gif") no-repeat top left;
		float:left;
	}

	#paginationContainer
	{
		padding-top:2px;
		padding-bottom:3px;
		margin:0px 0px 0px 0px;
		height:30px;
		font-size: 10px;
		text-align:right;
	}	
	
	
	.savedProductsContainer{
		float:left;
	}
	
	.productContainer{
		float:left;
		padding:0px;
		margin:0px 5px 10px 5px;
		width:170px;
		border:#EBEBEB solid 1px;;
		background-color:#FFFFFF;
		cursor:pointer;
		color:#999999;
		overflow:hidden;
		position:relative;
	}
	
	.toolbar{
		width:170px;
		height:18px;
		text-align:center;
		font-weight:bold;
		font-size:12px;
		background: url("../../images/toolBars/galleryResultToolBar.gif");
	}
	
	.imageContainer{
		width:150px;
		height:150px;
		margin:10px;
	}
	
	.productInfo{
		background-color:#FFFFDB;
		width: 170px;
		margin-bottom:5px;
		text-align:center;	
		color:#000000;
		position:relative;
		font-size:10px;
	}
	
	.productInfo a{
		color:#3E9EFF;
		text-decoration: none;
		font-weight:bold;
	}
	
	.productInfo a:hover{
		text-decoration: underline;
	}
