.module_2 .box {
	text-align:				center;
	margin:					0 0 10px 10px;
	width:					200px;
	float:					left;
	padding:				12px;
	background-color:		#F5FFE6;
	border:					1px solid #A5D3A5;
	max-height:				250px;
	overflow:				hidden;
	min-height:				250px;
	}

.module_2 .box h1 {
	background-color:		transparent;
	margin:			0 0 10px 0;
	padding:		0px;
	line-height:			100%;
	height:			1.5em;
	text-align:		left;

			font-weight:			normal;
			font-family:			georgia, times new roman, sans-serif;
			border-bottom:			0px solid #cccccc;
			font-size:				1.5em;
			color:					#000000;



	}

.module_2 .box select {
	display:		inline;
	}

.module_2 .box .price {
	margin-top:		10px;
	color:			#005F00;
	font-size:		1.2em;
	font-weight:			bold;
	}

.module_2 .box .buttons img {
	margin:			10px 5px 0 5px;
	}
.module_2 .box .info {
	line-height:			140%;
	text-align:		left;
	font-size:		11px;
	}

#containerMiddle .module_2 .box .properties2, #containerMiddle .module_2 .box .properties1 {
	display: inline;
	}

#containerMiddle .module_2 .box .properties2 select, #containerMiddle .module_2 .box .properties1 select {
	width: 90px;
	}
		
#containerMiddle .module_2 .box .properties2 select {
	display: none;
	}
	
#containerMiddle .module_2 .box .properties2 select:first-child {
	display: inline;
	}
	
	
	
