#content
{
	min-height: 850px;
}

.dim 
{
	color: #b5b5b5;
}

/* --- */

.btn_try_it
{
	display: block;
	width: 118px;
	height: 36px;
	text-indent: -789em;
	background: url(/i/v2/app_try_it.png) no-repeat;
}

/* --- */

.app h2
{
	margin-bottom: 10px;
}

.app .btn_try_it
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#app_content 
{
	position: relative;
	float: left;
	width: 340px;
	margin-right: 60px;
}
#app_image
{
	float: left;
}

/* --- */

.app_rows
{
	list-style: none;
}
.app_rows li
{
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.app_rows li a
{
	display: block;
	position: relative;
	min-height: 80px;
	padding: 20px;
	background-position: right center;
	background-repeat: no-repeat;	
	color: #494949;
	text-decoration: none;
}
.app_rows li a:hover
{
	background-color: #EBEBEB;
}
.app_rows li strong
{
	display: block;
	font-size: 19px;
}
.app_rows li small
{
	display: block;
	color:#666666;
	font-size: 15px;
}
.app_rows li cite
{
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	font-style: normal;
}


.app_icons
{
	list-style: none;
	padding-top: 17px;
}
.app_icons li
{
	float: left;
	width: 33%;
	height: 150px;
	margin-bottom: 5px;
	text-align: center;
}
.app_icons li a
{
	background-color: transparent;
	border: none;
	display: block;
	position: relative;
	padding-top: 82px;
	text-align: center;
	color: #494949;
	text-decoration: none;
}
.app_icons li img {
	display: block;
}
.app_icons li .img
{
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	background: gray center no-repeat;
}
.app_icons li a:hover
{
	color: black;
}
.app_icons li strong
{
	display: block;
	font-size: 19px;
}
.app_icons li small
{
	display: block;
	color:#666666;
	font-size: 15px;
}
.app_icons li cite
{
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	font-style: normal;
}
