/**MORE Button**/
.Buttons p{ margin:0 !important; padding:0 !important;}
.Buttons{width:100%; margin:0 auto; padding:0; margin-bottom:10px; margin-top:10px;}
.download-more{width:auto; float:center;}
.format_text-more a.icon {
	border: 1px solid rgba(0, 0, 0, .2);
	color: #fff;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	display: inline-block;
	padding: .5em 0.0em;
	text-decoration: none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	
}
.big-more{width:320px; height:23px;}
a.icon.green {
		background: #299a0b; /* Old browsers */
		background: -moz-linear-gradient(top, #299a0b 0%, #0b8e0b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#0b8e0b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #299a0b 0%,#0b8e0b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #299a0b 0%,#0b8e0b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #299a0b 0%,#0b8e0b 100%); /* IE10+ */
		background: linear-gradient(to bottom, #299a0b 0%,#0b8e0b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#0b8e0b',GradientType=0 ); /* IE6-9 */
    	}
	
.icon span { font-family: 'WebSymbolsRegular', cursive; margin-right: 15px; margin-left:15px; }
.format_text .icon:hover { color: #fff; opacity: .8 }
	
.icon-circle-win  { background:url(../images/win_logo.png) no-repeat center; padding:0 10px 0 10px;}
.icon-circle-mac  { background:url(../images/mac_logo.png) no-repeat center; padding:0 10px 0 10px; }
.icon-circle-and  { background:url(../images/and_logo.png) no-repeat center; padding:0 10px 0 10px;}
.icon-circle-ios  { background:url(../images/ios_logo.png) no-repeat center; padding:0 10px 0 10px;}
.icon-circle-download { background:url(../images/dow_logo.png) no-repeat center; padding:0 10px 0 10px;}

.clr{clear:both;}

/**END MORE Button**/