
/*
div#buy_download_buttons {
	background-image: url(../images/application/buy_download_double_buttons.png);
	width: 238px;
	height: 49px;
	top: 10px;
	left: 100px;
	position: relative;
	display: table;
}

div#buy_download_buttons .col1 
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 116px;	
}


div#buy_download_buttons .col2 
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 116px	
}


*/

/*
div#buy_download_buttons {
	background-image: url(../images/application/buy_download_double_buttons.png);
	width: 238px;
	height: 49px;
	top: 10px;
	left: 100px;
	position: relative;

}

#buy_download_buttons .col1 
{
	text-align: center;
	vertical-align: middle;
	width: 116px;	
	top: 5px;
	position: relative;
}


#buy_download_buttons .col2 
{
	text-align: center;
	vertical-align: middle;
	width: 116px;
	position: relative;
	top: -33px;
	left: 116px;
}

*/

div#app_store {
	background-image: url(../images/application/available_on_the_app_store_60.png);
	width: 173px;
	height: 60px;
	top: 10px;
	left: 140px;
	position: relative;
	display: block;
}


div#buy_download_buttons {
	background-image: url(../images/application/buy_download_double_buttons.png);
	width: 238px;
	height: 49px;
	top: 10px;
	left: 100px;
	position: relative;
	display: block;
}

#buy_download_buttons .col1 
{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 116px;	
	top: 5px;
	position: relative;
}


#buy_download_buttons .col2 
{
	text-align: center;
	vertical-align: middle;
	width: 116px;
	position: relative;
	top: 5px;
	left: 116px;
	position: absolute;
}


div#buy_download_buttons a {
	color: #5e5e5e;
	font-size: 12px;
	font-weight: bold;
}


div#buy_download_buttons .subtext {
	display: block;
	
	/*float: left;*/
	position: relative;
	z-index: 88;
	top: 0px;
	
	font-size: 9px;
	color: #555;
}

div#buy_download_buttons .subtext a
{
	font-size: 9px;
	color: #555;
	font-weight: normal;
}

/*
div#buy_download_buttons_triple {
	background-image: url(../images/application/buy_download_triple_buttons.png);
	width: 348px;
	height: 49px;
	top: 10px;
	position: relative;
	display: table;
}

div#buy_download_buttons_triple .col1 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 116px;
}

div#buy_download_buttons_triple .col2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 116px;
}

div#buy_download_buttons_triple .col3 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 116px;
}
*/

div#buy_download_buttons_triple {
	background-image: url(../images/application/buy_download_triple_buttons.png);
	width: 348px;
	height: 49px;
	top: 10px;
	position: relative;
	display: block;
}

div#buy_download_buttons_triple .col1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 116px;
	top: 5px;
	position: relative;	
}

div#buy_download_buttons_triple .col2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 116px;
	top: 5px;
	left: 116px;
	position: absolute;	
}

div#buy_download_buttons_triple .col3 {
	text-align: center;
	vertical-align: middle;
	width: 116px;
	top: 5px;
	left: 232px;
	position: absolute;	
}

div#buy_download_buttons_triple a {
	color: #5e5e5e;
	font-size: 12px;
	font-weight: bold;
}


div#buy_download_buttons_triple .subtext {
	display: block;
	
	/*float: left;*/
	position: relative;
	z-index: 88;
	top: 0px;
	
	font-size: 9px;
	color: #555;
}


div#buy_download_buttons_triple .subtext a
{
	font-size: 9px;
	color: #555;
	font-weight: normal;
}

div#features_container {
	overflow: hidden;
/*	padding: 40px 80px 0 80px;*/
	padding: 20px 80px 0 80px;
}


div#features_list 
{
	/*float: left;*/
	width: 440px;
	margin-right: 40px;
}


div.feature {
	overflow: hidden;
	width: 440px;
	margin-bottom: 20px;
}


div.feature .icon {
	float: left;
	width: 32px;
}

div.feature .description {
	float: left;
	width: 400px;
	padding-left: 8px;
}


div.feature .description p {
	line-height: 1.6;
}

div.feature .description .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 8px;
}






div#screenshots 
{
	position: relative;
	top: 0px;
	float: right;
	width: 290px;
}

div.screenshot
{
	width: 280px;
	height: 180px;
	background: url(../images/application/screenshot_frame.png);
	background-repeat: no-repeat;
	line-height: 180px;
	text-align: center;
}

div.screenshot img
{
	vertical-align: middle;
}

div.screenshot img.zoom
{
	vertical-align: bottom;
	position: relative;
	display: inline;
	margin-right: -32px;
	opacity: 0.5;
	z-index: 1;
	top: -15px;
	left: -15px;
}


div.screenshot:hover img.zoom {
	opacity: 1.0;
}

div.ipadscreenshot
{
	width: 280px;
	height: 358px;
	clear: both;
	margin-top: 25px;
}

div.ipadscreenshot img.zoom
{
	vertical-align: bottom;
	position: relative;
	display: inline;
	margin-right: -32px;
	opacity: 0.5;
	z-index: 1;
	top: -70px;
	left: 230px;
}


div.ipadscreenshot:hover img.zoom 
{
	opacity: 1.0;
}

div.iphonescreenshot
{
	width: 108px;
	height: 200px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

div.iphonescreenshot img.zoom
{
	vertical-align: bottom;
	position: relative;
	display: inline;
	margin-right: -32px;
	opacity: 0.5;
	z-index: 1;
	top: -60px;
	left: 80px;
}


div.iphonescreenshot:hover img.zoom 
{
	opacity: 1.0;
}

#infoblock 
{
	padding: 0px 0px 0 0px;
	height: 30px;
	background: url(../images/application/info_bar_normal.png) repeat-x;
	overflow: hidden;
	margin-bottom: 20px;
}
	
	
#infoblockmenu 
{
	margin: 0;
	padding: 0px 0px 0 0;
	overflow: hidden;
}


#infoblockmenu div.tab {
	float: left;
	height: 30px;
	
	}


#infoblockmenu div.separator {
	float: right;
	width: 9px;
	height: 30px;
	background: url(../images/masthead/navbar_separator.png) no-repeat center;
	}


#infoblockmenu div a {
	color: #3e3e3e;
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	color: #3e3e3e;
	text-shadow: #c0c0c0 1px 1px 1px;
	}
	
#infoblockmenu div:hover {
	background: url(../images/application/navbar_hover.png) repeat-x;
	}

#infoblockmenu div a:hover {
	text-decoration: none;
	}

#infoblockmenu div.selected 
{
	background: url(../images/masthead/navbar_selection.png) repeat-x;
}

#infoblockmenu div.mid {
	float: left;
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
}

#infoblockmenu div.leftgap {
	display: block;
	float: left;
	width: 10px;
	height: 28px;
}

#infoblockmenu div.rightgap {
	display: block;
	float: left;
	width: 10px;
	height: 28px;
	}



#infoblockmenu div.selected .leftgap,
#infoblockmenu div:hover .leftgap {
	background: url(../images/masthead/navbar_selection_left.png) no-repeat;
	}
	
#infoblockmenu div.selected .rightgap,
#infoblockmenu div:hover .rightgap {
	background: url(../images/masthead/navbar_selection_right.png) no-repeat right;
	}

	
div#app_badge
{
	position:absolute;
	top: 80px;
	width: 775px;
	text-align: right;
	
	/* float: right; */
	/* width: 290px; */
}
	

