* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	
}
BODY {
	background-color:#213039;
	background-image:url(img/bg.jpg);
	background-position:  left 25px;
	background-repeat:repeat-x;
/*	font-family:Arial,Helvetica,sans-serif;*/
	font-family: 'Lucida Grande', Tahoma, Arial, sans-serif;
	font-size: 0.69em;
}

A:active {
}


H1 {
	color: #30393D;
	height:auto;
	margin:0;
	padding:10px 0;
}

#thinbar {
	height: 25px;
	background-image:url(img/bartop-bg.jpg);
}
#header {
	background-image: url(img/header-bg.jpg);
	height: 197px;
	width: 910px;
	background-repeat: no-repeat;
	margin: 10px auto 0 auto;
	position: relative;
}

#logo  {
	top: 5px;
	left: 8px;
	position: absolute;
}
#flags {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 47px;
}

#thinbar .nbapps {
	font-size: 12px;
	padding-right: 50px;
	color: #FFF;
	float: right;
	line-height: 25px;
}

#thinbar .member {
	float: right;
	padding-right: 10px;
	line-height: 25px;
	color: white;
	font-size: 12px;
}
#thinbar .member A, #thinbar .member A:visited {
	color: white;
	text-decoration: none;
}

#thinbar .member A:hover {
	text-decoration: underline;
}

#thinbar .productdesc {
	color: white;
	float: left;
	line-height: 25px;
	padding-left: 10px;
}


#subheader {
	position: absolute;
	bottom: 3px;
	left: 10px;
	right: 5px;
	height: 71px;
}

#subheader UL.submenu {
	list-style-type: none;
}

#subheader UL.submenu LI {
	float: left;
}

#subheader UL.submenu A {
	display: block;
	margin:0;
	padding:0 10px 0 10px;
	height: 71px;
	line-height: 71px;
	overflow: hidden;
	text-decoration:none;
	color:#DAE9F3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.64em;
}

#subheader UL.submenu LI {
	background:url(img/nav-sep.jpg) no-repeat top left;
}
#subheader UL.submenu LI.first {
	background-image: none;
}
#subheader UL.submenu A:hover {
	color: white;
	background-image: url(img/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#searchform {
	background:transparent url(img/searchform-back-small.gif) no-repeat scroll left center;
	float:right;
	height:20px;
	margin-top: 3px;
	padding:0;
	width:188px;
}

#searchform #s {
	color:#000;
	float:left;
	font-size:1em;
	height:auto;
	margin:0;
	padding:3px 15px;
	width:122px;
	background-color: transparent;
}

#content {
/*	background-image: url(img/main-content.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom:10px solid #D0DCE2;*/
}

.centerer {
	width: 910px;
	padding-top: 15px;
	margin: 0 auto;
}
#leftcol {
	width: 600px;
	float: left;
}





#leftcol .appbox {
	margin:0 0 20px 0;
	padding-top: 9px;
	background:#FFF url(img/boxtop.jpg) repeat-x scroll center top;
	
}

#leftcol .appbox .inner {
	padding: 15px;
	border-color: #CCC;
	border-style:solid;
	border-width:0 1px;
	
}



#leftcol .appbox .top {
	position: relative;	
	margin-bottom: 10px;
	
}

#leftcol .appbox .top .image {
	width: 120px;
	height :110px;
	float: left;
}

#leftcol .appbox .top .title {
		border-bottom:4px solid #30393D;
		width: 438px;
}

#leftcol .appbox .buybox {
	border-bottom:4px solid #889398;
	bottom:1px;
	top: 0px;
	padding: 5px 10px;
	height:auto;
	margin:0;
	position:absolute;
	right:0;
	width:110px;
	text-align:center;
}
#leftcol .appbox .buybox .price {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	font-weight: bold;
	font-size: 30px;	
}

#leftcol .appbox .bottom {
	height: 33px;
	background-image: url(img/content-bottom.jpg);
	
}

#leftcol H3.catname {
	border-bottom: solid 1px #CCC;
}
#leftcol .appbox .appicon {
	float: left;
	border: solid 1px #FFF;
	text-align:center;
	margin-bottom: 5px;
	padding: 2px;
	
}
#leftcol .appbox .appicon IMG {
	padding: 0 10px;
}

#leftcol .appbox .icontitle {
	width: 85px;
	font-size: 10px;
}

#leftcol .appbox .appicon:hover {
	border: solid 1px #CCC;
}

#leftcol .appbox .appicon .remove {
	visibility: hidden;
	background-image: url(img/cross.png);
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 16px;
	padding-left: 16px;

}

