﻿.xitem {
   min-width: 120px;
   padding: 2px 10px;
}

.bitem {
   border: 1px solid red;
   margin: 1px;
   padding: 0px 5px;
   text-align: center;
   position: relative;  
   height: auto;
}
.jitem {
   border: 1px solid red;
   min-height: 92px;
/*   max-height: 200px; */
   margin: 1px;
   padding: 0px 5px;
   position: relative;  
   text-align: center;
}
.jitem img {
   height: auto;
   width: auto;
   max-width: 100%;
   max-height: 190px;
}

.jitem0 {
   margin: 0px;
   padding: 0px;
   position: relative;  
   text-align: center;
}
.jitem0 img {
   height: auto;
   width: auto;
   max-width: 100%;
   max-height: 190px;
}

.jitem1 {
   margin: -5px 0px 0px;
   padding: 0px;
   position: relative;  
   text-align: center;
}
.jitem2 {
   margin: -10px 0px 0px;
   padding: 0px;
   position: relative;  
   text-align: center;
}

.imgcat {
   height: auto;
   width: auto;
   max-width: 100%;
   max-height: 190px;

}

.selectform {
	padding-bottom: 5px;
	width: auto;
	max-width: 360px;
	min-width: 170px;
	margin-left: auto;
	margin-right: auto;
}
.selectbtn {
	text-align: right;
        min-width: 170px;
	width: 100%;
	overflow: auto;
}
	/* DivTable.com */
.divTable {
	display: table;
}
.divTableRow {
	display: table-row;
}
.divTableRow label {
	padding-left: 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
	text-align: left;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}