#ntexchange_order_details
{
	margin-top : 20px;
	margin-bottom: 20px;
	display: none;
}

	#ntexchange_order_details table
	{
		width: 100%;
	}

		#ntexchange_order_details table th,
		#ntexchange_order_details table td
		{
			text-align: center;
			border: 1px solid #ccc;
			font-size: 12px;
		}

			#ntexchange_order_details table ul
			{
				list-style: none;
				text-align: center;
			}

			#ntexchange_order_details table ul li
			{
				border: 2px solid #A99F96;
				cursor: pointer;
				display: inline-block;
				font-size: 12px;
				height: 30px;
				line-height: 30px;
				margin: 5px;
				text-align: center;
				width: 30px;
			}

			#ntexchange_order_details table ul li.select
			{
				border-color: #821a0d !important;
			}

			#ntexchange_order_details table ul li.disable
			{
				border-color: #555555;
				cursor: default;
				opacity: 0.5;
			}

				#ntexchange_order_details table ul li img
				{
					vertical-align: top;
					width: 100%;
					height: 100%;
				}