/*------------------------------------------
	Reset (from the Yahoo UI Library)
------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

a{outline: none;}

/*------------------------------------------
    	Reusable Classes
------------------------------------------*/

.hide{display: none !important;}

/*------------------------------------------
	Interface
------------------------------------------*/

body{
    background: url(/images/1911139.jpg) no-repeat 100% 0;
    background-color: #090909;
    color: #bbb;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 16px;
}
#wrap {
  width:960px;
  margin:30px auto 0;
}
#main {
  width:900px;
  float:left;
  padding:10px 30px 0 30px;
  border:0px;
}
#container{
    text-align: center;
    float: left;
    width: 100%;
}
.wrap{
    text-align: left;
    margin: 0 auto;
    width: 940px;
    padding: 0 10px;
    min-width: 940px;
    clear: both;
}
#head, #body, #foot{
    float: left;
    width: 100%;
    clear: both;
    min-width: 960px;
}

#head{
    position: absolute;
}

/*
    Header
*/

#head h1{float: left;}
#head h1 a{
    background: url(logo.png) no-repeat 0 0;
    display: block;
    width: 315px;
    height: 160px;
    text-indent: -5000px;
    border: 0;
}
#head-sitelinks{
    float: left;
    width: 100%;
    padding: 2em 0;
}
#head-sitelinks ul{
    float: right;
    margin-top: 1.5em;
}
#head-sitelinks ul li{
    float: left;
    background: url(http://dev.appdb.ru/files/bg_sitel.png);
    margin: 0 0 0 18px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    padding: 4px 10px 4px 6px;
}
#head-sitelinks ul li a{
    display: block;
    border: 0;
    padding-left: 20px;
    color: #aaa;
    font-size: 12px;
    line-height: 1.5em;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#head-sitelinks ul li#link-apps a{background-image: url(http://dev.appdb.ru/files/icon_blo.png);}
#head-sitelinks ul li#link-repo a{background-image: url(http://dev.appdb.ru/files/icon_hel.png);}
#head-sitelinks ul li#link-dev a{background-image: url(http://dev.appdb.ru/files/icon_abo.png);}
#head-sitelinks ul li#link-forum a{background-image: url(http://dev.appdb.ru/files/icon_for.png);}
#head-sitelinks ul li a:hover{color: #fff;}
#head-sitelinks ul li.selected{background: #000;}
#head-sitelinks ul li.selected a,
#head-sitelinks ul li.selected a:hover{color: #fff;}
#head-applinks{
    float: left;
    width: 100%;
    background: url(http://dev.appdb.ru/files/bg_appli.png) no-repeat;
    height: 47px;
}
#head-applinks p{
    float: none;
    color: #b6b6b6;
    text-shadow: #222 0 -1px 0;
    margin: 14px;
    margin-left: 20px;
    text-align: center;
}
#head-applinks ul{
    float: right;
    margin: 1px 20px 0 0;
}
#head-applinks ul li{
    float: left;
    height: 45px;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
    text-shadow: #111 0 -1px 0;
    font-family: verdana, helvetica, arial, sans-serif;
}
#head-applinks ul li a{
	font-family: helvetica, arial, sans-serif;
	display: block;
	height: 32px;
	border: 0;
	padding: 13px 15px 0 15px;
	color: #888;
}
#head-applinks ul li a:hover{color: #fff;}
#head-applinks ul li.selected{background: url(http://dev.appdb.ru/files/bg_applj.png) no-repeat right 0;}
#head-applinks ul li.selected a,
#head-applinks ul li.selected a:hover{
    background: url(http://dev.appdb.ru/files/bg_applk.png) no-repeat 0 0;
    color: #fff;
    padding: 13px 30px 0 30px;
}

/*
    Body
*/

#body{
    margin-bottom: 1em;
    padding-top: 4em;
}
#content-sub{
    float: right;
    width: 220px;
    padding-left: 40px;
}