#leftcol .appbox .appicon:hover .remove {
	visibility: visible;
}

A.buybutton {
	position: absolute;
	bottom: 0;
	display: block;
	background-image: url(img/buy-button.png);
	background-repeat: no-repeat;
	width: 135px;
	height: 41px;

	text-align:center;
	line-height: 41px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#leftcol .meta {
	line-height: 14px;
	font-size: 11px;
	width: 350px;
	border: solid 1px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
}

#leftcol .meta .info, #leftcol .ratings .info {
	border-bottom: solid 1px #CCC;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#leftcol .ratings {
	float: left;
	margin-left: 10px;
	line-height: 14px;
	font-size: 11px;
	width: 180px;
	border: solid 1px #999;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	padding: 5px;
	margin-bottom: 10px;
}

#leftcol .ratings .readall {
	text-align: right;
}
#leftcol .meta A, #leftcol .meta A:visited, #leftcol .ratings A, #leftcol .ratings A:visited, #leftcol .exist_light A, #leftcol .exist_light A:visited {
	color:#0083CA;
}

#leftcol .meta A:hover, #leftcol .ratings A:hover, #leftcol .exist_light A:hover {
	text-decoration: none;
}

#leftcol .exist_light {
	text-align:center;
	font-size: 12px;
	margin: 10px 0;
}
#leftcol .desc {
	font-size: 12px;
	
}

#leftcol #screenshots {
	width: 480px;
	height: 500px;
	margin: 20px auto;
	
}

#leftcol #screenshots .btnprev {
	display: block;
	height: 28px;
	width: 36px;
	background-image: url(img/btn_left.png);
	background-repeat: no-repeat;
	float: left;
}

#leftcol #screenshots A.btnprev:active {
	background-image: url(img/btn_left_click.png);	
}

#leftcol #screenshots .btnnext {
	display: block;
	height: 28px;
	width: 36px;
	background-image: url(img/btn_right.png);
	background-repeat: no-repeat;
	float: right;	
}

#leftcol #screenshots A.btnnext:active {
	background-image: url(img/btn_right_click.png);	
}


#leftcol #screenshots A.btnnext:hover, #leftcol #screenshots A.btnprev:hover {
	text-decoration: underline;
}

#leftcol #screenshots #current {
	position: relative;
}

#leftcol #screenshots .current {
	position: absolute;
}
#currentshot {
	width: 320px;
	margin: 0 auto;

}
#leftcol #screenshots .hidden {
	display: none;
	visibility: hidden;
	position: absolute;
}

#leftcol #screenshots .bullets {
	margin: 0 auto;
}

#leftcol #screenshots .emptybullet {
	width: 10px;
	height: 8px;
	background-image: url(img/rond_vide.png);
	float: left;
	display: block;
	background-repeat: no-repeat;
}

#leftcol #screenshots .fullbullet {
	width: 10px;
	height: 8px;
	background-image: url(img/rond_plein.png);
	float: left;
	display: block;
	background-repeat: no-repeat;
}

#leftcol  #currenshot {
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

#leftcol .tagupdate {
	background-image: url(img/tag-update.png);
}

#leftcol .newsbox {
	margin: 5px 0;
}
#leftcol .newsbox .txt {
	border: solid 1px #f7931e;
	font-size :13px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

#leftcol .appbox .buybox A.buybutton:hover {
	background-image: url(img/buy-button-hover.png);
}

#leftcol .appteaser {
	width: 560px;
	margin-bottom: 20px;
	position: relative;
	background-color: #FFF;

}

#leftcol .appteaser .top {
	background-image: url(img/appteaser-top.png);
	height: 25px;
	border-bottom: solid 1px #666;
	margin: 0;
}

#leftcol .appteaser .middle {
	border-left: solid 3px #999;
	border-right: solid 3px #999;
	padding: 5px;
	background-image: url(img/appteaser-bg.png);
	background-repeat: repeat-y;

}

#leftcol .image {
	float: left;
	position: relative;
	padding-right: 10px;

}

#leftcol  .image IMG {
	position: absolute;
	top: 3px;
	left: 3px;

}

#leftcol  .image .appscounter {
	position: absolute;
	color: white;
	top: 0;
	left: 0;
	background-image: url(img/app-number-right.gif);
	background-repeat: no-repeat;
	background-position: center right;
	height: 18px;
	padding: 0
}
#leftcol .image .appscounter EM {
	
	background-image: url(img/app-number-left.gif);
	background-repeat: no-repeat;
	height: 18px;
	line-height: 18px;
	padding:0 6px 0 5px;
	display: block;
	font-style: normal;
	font-weight:bold;
}


