body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;
	padding: 0;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	font: 12px arial, sans-serif;
	color: #5f6776;
	background: #0c141d url("../images/background.jpg") no-repeat center top;
}

h1 {
	float: left;
	font: normal 22px arial;
	text-decoration: none;
	color: #2e9aff;
}

h1 span {
	color: #fff;
}

h2 {
	float: left;
	font: bold 16px arial;
	text-decoration: none;
	padding: 0 0 5px 0;
	color: #164776;
}

h2 a:link {color: #164776; text-decoration: none}
h2 a:visited {color: #164776; text-decoration: none}
h2 a:active {color: #164776; text-decoration: none}
h2 a:hover {color: #164776; text-decoration: underline}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #3679d4; text-decoration: underline}
a:visited {color: #3679d4; text-decoration: underline}
a:active {color: #3679d4; text-decoration: underline}
a:hover {color: #3679d4; text-decoration: none}

#head {
	margin: 0 auto;
	width: 1000px;
}

.head {
	float: left;
	position: relative;
	width: 1000px;
	height: 103px;
}

.logo {
	position: absolute;
	left: 29px;
	top: 32px;
}

.menu {
	position: absolute;
	left: 304px;
	top: 35px;
	width: 460px;
	height: 55px;
	font-size: 15px;
	color: #0b131c;
	list-style: none;
	background: url("../images/menu_bg.png") no-repeat;
}

.menu li {
	float: left;
	padding: 5px 25px 0 7px;
}

.menu span {
	color: #fff;
}

.menu a:link {color: #fff; text-decoration: none}
.menu a:visited {color: #fff; text-decoration: none}
.menu a:active {color: #fff; text-decoration: none}
.menu a:hover {color: #fff; text-decoration: underline}

.menu ul a:link {color: #78b5e9; text-decoration: none}
.menu ul a:visited {color: #78b5e9; text-decoration: none}
.menu ul a:active {color: #78b5e9; text-decoration: none}
.menu ul a:hover {color: #78b5e9; text-decoration: underline}

.menu ul {
	position: absolute;
	left: 8px;
	top: 33px;
	width: 452px;
	font-size: 12px;
	color: #fff;
	list-style: none;
}

.menu ul li {
	padding: 1px 5px 5px 5px;
}

.menu ul .active {
	background: url("../images/submenu_highlight.gif") repeat-x left bottom;
}

.search {
	position: absolute;
	right: 32px;
	top: 37px;
}

.search_input {
	float: left;
	width: 139px;
	height: 20px;
	padding: 4px 10px 0px 10px;
	background: url("../images/search_input.gif") no-repeat;
}

.search_input input {
	float: left;
	font: 11px arial;
	background-color: transparent;
	border-width: 0;
	cursor: text;
	width: 139px;
	color: #8bb8e8;
}

.transparent_block {
	float: left;
	width: 100%;
	height: 229px;
}

#content {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 0px 0 20px 0;
	background: #efefef url("../images/content_line.gif") repeat-x 0 0;
}

.content {
	margin: 0 auto;
	width: 960px;
	margin-top: 22px;
	padding: 0 20px;
}

.gadgets {
	float: left;
	display: inline;
	position: relative;
	width: 1000px;
	margin: -20px;
}

.gadget {
	float: left;
	position: relative;
	width: 283px;
	height: 422px;
	padding: 0 20px 0 30px;
}

.iphone_title	{
	position: absolute;
	left: 20px;
	top: -224px;
	width: 293px;
	text-align: center;
}

.android_title, .blackberry_title {
	position: absolute;
	left: 20px;
	top: -223px;
	width: 293px;
	text-align: center;
}

.iphone {
	position: absolute;
	left: 83px;
	top: -190px;
	width: 195px;
	height: 368px;
	background: url("../images/iphone.png") no-repeat;
}

.iphone_highlight, .android_highlight, .blackberry_highlight {
	position: absolute;
	left: 12px;
	top: -243px;
	width: 315px;
	height: 243px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: url("../images/highlight.png") no-repeat;
}

.image_in_iphone {
	position: absolute;
	left: 18px;
	top: 61px;
}

.app_store {
	position: absolute;
	left: 125px;
	top: 332px;
}

.gadget_content {
	width: 283px;
	padding-top: 200px;
}

.gadget_application {
	float: left;
	width: 283px;
	height: 100px;
}

.application_icon {
	float: left;
	width: 65px;
	height: 51px;
}

.application_description {
	float: left;
	width: 215px;
	font-size: 11px;
	color: #5e5e5e;
	height: 65px;
	margin-bottom: 0px;
}

.application_title {
	float: left;
	width: 100%;
}

.price_buy {
	text-align: right;
	font-size: 13px;
}

.three_latest {
	float: left;
	width: 283px;
	height: 92px;
	margin-top: 0px;
	overflow: hidden;
}

.three_latest table {
	float: left;
	margin-top: 0px;
	width: 283px;
	border-collapse: collapse;
	border-spacing: 0;
}

.three_latest td {
	padding: 5px 10px 5px 0;
	border-top: 1px solid #dedede;
}

.three_latest a:link {color: #164776; text-decoration: none}
.three_latest a:visited {color: #164776; text-decoration: none}
.three_latest a:active {color: #164776; text-decoration: none}
.three_latest a:hover {color: #164776; text-decoration: underline}

.show_more {
	float: left;
	position: relative;
	height: 23px;
	margin: 18px 0 -11px 0;
}

.show_more img {
	_vertical-align: top;
}

.android {
	position: absolute;
	left: 78px;
	top: -187px;
	width: 174px;
	height: 352px;
	background: url("../images/android.png") no-repeat;
}

.image_in_android {
	position: absolute;
	left: 15px;
	top: 47px;
}

.android_market {
	position: absolute;
	left: 97px;
	top: 324px;
}

.new_blue {
	float: left;
	display: inline;
	position: relative;
	width: 31px;
	height: 23px;
	padding: 9px 0 0 1px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	margin: -10px 15px 0 5px;
	background: url("../images/new_blue.png") no-repeat;
}

.new_pink {
	float: left;
	display: inline;
	position: relative;
	width: 31px;
	height: 23px;
	padding: 9px 0 0 1px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	margin: -10px 15px 0 5px;
	background: url("../images/new_pink.png") no-repeat;
}

.new_green {
	float: left;
	display: inline;
	position: relative;
	width: 23px;
	height: 18px;
	padding: 5px 0 0 1px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	margin: -10px 15px 0 5px;
	background: url("../images/new_green.png") no-repeat;
}

.title .new_blue, .title .new_pink, .title .new_green {
	margin-top: -5px;
}

.blackberry {
	position: absolute;
	left: 70px;
	top: -184px;
	width: 193px;
	height: 351px;
	background: url("../images/blackberry.png") no-repeat;
}

.image_in_blackberry {
	position: absolute;
	left: 18px;
	top: 60px;
}

.app_world {
	position: absolute;
	left: 135px;
	top: 322px;
}

#navy_block {
	float: left;
	width: 100%;
	padding: 45px 0;
	background: #03080f;
}

.navy_block {
	margin: 0 auto;
	width: 1000px;
	color: #9fb2d5;
	line-height: 18px;
}

.column {
	float: left;
	width: 293px;
	padding:  0 20px;
	overflow: hidden;
}

.news_title {
	clear: both;
}

.news_title a:link {color: #1782bc; text-decoration: underline}
.news_title a:visited {color: #1782bc; text-decoration: underline}
.news_title a:active {color: #1782bc; text-decoration: underline}
.news_title a:hover {color: #1782bc; text-decoration: none}

.navy_block .news_title a:link {color: #9fb2d5; text-decoration: underline}
.navy_block .news_title a:visited {color: #9fb2d5; text-decoration: underline}
.navy_block .news_title a:active {color: #9fb2d5; text-decoration: underline}
.navy_block .news_title a:hover {color: #9fb2d5; text-decoration: none}

.date {
	color: #adadad;
	padding: 0 0 12px 0;
}

.navy_block .date {
	color: #2d3748;
}

#footer {
	float: left;
	width: 100%;
	height: 97px;
	background: #0c131d;
}

.footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	font-size: 11px;
}

.footer_menu {
	position: absolute;
	left: 0;
	top: 24px;
	color: #1e2c41;
	list-style: none;
}

.footer_menu li {
	float: left;
	padding-right: 7px;
}

.footer_menu a:link {color: #3679d4; text-decoration: underline}
.footer_menu a:visited {color: #3679d4; text-decoration: underline}
.footer_menu a:active {color: #3679d4; text-decoration: underline}
.footer_menu a:hover {color: #3679d4; text-decoration: none}

.copyrights {
	position: absolute;
	left: 0;
	top: 45px;
	color: #66758a;
}

.developer {
	position: absolute;
	right: 30px;
	top: 24px;
}

.blue {
	color: #3679d4;
}

.white {
	color: #fff;
}

.left_column {
	float: left;
	width: 620px;
}

.line {
	float: left;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 12px 0;
	background: #d9d9d9;
}

.right_column {
	float: right;
	width: 295px;
}

.black {
	color: #000;
}

.featured_iphone {
	float: left;
	width: 80px;
	height: 120px;
	padding: 31px 36px 30px 9px;
	background: url("../images/iphone_mini.png") no-repeat;
}

.featured_android {
	float: left;
	width: 71px;
	height: 106px;
	padding: 23px 47px 44px 7px;
	background: url("../images/android_mini.png") no-repeat;
}

.featured_blackberry {
	float: left;
	width: 78px;
	height: 104px;
	padding: 28px 39px 34px 8px;
	background: url("../images/blackberry_mini.png") no-repeat;
}

.featured_text {
	float: left;
	width: 170px;
	font-size: 11px;
	color: #5f6776;
}

.featured_header {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.featured_icon {
	float: left;
	width: 70px;
	height: 51px;
}

.featured_title {
	float: left;
	width: 100px;
}

.featured_shop {
	float: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 25px;
}

.featured_shop td {
	padding: 0;
}

.contacts {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 25px;
}

.contacts td {
	padding: 0 0 7px 0;
}

.input {
	float: left;
	width: 280px;
	font: 11px arial;
	color: #4b515c;
}

.select {
	float: left;
	width: 284px;
	font: 11px arial;
	color: #4b515c;
}

.textarea {
	float: left;
	width: 616px;
	height: 200px;
	font: 11px arial;
	color: #4b515c;
}

.apps {
	float: left;
	width: 100%;
	list-style: none;
}

.apps li {
	float: left;
	width: 270px;
	height: 160px;
	padding: 20px;
	overflow: hidden;
}

.white_bg {
	background: #fff;
}

.apps .application_title {
	width: 205px;
	margin-top: 17px;
}

.app_text {
	float: left;
	width: 100%;
	height: 60px;
	padding-top: 10px;
	overflow: hidden;
}

.apps .price_buy {
	float: left;
	font-size: 11px;
}

.apps .price_buy span {
	float: left;
	padding: 2px 10px 0 0;
}

.apps .price_buy img {
	float: left;
}

.more_info {
	float: right;
	font-size: 11px;
	padding-top: 2px;
}

.beta {
	float: left;
	display: inline;
	font-size: 10px;
	color: #a7abb2;
	padding: 0 15px 0 5px;
	margin-left: -15px;
}

.title {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.title .beta {
	padding-top: 5px;
}

.big_icon {
	float: left;
	width: 150px;
	padding-top: 10px;
}

.app_info {
	float: right;
	padding-top: 20px;
	width: 470px;
}

.app_info table {
	clear: both;
}

.orange_button {
	float: left;
	height: 34px;
	padding-right: 16px;
	background: url("../images/orange_right.png") no-repeat right top;
}

.orange_button p {
	float: left;
	height: 30px;
	padding: 4px 0 0 16px;
	font-size: 22px;
	color: #fff;
	background: url("../images/orange_left.png") no-repeat 0 0;
}

.orange_button a:link {color: #fff; text-decoration: none}
.orange_button a:visited {color: #fff; text-decoration: none}
.orange_button a:active {color: #fff; text-decoration: none}
.orange_button a:hover {color: #fff; text-decoration: underline}

.featured_block {
	float: left;
	width: 370px;
}

.history_block {
	float: right;
	width: 220px;
}

.block {
	float: left;
	width: 100%;
}

.featured {
	float: left;
	width: 370px;
	height: 260px;
	overflow: auto;
	font-size: 11px;
}

.history {
	float: right;
	width: 220px;
	height: 260px;
	overflow: auto;
	font-size: 11px;
}

.history .date {
	color: #959eae;
	padding: 0;
}

.screenshots {
	float: left;
	display: inline;
	width: 645px;
	margin: 10px -25px 0 0;
	font-size: 11px;
	list-style: none;
}

.screenshots li {
	float: left;
	display: inline;
	width: 136px;
	margin-right: 25px;
}

.screenshots img {
	margin-bottom: 5px;
}

.client {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.client_icon {
	float: left;
	width: 90px;
}

.client_info {
	float: left;
	font-size: 11px;
	width: 200px;
}

.previewes {
	float: right;
	right: 0;
	top: 0;
	padding: 10px;
	list-style: none;
	background: #cecfd2;
}

.previewes li {
	float: left;
	display: inline;
	z-index: 0;
	padding: 0 8px;
}

.big_preview {
	display: none;
	position: absolute;
	z-index: 1;
	margin: 10px 0 0 -83px;
	_margin: 67px 0 0 -121px;
	padding-top: 5px;
	width: 200px;
	text-align: center;
	background: url("../images/arrow.gif") no-repeat center top;
}

*:first-child+html .big_preview {
	margin: 67px 0 0 -121px;
}

.big_preview img {
	position: relative;
	z-index: 10;
	border: 18px solid #4b515c;
}

.news_title {
	font-size: 15px;
	font-weight: bold;
}

.news_title a:link {color: #164776; text-decoration: none}
.news_title a:visited {color: #164776; text-decoration: none}
.news_title a:active {color: #164776; text-decoration: none}
.news_title a:hover {color: #164776; text-decoration: underline}

.read_more {
	width: 100%;
	float: left;
	margin: 20px 0 15px 0;
	border-top: 1px solid #d9d9d9;
}

.read_more img {
	float: right;
	position: relative;
	margin-top: -9px;
}

.input2 {
	float: left;
	width: 430px;
	font: 11px arial;
	color: #4b515c;
}

.search_button {
	float: left;
	display: inline;
	margin: -3px 0 0 5px;
}

.searched {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	color: #164776;
	padding: 15px 0 0 0;
}

.grey {
	color: #959596;
	padding-bottom: 25px;
}

.number {
	float: left;
	width: 30px;
	padding-top: 3px;
	font: bold 12px arial;
	color: #b5b5b6;
}

.search_result {
	float: right;
	width: 590px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

/*jQuery SlimBox*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url("../images/loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url("../images/prevlabel.gif") no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url("../images/nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("../images/closelabel.gif") no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
} 