#panel-repo{
    float: left;
    width: 320px;
    margin-right: 20px;
}
#panel-repo p.message{
    border-top: 1px solid #333;
    border-bottom: 1px dotted #333;
    padding: .75em 0;
    font-size: 13px;
    text-shadow: #181818 1px 1px 0;
    line-height: 1.6em;
    margin-bottom: 1em;
}
#panel-apps{
    float: left;
    width: 320px;
    margin-right: 20px;
}
#panel-apps span{
    font-size: 10px;
    color: #666;
}
#panel-apps a{font-size: 13px;}
#panel-twitter{
    float: left;
    width: 260px;
}
#panel-twitter ul#twitter_update_list li{
    text-shadow: #181818 1px 1px 0;
    font-size: 13px;
    line-height: 1.6em;
    font-style: italic;
    padding: .8em 0;
}
#panel-twitter ul#twitter_update_list li a{
    font-style: normal;
}
p.action a{
    border: none;
    background: #333;
    font-size: 10px;
    line-height: 1.63em;
    text-transform: uppercase;
    color: #aaa;
    padding: 2px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
p.action a:hover{
    color: #fff;
    background: #444;
}

/*
    Footer
*/

#foot{
	font-size: 11px;
	margin-bottom: 1.8em;
	margin-left: 3.6em;
	color: #888;
	line-height: 1.8em;
}
/*------------------------------------------
	Typography
------------------------------------------*/

a{
    color: #dddddd;
    text-decoration: none;
    border-bottom: 0px;
}
a:hover{
    color: #fff;
    border-bottom: 0px
}
h2{
    font-size: 24px;
    margin-bottom: 1em;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
}
h3{
    font-size: 18px;
	font-weight: normal;
	color: #b4e4ff;
	margin-bottom: 1.38em;
	line-height: 1.38em;
}
p{
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
#content-main p{
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 1.5em;
    color: #bbb;
}
#content-main li {
	line-height:1.5em;
}
dl{margin-bottom: 1.8em;}
dl dt{
    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
}
dl dd{
    margin-bottom: 1.5em;
    color: #aaa;
    line-height: 1.4em;
}
hr{
    border: 1px solid #202020;
    background: #191919;
    padding: 0px;
    line-height: 1em;
    margin-bottom: 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    clear: both;
}
strong{
    font-weight: bold;
    color: #ccc;
}
em{
    font-style: italic;
    color: #ccc;
}
/*
    Content Sub
*/
#content-sub .box{
    background: #222;
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 1.5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#content-sub .box p{margin: 0;}
#content-sub p{
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
#content-sub h2{
    font-size: 15px;
    line-height: 1.4em;
    margin: 0;
}
#content-sub ul.link-list{
    margin-bottom: 1.5em;
    border-bottom: 2px solid #222;
    padding-bottom: 1.7em;
}
#content-sub ul.link-list li{
    font-size: 13px;
    line-height: 1.8em;
}
#content-sub ul.link-list li a{
    
}
/*------------------------------------------
	Products
------------------------------------------*/

/* Global */

#product #content-main{
    float: right;
    width: 580px;
}
#product #content-sub{
    float: left;
    width: 300px;
}
#product #content-main h2{
    float: left;
    width: 250px;
    margin-bottom: .5em;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 22px;
}
#product #content-main h3{
    font-size: 13px;
	font-weight: bold;
	margin-bottom: 1.38em;
	line-height: 1.38em;
	color: #fff;
	clear: both;
}
#product #content-main p.intro{
    clear: left;
    margin-bottom: 30px;
    font-size: 12px;
}
#product #content-main .important{
    margin-bottom: 30px;
    background: #333 no-repeat 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px 15px 15px 35px;
}
#product #content-main .important h3{
    margin: 0;
/*    text-shadow: #222 1px 1px 0;*/
    font-size: 15px;
}
#product #content-main .important p{
    font-family: verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
}
#content-sub #phone-portrait embed{border: 0;}
#content-sub #phone-portrait p{
    margin: -10px 0 0 72px;
}
#content-sub #phone-portrait p a{
    display: block;
    text-indent: -5000px;
    width: 152px;
    height: 152px;
    border: none;
}
#product #content-sub #accolades{
    width: 300px;
    margin-top: -50px;
}
#product #content-sub #accolades li{
    border-top: 1px dotted #1a1a1a;
    padding-top: 10px;
    margin-bottom: 1em;
    text-align: right;
    color: #999;
    font-style: italic;
    font-size: 11px;
}
#product #content-sub #accolades li a{
    display: block;
    font-style: normal;
    border: 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4em;
    color: #fff;
}
#product #content-sub #accolades li a:hover{
    color: #8ed6ff;
}
#product #content-main p#download{
    float: right;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}