#leftcol .appteaser .middle .txt {
	font-size: 12px;
	width: 320px;
	padding-left: 110px;
	overflow: hidden;
	float :left;
	
}

#leftcol .appteaser .price {
	float :right;
	width: 112px;
	margin-bottom: -18px;


}

#leftcol .appteaser .price .oldprice {
	text-align:center;
	text-decoration: line-through;
}

#leftcol .appteaser .price A.current {
	font-size: 24px;
	background-image: url(img/priceplate.png);
	background-repeat: no-repeat;
	background-position: 5px 0;
	height: 80px;
	line-height: 70px;
	font-weight: bold;
	text-align:center;
	display: block;
	color: black;
	text-decoration: none;
}

#leftcol .appteaser .price A.current:hover {
	background-image: url(img/priceplate-over.png);
	
}

#leftcol  .ticks IMG {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#leftcol  .ticks {
	line-height: 18px;
	font-size: 10px;
}

#leftcol .appteaser .bottom {
	height: 20px;
	width: 560px;
	background-image: url(img/appteaser-bottom.png);
	font-size: 11px;
	text-align:left;
}

#leftcol .appteaser .bottom A, #leftcol .appteaser .bottom A:visited {
	text-decoration: none;
	color: #0083ca;
}

#leftcol .appteaser .bottom A:hover {
	text-decoration: underline;
}

#leftcol .appteaser .bottom SPAN {
	margin-left: 10px;
}


#leftcol .appteaser H2 {
	padding-left: 10px;
	font-size: 16px;
	line-height: 25px;
}

#leftcol .appteaser H2 A, #leftcol .appteaser H2 A:visited {
	color: white;
	text-decoration: none;
}

#leftcol .appteaser H2 A:hover {
	text-decoration: underline;
}

#leftcol .appteaser .tags {
	position: absolute;
	top: 0;
	right: 0;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
}

#leftcol .disclaimer {
	font-size: 9px;
}

.navtree .begin {
	background-image: url(img/navtree-left.png);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 3px;
	float: left;
}
.navtree .center {
	background-image: url(img/navtree-center.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 26px;
	line-height: 28px;
	float: left;
}
.navtree .tree {
	background-image: url(img/navtree.png);
	background-repeat: repeat-x;
	height: 28px;

	line-height: 28px;
	float: left;
	padding-left: 10px;
	padding-right: 3px;
}
.navtree .end {
	background-image: url(img/navtree-right.png);
	background-repeat: no-repeat;
	background-position: center right;
	height: 28px;
	padding-left :5px;
	padding-right: 10px;
	line-height: 28px;
	float: left;
}

.navtree A, .navtree A:visited {
	color: white;
	text-decoration: none;
}

.navtree A:hover {
	text-decoration: underline;
}

#leftcol .filterbox {
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	border: solid 1px #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 560px;
}

#leftcol .filterbox .categories {
	padding-left: 10px;
}
#leftcol .filterbox .select {
	font-size: 12px;
	float: left;
}

#leftcol .filterbox .prices, #leftcol .filterbox .changes, #leftcol .filterbox .order {
	float: right;
	padding-right: 10px;
	height: 35px;
}


#leftcol .switch_l_off {
	background-image: url(img/switch-l-off.png);
	background-repeat: no-repeat;
	background-position: left -2px ;
	display: block;
	height: 29px;
	border-right: solid 1px #999;
	width: auto;
	float: left;
	line-height: 30px;
	padding: 0 20px 0 25px;
	font-size: 12px;
	text-decoration: none;
		color: #333;
}

#leftcol .switch_l_on {
	background-image: url(img/switch-l-on.png);
	background-repeat: no-repeat;
	background-position: left -2px;
	display: block;
	height: 29px;
	border-right: solid 1px #999;
	float: left;
	line-height: 30px;
	padding: 0 20px 0 25px;
	font-size: 12px;
	text-decoration: none;
		color: #FFF;
}

#leftcol .switch_c_off {
	background-image: url(img/switch-c-off.png);
	background-repeat: repeat-x;
	background-position: left -2px;
	display: block;
	height: 29px;
	border-right: solid 1px #999;
	
	width: auto;
	float: left;
	line-height: 30px;
	padding: 0 20px 0 20px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

#leftcol .switch_c_on {
	background-image: url(img/switch-c-on.png);
	background-repeat: repeat-x;
	background-position: left -2px;
	display: block;
	height: 29px;
	border-right: solid 1px #999;
	width: auto;
	float: left;
	line-height: 30px;
	padding: 0 20px 0 20px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}

