/* CSS Document */

.button_image
{
	cursor:pointer;
}

.fabric_panel
{
	padding:5px;
	width:120px;
	height:167px;
	border:2px solid #CCCCCC;
	float:left;
	margin-right:3px;
	background-color:white;
	
	font-size:0.85em;
	text-align:center;
	
	position:relative;

}

.build_panel .fabric_panel
{
	float:none;
}
	
	.fabric_panel_image
	{
		cursor:pointer;
	
	}
	
	.fabric_panel_text
	{
	
	}

.fabric_panel_enlarge
{
	position:absolute;
	top:156px;
	left:82px;
	cursor:pointer;
	

}

.fabric_panel_sample
{
	position:absolute;
	top:156px;
	left:7px;
	cursor:pointer;
	

}





.largeFabric
{
	background-color:white;
	border:2px solid #DB3195;
	width:620px;
/*	height:30px;*/
	display:none;
	padding:0px;
	
	position:absolute;
	z-index:9999;
	top:0px;
	left:0px;
}

	.largeFabric_topbar
	{
		background-color:#DB3195;
			color:white;
			padding:4px;
	
	}
	
		.largeFabric_close
		{
			float:right;
			font-weight:bold;
			cursor:pointer;
		}
		
		.largeFabric_title
		{
			float:left;
		}
		
	.largeFabric_image
	{
		padding:10px;
		float:left;
		margin-right:0px;
		
	}

	.largeFabric_right
	{
		float:left;

	}

	.largeFabric_spec
	{
		padding:10px;
		padding-left:0px;
		float:left;
		font-size:0.85em;
		
	}

	.largeFabric_buttons
	{
		clear:both;
	}