#product #content-main p#download a{
    display: block;
    background: #af2222;
    border: 0;
    border-top: 1px solid #cf3838;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 210px;
    padding: 18px 0 0 10px;
    height: 58px;
    color: #ff9999;
    text-shadow: #6c0000 0 -1px 0;
    position: relative;
}
#product #content-main p#download a:hover{
	background: #c93333;
	color: #fff;
}
#product #content-main p#download a strong{
	color: #fff;
	display: block;
	font-size: 16px;
}
#product #content-main p#download a img{
    float: right;
    position: absolute;
    right: 7px;
    top: 7px;
}
#product #content-main .list-group{
	float: left;
	width: 500px;
	margin-right: 20px;
}
#product #content-main .list-group.last{margin-right: 0;}
#product #content-main .list-group ul{list-style:circle;}
#product #content-main .list-group ul li{
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 1.2em;
	color: #aaa;
	text-shadow: #111 1px 1px 0;
	padding-left: 15px;
}
#product #content-main .list-group ul li.new{}

/* Homepage */
#body.homepage{margin-bottom: 0;}
#body.homepage ul#apps{
    height: 560px;
    background: url(http://dev.appdb.ru/files/spotligh.png) no-repeat 50% 430px;
}
#body.homepage ul#apps li.appdb{
    float: left;
    width: 460px;
    padding-right: 10px;
}
#body.homepage ul#apps li.weightbot{
    float: right;
    width: 460px;
    padding-left: 10px;
}
#body.homepage ul#apps li a{
    display: block;
    border: 0;
}
#body.homepage ul#apps li.appdb a{
    text-align: right;
}
#body.homepage ul#apps li.weightbot a{
    text-align: left;
}
#body.homepage ul#apps li a span{
    margin-top: 200px;
    display: block;
    text-align: left;
    text-indent: -5000px;
    background-repeat: no-repeat;
}

/*------------------------------------------
	Get Satisfaction
------------------------------------------*/

#gsfn_search_widget form{
    width: 100%;
    margin-bottom: 1.5em;
}
#gsfn_search_widget .gsfn_label{
    height: auto !important;
    line-height: 1em;
    text-shadow: #111 1px 1px 0;
}
#gsfn_search_widget #gsfn_search_query{
    font-size: 15px;
    width: 468px;
    margin-top: .5em;
    padding: 4px;
    color: #ccc;
    border: 2px solid #666;
    background: #333 repeat-x 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#gsfn_search_widget #continue{
    border: 3px solid #fff;
    background: #8cc7e8;
    width: 152px;
    margin: 0 0 0 20px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
    color: #295670;
    font-size: 14px;
    text-shadow: #dbf2ff 0 1px 0;
}
#gsfn_search_widget #continue:hover{background: #b4e4ff;}
#gsfn_search_results .gsfn_topic_list li.gsfn_suggestion{
    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
    background: none;
    padding: 0;
}
#gsfn_search_results .gsfn_topic_list li{
    margin-bottom: 1em;
    padding-left: 15px;
	background: no-repeat 0 .5em;
}
#gsfn_search_results .gsfn_topic_list li.gsfn_submit,
#gsfn_search_results .gsfn_topic_list li.gsfn_no_results{
    font-size: 15px;
    line-height: 1.2em;
    margin-top: 1.5em;
    background: none;
    padding: 1.2em 0 0 0;
    color: #fff;
    border-top: 1px solid #333;
}

div.outer-container
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}

div.header
{
	padding-top: 47px;
}

div.header a {
	display: block;
	border-width: 0px;
	outline: none;
	text-decoration: none;
}

div.header h1 {
	margin-left: 0px;
	display: block;
	width: 570px;
	height: 143px
}


div.header h1 span
{
	visibility: hidden;
}

div.content-block
{
	background-color: #121212;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 7px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
	background-position: bottom;
}

div.copyright
{
	border-top: 1px dotted #292929;
	padding-top: 0.6em;
	color: #bbb;
	font-size: 80%;
	text-align: right;
	padding-right: 1.5em;
}

ul.main-menu {
	background-color: #292929;
	height: 45px;
	border-top: 4px solid #292929;
	border-bottom: 1px solid #5386ae;
	overflow: hidden;
	padding-left: 1em;
}

div.main-menu-bottom-shade
{
	background-repeat: repeat-x;
	height: 9px;
	overflow: hidden;
}

ul.main-menu li {
	float: left;
}