#leftcol .switch_r_off {
	background-image: url(img/switch-r-off.png);
	background-repeat: no-repeat;
	background-position: right -2px ;
	display: block;
	height: 29px;

	width: auto;
	float: left;
	line-height: 30px;
	padding: 0 25px 0 20px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

#leftcol .switch_r_on {
	background-image: url(img/switch-r-on.png);
	background-repeat: repeat-x;
	background-position: right -2px ;
	display: block;
	height: 28px;
	width: auto;
	float: left;
	line-height: 30px;
	padding: 0 20px 0 20px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}


#frmLogin {
	width: 400px;
	margin: 50px auto 0 auto;
	text-align:center;
}

#frmLogin LABEL {
	float: left;
	text-align:left;
	width: 200px;
	font-size: 20px;
	height: 40px;
}

#frmLogin .btn {
	width: 116px;
	margin: 0 auto;
}

#frmLogin .inputs {
	border: solid 1px #CCC;
	font-size: 20px;
	height: 25px;
	width: 150px;
}

.errors {
	color: red;
}

.signupexpl {
	padding: 15px;
	font-size: 13px;
	color: #EEE;
}

.signupexpl UL LI {
	margin: 15px 0;
}

.signupexpl A, .signupexpl A:visited {
	display: block;
	text-align:center;
	text-decoration: none;
	color: #0083ca;
}

.signupexpl A:hover {
	text-decoration: underline;
}

#frmRegister {
	text-align:center;
}
#frmRegister .captcha {
	width: 320px;
	margin: 0 auto;
}

#frmRegister LABEL {
	float: left;
	text-align:left;
	width: 300px;
	font-size: 20px;
	height: 40px;
}
#frmRegister .inputs {
	border: solid 1px #CCC;
	font-size: 20px;
	height: 25px;
	width: 200px;
}

#frmRegister .btn {
	
}

#rightcol {
	width: 300px;
	float: right;
}

#rightcol .appintop {

	color:#CCC;
	height:83px;
	line-height:normal;
	margin:0 0 10px 0;
	padding:20px 10px 0 20px;


}

#rightcol .appintop IMG {
	float: right;

}

#rightcol .appintop A, #rightcol .appintop A:visited {
	text-decoration: none;
	line-height: 50px;
	color: #0083ca;
}

#rightcol .appintop A:hover {
	text-decoration: underline;
}

#rightcol .ad {
	margin-top: 10px;
	margin-bottom: 10px;
}

#rightcol .box {
	background-image: url(img/sidebox-top.png);
	background-repeat: repeat-x;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius : 5px;
	border: solid 1px #797979;
	background-color: #1F1F1F;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}


#rightcol .box UL {

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top: 15px;
	padding-bottom: 15px;
}

#rightcol .box UL LI {
/*	background-color: #FFF;
	margin: 0 10px;*/
}

#rightcol .box H3 {
	color:#CCC;
	height:20px;
	font-size: 16px;
	font-weight: normal;
	margin:0;
	padding-left: 20px;
	margin-bottom: 5px;
}

#rightcol UL {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#rightcol UL LI  {
	padding: 0 20px;
}

#rightcol UL LI A {
	font-size: 13px;
}


.box .tagincrease, .box .tagdecrease, .box .tagupdate, .box .tagnew {
	float: left;
}


.box .appsvalue {
	font-size: 20px;
	text-align: center;
	color: white;
}

.box .stats {
	color: white;
	font-size :13px;
}

.box .stats LI {
	margin-bottom: 10px;
}
.box .stats .title {
	font-weight: bold;
}
#rightcol UL.topteaser .pos {
	float: left;
	width: 25px;
	line-height: 30px;
	color: #CCC;
}

#rightcol UL.topteaser .icon, #rightcol UL.sameauthor .icon {
	float: left;
	width: 40px;
}

#rightcol UL.topteaser A.title, #rightcol UL.sameauthor A.title {
	float: left;
	line-height: 30px;
	width: 195px;
	background-image: url(img/fn_arrow_grey.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-bottom: 3px;
	text-decoration: none;
	color: #0083ca;
}

#rightcol UL.topteaser A.title:hover, #rightcol UL.sameauthor A.title:hover {
	background-image: url(img/fn_arrow_blue.png);
	text-decoration: underline;
}


#rightcol UL.topteaser .breaker, #rightcol UL.sameauthor .breaker {
	border-bottom: solid 1px #333;
	margin: 3px 0;
}
#rightcol UL.changeslist LI {
	font-size: 13px;
	clear: both;
	line-height: 25px;

	border-bottom: solid 1px #333;
	width: 260px;
	margin: 0 auto;
	margin-bottom: 3px;
	text-align:right;
	padding: 0;
	color: #CCC;
}

