.support-browser:before,.support-browser:after{
	content:"";
	display:table;
}
.support-browser:after{
	clear:both;
}
.support-browser {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	zoom:1;
}

.support-browser li {
	font-family: Arial;
	position: relative;
	width: 100px;
	margin: 0 auto 5px;
	text-align: left;
	zoom: 1;
}
.support-browser li:before, .support-browser li:after {
	content: "";
	display: table;
}
.support-browser li:after {
	clear: both;
}

.support-browser li div {
	width: 30px;
	height: 30px;
	float: left;
}
.support-browser sub.version {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	position: relative;
	top: 12px;
}

.support-browser .IE {
	background: url(../../../../en_ap/products/sim/css/images/ie.png) no-repeat;
}
.support-browser .Chrome {
	background: url(../../../../en_ap/products/sim/css/images/chrome.png) no-repeat;
}
.support-browser .Safari {
	background: url(../../../../en_ap/products/sim/css/images/safari.png) no-repeat;
}
.support-browser .Firefox {
	background: url(../../../../en_ap/products/sim/css/images/firefox.png) no-repeat;
}
.support-browser .Opera {
	background: url(../../../../en_ap/products/sim/css/images/opera.png) no-repeat;
}
.support-browser .iPhone {
	background: url(../../../../en_ap/products/sim/css/images/iphone.png) no-repeat;
}
.support-browser .iPad {
	background: url(../../../../en_ap/products/sim/css/images/ipad.png) no-repeat;
}
.support-browser .Android {
	background: url(../../../../en_ap/products/sim/css/images/android.png) no-repeat;
}