ul.main-menu a {
	display: block;
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 21px;
	font-weight: bold;
	color: white;
	border-width: 0px;
	text-decoration: none;
	height: 45px;
	outline: none;
}

ul.main-menu li.selected {
	background-repeat: no-repeat;
}

ul.main-menu li.selected a {
	color: #08436c;
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 2em;
	padding-right: 2em;
	text-shadow: white 0.0em 0.0em 0.4em;
}

ul.main-menu li a:hover {
	color: #77c1fb;
}

ul.main-menu li.selected a:hover {
	color: #08436c;
}

div.main-content 
{
	padding: 1em;
	color: white;
}

div#display
{
	margin-top: 72px;
	margin-left: 22px;
	width: 196px;
	height: 294px;
}

div.home-container
{
	overflow: hidden;
	padding-left: 2em;
	padding-right: 2em;
}

dl.features 
{
	float: left;
	margin-top: 1em;
	width: 350px;
}

dl.features dt 
{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.3em;
}

dl.features dd 
{
	margin-left: 1em;
	margin-bottom: 1em;
}

ul.thumbnails {
	overflow: hidden;
	margin-top: 1em;
	margin-left: 1em;
}

ul.thumbnails li {
	float: left;
	width: 64px;
	height: 94px;
	margin-right: 1em;
	background-color: #222;
}

ul.thumbnails li.qinit1 {
}

ul.thumbnails li.qinit2 {
}

ul.thumbnails li.qinit3 {
}

div#display div
{
	width: 196px;
	height: 294px;
	position: absolute;
}

div.iphone div.info p 
{
	padding: 2.4em;
	color: #ddd;
}

div.iphone div.qinit1 {
}

div.iphone div.qinit2 {
}

div.iphone div.qinit3 {
}


a.link
{
	color: #74c6ff;
	text-decoration: none;
}

dl.features a.link
{
	font-weight: bold;
}

a.link:hover
{
	text-decoration: underline;
}

a.available-on-appstore
{
	margin-top: 2em;
	display: block;
	width: 136px;
	height: 52px;
}

div.description
{
	overflow: hidden;
}

div.description p 
{
	margin-top: 1em;
	margin-left: 6em;
	width: 34em;
}

div.description p.image-description
{
	float:left; 
	width: 11em; 
	margin-left: 3em;
	margin-right: 2em;
	clear: left;
	
/* 	border-top: 1px solid #444; */
	padding-top: 1.1em;
/* 	border-left: 1px solid #444; */
	padding-left: 1.3em;
	padding-bottom: 1em;
	
	background-repeat: no-repeat;

	padding-right:  1em;		
/*
	border-bottom: 1px solid black;
	border-right: 1px solid black;

*/

/*
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
*/

	
/* 	background-color: #1a1a1a; */
}

div.description div.line {
	margin-top: 1em;
	border-top: 1px dotted #444;
}

strong {
	font-weight: bold;
}

div.description img {
	margin-bottom: 3em;
	/* border: 10px solid #333; */
	padding: 10px;
}

div.description img.app {
	border-width: 0px;
	margin-bottom: 0em;
	background-image: none;
}

div.description h3 {
	font-weight: bold;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	font-size: 120%;
	color: #74C6FF;
	border-bottom: 1px dotted #3C6683;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

div.download div.osx,
div.download div.windows
{
	overflow: hidden;
	padding-left: 2em;
	padding-right: 3em;
}

div.download div.osx
{
	padding-bottom: 1em;
	border-bottom: 1px dotted #3C6683;
	margin-bottom: 2em;
}

div.download div.osx a.download-icon
{
	float: left;
	height: 170px;
	width: 170px;
	background-repeat: no-repeat;
}

div.download a.download-icon span
{
	display: none;
}

div.download div.description
{
	margin-top: 2em;
}

div.download div.windows a.download-icon
{
	height: 170px;
	width: 170px;
	float: left;
	background-repeat: no-repeat;
}

div.download a.download
{
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}

div.download a.download:hover
{
	text-decoration: underline;
}

div.faq {
	line-height: 1.5em;
}

div.faq dt {
	margin-left: 2em;
	margin-right: 2em;
	font-weight: bold;
	margin-top: 1em;
	color: #91d0ff;
}

div.faq dd {
	margin-left: 5em;
	margin-right: 4em;
}

div.faq dd p {
	margin-top: 1em;
}

em {
	font-style: italic;
}

strong em {
	font-weight: bold;
}