#rightcol UL.changeslist LI .updateicon {
	width: 120px;
}

#rightcol UL.changeslist .date {
	float: left;
	padding-left: 5px;
	font-size: 10px;

}
#rightcol A.more, #rightcol A.more:visited {
	font-weight:bold;
	margin:18px 0 0 25px;
	padding:0;
	color:#A6B5BC;
	font-size:1.17em;
	display: block;
	width: 250px;
}

#rightcol A.more:hover {
	color:#889297;
	text-decoration: none;
}

#rightcol A.rsslink, #rightcol A.rsslink:visited {
	display:block;
	background-image: url(img/feed_16.png);
	background-repeat: no-repeat;
	width: 250px;
	padding-left:20px;
	margin:0px 0 5px 20px;
	font-size: 14px;
	color: #A6B5BC;	
}

#rightcol A.rsslink:hover {
	text-decoration: none;
	color:#889297;
}


.rankingtable {
	border-collapse: collapse;
	border: solid 1px #CCC;

}

.rankingtable TR {
		height: 45px;
		border-bottom: solid 1px #CCC;
}
.rankingtable A, .rankingtable A:visited {
	color:#0083CA;
}

.rankingtable A:hover {
	text-decoration: none;
}
.change_up {
	color: #539A1D;
	font-weight: bold;
}

.change_down {
	color: #A0272B;
	font-weight: bold;
}

.change_neutral {

	font-weight: bold;
	
}

TR.odd {
	background-color: #ebf6fb;
}


TD.buy {
	background-image: url(img/arrow-icon.png);
	background-position:  50px center;
	background-repeat: no-repeat;
	padding-right: 25px;
	font-size: 13px;

}

TD.title {
	width: 350px;
	font-size: 13px;
	padding-left: 10px;
}
.tagincrease {
	width: 120px;
	height: 25px;
	background-image: url(img/tag-increase.png);
	line-height: 25px;
	text-align:center;
	color: white;
	font-size: 12px;
}

#rightcol .tagincrease {
	background-image: url(img/tag-increase-black.png);
}

#rightcol .tagnew {
	background-image: url(img/tag-new-black.png);
}

#rightcol .tagdecrease {
	background-image: url(img/tag-decrease-black.png);
}

#rightcol .tagupdate {
	background-image: url(img/tag-update-black.png);
}

.tagdecrease {
	width: 120px;
	height: 25px;
	background-image: url(img/tag-decrease.png);
	line-height: 25px;
	text-align:center;
	color: white;
	font-size: 12px;
}

.tagupdate {
	width: 120px;
	height: 25px;
	background-image: url(img/tag-update.png);
	line-height: 25px;
	text-align:center;
	color: white;
	font-size: 12px;
}

.tagnew {
	width: 120px;
	height: 25px;
	background-image: url(img/tag-new.png);
	line-height: 25px;
	text-align:center;
	color: white;
	font-size: 12px;
}

#footer {
	border-bottom:1px solid #1E1D1D;
	border-top:1px solid #171615;
}

#supafooter {
	background:#0C0B0B none repeat scroll 0 0;
	margin:0;
	padding:15px 0;
}

#supafooter .copyright {
	font-size: 10px;
	color: #CCC;
	padding: 0 15px;
}

.breaker {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.navpage {
	text-align: center;
}

.navpage A {
	background-color:#FFFFFF;
	border:1px solid #D7DBD6;
	color:#787B80;
	margin-right:2px;
	padding:4px 6px;
	text-decoration:none;
}

.navpage A:hover {
	background-color:#FFFFFF;
	border:1px solid #B0B4B0;
	color:#777777;
}

.navpage B {
	background-color:#0083ca;
	border:1px solid #94C35F;
	color:#FFFFFF;
	font-weight:bold;
	margin:2px;
	padding:3px 6px;
}

.rater {
	
}

.rater .full {
	width: 15px;
	height: 15px;
	float: left;
	background-image: url(img/rating.png);
	background-position: 0 30px;
}

.rater .half {
	width: 15px;
	height: 15px;
	float: left;
	background-image: url(img/rating.png);
	background-position: 0 45px;
}

.rater .empty {
	width: 15px;
	height: 15px;
	float: left;
	background-image: url(img/rating.png);
	background-position: 0 60px;
}


#leftcol .statslink {
	margin-top: 10px;
	text-align:center;
}

#leftcol .statslink A, #leftcol .statslink A:visited {
	text-decoration: none;
	color: #0083ca;
}

#leftcol .statslink A:hover {
	text-decoration: underline;
}
	
}
