.ui-body-b,
.ui-overlay-b {
	border: 1px solid 		#999 /*{b-body-border}*/;
	background: 			#FFFFFF /*{b-body-background-color}*/;
	color: 					#222222 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
	font-weight: normal;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFF /*{b-body-background-start}*/), to( #FFF /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFF /*{b-body-background-start}*/, #FFF /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFF /*{b-body-background-start}*/, #FFF /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFF /*{b-body-background-start}*/, #FFF /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFF /*{b-body-background-start}*/, #FFF /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFF /*{b-body-background-start}*/, #FFF /*{b-body-background-end}*/);
}

#mainImg {
	text-align:center;
}

#companyList {
	margin:20px 0 40px 0;
}

#companyList .listBody {
	padding:20px 0px;
	font-weight:normal; 
	font-size:14px;	
}

#productList {
	list-style:none;
	margin:20px 0 20px -30px;
}

#productList .listBody {
	font-weight:normal; 
	font-size:14px;
	line-height:150%;
}

#productList img {
	margin:0 20px 10px 0;
}

#productList h4 {
	font-size:16px;
	color:#559427
}


table {
	line-height:170%;
	width:100%;
	max-width:480px;
	font-size:14px;
}
table tr td {
	padding: 5px;
	border: 1px solid #DDDDDD;
}
table tr .fst {
	/*background: #EEECEA;*/
	width:35%;
}


/* utility //////////////////////////////////*/


.fl {float:left}
.fr {float:right}
.textGr {color:#559427}

.clear {clear:both;}

/* clearfix */

.clearfix { zoom: 1; }
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
	
	/* IE8nbN */
	html>/**/body .clearfix {
	display /*\**/: block\9;
	clear: both;
}

	/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
