@charset "windows-874";
/* CSS Document */
.production_shopping_list{
	display: table;
	float: left;
	padding-right: 25px;
	width:190px;height:auto;
	margin-bottom:10px;
}
.production_shopping_list .photo_thumbnail{
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #c3c8c8;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:190px; height:auto;
	
}
.production_shopping_list .photo_caption,.production_shopping_list .photo_caption a ,.production_shopping_list .photo_caption a:hover{
	padding: 3px;
	font-family: Supermarket;
	font-size: 16px;
	text-align: center;
	width:190px; height:50px;
	word-wrap: break-word;
}

.category_thumb_list {
	padding: 0px;
	margin: 0px;
	float: left;
	display: table;
	list-style: none;
}
.category_thumb_list li {
	display: table-cell;
	height: 200px;
	width: 160px;
	float: left;
	padding: 10px;
}
.category_thumb_list .photo_thumbnail{
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #c3c8c8;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.category_thumb_list li .photo_caption {
	padding: 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #24698b;
	text-align: center;
}


.vendor_combo select {
	position: relative;
	position: absolute;
	display: block;
	width: 100%;
	height: 42px;
	padding: 0 0 0 8px;
	margin: 0;
	line-height: 40px;
	color: #555;
	text-decoration: none;
	white-space: nowrap;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vendor_combo .chosen-container-single .chosen-single {
position: relative;
display: block;
height: 40px;
padding: 0 0 0 8px;
overflow: hidden;
line-height: 40px;
color: #555;
text-decoration: none;
white-space: nowrap;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: none;
}
.vendor_combo .chosen-container-single .chosen-single div b {
background-position: -14px 10px;
}
.vendor_combo .chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: 5px 12px;
}
